 

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Inter', sans-serif;*/

:root{
	--font1:'Inter', sans-serif;
	--primary: #1FBC88;
	--secondary:  #20332D; 
    --white: #FFFFFF; 
	--black:  #0C0D14; 
	--grey:#656565;
}


*{ 
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;  
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    font-family: var(--font1);
}
h1,h2,h3,h4,h5,h6{
    color: var(--black);
    font-family: var(--font1); 
    font-weight: 400;
}
h1{
	font-size: 60px;
	line-height: 62px;
}
h2{
	font-size: 45px;
	line-height: 60px;
}
h3{
	font-size: 24px;
	line-height: 30px;
}
p{
	margin: 0 0 20px;
}
img,svg{
    width: 100%;
}
.clear{
    clear: both;
}
.clear:after{
    position: relative;
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
 

a{
    transition: .5s;
    text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.bglight{background: #F6F7FA;}



/**common**/

section{
    padding: 70px 0;
    position: relative; 
}

.tophd{
	margin: 0 0 70px;
}
.tophd-center{
	text-align: center;
}
.title{
	margin: 0 0 14px;
}
.title span{color: var(--primary);}
.subtitle{
	display: inline-flex;
	position: relative;
	background: url(../images/titleico.svg) no-repeat 0 0;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.cmnbtn2{
	display: inline-flex;
    align-items: center;
    position: relative;
    color: var(--black);
    gap: 5px;
    padding: 12px 20px;
    font-size: 18px;
}
.cmnbtn2 span {
    position: relative;
    z-index: 1;
}
.cmnbtn2:before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background: var(--primary);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    animation: circlemove 8s linear infinite; 
}
@keyframes circlemove{
	0% {
	    left: 0;
	}
	50% {
	    left: calc(100% - 48px);
	}
	100% {
	    left: 0;
	}
}
 

.cmnbtn {
    background-color:var(--secondary);
    color: var(--white);
    padding: 10px 18px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid var(--secondary);
}
.cmnbtn:hover{
    border: 1px solid var(--primary);
}
.cmnbtn1{
	background: transparent; 
}

.cmnbtn span {
	border-radius: 25px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}
.cmnbtn1 span{
	color: var(--black);
}
.cmnbtn:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    background: var(--primary);
    transform: translate(-50%, 0) skew(20deg, 0deg);
    width: 0;
    height: 130%;
    transition: .5s;
}
.cmnbtn:hover:after {
    width: 120%;
}

/**header**/
.site-header{
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--white);
    transition: .5s;
    z-index: 123;
}
.sticky .site-header{
    padding: 8px 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    background: var(--white);
}

.headerHold{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    display: inline-block;
    width: 200px;
}
.menulist{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}
.menulist li a{
    display: block;
    font-weight: 500;
    color: var(--black);
}
.menulist li a:hover,
.menulist li.active a{color: var(--primary);}
.btnholder{display: flex; gap:30px;}

/**banner**/
.banner{
/*    background: url(../images/bg1.png) no-repeat right 0;*/
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    margin-top: 90px;
    position: relative;
    background:linear-gradient(65deg, #FFF 0.06%, rgba(255, 255, 255, 0.80) 50.03%, rgba(168, 225, 208, 0.70) 100%);
}
.banner .bnrvideo{
    display:none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}
.banner .bnrvideo video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bnrvideo img{
    opacity: .8;
}
.bannerHolder{
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 1;
}
.bannerLeft{width: 60%;}
.bannerImg{width: 40%;}
.bannerImg img{max-width: 100%; width: auto; margin: 0 auto; display: table;}

/**partner_logo_sec**/
.partner_logo_sec{
    padding: 30px 0;
}
.partner_logo_sec .tophd{
    margin: 0 0 30px;
}
.partnerlogolist{
    display: flex;
    gap: 35px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.partnerlogolist li{}
.partnerlogolist li img{
    max-width: 100%;
    height: 80px;
    object-fit: contain;
}

/**value_sec**/
.value_sec{
    background: #F6F7FA ;
    background-size: 100%;
/*    background-attachment: fixed;*/
/*     animation: mymove 100s linear infinite;*/
    position: relative;
    overflow: hidden;
}

.valueimg{
    position: absolute;
    left: 0;
    top: 50px;

    transform: rotate(-10deg);

    background:  url(../images/bg4.png) repeat-x 0 50px;
    background-size: 100%;
/*    background-attachment: fixed;*/
     animation: mymove 100s linear infinite;
     width: 100%;
     height: 400px;
  
}
/*.valueimg img{
    width: 100%;
    animation: mymove 100s linear infinite;
    position: relative;
}*/

@keyframes mymove{
    0%{background-position: 0 50px;}
    100%{background-position: -1440px 50px;}
}

.value_sec >div.container{
    position: relative;
    z-index: 1;
}
.value_sec .row >div{margin:0 0 12px;}
.valuediv{position: relative; padding: 70px 30px 30px;
    background: var(--white);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    color: var(--grey);
    height:100%;
}
.valuediv .ico{
    width: 60px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: .3;
}
.valuediv .no{
    -webkit-text-stroke: 1px var(--primary);
    color: transparent;
    font-size: 30px;
    font-weight: 900;
    display: inline-block;
    padding: 0 0 10px;
    position: relative;
    margin: 0 0 30px;
}
.valuediv .no:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #D9D9D9;
    width: 120px;
    height: 1px;
}
.valuediv .no:before{
position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #000;
    width: 0;
    height: 1px;
    transition: .5s;
    z-index: 1;
}
.valuediv:hover .no:before{
    width: 120px;
}
.valuediv .ico{transition: .5s;}
.valuediv:hover .ico{opacity: 1;}
.valuediv h3{margin: 0 0 15px;}
.valuediv p{margin: 0;}

.valuediv{
    position: relative;
}
.valuediv:before{
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    top: 0;
}
.valuediv:after{
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    height:0;
    background: var(--primary);
    bottom: 0;
}

.valuediv >div:before{
    position: absolute;
    content: "";
    right: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    bottom: 0;
}
.valuediv >div:after{
    position: absolute;
    content: "";
    right: 0;
    width: 2px;
    height:0;
    background: var(--primary);
    top: 0;
}

.valuediv:before{transition: all .5s ease-in-out 0s;}
.valuediv:after{transition: all .5s ease-in-out 0s;}
.valuediv >div:before{transition: all .5s ease-in-out 0s;}
.valuediv >div:after{transition: all .5s ease-in-out 0s;}

.valuediv:hover:before{width: 100%;}
.valuediv:hover:after{height: 100%;}
.valuediv:hover >div:before{width: 100%;}
.valuediv:hover >div:after{height: 100%;}

/**product_sec**/
.tabholder{}
.tablist{list-style: none; margin: 0 0 50px; padding: 0;
    display: flex; align-items: center;
    justify-content: center; gap: 15px;
}
.tablist li{
    border: 1px solid var(--primary);
    padding: 10px 20px;
    border-radius: 25px;
}
.tablist li.active{
    background: var(--primary);
    color: var(--white);
}

.content{display: none;
    padding: 50px;
    border: 1px solid #D0D1D5;
    background: #F6F7FA;
    border-radius: 10px;
}
.content.show{
    display: block;
}

.tabcontent{
    display: flex;
    gap: 50px;
    
}
.tabcontentleft{
    width: 50%;
}
.tabimg{
    width: 50%;
    height:270px;
}
.tabimg img{
    width: 100%;
    height:100%;
    object-fit:cover;
}
.tabcontent h2{}
.tabcontent h3{}
.tabcontent p{}

/**outcome_sec**/
.outcome_sec{}
.outcomediv{position: relative; padding: 35px 25px;
    background: transparent; transition: .5s;
    border-radius: 15px;
}
.outcomediv:hover{background: var(--primary);}
.outcomediv >*{transition: .5s;}
.outcomediv:hover >*{
    color: var(--white);
}
.outcomediv .ico{
    width: 60px; height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
.outcomediv .ico img{
    width: 100%; height: 100%;
    object-fit: cover;
}
.outcomediv h2{}
.outcomediv p{margin: 0;}

/**core_value_sec**/
.core_value_sec{
    position: relative;
}
.core_value_sec >div{
    position: relative;
    z-index: 1;
}
.core_value_sec .row >div{
    margin: 0 0 35px;
}
.globe{position: absolute; right: 0; top: 0; opacity: .3;}
.corevaluediv{
    background: var(--white); text-align: center;
    padding: 40px; border-radius: 12px; 
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1);
    height: 100%; position: relative; overflow: hidden;
}


.corevaluediv >*{
    position: relative;
    z-index: 1;
}
.corevaluediv:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: translate(-100%,0);
    width: 100%;
    height: 100%;
    background: var(--primary);
    border-radius: 12px; 
    transition: .3s;
}
.corevaluediv:hover:before{ 
    transform: translate(0,0);
} 
.corevaluediv .ico{width: 90px; height: 90px; display: inline-block;
    margin: 0 0 20px; transition: .3s;
}
.corevaluediv .ico img{width: 100%; height: 100%; object-fit: contain;}
.corevaluediv h3{ margin:0; transition: .3s;}

.corevaluediv:hover .ico{
    filter: invert(1) brightness(100);
}
.corevaluediv:hover h3{color: var(--white);}

/**video_sec**/
.video_sec{}
.videodiv{position: relative; border-radius: 15px;}
.videodiv video{
    width: 100%; border-radius: 15px;
}
.videodiv .play{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #93ccb4;
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    cursor: pointer;
}

/**security_sec**/
.security_sec{} 
.securityLeft p{margin: 0;}
.securityImg img{width: 100%;}

/**trust_sec**/
.trust_sec{position: relative;}
.trust_sec .dna1{
    position: absolute;
    left: 0;
    top: 10px;
    width: 100px;
    display: inline-block;
}
.trust_sec .dna2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    display: inline-block;
}
.trust_sec .dna1 img,
.trust_sec .dna2 img{
    width: 100%;
}
.testSlider{
    padding: 0 100px;
}
.testdiv{
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    position: relative;
}
.testdiv:before{
    position: absolute;
    content: "";
    left: 0;
    top: -20px;
    width: 60px;
    height: 80px;
    background: url(../images/invert1.svg) no-repeat 0 0;
    background-size: 100%;
}
.testdiv p{}
.testdiv .name{
    color: var(--grey);
    display: inline-block;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 20px;
}
.testdiv .name:before{
    position: relative;
    content: "";
    background: var(--primary);
    width: 10px;
    height: 2px;
}
.testSlider .owl-nav button.owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 50px; height: 50px;
    background: #e9ebf5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.testSlider .owl-nav button.owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 50px; height: 50px;
    background: #F2F3F8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.testSlider .owl-nav button.owl-prev:hover,
.testSlider .owl-nav button.owl-next:hover{
    background: var(--primary);
    color: var(--white);
}

/**frontline_sec**/
.frontline_sec{background-repeat: no-repeat; background-position: 0 0;
    background-size: cover; background-attachment: fixed;
    position: relative;
    margin-bottom: 80px;
}
.frontlinecontent{
  
}
.frcontent{
    padding: 80px 40px;
    background: var(--white);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .08);
    max-width: 600px;
    border-radius: 15px;
    position: relative;
    top: 80px;
}

/**faq_sec**/
.faq_sec{}
.faqLeft .tophd{}
.faqaccordian{}
.faqLeft .tophd{
    margin: 0 0 20px;
}
.faqpart{
    border: 2px solid transparent;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .06);
    margin: 0 0 15px;
    border-radius: 15px;
}
.faqpart.active{
    border: 2px solid var(--primary);
    border-radius: 15px;
}
.faqpart h3.faqhead{
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 25px 40px;
    position: relative;
}
.faqpart h3.faqhead .ico{
    position: absolute;
    right: 15px;
    top: 20px;
    width: 35px;
    height: 35px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 25px;
    transition: .5s;
    transform: rotate(0deg);
}
.faqpart.active h3.faqhead .ico{
    background: var(--primary);
    color: var(--white);
    transform: rotate(90deg);
}
.faqcontent{
    padding:0 40px 20px 40px;
    display: none;
}
.faqpart.active .faqcontent{
    display: block;
}
.faqcontent p{}

.consec{
     padding: 60px 40px;
    background: var(--primary);
    border-radius: 15px;
}
.tophd1{color: var(--white);}
.tophd1 h2.title{color: var(--white);}
.tophd1 .subtitle{
    background: url(../images/titleico1.svg) no-repeat 0 0;
}
 .subtitle1{
    background: none;
    padding:0;
}
 .subtitle1 +.title {font-size:30px; line-height:35px; max-width:75%; margin:0 auto;}
.consec .tophd{margin: 0 0 30px;}

.contactform{

}
.contactform .form-group{ margin:0 0 15px; }
.contactform label{display: block; font-size: 16px; margin: 0 0 5px; 
    line-height: 20px; font-weight: 400; color: var(--white);
}
.contactform input,.contactform textarea{
    background: var(--white);
    border: none;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
.contactform input[type="submit"]{
    width: auto;
    background-color: var(--secondary);
    color: var(--white);
    padding: 10px 18px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid var(--secondary);
    transition: .5s;
}
.contactform input[type="submit"]:hover{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--secondary);
}

.contactform textarea{
    height: 120px;
}
/**blog_sec**/
.blog_sec{}
.blogdiv{}
.blogimg{position: relative; height:200px;} 
.blogimg img{width: 100%; height:100%; object-fit:cover; border-radius: 15px 15px 0 0;}
.blg-det-img{margin:0 0 20px;}
.blg-det-img img{height:auto;}
.blogimg .date{
    gap: 5px;
    width: 75px;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    padding: 4px;
    justify-content: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 10px;
    background: var(--white);
}
.blogimg .date strong{
    font-size: 28px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}
.blogimg .date strong:after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    height: 1px;
    width: 40px;
    background: #ddd;
}

.blogcontent{color: var(--grey); padding: 20px 20px;}
.blogcontent .cat{
    display: block;
    color: var(--secondary);
    padding: 0 0 10px;
}
.blogcontent h3{font-weight: 500; margin: 0 0 15px;}
.blogcontent p{}
.blogcontent h3,.blogcontent p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Sets the maximum number of lines */
  -webkit-box-orient: vertical;
}
.read{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 2px 10px;
    position: relative;
    border-left: 2px solid var(--secondary);
    color: var(--secondary);
    text-transform: capitalize;
}
.read:hover{
    border-left: 2px solid var(--primary);
    color: var(--primary);
}


/**site-footer**/
.site-footer{background: #F6F7FA;}

.footerTop{
    border-top: 1px solid #D9D9D9;
    padding: 35px 0;
}
.footerTopHolder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--grey);
    gap: 30px;
}

.ftleft{
    width: 30%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ftleft .ico{
    width: 70px;
    height: 70px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftleft h3{
    width: calc(100% - 80px);
}
.ftleft .ico img{
    width: 40px;
}

.footerTopHolder p{
    width: 30%;
    margin: 0;
}
.footerTopHolder form p{
    width:100%;
    display:flex;
}
.newsletter{
    width: 40%;
    display: flex;
}
.newsletter input{
    width: 100%;
    padding: 15px 10px;
    border: 2px solid #ddd;
    font-size: 13px;
    line-height: 18px;
    border-right: none;
    border-radius: 10px 0 0 10px;
}
.newsletter input[type="submit"]{
    width: auto;
    background: var(--primary);
    padding: 15px 20px;
    text-transform: uppercase;
    border: 2px solid var(--primary);
    color: var(--white);
    border-radius: 0 10px 10px 0;
}

.footerMiddle{
    padding: 35px 0;
    border-top: 1px solid #D9D9D9;
}
.footerMiddleHolder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.footerMiddleLeft{
    width: 30%;
}
.footerMiddleLeft .logo{
    margin: 0 0 30px;
}
.footerMiddleRight{
    width: 70%;
}
.footerMenu{
    list-style: none;
    margin: 0;
    padding: 20px 30px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    gap: 25px;
}
.footerMenu li a{font-size: 16px; line-height: 20px; color: var(--black);}
.footerMenu li a:hover{color: var(--primary);}
.social{
    padding: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.socialist{list-style: none; margin: 0;  padding: 0;
    display: flex;
}
.socialist li{display: inline-block; vertical-align: middle;
    margin: 0 7px;
} 
.socialist li a{color: var(--black);}
.socialist li a:hover{color: var(--primary);}

.footerBottom{
    padding: 35px 0;
    border-top: 1px solid #D9D9D9;
    font-size: 13px;
    line-height: 18px;
}
.footerBottomHold{
    display: flex;
    justify-content: space-between;
}
.footerBottomHold p{margin: 0;}
.footerBottomHold p a{display: inline-block; color: var(--primary);}
.footerBottomHold p a:hover{color: var(--secondary);}
.footerBottomHold ul{list-style: none; margin: 0; padding: 0;
    display: flex; gap: 30px;
}
.footerBottomHold li{}
.footerBottomHold li a{color: var(--secondary);}
.footerBottomHold li a:hover{
    color: var(--primary);
}

/**inner pages**/
.inner-bannerHolder{
    position: relative;
    z-index: 1;
}

.innerMainPara{
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}
.innerMainParaHolder{
    display: flex;
    text-align: left;
}
.innerMainParaHolder .tophd{
    width: 30%;
}
.innerMainParaHolder p{
    width: 70%;
    padding-left: 20px;
    border-left: 1px solid #d9d9d9;
}

.storypara{
    font-size:16px;
    line-height:24px;
}


.abt_sec{}
.abt_secr .row{
    flex-direction: row-reverse;
}
.commonlist{
    list-style: none;
    margin: 0;
    padding: 0;
}
.commonlist li{
    position: relative; 

    background: url(../images/titleico.svg) no-repeat 0 5px;
    background-size: 25px;
    padding: 0 0 0 40px; 
    margin: 0 0 5px;
}

.suitRow .row{
    flex-direction: row-reverse;
    margin: 0 0 50px;
  
}
.suitRow:nth-child(2n) .row{
    flex-direction: row;
}
.suitimg{}
.suitimg img{
    border-radius: 20px;
}

.suitcol h3{
    font-size: 45px;
    color: var(--primary);
    margin: 0 0 15px;
    line-height: 45px;
}
.suitcol .subtitle1{
    display: flex;
    align-items: center;
    font-size: 24px;
    margin:  0 0 20px;
    position: relative;
    color: #0C0D14;
    gap: 10px;
}
.suitcol .subtitle1:before{
    content: "";
    position: relative;
    display: inline-flex;
    width: 30px;
    height: 2px;
    background: #0C0D14;
}
.suitcol p{}
.suitcol p span{color: var(--primary);
    font-size: 20px;
}
.suitcol h4{
    font-size: 20px;
    line-height: 25px;
    color: var(--primary);
    margin: 0 0 15px;
}
.cmnlist1{
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.cmnlist1 li{
    padding: 10px 15px;
    box-shadow: 1px 1px 2px 0 var(--primary);
    border-radius: 10px;
} 
.cmnlist2{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.cmnlist2 .ico{
    display: inline-block;
    width: 40px;
    margin: 0 0 10px;
}

.corevaluediv1{
    overflow: initial;
    padding: 20px;
}
.corevaluediv1 .ico{
    display: inline-flex;
    width: 85px;
    height: 85px;
    background: var(--primary);
    padding: 5px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
}
.corevaluediv1:hover{
    background: var(--black);
    color: var(--white);
}
.corevaluediv1:before{
    display: none;
}
.corevaluediv1:hover .ico{
    filter: initial;
/*background: #fff;*/
}
.corevaluediv1:hover .ico img{
/*    filter: invert(1);*/
}
/*.corevaluediv1:hover h3{color: var(--black);}*/
.corevaluediv1 h3{
    margin: 0 0 15px;
}

.corevaluediv1 .ico img{
    width: 50px;
}
.corevaluediv1 h3{}
.corevaluediv1 p{}


.timelineHolder{
    display: flex;
}
.timelinediv{
    width: auto;
    flex: 1;
    background: #F6F7FA;
    border: 1px solid #D9D9D9;
    padding: 20px 20px 60px;
    position: relative;

    transition: .5s;
}
.timelinediv:hover{
    flex: 2;
}
.timelinediv h2{
      font-size: 90px;
    font-weight: 800;
    font-family: initial;
    text-transform: uppercase;
    -webkit-text-stroke: 1px darkgrey;
    -webkit-text-fill-color: white;
    writing-mode: vertical-rl;
    margin: 0;
    opacity: 1;
    transition: .5s;
}
.timelinediv h3{
    font-size: 24px;
    color: var(--black);
    line-height: 28px;
    opacity: 0; 
    transition: .5s;
    
    position:absolute;
    bottom:0;
}

.timelinediv h4{
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    writing-mode: vertical-rl;
    position: absolute;
    display: flex;
    top: 10px;
    margin: 0;
    align-items: center;
    flex-direction: row-reverse;
    opacity: 0; 
    transition: .5s;
}
.timelinediv h4:before{
    position: relative;
    content: "";
    height: 100px;
    width: 2px;
    background: var(--white);
}
.timelinediv h5{
    color: var(--primary);
    font-size: 15px;
    margin: 0;

    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 1;
    transition: .5s;
}
.timelinediv:hover h5,
.timelinediv:hover h2{
    opacity: 0;
}
.timelinediv:hover{
    background: var(--primary);
}
.timelinediv:hover h3,
.timelinediv:hover h4{
    opacity: 1;
    color: #fff;
}

.abtimg1{

    box-shadow: 15px 15px 1px 0 #d2f2e7;

    border-radius: 0 60px 0 60px;
    max-width: 450px;
    position: relative;
}
.abtimg1 img{
    width: 100%;
    border-radius: 0 60px 0 60px;
}
.abtimg1 .exp{
    position: absolute;
    bottom: 0;
    padding: 40px;
    box-shadow: 0 0 10px 0 #d2f2e7;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    right: 0;
    transform: translate(50%,50%);
}
.abtimg1 .exp span{
    color: var(--primary);
    font-size: 50px;
    font-weight: bold;
}

/**mobile menu**/
.menubtn{
    width: 45px;
    height: 45px;
    background: var(--primary);
    padding: 8px; 
    z-index: 124;
    margin-left: 10px;
    border-radius: 5px; 
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: top;

    display: none;
}
.menubtn span{
    display: inline-block;
    background: var(--white);
    width: 100%;
    height: 3px;
}

.mobilemenu{
    position: fixed;
    right: -100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    z-index: 124;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.mobilemenu.active{
    right: 0;
}
.cross{
    position: absolute;
    width: 38px;
    height: 38px;  
    line-height: 0; 
    background: var(--white);
    color: var(--black);
    padding: 5px;
    right: 5px;
    top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.mobilemenu ul{
    padding: 40px 20px;
    background: var(--primary);
    width: 320px;
    list-style: none;
    margin: 0; 
}
.mobilemenu ul li:before{display: none;}
.mobilemenu ul li a{
    display: block;
    margin: 5px 20px;
    color: var(--white);
    border-radius: 25px;
    position: relative;
}
.mobilemenu li a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: var(--primary);
	transition: .5s;
	left: 0;
	bottom: 0;
}
.mobilemenu li a:hover:after{
	width: 100%;
}


.mobilemenu ul.submenu1{
    padding: 0 0 0 15px;
    display: none;
}
.mobilemenu ul li.haschild1 >a{
    position: relative;
}
.mobilemenu ul li.haschild1 >a:before{
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: var(--white);
    padding: 3px;
    transform: rotate(135deg);
}
.mobilemenu ul li{
	margin: 0 0 10px;
}

.inner-bannerHolder .tophd ul{
    list-style: none;
    padding: 0 0 0 15px;
}
.inner-bannerHolder .tophd ul li{
    position: relative;
    font-weight: 600;
    margin: 0 0 5px;
}
.inner-bannerHolder .tophd ul li:before{
    position: relative;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}
.securityLeft h3{
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 15px;
}
.securityLeft ul{margin:15px 0 0 ;}
.securityLeft ul li{
    margin:0 0 10px;
}


 

@media (max-width:1199px){
    .logo{width: 160px;}
    .menulist{gap: 18px;}
    .footerMenu li a{font-size: 14px;}
}

@media (max-width:991px){
    .menulist{display: none;}
    .menubtn{display: inline-flex;}
    h1{font-size: 40px; line-height: 50px;}
    .bannerHolder{gap: 20px;}
    .bannerLeft{width: 70%;}
    .bannerImg{width: 30%;}
    .tophd{margin: 0 0 40px;}
    .value_sec .row{row-gap: 30px;}
    .content{padding: 30px;}
    .corevaluediv{padding: 20px;}
    h3{font-size: 20px; line-height: 26px;}

    .footerTopHolder,.footerMiddleHolder
    ,.footerBottomHold{
        flex-wrap: wrap;
    }
    .ftleft,.footerTopHolder p{width: 45%;}
    .newsletter,.footerMiddleLeft,.footerMiddleRight{
        width: 100%;
    }
    .footerMiddleHolder{gap: 15px;}
    .footerMiddleLeft{text-align: center;}
    .footerMenu{
        padding: 20px 0;
    }
    .social{padding: 20px 0 0 0;}

}
@media (max-width:767px){
    .bannerHolder{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .bannerLeft{width: 100%;}
    .bannerImg{width: 100%;}
    .partnerlogolist{gap: 50px;flex-wrap: wrap; }
    h2{
        font-size: 30px;
        line-height: 40px;
    }
    h3{font-size: 20px; line-height: 28px;}
    section{padding: 40px 0;}

    .tabcontent{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .tabimg,.tabcontentleft{
        width: 100%;
    }
    .tablist{
        margin: 0 0 30px;
        flex-wrap: wrap;
    }
    .outcome_sec .row >div{
        margin: 0 0 20px;
    }

    .security_sec .row{
        flex-direction: column-reverse;
    }
    .securityImg{
        margin-bottom: 20px;
    }
    .testSlider{
        padding: 0;
    }
    .testdiv{
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }
    .testSlider .owl-nav button.owl-prev,
    .testSlider .owl-nav button.owl-next{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: translate(0,0);
    }
    .testSlider .owl-nav{
        margin: 20px 0 0;
        display: flex;
        justify-content: center;
    }
    .consec{
        padding: 30px;
    }
    .faqpart h3.faqhead{
        padding: 20px 30px;
        font-size: 18px;
        line-height: 22px;
    }
    .faqcontent{
        padding: 0 30px 20px 30px;
    }

    .ftleft,.footerTopHolder p{width: 100%;}
    .footerMenu{
        flex-wrap: wrap;
        gap: 5px 20px;
    }
    .footerBottom,.footerMiddle,.footerTop{padding: 20px 0;}
    .footerBottomHold p{
        width: 100%;
        margin: 0 0 5px;
    }
    .footerBottomHold{
        justify-content: center;
        text-align: center;
    }


    .blogfood{
        margin-top: 30px;
    }
    .cta-con .tophd h2{
        font-size: 24px;
        line-height: 30px;
    }
    .cta-btn{
        flex-wrap: wrap;
    }


}
@media (max-width:479px){
    body{font-size: 15px;}
    .logo{width: 120px;}
    .cmnbtn{padding: 6px 12px;}
    .menubtn{margin-left: 3px; width: 35px; height: 35px; padding: 5px;}
    .cmnbtn span{font-size: 14px;}
    h1{font-size: 30px; line-height: 40px;}
    .btnholder{flex-wrap: wrap; gap: 15px;}
    .btnholder .cmnbtn{min-width: 180px; text-align: center;}
    .partnerlogolist{gap: 30px;}
    .tablist{
        flex-wrap: wrap;
        gap: 10px;
    }
    .tablist li{padding: 5px 10px;}
}




/***process_section**/
.process_section{
    background: #F9F9F9;
}
.process_slider{
    display: flex;
    flex-wrap: wrap;
    .steps {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-bottom: 10px;
        width: 100%;
        @media(max-width: 479px){
            flex-wrap: wrap;
            gap:10px;
        }
        .step{
            position: relative;
            @media(max-width: 479px){
                width: 48%;
            }
            &::before{
                position: absolute;
                content: "";
                left: 90%;
                top: 50%;
                transform: translate(0,-50%);
                width: 100%;
                height: 0;
                border-top: 2px dotted #e6e7e9;
                z-index: 1;
                 @media(max-width: 767px){
                    width: 20px;
                }
            }
            &:last-child::before{
                display: none;
            }
            &::after{
                position: absolute;
                content: "";
                left: 90%;
                top: 50%;
                transform: translate(0,-50%);
                width: 0;
                height: 2px;
                background: #bababa;
                transition: 0.5s;
                z-index: 1;
            }
            &:last-child::after{
                display: none;
            }
            &.visited::after{
                width: 100%;
                @media(max-width: 1199px){
                    width: 100%;
                }
            }
            .step-in{
                border: 1px solid #ccc;
                background: #F9F9F9;
                display: flex;align-items: center;
                justify-content: center; 
                gap: 14px;
                cursor: pointer;
                padding: 20px 50px;
                border-radius: 10px;
                position: relative;
                z-index: 2;
                transition: 0.5s;
                @media(max-width: 991px){
                    min-width: 100px;
                    min-height: 100px;
                }
                @media(max-width: 479px){
                    min-width: inherit;
                    min-height: inherit;
                    padding: 10px; 
                }
                span{
                    display: inline-block;
                    font-size: 16px;font-weight: 300;
                }
            }
            &.active {
                .step-in{
                    background-color: var(--primary);
                    color: var(--white);

                    img{
                        filter: invert(1) brightness(100);
                    }
                }
            }
            &.visited {
                .step-in{
                    background-color: $dark;
                    color: $white;
                }
            }
        }
    }
    .content-wrapper{
        position: relative;
        width: calc(100% - 130px);
        padding-right: 10px;
        @media(max-width: 479px){
            width: 100%;
            padding-right: 0;
        }
        .process_content{
            width: 100%;
            border: 1px solid #ccc;
            background: white;
            overflow: hidden;
            position: relative;
            .step-content{
                display: block;
                position: absolute;
                opacity: 0;
                width: 100%;height: 100%;
                overflow: hidden;
                display: flex;
                align-items: center;
                padding: 35px;
                @media(max-width: 991px){
                    flex-wrap: wrap;gap: 20px;
                    flex-direction: column-reverse;
                }
                .left {
                    width: 50%;
                    @media(max-width: 991px){
                        width: 100%;
                    }
                    h3{
                        font-size: 30px;line-height: 40px;
                        font-weight: 300;padding-right: 50px;
                        text-transform: capitalize;
                        margin: 0;
                        transform: scaleY(0);
                        transform-origin: top;
                        transition: 0.5s;
                        @media(max-width: 1199px){
                            padding-right: 30px;
                        }
                        @media(max-width: 991px){
                            padding-right: 0;
                            text-align: center;
                        }
                        @media(max-width: 767px){
                            font-size: 28px;
                            line-height: 35px;
                        }
                    }
                }
                .right{
                    width: 50%;
                    border-radius: 50px;
                    overflow: hidden;
                    transform: scale(0.5);
                    opacity: 0;
                    transition: 0.5s;
                    @media(max-width: 991px){
                        width: 100%;
                    }
                    img{
                        height: auto;
                        border-radius: 50px;
                        width: 100%;
                    }
                }
                .pro-title{
                    position: absolute;
                    left: -10px;bottom: -10px;
                    transform: scaleY(0);
                    transform-origin: bottom;
                    color: #F2F3F8;
                    font-family: $head-font;
                    text-transform: uppercase;
                    font-size: 95px;
                    line-height: 75px;
                    font-weight: 800;
                    transition: all 0.5s ease-in-out 0.1s;
                    @media(max-width: 1199px){
                        font-size: 80px;
                        line-height: 65px;
                    }
                    @media(max-width: 991px){
                        font-size: 55px;
                        line-height: 50px;
                    }
                }
                .pro-icon{
                    position: absolute;
                    left: -5%;top: -40px;
                    transition: 0.5s;
                }
                &.active{
                    display: flex;
                    position: relative;
                    opacity: 1;
                    .left{
                        h3{
                            transform: scaleY(1);
                            transition: 0.5s;
                        }
                    }
                    .right{
                        opacity: 1;
                        transform: scale(1);
                        transition: 0.5s;
                    }
                    .pro-title{
                        transform: scaleY(1);
                        transition: all 0.5s ease-in-out 0.1s;
                    }
                }
            }
        }
    }
    .arrows{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        width: 130px;
        border: 1px solid #ccc;
        background: $white;
        @media(max-width: 479px){
            width: 100%; 
        }
        .arrow{
            width: 46px;height: 46px;
            background: #F2F3F8;
            display: flex;align-items: center;
            justify-content: center; 
            cursor: pointer;
            img{
                filter: grayscale(100%);
                transition: 0.5s;
                width: 15px;
            }
            &:hover{
                background: var(--primary);
                img{
                    filter: grayscale(0%);
                }
            }
        }
    }
}

.contact-part{
    padding: 50px 35px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    position: relative;
    height: 100%;
    transition: 0.5s;
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(3px);
}
.contact-icon{
    position: absolute;
    left: 20px;top: 0;
    transform: translate(0,-50%);
    width: 80px;height: 80px;
    display: flex;align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
}
.contact-icon img{
    width: 32px;
}
.contact-part:hover{
    border: 1px solid var(--primary);
}
.contact-part span{
    display: block;
    font-size: 16px;
    color: var(--primary);
    line-height: 20px;
    margin-bottom: 5px;
}
.contact-pg .social{
    justify-content: flex-start;
}

.cta-bg{
    position: relative;
    min-height: 350px;
}
.cta-bg img{
    height: 100%;width: 100%;
    object-fit: cover;
}
.cta-bg::before{
    position: absolute;
    content: "";
    left: 0;top: 0;
    width: 100%;height: 100%;
    background: var(--primary);
    opacity: 0.9;
}
.ai-cta{
    position: relative;
}
.ai-cta1{
    background: #186B52;
}
.ai-cta1 .cta-content{
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0,0);
    
}
.ai-cta1  .cta-con{
    text-align: left;
}
.ai-cta1  .cta-btn{
  justify-content: flex-start;  
}
.cta-content{
    position: absolute;
    left: 50%;top: 50%;
    transform: translate(-50%,-50%);
    padding: 50px 0;
    width: 100%;
}
.cta-con{
    text-align: center;
    padding: 0 80px;
}
.cta-con .tophd h2{
    color: var(--white);
}
.cta-con .tophd p{
    color: var(--white);
}
.cta-con .tophd{
    margin-bottom: 35px;
}
.cta-btn{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.cmnbtn2{
    background: var(--white);
    border: 1px solid var(--white);
}
.cmnbtn2:before {
    background: var(--white);
}

.clientcom input{
    border-radius: 5px;
    width: 100%;
    border: 1px solid #868686;
    padding: 10px 20px;
    outline: 0;
    color: var(--white);
    background: transparent url(../images/search1.svg) no-repeat right 10px center;
}
.clientcom input::placeholder {
  color: #868686; 
}
.clientcom form{
    position: relative;
}
.clientcom .serachbut{
    position: absolute;
    top: 12px;
    right: 18px;
}
.clientcom h2{
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 3px;
    position: relative; 
    margin-bottom: 20px;
}
.clientcom{
    margin-bottom: 50px;
}
.clientcom h2:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 55px;
    height: 2px;
    border-radius: 2px;
    background: var(--primary);
}
.rpostimg a img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.blogarc ul li{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #603913;
}
.blogarc ul li a,.blogarc ul li span{
    color: var(--textColor);
    font-size: 18px; 
}
.posti{
    display: flex;
    align-items: center;
    gap: 20px;
}
.postdate{
    color: var(--primary);
    display: block;
    margin: 0 0 10px;
}
.postitem .posti{font-size: 16px; line-height: 20px;}
.rpostcont h4{
    font-weight: 400;
    font-size: 16px; line-height: 24px;
}
.rpostcont h4 a{
    color: #000; 
}
.postitem{
    padding: 20px 0;
    border-bottom: 1px solid #603913;


}
.bloginban .blogin .row >div{
    margin: 0 0 30px;
}
.blogarc ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.blogtags ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blogtags ul li a{
    color: #868686;
    transition: 0.5s;
     padding: 5px 10px;
     border:1px solid #868686;
     border-radius: 5px;
     display: block;
}
.blogtags{
    padding-top: 20px;
}
.blogtags ul li a:hover{
    background: var(--primary);
    color: var(--white);
}

.blogdetails .date {color: var(--white); display: block;
    
}
.blogdetails .date i{
    color: var(--secondary);
    margin-right: 10px;
}
.blogdetails .blogDiv >img{border-radius: 10px;}
.blogdetails .blogDiv >img,
.blogdetails .date{
    margin: 0 0 50px;
}
.blogdetails h3{
    font-size: 24px; line-height: 30px;
}
.blogdetails h4{
    font-size: 20px; line-height: 26px;
    margin: 0 0 30px;
}
.blogdetails h3,.blogdetails p{margin: 0 0 24px;}
.blogdetails figcaption{
    padding: 0px 10px;
    border-left: 2px solid var(--white);
    display: block;
    position: relative;
    font-weight: 500;
    top: -30px;
    color: var(--white);
}

@media(max-width: 991px){
    .cta-con{
        padding: 0;
    }
    .contact-pg .row{
        row-gap: 30px;
    }
    .contact-fst .row{
        row-gap: 30px;
    }
    .contact-icon{
        width: 60px;height: 60px;
    }
    .contact-icon img {
        width: 25px;
    }
}


.team_page_part{
    display: flex;
    margin-bottom: 20px;
    @media (max-width:767px){
          flex-wrap: wrap;
        }
    .team_img{
        border-right: 3px solid $white;
        line-height: 0;height: 350px;
        @media (max-width:767px){
            height: auto;
            width: 100%;
        }
        img{
            filter: grayscale(100%);
            height: 100%;object-fit: cover;
            transition: 0.3s;
            width: 100%;
        }
    }
    &:hover{
        .team_img{
            img{
                filter: grayscale(0%);
            }
        }
    }
    .team_content_main{
        background: #F2F3F8;
        padding: 0 80px 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        @media (max-width:1023px){
            padding: 0 40px;
        }
        @media (max-width:767px){
           width: 100%;
           padding: 30px;
        }
        .team_content{
            margin: auto 0;
            h3{
                font-size: 30px;line-height: 40px;
                font-weight: 300;margin: 0 0 8px;
            }
            .team_desig{
                display: inline-block;font-size: 18px;
                font-weight: 400;line-height: 25px;
            }
            p{
                margin: 45px 0;line-height: 28px;
            }
            .team_social{
                display: flex;align-items: center;
                justify-content: flex-start;
                @media (max-width:479px){
                    flex-wrap: wrap;
                }
                span{
                    font-size: 18px;line-height: 28px;
                    display: inline-block;position: relative;
                    padding-right: 50px;
                    &::before{
                        position: absolute;
                        content: "";
                        right: 10px;top: 50%;
                        transform: translate(0,-50%);
                        width: 30px;height: 1px;
                        background: $dark;
                    }
                }
                ul{
                    display: flex;align-items: center;
                    justify-content: flex-start;gap: 25px;
                    li{
                        img{
                            filter: grayscale(100%) contrast(15);
                            transition: 0.5s;
                        }
                        a{
                            display: inline-block;
                            &:hover img{
                                filter: grayscale(0%) contrast(100);
                            }
                        }
                    }
                }
            }
        }
    }
}

.team_main{
    .team_page_part{
        &:nth-child(odd){
            .team_content_main{
                background: #F2F3F8;
            }
        }
        &:nth-child(even){
            .team_content_main{
                background: #F9F9F9;
            }
        }
    }
}

@media (max-width:1023px){
    .innerMainPara{
        font-size: 20px;
    }
    .corevaluediv1{
        margin-top: 30px;
    }
     .core_value_sec .row >div{
        margin-bottom: 80px;
     }
     h2{
        font-size: 35px;
        line-height: 45px;
     }


     .abtimg1 .exp{
        padding: 20px;
        transform: translate(0,0);
     }
     .abtimg1 .exp span{
        font-size: 30px;
     }

     .innerMainParaHolder{
        flex-wrap: wrap;
     }
     .innerMainParaHolder .tophd{
        width: 100%;
        margin: 0;
     }
     .innerMainParaHolder p{
        padding-top: 20px;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #d9d9d9;
        width: 100%;
     }
     .suitimg{
        margin: 0 0 20px;
     }
     .suitcol h3{
        font-size: 30px;
        line-height: 30px;
     }
     .suitcol .subtitle1{
        font-size: 20px;
     }
}

@media (max-width:767px){
    .cta-bg{
        min-height: 450px;
    }
    .abtimg{
        margin-bottom: 30px;
    }
    .timelineHolder{
        flex-wrap: wrap;
    }
    .timelinediv{
        width: 100%;
    }
    .timelinediv,.timelinediv:hover{
        flex: auto;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .innerMainPara{
        font-size: 17px;
        line-height: 30px;
    }
    .cmnlist2,.cmnlist1{
        grid-template-columns: repeat(1, 1fr);
    }
}