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

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

.mob-menu{
    display: none;
}

.linkk{
    text-decoration: none;
}

header{
    width: 100%;
    height: 160px;
}

.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: 140px;
    margin-top: 10px;
}

.logo img{
    width: 120px;
}

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

.logo-text p{
    font-family: Circe-Regular; 
    font-size: 14px;
    color: #000;
}

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

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

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

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

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

.one3 span{
    font-family: Circe-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{
    background: #edd200;
    padding: 13px 10px 10px 10px;
    color: #000;
    width: 180px;
    height: 45px;
    font-family: Circe-Bold;
    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: Circe-Regular; 
    font-size: 13px;
    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: 600px;
    background: url(img/64785.jpg);
    background-size: cover;
    background-position: center top -140px;
    position: relative;    
}

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

.banner-mob{
    display: none;
}

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

.banner-title{
    width: 90%;
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    font-family: Circe-Bold;
    text-align: center;
    margin: 0 auto;
    padding-top: 90px;
}

.banner-title span{
    text-transform: uppercase;
}

.banner-sm-title{
    width: 90%;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-family: Circe-Regular;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;    
}

.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-item-wrap{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.banner-item{
    width: 32%;
    height: auto;
    padding: 15px 15px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.banner-item .left{
    width: 20%;
    text-align: right;
}

.banner-item .left img{
    width: 42px;
}

.banner-item .right{
    width: 75%;
    font-family: Circe-Bold; 
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
}

.banner-button-wrap{
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
}

.banner-button-1{
    background: #edd200;
    padding: 13px 10px 10px 10px;
    color: #000;
    width: 250px;
    height: 45px;
    font-family: Circe-Bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px; 
}

.banner-button-2{
    background: #edd200;
    padding: 13px 10px 10px 10px;
    color: #000;
    width: 250px;
    height: 45px;
    font-family: Circe-Bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 35px;
}

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

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

.modul-text{
    width: 100%;
    font-family: Circe-Regular; 
    font-size: 20px;  
    text-align: center;
    margin: 0 auto;
    color: #414040;
    padding-top: 40px; 
    padding-bottom: 60px; 
}

.modul-text h2{
    font-family: Circe-Bold; 
    font-size: 48px; 
    line-height: 53px;
    text-align: center; 
    padding-bottom: 20px;  
}

.modul-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.modul-item{
    width: 48%;
    font-family: Circe-Regular; 
    font-size: 18px;  
    border-left: solid 2px #691021;  
    margin-top: 30px;
    padding-left: 20px;  
}

.modul-item span{
    color: #691021;
    font-family: Circe-Bold; 
}

.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: 80%;
    border-radius: 15px;
    margin-top: 15px;
    z-index: 99999;
    position: relative;
}

.music{
    padding: 40px 0 80px 0;
}

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

.music-item{
    width: 32%;
    margin-top: 50px;
}

.music-item .top{
    width: 100%;
    height: 320px;
}

.music-item h2{
    text-align: center;
    font-size: 20px;
    font-family: Circe-Bold; 
    margin: 0 auto;
    width: 90%;
    padding-top: 20px;
}

.music-item p{
    text-align: center;
    font-size: 15px;
    font-family: Circe-Regular; 
    margin: 0 auto;
    width: 90%;
    padding-bottom: 20px;
}

.music-button{
    background: #edd200;
    padding: 12px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 45px;
    font-family: Circe-Bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin: 0 auto;   
}

.bs-form{
    padding: 40px 0 80px 0;
}

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

.bs-form .left{
    width: 45%;
}

.bs-form h3{
    font-family: Circe-Bold;
    font-size: 48px;
    line-height: 54px;
    padding-top: 140px;
}

.bs-form p{
    font-family: Circe-Regular;
    font-size: 28px;
    line-height: 34px;
    padding-top: 30px;
}

.bs-form .right{
    width: 50%;
}

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

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

.teachers h3{
    font-family: Circe-Light;
    font-size: 28px;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
    width: 90%;    
}

.teachers-item{
    width: 24%;
    margin-top: 40px;
}

.teachers-item .top{
    width: 100%;
    height: 350px;
    border-radius: 4px;
}

.teachers-item h2{
    font-family: Circe-Bold;
    font-size: 22px;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
    width: 90%;    
}

.teachers-item p{
    font-family: Circe-Regular;
    font-size: 15px; 
    text-align: center;
    margin: 0 auto;
    width: 90%;   
}

.page-wrap{
    padding: 80px 0 80px 0;
}

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

.page-wrap h1{
    padding-bottom: 40px;
}

.page-wrap .left{
    width: 50%;
}

.page-wrap .left img{
    width: 90%;
}

.page-wrap .right{
    width: 50%;
    font-family: Circe-Regular;
    font-size: 15px;     
}

.contact{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.contact .left{
    width: 40%;
    margin-top: 20px;
}

.contact .right{
    width: 60%;
    margin-top: 20px;
}

.contact h1{
    display: block;
    text-align: left;
    margin: 0 auto;
    width: 90%;
}

.contact iframe{
    width: 90%;
    height: 450px;
    border-radius: 30px;
}

.contact span{
    font-size: 14px;
    font-family: Circe-Regular;     
}

.cont-phone{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Circe-Bold; 
    background: url(img/whatsapp.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 5px;
}

.cont-adress{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Circe-Bold;
    margin-top: 18px;   
    background: url(img/location.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 5px;      
}

.cont-social{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Circe-Bold;
    margin-top: 18px;   
    background: url(img/instagram.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 5px;        
}

.cont-mail{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Circe-Bold;
    margin-top: 18px;   
    background: url(img/mail.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 5px;        
}

.cont-social p{
    font-size: 18px;
    font-family: Circe-Bold;      
}

.cont-button{
    background: #edd200;
    border-radius: 30px;
    padding: 13px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Circe-Bold;
    text-align: center;
    margin-top: 40px;
    margin-left: 30px;
    cursor: pointer;
}
