html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

header{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.header-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1f2021cc;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;

}

.logo{
    width: 10%;
    margin-top: 10px;
}

.logo img{
    width: 80px;
}

.logo-text{
    width: 0%;
    padding-top: 10px;
    margin-top: 10px;
}

.logo-text p{
    font-family: Gotham-Light; 
    font-size: 12px;
    color: #000;
}

.one{
    width: 15%;
    margin-top: 20px;
}

.one p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/whatsapp222.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.one2{
    width: 20%;
    margin-top: 20px;
}

.one2 p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/telephone.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one2 span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.one3{
    width: 20%;
    margin-top: 20px;
}

.one3 p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/email.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one3 span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.phone{
    font-family: Gotham-Bold; 
    font-size: 15px;
    color: #000;
    margin-top: 30px;
}

.phone span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.header-button{
    border: solid 1px #3368c6;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #3368c6;
    width: 180px;
    height: 45px;
    font-family: Gotham-Light;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
}

.header-menu{
    width: 100%;
    color: #000;
    padding-top: 0px;
    border-bottom: solid 1px #b9b9b9;
}

.header-menu a{
    text-decoration: none;
    color: #000;
}

.header-menu a:hover{
    color: #51a351;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    padding-top: 5px;  
}

.header-menu ul > li{
    width: auto;
    font-family: Gotham-Medium; 
    font-size: 12px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 0px;
}

.header-menu span{
    border-bottom: solid 1px #fff;
}

.banner{
    width: 100%;
    height: 550px;
    background: url(img/banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;    
}

.banner-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-mob{
    display: none;
}

.banner-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-wrap{
    width: 50%;
    padding-top: 40px;
}

.banner-video{
    width: 50%;
    padding-top: 40px;
}

.banner-video iframe{
    width: 100%;
    height: 390px;
    border-radius: 8px;
}

.banner-title{
    width: 100%;
    color: #fff;
    font-size: 38px;
    font-family: Gotham-Bold;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    padding-top: 120px;
}

.banner p{
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 22px;
    font-family: Gotham-Light; 
    width: 80%;   
    color: #fff; 
}

.banner-list{
    padding-left: 0rem;
    padding-top: 0px;
}

.banner-list li{
    list-style: none;
    font-size: 20px;
    font-family: Gotham-Light; 
    background: url(img/circle.png);
    background-size: 18px;
    background-repeat: no-repeat;  
    background-position: left top 15px;
    color: #000;
    padding-top: 10px;
    padding-left: 25px;
}

.banner-sm-title{
    width: 80%;
    color: #fff;
    font-size: 24px;
    font-family: Gotham-Medium;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

.banner-sm-title span{
    color: #377af1;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
}

.banner-text{
    width: 700px;
    border-radius: 15px;
    background-color: #fff;
    color: #000;
    padding: 10px 10px;
    font-family: Gotham-Light; 
    font-size: 18px;
    margin-top: 30px;
    background-image: url(img/house.png);
    background-repeat: no-repeat;
    background-position: left 15px top 10px;
    background-size: 40px;
    padding-left: 70px;
    margin: 0 auto;
    text-align: center;
}

.banner-button-wrap{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
}

.banner-button-1{
    background: #377af1;
    border-radius: 8px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 300px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer; 
    font-size: 16px; 
    margin: 0 auto;
    position: relative; 
    top: 20px;
}

.banner-button-2{
    border: solid 1px #fff;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 200px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer; 
    font-size: 16px; 
    margin-top: 15px; 
}

.banner-img-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
    background-color: #fff;
    border-radius: 8px;
    padding: 22px 20px;
}

.modul{
    padding: 30px 0 80px 0;
}

.modul-img {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 0px;
}

.modul h3{
    font-family: Gotham-Medium;
    font-size: 24px;
}

.modul p{
    font-family: Gotham-Light !important; 
    font-size: 16px;      
}

.modul .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modul-text{
    width: 50%;
    font-family: Gotham-Light; 
    font-size: 16px;  
    text-align: left;
    color: #414040;
    padding-top: 20px;  
}

.modul-text-2{
    width: 100%;
    font-family: Gotham-Light; 
    font-size: 16px;  
    text-align: left;
    color: #414040;
    padding-top: 20px;  
}

.modul-text-2 img{
    width: 600px;
    border-radius: 16px;
}

.modul-text-2 h3{
    padding-bottom: 30px;
}

.modul-img{
    width: 50%;
    margin: 0 auto;
    text-align: right;
    position: relative;
    top: 40px;
 
}

.modul-img iframe{
    width: 90%;
    border-radius: 8px;
    margin-top: 40px;
    margin-left: 40px;
}

.modul-img-wrap{
    width: 90%;
    height: 360px;
    position: absolute;
}

.modul-img img{
    width: 90%;
    border-radius: 15px;
    margin-top: 50px;
    z-index: 99999;
    position: relative;
}

.modul-button-wrap{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.modul-button-1{
    background: #377af1;
    border-radius: 10px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 220px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer; 
    font-size: 16px; 
    margin-top: 15px; 
}

.sozak{
    padding: 80px 0 80px 0;
}

.sozak .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sozak-item{
    width: 31%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    padding: 20px;
    margin-top: 30px;
    display: flex;
    align-items: center; 
    text-align: center;   
}

.sozak a{
    text-decoration: none;    
    color: #000;  
    text-align: center;  
    margin: 0 auto;  
}

.sozak h2{
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer; 
    font-size: 20px !important;
}

