@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Kurale&display=swap');
@font-face {
    font-family: 'Quattrocento Sans';
    src: url('fonts/QuattrocentoSans-Bold.eot');
    src: url('fonts/QuattrocentoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/QuattrocentoSans-Bold.woff') format('woff'),
        url('fonts/QuattrocentoSans-Bold.ttf') format('truetype'),
        url('fonts/QuattrocentoSans-Bold.svg#QuattrocentoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root{
  --white: #ffffff;
  --black: #000000;
  --drakgray: #4D4D4D;
  --blue:#1A76BD;
  --skyblue:#2BB1D0;
  --offred:#18BC52;
  --gray:#737373;
  --subheding:#0B5626;
  --secondry:#165a6a;

  --Quatt: 'Quattrocento Sans';
  --Cormorant:"Cormorant", serif;
  --kurale: "Kurale", serif;
}
html body:not(.home) .header{position: relative;}
html body.home .header .logo{margin-left: auto;}
html body .header{transition: all 0.3s ease;}
html body.scrolled .header{background-color: var(--white);box-shadow: 0 1px 10px 1px rgba(0,0,0,0.5);position: fixed;top: 0;left: 0;width: 100%;animation:slide-down 0.7s;}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

body.scrolled:not(.home) .header
.social-links,
.header .logo{margin-right: auto;}
html body .header .logo img{margin-right: 3em;}
ul.sociallink{list-style: none;margin: 0;padding: 0;display: flex;gap:15px;}
.logo_area{position: absolute;top: 50%;left: 48px;transform: translateY(-50%);}
.custom-container{width: 100%;max-width: 1580px;margin: 0 auto;position: relative;z-index: 10;}
html body .hero{padding-top: 80px;min-height: 84.8vh;}
.hero-sixth{display: flex;align-items: flex-first;gap:8px;}
.hero-forth{display: flex;align-items: flex-first;gap:8px;}
.hero-seventh{display: flex;align-items: flex-first;gap:8px;}
.hero-seventh h3{margin-left: 1em !important;}
.hero-tenth,
.hero_sec{display: flex;gap: 15px;justify-content: flex-start;align-items: flex-end;}
.hero-tenth h3,
.hero-sixth h4,
.hero-sixth h2,
.hero-forth h3,
.hero-forth h2{font-family: var(--kurale);}
.hero-forth h2 a{color: #DFDD00;}
.hero-forth h2{font-size: 2vw;color: #DFDD00;}
.hero-sixth h3{text-transform: uppercase;font-size: 50px;font-weight: 600;}
.hero-sixth h4 a{color: #2BB1D0;}
.hero-sixth h2 a{color: #18BC52;}
.hero-sixth h4{font-size: 3.2vw;color: #2BB1D0;}
.hero-sixth h2{font-size: 3vw;color: #18BC52;}
.hero-sixth h3 a{color: #2BB1D0;}
.hero-sixth h3{font-size: 2.2vw;color: #2BB1D0;}
.hero-eighth h2 a{color: #2BB1D0;}
.hero-eighth h2{font-size: 1.5vw;color: #2BB1D0;text-align: center;margin:0;}
.hero-ninth h2 a{color: #18BC52;}
.hero-ninth h2{font-size: 1.5vw;color: #18BC52;margin:0;text-transform: uppercase;}
.hero-tenth h2 a{#DFDD00;}
.hero-tenth h2{font-size: 3vw;color: #DFDD00;}
.hero-tenth h3 a{color: #18BC52;}
.hero-tenth h3{font-size: 4vw;color: #18BC52;}
.hero-tenth h2,
.hero-ninth h2,
.hero-eighth h2,
.hero-seventh h2,
.hero-seventh h3{font-family: var(--Cormorant);}
.hero-sixth h3,
.hero-fifth h2,
.hero-forth h4,
.hero_third h2,
.hero_sec h3,
.hero_sec h2,
.hero-title{font-family: var(--Cormorant);color: var(--skyblue);margin: 0 !important;}
.hero .hero-title a{color: var(--skyblue);}
.hero-forth h4 a:hover,
.hero-sixth h3 a:hover,
.hero-sixth h4 a:hover,
.hero-fifth h2 a:hover,
.hero_third h2 a:hover,
.hero .hero-title a:hover{color:var(--secondry);}
.hero-forth h3 a:hover,
.hero_sec h2 a:hover{color: #0b5626;}
.hero-forth h2 a:hover,
.hero-sixth h2 a:hover,
.hero_sec h3 a:hover{color: #797800;}
.hero-seventh h3 a{color: #18BC52;}
.hero-seventh h3{font-size: 3.3vw;color: #18BC52;}
.hero-seventh h2 a{color: #2BB1D0;}
.hero-seventh h2{font-size: 3vw;color: #2BB1D0;}
.hero-fifth h2 a{color: #2BB1D0;}
.hero-fifth h2{font-size: 100px;color: #2BB1D0;}
.hero-forth h3 a{color: #18BC52;}
.hero-forth h3{font-size: 79px;color: #18BC52;}
.hero-forth h4 a{color: #2BB1D0;}
.hero-forth h4{font-size: 85px;color: #2BB1D0;}
.hero-title{font-size: 75px;font-weight: 700;}
.hero_third h2 a{color: #2BB1D0;}
.hero_third h2{font-size: 78px;font-weight: 600;color: #2BB1D0;}
.hero_sec h2 a{color: #18BC52;;}
.hero_sec h2{font-size: 84px;color: #18BC52;font-weight: 600;}
.hero_sec h3 a{color: #DFDD00;}
.hero_sec h3{font-size: 50px;color: #DFDD00;font-weight: 600;}
.hero_sec{padding-left: 3em;}
.hero .hero-content{padding-left: 3em;}
.hero_third {padding-left: 1em;}
.hero-fifth{margin: -20px 0 0 0;padding-left: 2em;}
.hero-sixth{padding-left: 3em;}
.image-container .hero_sec,
.image-container .hero_third,
.image-container .hero-title{opacity: 0;transform: scale(0);transition: all 0.3s ease;}
.image-container .hero_sec img,
.image-container .hero_third img,
.image-container .hero-title img{width: 100%;position: absolute;top: 50%;transform: translateY(-50%);}
.image-container .hero_sec.active,
.image-container .hero_third.active,
.image-container .hero-title.active{opacity: 1;transform: scale(1);}
.hero-ninth{margin: -20px 0 0 0;}
.hero-tenth{margin: -30px 0 0 0;}

.burger {
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: column;
	 justify-content: space-between;
	 width: 35px;
	 height: 24px;
	 padding: 0px;
	 cursor: pointer;
	 overflow: hidden;
   align-items: flex-end;
}
.burger span {
	 width: 100%;
	 height: 3px;
	 background-color: #18BC52;
	 transition: all 0.25s;
}
.burger.activated span {
	 background-color: #18bc52;
}
.burger.two.activated span:nth-child(1) {
	 transform: translateY(12px) rotate(45deg);
}
.burger span:nth-child(2){width: 80%;}
.burger.two.activated span:nth-child(2) {
	 opacity: 0;
}
.burger.two.activated span:nth-child(3) {
	 transform: translateY(-12px) rotate(-45deg);
}
.bi-x::before{content: none;}

.page-title h1.pagetitle{font-size: 5.208vw;font-family: var(--Cormorant);font-weight: 500;font-style: italic;color: var(--skyblue);width: 100%;}
.page-title h2.subtitle{font-family: var(--Cormorant);color: var(--gray);font-size: 2.083vw;text-transform: uppercase;letter-spacing: 4px;width: 100%;text-align: center;}
.page-title .tagline{position: relative;width: 100%;text-align: center;}
.page-title .tagline span{background-color: var(--white);position: relative;z-index: 10;display: block;width: 36%;margin: 0 auto;font-family: var(--Cormorant);font-size: 26px;color: var(--subheding);}
.page-title .tagline::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,  rgba(162,228,186,0) 0%,rgba(162,228,186,0.8) 15%,rgba(162,228,186,1) 19%,rgba(24,188,82,1) 50%,rgba(162,228,186,1) 80%,rgba(162,228,186,1) 81%,rgba(162,228,186,0.8) 85%,rgba(162,228,186,0) 100%);
}
.categorysection{position: relative;}
.category-details-page{position: relative;}
.category-details-page:before{
  content: '';
  background: url(../img/glass.webp) no-repeat scroll center;
  width: 23%;
  height: 35%;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -1%;
  z-index: 1;
}
.category-details-page::after{
  content: '';
  background: url(../img/glassbottom.png) no-repeat scroll center;
  width: 884px;
  height: 593px;
  background-size: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 0;
}
.copyright a,
.copyright,
.credits ul.link li a,
.getquote blockquote,
p,
.lisoftype .list-title h3,
.listofcategory h2,
.cat-subtitle h2{font-family: var(--Cormorant);}
.cat-subtitle h2{font-size: 2.188vw;color: var(--offred);font-weight: 500;}
.listofcategory h2{font-size: 2.604vw;color: var(--skyblue);font-weight: 700;}
.categoryinfomation{margin-top: 5em;}
.lisoftype{margin-top: 4.22em;}
.hero-sixth{margin: -10px 0 0 0;}
.hero-seventh{margin: -14px 0 0 0;}
/*category page*/
/* Main CSS */
/* .grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
} */
.grid-wrapper > div > img {
	/* width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px; */
}
.grid-wrapper img{width: 100%;}
.grid-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
	/* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; */
}
.grid_item {
    display: flex;
    flex-wrap: wrap;
    width: 49.5%;
    gap:10px;
}
.grid_wide {
    display: flex;
    gap: 10px;
}
.vertical_wide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 38%;
}
.grid_tall {
    width: 60%;
}
.grid-wrapper .grid_item .fullheight img{height: 540px;}
.wide.halfhight{height: 307px;overflow:hidden;}

/* .grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
} */



.lisoftype .list-title h3{font-size: 29px;color: var(--offred);font-weight: 600;position: relative;margin-bottom: 1em;}
.lisoftype .list-title h3::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 58px;
  height: 2px;
  background-color: var(--blue);
}
.lisoftype .list-title p{font-size: 20px;color: var(--drakgray);line-height: 28px;font-weight: 500;}
.getquote blockquote{font-size: 2.188vw;font-weight: 700;color: var(--offred);line-height: 1.3;text-align: center;}
.getquote blockquote a{color: var(--skyblue);}
/*category page end*/


/*footer section*/
html body .footer {z-index: 10;}
html body.home .footer{padding: 10px 0;position: relative;width: 100%;}
html body .footer::before{
  content: '';
  background: linear-gradient(to right,  rgba(162,228,186,0) 0%,rgba(162,228,186,0.8) 15%,rgba(162,228,186,1) 19%,rgba(24,188,82,1) 50%,rgba(162,228,186,1) 80%,rgba(162,228,186,1) 81%,rgba(162,228,186,0.8) 85%,rgba(162,228,186,0) 100%);
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  transform: translateY(0%);
  width: 80%;
  margin: 0 auto;
  height: 2px;
}
.footer-bottom-section{display: flex;justify-content: space-between;align-items: center;}
.footer-bottom-section .social-links a{background-color: rgba(24, 188, 82, 0.10);color: var(--black) !important;}
.credits ul.link{list-style: none;display: flex;justify-content: center;gap: 15px;align-items: center;padding: 0;}
.credits ul.link li{position: relative;padding-left: 1em;}
.credits ul.link li a{font-size: 20px;font-weight: 700;line-height: 32px;color: #0778C0;}
.credits ul.link li:first-child:before{content: none;}
.credits ul.link li::before{
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--offred);
  border-radius: 50%;
}
.copyright a,
.copyright{font-size: 20px;color: var(--black);line-height: 32px;font-weight: 700;}
.footer ul.link li a:hover{color: var(--secondry);}
/*footer section end*/

@media (max-width:1600px){
  .hero_sec h2{}
  .hero .hero-title a,
  .hero .hero-title{font-size: 3.1rem;}
  .hero_third h2 a{font-size: 4.5rem;}
  .hero-forth h4 a{font-size: 4rem;}
  .hero-fifth h2 a{font-size: 5rem;}
  .hero-fifth{margin: -38px 0 0 0;}
  .hero_sec{}
  .hero::after{opacity: 0.1;}
}
@media (max-width:1580px){
  .custom-container{margin: 0 15px;}
  .category-details-page:before{top: -4%;}
}
@media (max-width:1440px){
  .category-details-page:before{top: 7%;width: 18%;height: 11%;}
}
@media (max-width:1330px){
  .hero_sec h2,
  .hero .hero-title a, .hero .hero-title{font-size: 3rem;}
  .hero-forth h3,
  .hero_third h2 a{font-size: 4rem;}
  .hero-forth h4 a{font-size: 3.5rem;}
}
@media (max-width:1280px){
  .hero_sec h2 a{font-size: 4.5rem;}
  .hero_third h2 a{font-size: 4rem;}
  .hero-forth{flex-wrap: wrap;}
  .hero-forth h3{font-size: 4rem;}
}
@media (max-width:1200px){
  .col-lg-6.hero-content{width: 55%;}
}
@media (max-width:1199px){
  .category-details-page .container{max-width: 100%;}
}
@media (max-width:1094px){
  .col-lg-6.hero-content{width: 56%;}
  .hero-tenth{margin: -20px 0 0 0;}
}
@media (max-width:1024px){
  ul.sociallink li a img{width: 30px;}
  .col-lg-6.hero-content{width: 60%;}
  .hero-tenth{margin: -10px 0 0 0;}
  .grid_tall{width: 59.5%;}
  .grid_item{justify-content:space-between;}
  .wide.halfhight{height: 358px;}
  .grid-wrapper img{object-fit: cover;height: 100%;}
}
@media (max-width:1023px) and (min-width:375px){
  .col-lg-6.hero-content{width: 100%;}
  .col-lg-6.hero-image{display: none;}
  .grid_item .wide,
  .grid_item{width: 100%;}
  
}
@media (max-width:768px){
  .footer-bottom-section{flex-direction: column;justify-content: center;}
  .hero-sixth h3,
  .hero-eighth h2,
  .hero-ninth h2,
  .hero-eighth h2,
  .hero-forth h2{font-size: 4vw;}
  .hero-seventh h3,
  .hero-seventh h2,
  .hero-sixth h2,
  .hero-sixth h4{font-size: 7vw;}
  html body.home .footer{position: relative;}
  .hero-tenth,
  .hero-ninth{margin: 0;}
  .hero-tenth h2{font-size: 5vw;}
  .hero-tenth h3{font-size: 6vw;}
}
@media (max-width:767px){
  .header .logo img{max-height: none !important;width: 100%;}
  html body.home .header .logo{width: 45%;}
  .hero .hero-title,
  .hero_third h2,
  .hero-forth h2,
  .hero-forth h3,
  .hero-forth h4,
  .hero-fifth h2,
  .hero-sixth h2,
  .hero-sixth h3,
  .hero-sixth h4,
  .hero_sec h2,
  .hero-seventh h2,
  .hero-seventh h3,
  .hero-eighth h2,
  .hero-ninth h2,
  .hero-tenth h2,
  .hero-tenth h3,
  .hero_sec h3{font-size: 2rem;}
  .hero-sixth{flex-wrap: wrap;}
  .hero-tenth,
  .hero-ninth{margin: 0;}
  .hero::after{opacity: 0;}
  .social-links{display: none;}
}
@media (max-width:680px){
  .hero_third h2 a{font-size:9vw;}
  .hero-fifth{margin: -20px 0 0 0;}
  .hero-fifth h2 a{font-size: 14vw;}
  .hero-sixth h2 a{font-size: 5vw;}
  .hero-sixth h2 a,
  .hero-sixth h4 a,
  .hero-forth h3 a{font-size: 7.5vw;}
  .hero-seventh h3,
  .hero-seventh h2{font-size: 6vw;}
  .hero-tenth h2{font-size: 7vw;}
  .hero-tenth h3{font-size: 7vw;}
  
  .hero-sixth{justify-content: center}
}
@media (max-width:480px){
  .hero-fifth,
  .hero_sec{padding-left: 0;}
  .hero-forth h2 a{font-size: 4vw;}
  .hero-sixth h2 a,
  .hero-forth h3 a{font-size: 9vw;}
  .hero-forth h4 a{font-size: 8vw;}
  .hero-tenth{flex-wrap: wrap;justify-content: center;}
}