@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');

:root{
    --green:#27ae60;
    --black:#192a56;
    --light-color:#666;
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);
    --yellow:#faa41a;
}

*{
    font-family: 'Nunito', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none; border:none;
    transition: all .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 5.5rem;
    scroll-behavior: smooth;
}

section{
    padding:2rem 9%;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    font-size: 1.7rem;
    color:#fff;
    background: var(--yellow);
    border-radius: .5rem;
    cursor: pointer;
    padding:.8rem 3rem;
}

.btn:hover{
    background: var(--green);
    letter-spacing: .1rem;
}


.sub-heading{
    text-align: center;
    color:var(--green);
    font-size: 2rem;
    padding-top: 1rem;
  }
  
  .heading{
    text-align: center;
    color:var(--black);
    font-size: 3rem;
    padding-bottom: 2rem;
  }
  
  header{
      position: fixed;
      top:0; left: 0; right:0;
      background: #fff;
      padding:1rem 7%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 1000;
      box-shadow: var(--box-shadow);
  }
  
  header .logo{
      color:var(--black);
      font-size: 2.5rem;
      font-weight: bolder;
  }
  
  header .logo i{
      color:var(--green);
  }
  
  header .navbar a{
      font-size: 1.7rem;
      border-radius: .5rem;
      padding:.5rem 1.5rem;
      color:var(--light-color);
  }
  
  header .navbar a.active,
  header .navbar a:hover{
      color:#fff;
      background: var(--green);
  }
  
  header .icons i,
  header .icons a{
      cursor: pointer;
      margin-left: .5rem;
      height:4.5rem;
      line-height: 4.5rem;
      width:4.5rem;
      text-align: center;
      font-size: 1.7rem;
      color:var(--black);
      border-radius: 50%;
      background: #eee;
  }
  
  header .icons i:hover,
  header .icons a:hover{
      color:#fff;
      background: var(--green);
      transform: rotate(360deg);
  }
  
  header .icons #menu-bars{
      display: none;
  }


  .background{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .up{
    display: block;
    padding-top:10%;
    }

  .up h2 {
    color:var(--black);
    font-size: 5rem;
   
  }


  .up a{
      color: #666;
      font-size: 1.5em;
  }


  
  header .navbar .sub_menu a{
    font-size: 1.7rem;
    border-radius: 0;
    padding:0;
    color:var(--light-color);
}







.burger{
    height: auto;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    margin: auto;
    text-align: left;
    font-size: 4em;
    padding: 50px;
    display: none;
    transition-delay: 2s;
    
}

.burger img{
    padding-bottom: 3%;
}

.burger a{
    color: #27ae60;
    text-align: left;
    font-weight: bold;
}

.ico{
    text-align: right;
    margin-top: 10%;
}




 .sub_menu{
	position: absolute;
	background: #fff;
	width: 100%;
    
	left: 0;
	top: 75px;
	padding: 40px 30px;
	display: flex;
	justify-content: space-around;
	visibility: hidden;
	line-height: 20px;
    flex-wrap:wrap;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
}


.sub_menu a:hover{
   background: none;
   letter-spacing: normal;
   padding: 0;
}


.sub_menu .col img{
	width: 90px;
	height: 90px;
	display: block;
    visibility:hidden;
    border-radius: 10%;
}
.sub_menu .col img:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.sub_menu p{
	color: #666;
	margin-top: 10px;
	font-size: 14px;
    text-align: center;
    visibility: hidden;
}





.sub_menu:hover{
    visibility:visible;

}

.sub_menu:hover .col img{
    visibility: visible;
}
.sub_menu:hover p{
    visibility: visible;
}


.nope:hover + .sub_menu {
    visibility: visible;
}

.nope:hover + .sub_menu .col img{
    visibility:visible;
}
.nope:hover + .sub_menu p{
    visibility:visible;
}






.sub_menu h4{
	color: #ca914e;
}



/*

  .left{
      width: 49%;
      float: left;
      padding: 0;
      padding-right: 2%; 
  }

  .left_left{
    width: 15%;
    float: right;
    display: flex;
    flex-direction: column;
  }

  .left_left img{
      
    width: 100%;
    height: 100px;
  }


  .left_right{
      width: 47%;
      float: right;
  }

  .left_right img {
    width: 100%;
    float: right;
}





  .right{
      
      padding: 0;
      width: 50%;
      float: right;
      padding-top: 2%;
  }

  .right h2{
    color:var(--black);
    font-size: 3.5em;
  }

  .right h3{
      color: #666;
      font-size: 2.5em;
  }

  .right p{
      color: #666;
      font-size: 1.7em;
  }

  .right button {
      
      background-color: #27ae60;
      color: #fff;
      border-radius: .5rem;
      cursor: pointer;
      padding:.8rem 3rem;
      margin-top: 1rem;
      display: inline-block;
      font-size: 1.7rem;
  }

  .right button:hover{
      background-color: #faa41a;
  }

*/


  .start{
      width: 100%;
      height: auto;
  }


  .left{
    width: 49%;
    height: auto;
    float: left;
    overflow-y: hidden;
  }

  .imol{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    gap: 2%;
    flex-wrap: wrap;
  }
  
  .left img {
    width: 100%;
    height: auto;
  }

  .right{
    width: 49%;
    margin: auto;
  }

  .right h2{
    color:var(--black);
    font-size: 3.5em;
  }

  .right h3{
      color: #666;
      font-size: 2.5em;
  }


  .right p{
    color: #666;
    font-size: 1.7em;
  }

  .right button {
      
    background-color: #27ae60;
    color: #fff;
    border-radius: .5rem;
    cursor: pointer;
    padding:.8rem 3rem;
    margin-top: 1rem;
    display: inline-block;
    font-size: 1.7rem;
  }

   .right button:hover{
    background-color: #faa41a;
  }












  .discription{
      display: block;
      width: 100%;
      height: auto;
      
  }


  .first_row {
    border-top: 1px solid #666;
    border-radius: 10px;
  }

  .second_row{
      width: 16%;
      margin-top: -1px;
      border-top: 5px solid #27ae60;
      border-radius: 10px;
  }


  .discription h4 {
      font-size: 3em;
      color: #192a56;
  }

  .discription p {
      font-size: 1.7em;
      color: #666;
  }

  .discription button {
    color: #fff;
    border-radius: .5rem;
    cursor: pointer;
    padding:.8rem 3rem;
    margin-top: 1rem;
    display: inline-block;
    font-size: 1.7rem;
    margin-right: 1%;
    
}


#one{
    background-color: #faa41a;
}
#two{
    background-color: #27ae60;
}

.discription button:hover{
    background-color: #faa41a;
}

.informtion ul{
    list-style-position: inside;
    padding-left: 2%;
    font-size: 1.7em;
    color: #666;
    line-height: 27px;
}

.more_info{
    display: none;
}

.more_info ol{
    list-style-position: inside;
    padding-left: 2%;
    font-size: 1.7em;
    color: #666;
    line-height: 27px;
}


.lefft{
    width: 49%;
    height: auto;
    float: left;
}

.imo{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    gap: 2%;
    flex-wrap: wrap;
}

.lefft img {
    width: 100%;
    height: auto;
    box-shadow: 0 5px 35px rgba(0,0,0,0.15);
}

.righht{
    width: 49%;
    margin: auto;
}

.righht h4{
    font-size: 3em;
    color: #192a56;
}

.righht p{
    font-size: 1.7em;
    color: #666;
}

.related h4 {
    font-size: 3em;
    color: #192a56;
}

.related .second_row{
    width: 18%;
}



.footer .box-container .box {
    text-transform: capitalize;
}

.c_ontainer{
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    position: relative;    
  }
  
  .c_ontainer .image{
    display: none;
  }
  
  /* Next & previous buttons */
  #prev{  
    position: absolute;
    top: 43%;
    left: 0;
    cursor: pointer;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: rgba(0, 0, 0, 0.5);
  }
  
  #next{
    position: absolute;
    top: 43%;
    right: 0;
    cursor: pointer;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: rgba(0, 0, 0, 0.5);
  }
  
 
  .dots{
    text-align: center;
    margin-top: 2%;
  }
  
  .dot{
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    /* transition from one do to the next */
    transition: background-color 0.6s ease;
  }
  
  /* We create this class with JavaScript. It makes the current dot darker gray */
  .active{
    background-color: #717171;
  } 
  
  /* create fade animation when switching between images */
  .fade{
  /* Animation support for different browsers */
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
  }
  
  @keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
  } 
  
  @media(max-width:768px){
      .c_ontainer{
          width: 100%;
      }
  }


















.menu .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:5rem;
    grid-row-gap:10rem;
    
}



.menu .box-container .box{
    background: #fff;
    box-shadow: 0 5px 35px rgba(0,0,0,0.15);
    
    
}


.menu .box-container .box .image{
    height: 25rem;
    width: 100%;
    padding: 0rem;
    overflow: hidden;
    position: relative;
    
}




.menu .box-container .box .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 1s;
}

.menu .box-container .box .image img:hover{
    transform: scale(1.1);
}



.menu .box-container .box .content{
    padding:2rem;
    padding-top: 0;
    text-align: center;
}



.menu .box-container .box .content h3{
    color:var(--black);
    font-size: 2.5rem;
}

.menu .box-container .box .content p{
    color:var(--light-color);
    font-size: 1.6rem;
    padding:.5rem 0;
    line-height: 1.5;
}

.menu .box-container .box .content .price{
    color:var(--green);
    margin-left: 1rem;
    font-size: 2.5rem;
}



















  

.footer{
    margin-top: 10rem;
}

.footer .box-container{
   
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:5rem;
}

.footer .box-container .box h3{
    padding:.5rem 0;
    font-size: 2.5rem;
    color:var(--black);
}




.footer .box-container .box a{
    display: block;
    padding:.5rem 0;
    font-size: 1.5rem;
    color:var(--light-color);
}
.footer .box-container .box span{
    display: block;
    padding:.5rem 0;
    font-size: 1.5rem;
    color:var(--light-color);
}

.footer .box-container .box a:hover{
    color:var(--green);
    text-decoration: underline;
}



.footer .credit{
    text-align: center;
    border-top: .1rem solid rgba(0,0,0,.1);
    font-size: 2rem;
    color:var(--black);
    padding:.5rem;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.footer .credit span{
    color:var(--green);
}


/* media queries  */

@media (max-width:991px){

    html{
        font-size: 55%;
    }
    
    header{
        padding:1rem 2rem;
    }

    section{
        padding:2rem;
    }


}

@media (max-width:768px){

    header .icons #menu-bars{
        display: inline-block;
    }

    header .navbar{
        position: absolute;
        top:100%; left:0; right:0;
        background:#fff;
        border-top: .1rem solid rgba(0,0,0,.2);
        border-bottom: .1rem solid rgba(0,0,0,.2);
        padding:1rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    .left{
        width: 100%;
    }
    .right{
        width: 100%;
    }

    .lefft{
        width: 100%;
    }
    .righht{
        width: 100%;
    }

}