/*
Theme Name: SOMIZ
Theme URI: https://somiz.dz
Author: SOMIZ
Author URI: https://somiz.dz
Description: Thème WordPress officiel de SOMIZ.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: somiz
*/
body{

font-family:Arial,Helvetica,sans-serif;

background:#f8f9fa;

}

header{

background:#ffffff;

}

.navbar{

padding:18px 0;

}

.navbar-nav .menu-item{

margin-left:20px;

list-style:none;

}

.navbar-nav .menu-item a{

text-decoration:none;

font-weight:600;

color:#222;

transition:.3s;

}

.navbar-nav .menu-item a:hover{

color:#198754;

}

.custom-logo{

max-height:70px;

width:auto;

}

/* ===== TOP BAR ===== */

.top-bar{
    background:#0b6b3a;
    color:#fff;
    font-size:14px;
    padding:8px 0;
}

.top-bar i{
    margin-right:5px;
}

/* ===== HEADER ===== */

header{
    background:#fff;
}

.navbar{
    padding:18px 0;
}

.navbar-brand img{
    max-height:70px;
}

.navbar-nav{
    gap:15px;
}

.navbar-nav li{
    list-style:none;
}

.navbar-nav a{
    color:#222;
    font-weight:600;
    text-decoration:none;
}

.navbar-nav a:hover{
    color:#0b6b3a;
}
/* ==========================
   HERO
========================== */

.hero{

    min-height:700px;

    display:flex;

    align-items:center;

    background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
               url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?q=80&w=1800&auto=format&fit=crop');

    background-size:cover;

    background-position:center;

    color:white;

}

.hero-content{

    max-width:700px;

}

.hero h1{

    font-size:58px;

    font-weight:700;

    margin-bottom:25px;

}

.hero p{

    font-size:22px;

    margin-bottom:35px;

}

.hero .btn{

    padding:14px 35px;

    border-radius:50px;

}
/* Menu horizontal */

.navbar-nav{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:20px;
    margin-left:auto;
}

.navbar-nav li{
    list-style:none;
}

.navbar-nav li a{
    display:block;
    padding:10px 0;
    color:#222;
    text-decoration:none;
    font-weight:600;
}

.navbar-nav li a:hover{
    color:#0b6b3a;
}