
   *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
   }
   body::-webkit-scrollbar{
       display: none;
   }
   .land{
    height: 831px;
    width: 100%;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    padding: 20px;
   }
   .subland{
    height: 100%;
    width: 100%;
    /* background-color: red; */
   }
   .kuttynav{
    display: none;
   }
   .navbar{
    height: 20%;
    width: 100%;
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    justify-content: space-between;
   }
   .n1{
    height:70%;
    width: 14%;
    /* background-color: darkcyan; */
    overflow: hidden;
   }
   .n1 img{
    height:100%;
    width: 100%;
    object-fit: contain;
   }
   .n2{
    height: 70%;
    width:50%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content:space-around;
   }
   .n2 a{
    text-decoration: none;
    color: #555555;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
   }
   .n2 a:hover{
    color:gold;
   }
   .cont{
    height: 80%;
    width: 100%;
    /* background-color: pink; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* align-items: center; */
    /* justify-items: center; */
   }
   .cont1{
    height: 70%;
    width: 45%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content:end;
   }
   .cont1 h1{
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 50px;
    text-transform: capitalize;
   }
   .cont1 p{
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    color: #555555;
    font-size: 16px;
    text-transform: capitalize;
   }
   .cont1 a{
    border-radius: 40px;
    margin-top: 20px;
    text-decoration: none;
    background-color: #faca46;
    height: 40px;
    width: 170px;
    padding-left:26px;
    align-items:center;
    align-content: center;
    /* justify-tracks: center; */
    /* justify-items: center; */
    /* align-self: center; */
    font-size: 16px;
    /* margin-right: 10px; */

    color:white;
    /* margin-left: 20px; */
    font-family: "Poppins", sans-serif;
   }
   .cont1 i{
    margin-left: 8px;
   }
   .cont1 a:hover{
    background-color:rgb(207, 169, 74);
   }
   .cont2{
    height: 70%;
    width:45%;
    /* background-color: darkmagenta; */
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content:left;
   }
   .cont2 img{
    height: 100%;
    width: 100%;
    transform: scale(1.1);
    object-fit: contain;
    transition: .3s ease-in;
   }
  
   .videsec{
    height: 600px;
    width: 100%;
    background-color: rebeccapurple;
   }
   .videsec img{
    height: 100%;
    width: 100%;
    object-fit: cover;
   }
   #videsec{
    height:731px;
    width: 100%;
    background-color: rebeccapurple;
   }
   #videsec img{
    height: 100%;
    width: 100%;
    object-fit: cover;
   }
   .offcont{
    height: 500px;
    width: 100%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content:center;
   }
   .i1{
    height: 70%;
    width: 25%;
    margin: 20px;
    overflow: hidden;
    /* background-color: seagreen; */
   }
   .i1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.2s ease-in;
   }
   .i1 img:hover{
    transform: scale(1.1);
     }
     .i1:hover{
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
  
     }
   .heading{
    height: 200px;
    width: 100%;
    /* background-color: darksalmon; */
    padding: 20px;
   }
   .subheading{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }
   .subheading h1{
    font-size: 45px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #555555;
   }
   .subheading p{
    height:5px;
    width: 60px;
    background-color:rgb(255, 212, 22);
}
.cardholder{
    height:600px;
    width: 100%;
    /* background-color: #555555;s */
    padding: 20px;
}
.subcardholder{
    height:100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: red; */
}
.c1{
    margin: 20px;
    height: 70%;
    width: 23%;
    /* background-color: #faca46; */
    padding: 10px;
    transition: 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.c1:hover{
    margin-bottom: 40px;

}
.subc1{
    height: 80%;
    width: 100%;
    /* background-color: darkgoldenrod; */
    overflow: hidden;
}
.subc1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.subc2{
    height: 20%;
    width: 100%;
    /* background-color: rebeccapurple; */
    overflow: hidden;
    display: flex;
    align-items: left;
    justify-content:center;
    flex-direction: column;
}
.subc2 h2{
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 500;
}
.subc2 img{
    height: 20px;
    width:100px;
}
.price{
    height: 600px;
    width: 100%;
    /* background-color: rebeccapurple; */
    padding: 20px;
}
.subprice{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.p1{
    height: 80%;
    width: 40%;
    /* background-color:gold; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p1 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.p2{
    height: 80%;
    width: 50%;
    /* background-color: aqua; */
    display: flex;
    align-items:last baseline;
    flex-direction: column;
    justify-content:center;
}
.p2 h1{
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
.p2 p{
    margin-top:25px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    color: #555555;
}
.p2 a{
    border-radius: 40px;
    margin-top: 20px;
    text-decoration: none;
    background-color: #febd0a;
    height: 40px;
    width: 170px;
    padding-left:40px;
    align-items:center;
    align-content: center;
    /* justify-tracks: center; */
    /* justify-items: center; */
    /* align-self: center; */
    font-size: 16px;
    /* margin-right: 10px; */

    color:white;
    /* margin-left: 20px; */
    font-family: "Poppins", sans-serif;
   }
   .p2 a:hover{
    background-color:rgb(207, 169, 74);
   }
   .p2 i{
    margin-left: 8px;
   }





   *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    body{
    margin:0;
    overflow-x:hidden !important;
    box-sizing:border-box;
    font-family: 'Source Sans Pro', sans-serif;
    }
    
    
    a{
    text-decoration:none;
    outline:none !important;
    color:#fff;
    }
    
    .border-shape {
    background: #ffbe00 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    }
    
    .border-shape::before {
    background: #ffbe00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
    }
    
    .border-shape::after {
    background: #ffbe00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100px;
    }
    .offcontt{
        height: 300px;
        width: 100%;
        /* background-color: saddlebrown; */
        display: flex;
        align-items: center;
        justify-content:center;
       }
       .i11{
        height: 50%;
        width: 25%;
        margin: 20px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 1px solid rgba(128, 128, 128, 0.26);
        border-radius: 20px;
        background-color:white;
       }
       
         .i11 h2{
            
            font-size: 30px;
            color:rgb(65, 63, 63);
            text-transform: capitalize;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
           
            
         }
         .i11 i{
            color:rgb(255, 193, 35);
            font-size: 50px;
         }
         
         .i11:hover i{
            margin-bottom: 30px;
            font-size: 55px;
         }
         
    
    
    
    
    
    
    
    
    
    /*FOOTER*/
    footer{
    width:100%;
    background-color:#121619;
    color:#fff;
    }
    
    .top_header{
    padding:2rem;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    }
    
    .top_header section{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    }
    
    .top_header span{
    padding:0 1rem;
    }
    
    .top_header .fa{
    color:#ffbe00;
    font-size:35px;
    }
    
    footer .border-shape {
    width: 40%;
    }
    
    footer .border-shape::before {
    width: 100%;
    left:120px;
    }
    
    footer .border-shape::after {
    width: 100%;
    right:120px;
    }
    
    footer .bottom_content section{
    padding:1.5rem 2rem;
    display:flex;
    align-items:center;
    justify-content:Center;
    }
    
    .bottom_content a{
    margin:0 20px;
    color:rgba(255,255,255,0.7);
    transition:0.5s;
    }
    
    .bottom_content a:hover{
    color:rgba(255,255,255,1);
    }
    
    
    .copyright{
    padding:0.8em 0;
    background-color:#1e1e1e;
    text-align:center;
    color:rgba(255,255,255,0.7);
    font-size:12px;
    }
   .copyright span a{
        color: goldenrod;
    }
    
    
    @media (max-width:820px){
    .top_header{
    padding:1rem;
    display:block;
    }
    
    .top_header section{
    margin:40px 0;
    align-items:left;
    justify-content:left;
    }
    footer .bottom_content section{
    padding:1rem;
    display:block;
    }
    footer .bottom_content section a{
    padding:1rem;
    font-size:12px;
    margin:0 5px;
    display:inline-block;
    }
    }




















    @media screen and (max-width:600px) {


 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    color: white;
    
   }
   body::-webkit-scrollbar{
       display: none;
   }
   
   /* mobilnavbar */
  .kuttynav{
    height: 130px;
    width: 100%;
    padding: 10px;
    background-color:rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .firstkutty{
    height: 100%;
    width: 35%;
    overflow: hidden;
    background-color:rgb(255, 255, 255);
  }
  .firstkutty img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  

/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/* *,
*::before,
*::after {
  box-sizing: border-box;
} */

.sec-center {
  position: relative;
  /* max-width: 100%; */
  width:65%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  z-index: 200;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.for-dropdown i{
    font-size: 30px;
    font-style: normal;
    color: #1e1e1e;
    /* margin-top: 20px; */
    /* margin-left: 130px; */
    /* font-weight: 500; */
}
.dropdown:checked + label,
.dropdown:not(:checked) + label{
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: 50px;
  /* margin-top: 20px; */
  margin-left: 130px;
  transition: all 200ms linear;
  border-radius: 4px;
  width:60px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  /* background-color: #ffeba7; */
  cursor: pointer;
  color:gray;
  box-shadow: 0 12px 35px 0 rgba(255,235,167,.15);
}
.dark-light:checked ~ .sec-center .for-dropdown{
  background-color: #102770;
  color: #debe53;
  /* font-size: 30px; */
  box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}
.dropdown:checked + label:before{
  pointer-events: auto;
}
.dropdown:not(:checked) + label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.dropdown:checked + label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.section-dropdown {
  position: absolute;
  padding: 5px;
  background-color:#1e1e1e;
  top: 80px;
  left: 0;
  height: 450px;
  width: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content:space-around;
  box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(30px);
  transition: all 200ms linear;
}
.section-dropdown i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgb(252, 198, 71);
    /* padding: 20px; */
    margin-right: 10px;
    margin-bottom: 5px;
}
.dropdown:checked ~ .section-dropdown{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.section-dropdown:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  z-index: 1;
}
.section-dropdown:after {
  position: absolute;
  top: -7px;
  right: 60px;
  /* left: 30px; */
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
  border-bottom: 8px solid #111;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.dark-light:checked ~ .sec-center .section-dropdown:after {
  border-bottom: 8px solid #fff;
}

.section-dropdown a {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-top: 3px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  /* margin: 2px 0; */
  margin-left: 10px;
  text-align: left;
  text-decoration: none;
  display:flex;

  
}
.dark-light:checked ~ .sec-center .section-dropdown a {
  color: #102770;
}
a:hover {
  color: #102770;
  background-color: #ffeba7;
}
.dark-light:checked ~ .sec-center .section-dropdown a:hover {
  color: #ffeba7;
  background-color: #102770;
}
a .uil {
  font-size: 22px;
}
.dropdown-sub:checked + label,
.dropdown-sub:not(:checked) + label{
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}
.dropdown-sub:checked + label .uil,
.dropdown-sub:not(:checked) + label .uil{
  font-size: 22px;
}
.dropdown-sub:not(:checked) + label .uil {
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label:hover,
.dropdown-sub:not(:checked) + label:hover{
  color: #102770;
  background-color: #ffeba7;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub{
  color: #102770;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub:hover{
  color: #ffeba7;
  background-color: #102770;
}

.section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  padding-left: 10px;
  padding-right: 3px;
  overflow: hidden;
  transition: all 200ms linear;
}
.dropdown-sub:checked ~ .section-dropdown-sub{
  pointer-events: auto;
  opacity: 1;
  max-height: 999px;
}
.section-dropdown-sub a {
  font-size: 14px;
}
.section-dropdown-sub a .uil {
  font-size: 20px;
}
.logo {
	position: fixed;
	top: 50px;
	left: 40px;
	display: block;
	z-index: 11000000;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
	transition: all 250ms linear;
}
.logo:hover {
  background-color: transparent;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  transition: all 200ms linear;
}
.dark-light:checked ~ .logo img{
  filter: brightness(10%);
}


   /* end mobile navbar */
   
   .navbar{
    height: 20%;
    width: 100%;
    display: none;
    background-color: white;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
   }
   .n1{
    height:70%;
    width: 14%;
    /* background-color: darkcyan; */
    overflow: hidden;
   }
   .n1 img{
    height:100%;
    width: 100%;
    object-fit: contain;
   }
   .n2{
    height: 70%;
    width:50%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content:space-around;
   }
   .n2 a{
    text-decoration: none;
    color: #555555;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
   }
   .n2 a:hover{
    color:gold;
   }
   .land{
    overflow: hidden;
    height:auto;
    width: 100%;
    color: white;
    background-color:white;
    background-image: none;
    /* margin: 20px; */
    padding: 20px;
   }
   .subland{
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color:white;
   }
   .cont{
    height: 80%;
    width: 100%;
    background-color:white;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content:center;
    /* align-items: center; */
    /* justify-items: center; */
   }
   .cont1{
    height: 70%;
    width:100%;
    background-color:white;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
   }
   .cont1 h1{
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
   }
   .cont1 p{
    margin-top: 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #555555;
    font-size: 16px;
    text-transform: capitalize;
   }
   .cont1 a{
    border-radius: 40px;
    margin-top: 20px;
    text-decoration: none;
    background-color: #faca46;
    height: 40px;
    width: 170px;
    padding-left:26px;
    align-items:center;
    align-content: center;
    /* justify-tracks: center; */
    /* justify-items: center; */
    /* align-self: center; */
    font-size: 16px;
    /* margin-right: 10px; */

    color:white;
    /* margin-left: 20px; */
    font-family: "Poppins", sans-serif;
   }
   .cont1 i{
    margin-left: 8px;
   }
   .cont1 a:hover{
    background-color:rgb(207, 169, 74);
   }
   .cont2{
    height: 70%;
    width:100%;
    background-color: white;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content:left;
   }
   .cont2 img{
    height: 100%;
    width: 100%;
    transform: scale(1.1);
    object-fit: contain;
    transition: .3s ease-in;
   }
  

   .videsec{
    overflow: hidden;
    height: auto;
    margin-top: 20px;
    width: 100%;
    background-color:white;
   }
   .videsec img{
    height: 100%;
    width: 100%;
    object-fit: cover;
   }
   #videsec{
    height:270px;
    width: 100%;
    background-color: rebeccapurple;
   }
   #videsec img{
    height: 100%;
    width: 100%;
    object-fit: cover;
   }
   .offcont{
    height:auto;
    width: 100%;
    /* background-color: saddlebrown; */
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content:center;
   }
   .i1{
    padding: 20px;
    height: 100%;
    width: 100%;
    /* margin: 20px; */
    overflow: hidden;
    /* background-color: seagreen; */
   }
   .i1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.2s ease-in;
   }
   .i1 img:hover{
    transform: scale(1.1);
     }
     .i1:hover{
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
  
     }
   .heading{
    height: 100px;
    width: 100%;
    /* background-color: darksalmon; */
    padding: 20px;
   }
   .subheading{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }
   .subheading h1{
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #555555;
   }
   .subheading p{
    height:5px;
    width: 60px;
    background-color:rgb(255, 212, 22);
}
.cardholder{
    overflow: hidden;
    height:auto;
    width: 100%;
    /* background-color: #555555;s */
    padding: 20px;
}
.subcardholder{
    height:100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background-color: red; */
}
.c1{
    /* margin: 20px; */
    height: 100%;
    width:100%;
    /* background-color: #faca46; */
    padding: 10px;
    transition: 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.c1:hover{
    margin-bottom: 40px;

}
.subc1{
    height: 80%;
    width: 100%;
    /* background-color: darkgoldenrod; */
    overflow: hidden;
}
.subc1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.subc2{
    height: 20%;
    width: 100%;
    /* background-color: rebeccapurple; */
    overflow: hidden;
    display: flex;
    align-items: left;
    justify-content:center;
    flex-direction: column;
}
.subc2 h2{
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 500;
}
.subc2 img{
    height: 20px;
    width:100px;
}
.price{
    height:auto;
    overflow: hidden;
    width: 100%;
    /* background-color: rebeccapurple; */
    padding: 20px;
}
.subprice{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p1{
    height: 100%;
    width: 100%;
    /* background-color:gold; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p1 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.p2{
    height: 100%;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    align-items:center;
    flex-direction: column;
    justify-content:center;
}
.p2 h1{
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #555555;
}
.p2 p{
    margin-top:25px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    color: #555555;
}
.p2 a{
    border-radius: 40px;
    margin-top: 20px;
    text-decoration: none;
    background-color: #febd0a;
    height: 40px;
    width: 170px;
    padding-left:40px;
    align-items:center;
    align-content: center;
    /* justify-tracks: center; */
    /* justify-items: center; */
    /* align-self: center; */
    font-size: 16px;
    /* margin-right: 10px; */

    color:white;
    /* margin-left: 20px; */
    font-family: "Poppins", sans-serif;
   }
   .p2 a:hover{
    background-color:rgb(207, 169, 74);
   }
   .p2 i{
    margin-left: 8px;
   }





   *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    body{
    margin:0;
    overflow-x:hidden !important;
    box-sizing:border-box;
    font-family: 'Source Sans Pro', sans-serif;
    }
    
    
    a{
    text-decoration:none;
    outline:none !important;
    color:#fff;
    }
    
    .border-shape {
    background: #ffbe00 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    }
    
    .border-shape::before {
    background: #ffbe00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
    }
    
    .border-shape::after {
    background: #ffbe00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100px;
    }
    .offcontt{
        height: auto;
        padding: 20px;
        width: 100%;
        overflow: hidden;
        /* background-color: saddlebrown; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:center;
       }
       .i11{
        height: 100%;
        width: 100%;
        /* margin: 20px; */
        overflow: hidden;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 1px solid rgba(128, 128, 128, 0.26);
        border-radius: 20px;
        background-color:white;
       }
       
         .i11 h2{
            
            font-size: 30px;
            color:rgb(65, 63, 63);
            text-transform: capitalize;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
           
            
         }
         .i11 i{
            color:rgb(255, 193, 35);
            font-size: 50px;
         }
         
         .i11:hover i{
            margin-bottom: 30px;
            font-size: 55px;
         }
         
    
    
    
    
    
    
    
    
    
    /*FOOTER*/
    footer{
        overflow: hidden;
        height: auto;
    width:100%;
    background-color:#121619;
    color:#fff;
    }
    
    .top_header{
    padding:2rem;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    position:relative;
    }
    
    .top_header section{
    display:flex;
    align-items:center;
    justify-content:left;
    height: 100%;
    width:100%;
    }
    
    .top_header span{
    padding:0 1rem;
    }
    
    .top_header .fa{
    color:#ffbe00;
    font-size:35px;
    }
    
    footer .border-shape {
    width: 40%;
    }
    
    footer .border-shape::before {
    width: 100%;
    left:120px;
    }
    
    footer .border-shape::after {
    width: 100%;
    right:120px;
    }
    
    footer .bottom_content section{
    padding:1.5rem 2rem;
    display:flex;
    /* flex-direction: column; */
    align-items:center;
    flex-wrap: wrap;
    justify-content:Center;
    height: 100%;
    width: 100%;
    padding: 20px;
}
    
    .bottom_content a{
    margin:0 20px;
    color:rgba(255,255,255,0.7);
    transition:0.5s;
    }
    
    .bottom_content a:hover{
    color:rgba(255,255,255,1);
    }
    
    
    .copyright{
    padding:10px;
    background-color:#1e1e1e;
    text-align:center;
    height: 100%;
    width: 100%;
    color:rgba(255,255,255,0.7);
    font-size:12px;
    /* flex-wrap: wrap; */
    }
   .copyright span a{
    /* width: 30%; */
    /* flex-wrap: wrap; */
        color: goldenrod;
    }
    


















    }