@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    text-transform: unset;
    transition:all .2s linear;
    transition:width none;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 5rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width:1rem;
}

html::-webkit-scrollbar-track{
    background:transparent;
}

html::-webkit-scrollbar-thumb{
    background: #F08080;
}

section{
    padding:5rem 9%;
}

.heading{
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    margin: 1.2rem;
}

.heading::before{
    content: '';
    position: absolute;
    top:50%; left:0;
    transform: translateY(-50%);
    width: 100%;
    height:.01rem;
    background: #762524;
    z-index: -1;
}

.heading span{
    font-size: 2.5rem;
    padding:.5rem 2rem;
    color: #1A1A18;
    background: snow;
    border: #762524;
}

.btn{
    margin-top: 1rem;
    display:inline-block;
    padding:.9rem 3rem;
    border-radius: .5rem;
    color: snow;
    background: #762524;
    font-size: 1.7rem;
    cursor: pointer;
    font-weight: 500;
}

.header .header-1{
    background:#fff;
    padding:1.5rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-1 .logo{
    font-size: 1.5rem;
    font-weight: bolder;
    color: #762524;
    text-align: center;
}

.header .header-1 .logo img{
    width: 19%;
}

.header .header-1 .search-form{
    width:50rem;
    height:5rem;
    border: #762524;
    overflow: hidden;
    background: #fff;
    display:flex;
    align-items: center;
    border-radius: .5rem;
}

.header .header-1 .search-form input{
    font-size: 1.6rem;
    padding:0 1.2rem;
    height:100%;
    width:100%;
    text-transform: none;
    color: #762524;
}

.header .header-1 .search-form label{
    font-size: 2.5rem;
    padding-right: 1.5rem;
    color: #762524;
    cursor: pointer;
}

.header .header-1 .search-form label:hover{
    color: #fff;
}

.header .header-1 .icons div,
.header .header-1 .icons a{
    font-size: 2.5rem;
    margin-left: 1.5rem;
    color: #762524;
    cursor: pointer;
}

.header .header-1 .icons div:hover,
.header .header-1 .icons a:hover{
    color: #F08080;
}

.icons #menu-btn{
   display: none;
}

#search-btn{
    display: none;
}

.header .header-2{
    background: #762524;
}

.header .header-2 .navbar{
    text-align: center;
}

.header .header-2 .navbar a{
    color:#fff;
    display: inline-block;
    padding:1.2rem;
    font-size: 1.7rem;
    text-transform: unset;
}

.header .header-2 .navbar a:hover{
    background: #F08080;
}

.header .header-2.active{
    position:fixed;
    top:0; left:0; right:0;
    z-index: 1000;

}

.login-form-container{
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(255,255,255,.9);
    position:fixed;
    top:0; right:-105%;
    z-index: 10000;
    height:100%;
    width:100%;
}

.bottom-navbar{
    text-align: center;
    background:#fff;
    position: fixed;
    bottom:0; left:0; right:0;
    z-index: 1000;
    display: none;
}

.bottom-navbar a{
    font-size: 2.5rem;
    padding:2rem;
    color:#fff;
}

.bottom-navbar a:hover{
    background: #F08080;
}

.login-form-container.active{
    right:0;
}

.login-form-container form{
    background:#fff;
    border: #F08080;
    width:40rem;
    padding:2rem;
    box-shadow: #F08080;
    border-radius: .5rem;
    margin:2rem;
}

.login-form-container form h3{
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #000100;
    text-align: center;
}

.login-form-container form span{
    display: block;
    font-size: 1.5rem;
    padding-top: 1rem;
}

.login-form-container form .box{
    width: 100%;
    margin:.7rem 0;
    font-size: 1.6rem;
    border: snow;
    border-radius: .5rem;
    padding:1rem 1.2rem;
    color: #F08080;
    text-transform: none;
}

.login-form-container form .checkbox{
    display:flex;
    align-items: center;
    gap:.5rem;
    padding:1rem 0;
}

.login-form-container form .checkbox label{
    font-size: 1.5rem;
    color: #762524;
    cursor: pointer;
}

.login-form-container form .btn{
    text-align: center;
    width:100%;
    margin:1.5rem 0;
}

.login-form-container form p{
    padding-top: .8rem;
    color:  #000100
    font-size: 1.5rem;
}

.login-form-container form p a{
    color: #762524;
    text-decoration: underline;
}

.login-form-container #close-login-btn{
    position: absolute;
    top:1.5rem; right:2.5rem;
    font-size: 5rem;
    color: #762524;
    cursor: pointer;
}

.about {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}

.about .image img {
  width: 70%;
  -webkit-box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .content h3 {
  font-size: 3rem;
  color: #852B2C;
}

.about .content{
  font-size: 1.8rem;
  color: #762524;
  padding: 1rem 0;
  line-height: 2;
}

.bas .image img{
   float: left;
   height: 200px;
}

.bas .sidebar{
    float: initial;
    margin-left: 210px;
    padding: 10px;
}

.bas .sidebar h3{
    font-size: 2.2rem;
    color: #762524;
    text-align: center;
    float: left;
}

.home-about .content .das{
    text-align: center;
    font-size: 2rem;
    color: black;
}

.bas .sidebar table{
    margin: 0;
    font-size: 1.4rem;
    padding: 1rem 0;
    line-height: 2;
    color: #1A1A18;
    border: 1px solid #7E2625;
}

.bas .sidebar table th{
    font-size: 1.6rem;
    border: 1px solid #7E2625;
}

.bas .sidebar table td{
    font-size: 1.4rem;
    border: 1px solid #7E2625;
}

.home-about .content .das1{
    text-align: right;
    font-size: 1.2rem;
    color: black;
}

.home-about .content .das2{
    text-align: left;
    font-size: 1.2rem;
    color: black;
    margin: 1;
}

.home-about .content .pas{
    text-align: left;
    font-size: 1.5rem;
    margin: 0;
}

.home-about .content .pas1{
    text-align: right;
    font-size: 1.5rem;
}

.home-about{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home-about .image{
    flex: 1 1 41rem;
}

.home-about .image img{
    width: 100%;
}

.home-about .content{
    flex: 1 1 41rem;
    padding: 2rem;
    background: snow;
}

.home-about .content p{
    font-size: 1.4rem;
    padding: 1rem 0;
    line-height: 2;
    color: #1A1A18;
}


.home-about .content h3{
    font-size: 2.2rem;
    color: #762524;
    text-align: center;
}

.home{
    background: url(../img/banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.home .row{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    gap:1.5rem;
}

.home .row .content{
    flex:1 1 42rem;
}

.home .row .books-slider{
    flex:1 1 42rem;
    text-align: center;
    margin-top: 2rem;
}

.home .row .books-slider a img{
    height: 15rem;
}

.home .row .books-slider a:hover img{
    transform: scale(.9);
}

.home .row .books-slider .stand{
    width:50%;
    margin-top: -2rem;
}

.home .row .content h3{
    color:#1A1A18;
    font-size: 3.5rem;
}

.home .row .content p{
    color: #1A1A18;
    font-size: 1.4rem;
    line-height: 2;
    padding:1rem 0;
}

.icons-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap:1.5rem;
    margin: 1.2rem;
}

.icons-container .icons{
    display: flex;
    align-items: center;
    gap:1.5rem;
    padding:2rem 0;
}

.icons-container .icons i{
    font-size: 1.8rem;
    color: #762524;
}

.icons-container .icons i:hover{
    color: #FFA07A;
}

.icons-container .icons h3{
    font-size: 1.7rem;
    color: #1A1A18;
    padding-bottom: .5rem;
}

.icons-container .icons p{
    font-size: 1.2rem;
    color: #1A1A18;
}

.about .content{
   flex: 1 1 41rem;
   text-align: center;
   background: #FFFFE0;
}

.about .content p{
   font-size: 1.5rem;
   color: #1A1A18;
   line-height: 2;
   padding: 1rem 0;
}

.deal{
    background:#f3f3f3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:1.5rem;
}

.deal .content{
    flex:1 1 42rem;
}

.deal .image{
    flex:1 1 42rem;
}

.deal .image img{
    width: 100%;
}

.deal .content h3{
    color: #1A1A18;
    font-size: 3.5rem;
    padding-bottom: .5rem;
}

.deal .content h1{
    color: #1A1A18;
    font-size: 2rem;
}

.deal .content p{
    padding:1rem 0;
    color: #1A1A18;
    font-size: 1.4rem;
    line-height: 2;
}

.home-packages{
   background: #FFFAFA;
}

.home-packages .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
   gap: 2rem;
   margin: 1.2rem;
}

.home-packages .box-container .box{
   border: #006400;
   box-sizing: #008000 ;
   background: #E0FFFF;
}

.home-packages .box-container .box .image{
   height: 25rem;
   overflow: hidden;
}

.home-packages .box-container .box .image img{
   height: 70%;
   width: 100%;
   object-fit: contain;
   transition: .2s linear;
}

.home-packages .box-container .box .content{
   padding: 2rem;
   text-align: center;
}

.home-packages .box-container .box .content h3{
   font-size: 2.5rem;
   color: #17202A;
}

.home-packages .box-container .box .content p{
   font-size: 1.3rem;
   color: #616A6B;
   line-height: 2;
   padding: 1rem 0;
}

.home-packages .load-more{
   text-align: center;
   margin-top: 2rem;
}

.subjects .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
   gap: 1.5rem;
   margin: 1.2rem;
}

.subjects .box-container .box{
   padding: 4rem 2rem;
   text-align: center;
   background: #EEE8AA;
   cursor: pointer;
}

.subjects .box-container .box:hover{
   background: #FAEBD7;
}

.subjects .box-container .box h3{
   color: #000000;
   font-size: 1.6rem;
   padding-top: 1rem;
}

.subjects .box-container .box p{
   color: #000000;
   font-size: 1.1rem;
   padding-top: 1rem;
}

.box .main h2{
    font-weight: normal;
    color: #17202A;
    text-align: center;
    font-size: 3.5rem;
}


.box .main img{
    float: left;
    height: 200px;
    width: 200px;
    margin: 15px;
    border-radius: 70%;
}

.box .main p{
    font-size: 2rem;
    color: #1A1A18;
    text-align: right;
    margin: 1;
}

.gorc ol{
    font-size: 1.5rem;
}

.gorc ol li{
    font-size: 2rem;
    color: #7D2428;
}

.gorc ol li img{
    height: 90px;
    width: 90px;
}

.gorc ol li a{
    font-size: 1.7rem;
    color: #1A1A18;
}

.gorc ol li a:hover{
    color: #7D2428;
}

.ogut img{
    padding: 2.5rem;
    height: 30rem;
    width: 50rem;
    float: left;
}

.ogut h3{
    text-align: right;
    font-size: 2.5rem;
    color: #1A1A18;
}

.ogut ol{
    font-size: 1.7rem;
}

.ogut ol li{
    font-size: 2rem;
    color: #7D2428;
}

.ogut ol li a{
    font-size: 2rem;
    color: #1A1A18;
    text-decoration: underline;
    text-decoration-color: #7D2428;
}

.ogut ol li a:hover{
    color: #7D2428;
}

.ogut ul{
    font-size: 1.5rem;
}

.ogut ul li{
    font-size: 2rem;
    color: #7D2428;
}

.ogut ul li a{
    font-size: 1.7rem;
    color: #1A1A18;
    text-decoration: overline;
    text-decoration-color: #7D2428;
}

.ogut ul li a:hover{
    color: #7D2428;
}


.nav .yes h3{
   text-align: center;
   color: #17202A;
   font-size: 2.5rem;
}

.nav .yes img{
   width: 20%; height: 20%;
   float: right;
}

.nav .yes p{
   font-size: 1.8rem;
   color: #1B2631;
}


.nav .main h3{
   text-align: center;
   color: #17202A;
   font-size: 2.5rem;
}

.nav .main img{
   width: 30%; height: 20%;
   float: left;
   padding: 1rem;
}

.nav .main p{
   font-size: 1.8rem;
   color: #1B2631;
   margin: 7px;
}























.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap:1.5rem;
}

.footer .box-container .box h3{
    font-size: 2.2rem;
    color: #1A1A18;
    padding:1rem 0;
}

.footer .box-container .box a{
    display: block;
    font-size: 1.4rem;
    color: #1A1A18;
    padding:1rem 0;
}

.footer .box-container .box a i{
    color: #762524;
    padding-right: .5rem;
}

.footer .box-container .box a:hover i{
    padding-right: 2rem;
}

.footer .box-container .box .map{
    width: 100%;
}

.footer .share{
    padding:1rem 0;
    text-align: center;
}

.footer .share a{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color:#fff;
    background: #1346BB;
    margin:0 .3rem;
    border-radius: 50%; 
}

.footer .share a:hover{
    background: #F08080;
}

.footer .credit{
    border-top: #762524;
    margin-top: 2rem;
    padding:0 1rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color: #1A1A18;
    text-align: center;
}

.footer .credit span{
    color: #1A1A18;
}

.review .slide{
    margin: auto;
    padding: 2rem;
    box-shadow: snow;
    border: .1rem solid rgba(0, 0, 0, .3);
    border-radius: .5rem;
    position: relative;
}

.review .slide .fa-quote-right{
    position: absolute;
    top: 2rem; right: 2rem;
    font-size: 6rem;
    color: #762524;
}

.review .slide .user{
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding-bottom: 1.5rem;
}

.review .slide .user img{
    height: 17rem;
    width: 17rem;
    border-radius: 1%;
    object-fit: cover;
}

.review .slide .user-info h3{
    color: #1A1A18;
    font-size: 2.2rem;
    padding-bottom: .5rem;
    text-align: center;
}

.review .slide .user-info a{
    color: #1A1A18;
    font-size: 1.8rem;
    padding-bottom: .5rem;
    text-align: center;
}

.review .slide .user-info i{
    color: #762524;
}

.review .slide .user-info a:hover,
.review .slide .user-info i:hover{
    color: #E1707C;
}

































@media (max-width:1200px){

   .header{
      padding:2rem 5%;
   }

   section{
      padding:3rem 5%;
   }

}

@media (max-width:991px){

   html{
      font-size: 55%;
   }

   .header{
      padding:2rem;
   }

   section{
      padding:3rem 2rem;
   }

}

@media (max-width:768px){

   .header   #menu-btn{
      display: inline-block;
   }

   .header .navbar{
      position: fixed;
      top:0; right:-105%;
      width: 30rem;
      background: #FA8072;
      height: 100%;
      display: flex;
      flex-flow: column;
      justify-content: center;
      z-index: 1200;
   }

   .header #close-navbar{
      display: block;
   }

   .header .active{
      box-shadow: 0 0 0 100vw rgba(0, 0, 0, .0);
      right: 0;
   }

   .header a{
      display: block;
      margin:1rem 0;
      text-align: center;
      font-size: 3rem;
   }
      }


   .home .slide .content h3{
      font-size: 3rem;
   }



@media (max-width:450px){

   html{
      font-size: 50%;
   }

   .heading{
      font-size: 3rem;
   }

   .about .content .about-title{
      font-size: 4rem;
   }

}