*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Kaisei Opti", serif;
}


ul{
    list-style: none;
}
.wha{
    position: fixed;
    bottom: 50px;
    right:  50px;
    z-index: 6;

}
.wha i {
    font-size: 90px;

 color: green;
 background: transparent;
 background-size:cover;
 width: fit-content;
    border-radius: 50%;
    padding: 0;
    z-index: 100;
    cursor: pointer;
}
@media(max-width: 747px){
    .wha {
        left: 30px;
        bottom: 20px;
    }
    .wha i{
        font-size: 50px;
    }
}


header {
    width: 100%;
    display: flex;
  justify-content: flex-start;
    align-items: center;
    background: white;
    flex-direction: column;
    padding: 20px;




}
header .logo img{
    width: 300px;
}
#op{
    display: none;
}

@media(max-width: 996px){
    header .logo img{
        width: 150px;
    }

}
@media(max-width: 776px){
    header .logo img{
        width: 75px;
    }
#op{
    display: flex;
}
.op_cl{
display: none;
}
}.main .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .icon i{
    cursor: pointer;
}
.main .icon form button{

    outline: none;
    border: none;
    width: 100%;
    background: none;
}
header .lan{
    font-size: 15px;
    font-weight: normal;
}
header .main{
    width: 100%;

   display: flex;
   justify-content: space-between;
   align-items: center;
   margin:  29px 0;

}
header .main2{
    width: 100%;

   display: flex;
   justify-content: center;
   align-items: center;

}
header .main2 .nav {
    width: 100%;
    
}
header .main2 .nav ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
header .main2 .nav ul li{
padding:  0 10px;
font-size: 20px;
transition: 1.6s ease;

}
header .main2 .nav ul li:hover{
scale: 1.2;

}
header .main2 .nav ul li form input{
    cursor: pointer;
border: none;
background: none;
outline: none;
font-size: 20px;

}

a{
    text-decoration: none;
    color: black;
}

.landing{
    width: 100%;
    height:80vh;
 
}
.carousel {
  position: relative;
    height: 600px;
    

}

.carousel-inner {
  position: relative;
  width: 100%;

  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
    height:80vh;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media(max-width: 787px){
    .carousel-item{
        height: 60vh;
    }
}
.carousel-item img {
  display: block;
  width: 100%;
height: 100%;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  opacity: 1;
}
.landing .con {
  width: 100%;
  height: 100%;
}
.landing  .con img{
  width: 100%;
height: 100%;
}



.monav .main {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    padding-left: 20px;
    list-style: none;

display: none;




  
}


header i {
    margin: 4px;
    font-size: 23px;
}
.monav ul li{
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    border-bottom: 0.3px solid gray;
    text-align: start;

}
.monav ul li:hover{

padding-left:10px ;
}
.monav ul li a{
    font-size: 20px;
    color: black;
    
}
.monav .main ul li form input{
    cursor: pointer;
border: none;
background: none;
outline: none;
font-size: 20px;

}
.monav.active .main{
    display: flex;
}
@media(max-width: 797px){
    .nav{
        display: none;
    }
 
    .monav .main  li form input{
    cursor: pointer;
border: none;
background: none;
outline: none;
font-size: 20px;

}
}
.head{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
    padding-bottom: 100px;
}
.head h1,p{
    font-size: 20px;
    margin-bottom: 13px;
    text-align: center;
}

.pro {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f1f1f1;
     padding-bottom: 200px;
}
.pro .con{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pro .con .box{
    width: 22%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pro .con .box .im{
    width: 100%;
    height: 300px;

}
.pro .con .box .im img{
    width: 100%;
    height: 100%;
}

.pro .con .box .text{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;

}
.pro .con .box .text h1{
    font-size: 20px;
}
.pro .con .box .text p{
    font-size: 20px;
    margin-top: 10px;
}
    .pro .con .box .text form input{
    font-size: 13px;
    margin-top: 10px;
    background: rgb(197, 169, 7);
    color: white;
    padding: 7px 20px;
    border-radius: 7px;
    outline: none;
    border: none;
}

@media(max-width:1200px){
    .pro .con .box .im{
        height: 250px;
    }
}
@media(max-width:997px){
    .pro .con {
        width: 90%;
    }
        .pro .con .box{
    width: 24%;
    margin: 10px;
}
    .pro .con .box .im{
        height: 220px;
    }

}
@media(max-width:797px){
        .pro .con .box{
    width: 44%;
    margin: 10px;
}
    .pro .con .box .im{
        height: 220px;
    }
    .pro .con .box .text {
        font-size: 15px;
        padding: 0;
        margin: 0;
    }
    .pro .con .box .text h1{
        font-size: 15px;
    }
    .pro .con .box .text p{
        font-size: 15px;
    }
    .pro .con .box .text form input{
    font-size: 14px;
    margin-top: 10px;
    background: gold;
    color: white;
    padding: 7px 10px;
    border-radius: 7px;
}
.head h1,p{
    font-size: 15px;
    margin-bottom: 13px;
    text-align: center;
}

}

.pro {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f1f1f1;
}
.pro .con{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pro .con .box2{
    width: 22%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pro .con .box2 .im{
    width: 100%;
    height: 500px;

}
.pro .con .box2 .im img{
    width: 100%;
    height: 100%;
}

.pro .con .box2 .text{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    padding-bottom: 100px;

}
.pro .con .box2 .text h1{
    font-size: 25px;
}
.pro .con .box2 .text p{
    font-size: 20px;
    margin-top: 10px;
}
.pro .con .box2 .text a{
    font-size: 20px;
    margin-top: 10px;
    background: gold;
    color: white;
    padding: 10px 40px;
    border-radius: 7px;
}

@media(max-width:1200px){
    .pro .con .box2 .im{
        height: 350px;
    }
}
@media(max-width:997px){
    .pro .con {
        width: 90%;
    }
        .pro .con .box2{
    width: 24%;
    margin: 10px;
}
    .pro .con .box2 .im{
        height: 300px;
    }

}
@media(max-width:797px){
        .pro .con .box2{
    width: 44%;
    margin: 10px;
}
    .pro .con .box2 .im{
        height: 220px;
    }
    .pro .con .box2 .text {
    padding: 0;
    padding-top: 10px ;
    }
    .pro .con .box2 .text h1{
        font-size: 15px;
    }
    .pro .con .box2 .text p{
        font-size: 15px;
    }
    .pro .con .box2 .text a{
    font-size: 17px;
    margin-top: 10px;
    background: gold;
    color: white;
    padding: 7px 20px;
    border-radius: 7px;
}

}


.hero{
    width: 100%;
    height:70vh;
    margin-bottom: 300px;
  
}
.hero .con{
    width: 100%;
    height:100%;
    background-image: url(./img/p11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.extra{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
    padding-top: 100px;
}

.extra  .con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.extra .con .im {
    width: 50%;
    height: 100%;
}

.extra .con .im img{
    width: 100%;
    height: 100%;
}
.extra .con .text {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}
.extra .con .text .txt{
    width: 70%;
    border-bottom: 1px solid black;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;


}
.extra .con .text .txt i{
    position: absolute;
    top: 10px;
    right:   10px;
}
.extra .con .text .txt h1{
   font-size: 25px;
}
.extra .con .text .txt p{
   font-size: 20px;
   margin-top: 4px;
   display: none;
     text-align: start;
  
}

.extra .con .text .txt.active p{
    display: block;
}

@media(max-width: 979px){
    .extra .con {
        flex-direction: column-reverse;
    }
    .extra .con .text{
        width: 100%;
        
    }
    .extra .con .im{
        width: 100%;

    }
}
@media(max-width: 787px){
    .extra .con .text{
        padding: 0;
    }
    .extra .con .text .txt{
        width: 90%;
    }
}

.inst {

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer{
    width: 100%;
       display: flex;
    justify-content: center;
    align-items: center;
    background: #111;
    padding: 100px;
   
}
footer .con{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: start;
    color: white;
     flex-direction: row-reverse;
}
footer .con .box{
    width: 30%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin-left: 100px;

}
footer .con .box ul{
    width: 50%;
    text-align: end;
}
footer .con .box h1{
  font-size: 25px;
   padding-bottom: 15px;
}
footer .con .box a{
  
   color: white;
   font-size: 15px;
   padding-bottom: 10px;
}
footer .con .box ul i{
    font-size: 20px;
margin: 4px;
cursor: pointer;
}

@media(max-width: 979px){
    footer{
        padding:  20px 0;
    }
    footer .con{
        width: 100%;
        flex-direction: column;
       
    }
    footer .con .box{
        width: 100%;
       padding-right: 20px;
     
        margin-left: 0;
        margin-bottom: 50px;
    }
}

.main{
    width: 100%;
    padding: 100px;
      display: flex;
    justify-content: center;
    align-items: center;
    

}

.main .con {
    width: 90%;
      display: flex;
    justify-content: center;
    align-items: center;
}

.main .con form{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main .con form h1{
    font-size: 70px;
    padding-bottom: 30px;

}
.main .con  form div {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding: 0;
    margin: 0;
}
.main .con form input {
    width: 100%;
   margin: 20px;

   padding: 10px 10px;
   border: 1px solid rgb(100, 88, 6);
   outline: none;
   border-radius: 7px;

}
.main .con form label {
    width: 100%;
  
}

.logbtn{
    background: rgb(184, 163, 49);
    color: white;
}
@media(max-width: 997px){
    .main .con  {
        width: 100%;
    }
    .main .con form div{
        width: 80%;
    }
    .main .con form h1{
        font-size: 40px;
    }
}
@media(max-width: 797px){
.main{
    padding: 0 ;
}
    .main .con  {
        width: 100%;
        padding: 20px;
    }
    .main .con form div{
        width: 100%;
    }
    .main .con form {
        width: 100%;
    }

}

.show{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
}
.show .con {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.show .con .im{
    width: 50%;

    display: flex;
    justify-content: start;
    align-items: start;
    
}

.show .con .im .list {
    width: 10%;
    padding: 4px;
}
.show .con .im .list img{
    width: 100%;
    padding: 4px;
  height: 70px;
    border-radius: 4px;
    cursor: pointer;
}

.show .con .im .ma{
    width: 90%;
        height: 70vh;
}
.show .con .im .ma img{ 
    width: 100%;
      height: 100%;
          border-radius: 7px;
}
 .show .text {
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 30px;
    
}

.show .text h1{
    font-size: 60px;
}
.show .text p{
    font-size: 20px;
}
.show .text h2{
    background: black;
    color: white;
    padding: 10px 20px; 
    border-radius: 7px;
    font-size: 20px;
}

.show .text form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.show .text form input{
    width: 80%;
    padding: 15px 10px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    background: none;
     border: 1px solid rgb(100, 88, 6);
   outline: none;
   border-radius: 7px;

}

.show .text form .btnpay{
     background: rgb(184, 163, 49);
    color: white;
}

.show .text .txt,.txt2{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    text-align: start;

}
.show .text .txt h1{
   font-size: 30px;
   margin-bottom: 20px;
}
.show .text .txt2 h1{
   font-size: 30px;
   margin-bottom: 20px;
}

@media(max-width: 979px){
  .show .con .im .ma{
    width: 90%;
        height: 50vh;
}
.show .text h1{
    font-size: 40px;
}
.show .con .im .list img{
 
  height: 60px;

}
}
@media(max-width: 797px){
  .show .con{
    flex-direction: column;
}
.show .con .im{
    width: 100%;
    flex-direction: column-reverse;
}
.show .con .im .ma{
    width: 100%;
    flex-direction: column-reverse;
}
.show .con .im .list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.show .con .im .list img{
    width: 15%;
 
  
}
.show .con .text{
    margin-top: 100px;
    width: 100%;
    align-items: end;
}
.show .text .txt h1{
   font-size: 25px;
   margin-bottom: 20px;
}
.show .text .txt2 h1{
   font-size: 25px;
   margin-bottom: 20px;
}
.show .con .im .list img{
 
  height: 70px;

}
}



.cart{
    position: fixed;
    top: 0;
    right: 0;
    width:60%;
    height: 100vh;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    background: #f1f1f1;
    display: none;
    overflow-y: auto;

}
.cart.active{
    display: flex;
}
.cart .head{
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    
  
    padding: 0;
}
.cart .con{
    width: 90%;
    height: 200px;
    display: flex;
    justify-content: start;
    align-items: start;

   
 
}
.cart .con .im{
    width: 25%;
height: 80%;
}

.cart .con .im img{
    width: 100%;
    height: 100%;
}

.cart .con .text{
    width: 50%;
    height: 80%;
    padding-left: 20px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  
}
.cart .con .text h1{
   font-size: 25px;
   padding-top: 20px;
      margin: 0;
}
.cart .con .text p{
   font-size: 20px;
   margin: 0;
   padding-top: 10px;
  
}
.cart .con .text h2{
   font-size: 20px;
   margin: 0;
   padding-top: 3px;
  
}
.cart  .con .text form{
    width: 100%;
}
.cart .con .text form input{
    width: 80%;
}
@media(max-width:979px){
    .cart{
   
    width:80%;
    height: 100%;
  z-index: 100;

}
}
@media(max-width:797px){
    .cart{
 
    width:100%;
    height: 100vh;

  

}
.cart .con .text h1{
   font-size: 17px;
   padding-top: 20px;
      margin: 0;
}
.cart .con .text p{
   font-size: 15px;
   margin: 0;
   padding-top: 10px;
  
}
.cart .con .text h2{
   font-size: 15px;
   margin: 0;
   padding-top: 3px;
  
}
}
.search-box {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;

  display: none;
  pointer-events: none;
border-bottom: 1px solid black;
position: relative;



}
.serr{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    
}
.fa-times{
    position: absolute;
top: -30px;

left: 0;

}

.search-box.active {

  pointer-events: auto;
  display: flex;
}

.search-box input {
  border: none;
  outline: none;
  width: 90%;
    background: white;

 
  padding: 7px 10px;
}
.search-box select {
  border: none;
  outline: none;
  width: 10%;
      background: white;
      margin-right: 10px;
      border-left: 1px solid black;
     padding: 10.3px 10px;

}

.search-box i {
  cursor: pointer;
  color: #555;
}
.hide-on-search {
  transition: opacity 0.3s ease;
}

.hide-on-search.hidden {
  display: none;
  pointer-events: none;
}
.btnser{
    width: 10%;
    position: absolute;
top: 0;

left: 0;
background: red;

}

.search-box button{
    border: none;
    background: none;
    outline: none;
    font-size: 25px;
    margin: 10px;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.lang-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.lang-btn.active{
    display: flex;
}
#op.active{
    display: none;
}
#op{
    display: none  ;
}
@media(max-width: 776px){
    .lang-btn{
        display: none;
    }
    #op{
    display: flex;
}
}
.lang-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  display: none;
  list-style: none;
  padding: 6px 0;
  width: max-content;
  z-index: 10;
}

.lang-menu li {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.2s;
}

.lang-menu li:hover {
  background: #f1f1f1;
}


.total{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.total .text{
    width: 100%;
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.total h1{
    font-size: 25px;
}
.total h2{
    font-size: 25px;
}
.total form {
    width: 100%;
      display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.total form input{
    width: 70%;
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 5px;
       background: rgb(184, 163, 49);
    color: white;

}

.contact{
    width: 100%;
padding-top: 150px;
display: flex;
justify-content: center;
align-items: center;
background: whitesmoke;
}
.contact .con{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .con .box{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
 
}
.contact .con .box h1{
 margin-left: 100px;
 font-size: 25px;

}

.contact .con .box form{

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 
    margin-top: 50px;
}
.contact .con .box form input{
    width: 80%;
    padding: 20px 10px;
    margin-bottom: 20px;
    background: white;
    border-radius: 7px;
    border-color:white ;
    outline: none;
}
.contact .con .box form textarea{
    width: 80%;
   height: 100px;
padding: 10px;

margin-bottom: 10px;
    background: whitesmoke;
    border-radius: 7px;
    background: white;
    border-color:white ;
}
.contact .con .box form .send{
    background: black;
    color: white;
    font-size: 25px;
}
.contact .con .box .media{
    margin-top: 20px;
    width: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .con .box h1{
font-size: 25px;
margin-bottom: 10px;
}
.contact .con .box p{
font-size: 17px;
margin-bottom: 10px;
}
.contact .con .box .media i{
 font-size: 20px;
 background: black;
 color: white;
 padding: 10px;
 margin: 3px;
 border-radius: 50%;
}

@media(max-width: 748px){
    .contact .con{
        width: 100%;
        flex-direction: column;
    }
    .contact .con .box{
        width: 100%;
        padding: 20px;
    }
    .contact .con .box h1{
        margin-left: 0;
     margin-right: 5px;
    }
    .contact .con .box form{

    }
    .contact .con .box form input{
        width: 100%;
        padding: 10px 0;
        padding: 10px;
    
    }
    .contact .con .box form textarea{
    width: 100%;
       padding-bottom: 10px;
    
    }
    .contact .con .box form .send{
        font-size: 20px;
    }
}

.aboutus{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

}
.aboutus .con{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 50px;
   
}

.aboutus .con .text {
    width: 100%;
    margin-top: 40px;
 

}
.aboutus .con .text h1{
    padding-bottom: 25px;
}
.aboutus .con .text p{
    padding-bottom: 30px;
    font-size: 20px;
       text-align: start;
}
@media(max-width: 747px){
    .aboutus .con {
        width: 100%;
        padding: 20px;
    }
    .aboutus .con .text h1{
        font-size: 23px
    }
    .aboutus .con .text p{
        font-size: 20px
    }


    


}

.inst h1{
    font-size: 20px;
    padding-bottom: 20px;
}