/* Header */


/** main-header **/

.main-header{
  position: relative;
}

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-style-one{
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 15px 0px;
}




.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .search-btn button{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.main-header .menu-right-content .search-btn button:hover{

}

.main-header .menu-right-content .link-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  text-transform: capitalize;
}



.main-menu{
  float: left;
  margin-right: 30px;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu ul > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 10px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu ul > li:last-child{
  margin-right:0px !important;
}

.main-menu ul > li:first-child{
  margin-left: 0px !important;
}
.page-home .main-menu ul > li > a{ 
  color: var(--title-color-white);
}
.page-home .main-menu ul  li.dropdown ul li a {
    color: var(--title-color);
}
.productDetailPage .main-menu ul > li > a {
  color: var(--text-color) !important;
}
.productDetailPage .main-menu ul > li > a:hover, .productDetailPage .main-menu ul > li > a:focus , .productDetailPage .main-menu ul > li > a:active {
    color: var(--theme-color) !important;
}
.main-menu ul > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight:500;
  font-family: var(--title-font);
  opacity:1;
  color: var(--text-color);
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.main-menu ul > li:hover > a {
  color: #fff;
}
.main-menu ul > li > ul > li:hover > a {
  color: var(--theme-color);
}
.header-style-one .main-menu ul > li > a:after {
  background: #fff;
}
.main-menu ul > li.dropdown > a{
  padding-right: 17px;
}

.main-menu ul > li.current > a,
.main-menu ul > li:hover > a{
  
}

.main-menu ul > li.dropdown > a:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 11px;
  right: 0px;
  font-weight: 500;
  transition: all 500ms ease;
}

.header-style-one .main-menu ul > li > a:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  right: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.header-style-one .main-menu ul > li.current > a:after,
.header-style-one .main-menu ul > li:hover > a:after{
  transform: scale(1,1);
}

.main-menu ul > li > ul,
.main-menu ul > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 0;
  padding: 10px 20px;
  z-index:100;
  display:none;
  background: #fff;
  opacity: 0;
  border-bottom: solid;
  border-width: 3px;
  visibility: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu ul > li > ul > li{
  position:relative;
  width:100%;
  margin: 0 !important;
}

.main-menu ul > li > ul > li > a,
.main-menu ul > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 5px 0px;
  line-height:24px;
  font-weight:500;
  font-size:15px;
  text-transform:capitalize;
  font-family: var(--title-font);
  color:var(--title-color);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu ul > li > .megamenu li > a{
  padding-left: 0px;
}

.main-menu ul > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu ul > li > ul > li > a:hover,
.main-menu ul > li > .megamenu li > a:hover{
  letter-spacing: 1px;
}

.main-menu ul > li > ul > li:last-child > a,
.main-menu ul > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:0px;
  top:6px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:500;
  text-align:center;
  z-index:5;  
}

.main-menu ul > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-left: 30px;
  width:230px;
  margin-top: 15px;
  padding: 15px 30px;
  z-index:100;
  display:none;
  background: #fff;
  opacity: 0;
  border-bottom: solid;
  border-width: 3px;
  visibility: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu ul > li > ul > li > ul:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 30px;
  height: 100%;
  left: -30px;
  top: 0px;
}

.main-menu ul > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu ul > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu ul > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu ul > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding: 5px 0px;
  line-height:24px;
  font-weight:500;
  font-size:16px;
  text-transform:capitalize;
  font-family: var(--title-font);
  color:var(--title-color);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu ul > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu ul > li > ul > li > ul > li > a:hover{
  letter-spacing: 1px;
}

.main-menu ul > li.dropdown:hover > ul,
.main-menu ul > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu ul li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu ul li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu ul li.current.dropdown .dropdown-btn,
.main-menu ul li:hover .dropdown-btn{
  
}

.main-menu ul li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background: var(--theme-color);
  display: none;
  margin-left: 15px;
  height: 44px;
  border-radius: 8px;
}

.mobile-menu .nav-logo img{
  max-width: 160px;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu ul > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu ul li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #00172C;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu ul li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu ul li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu ul li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu ul li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu ul li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu ul li.current > a:before{
  height:100%;
}

.mobile-menu ul li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu ul li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu ul li > ul,
.mobile-menu ul li > ul > li > ul,
.mobile-menu ul > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}


/** header-style-two **/

.header-style-two{
  position: relative;
  background: #EFF2E6;
}

.header-top{
  position: relative;
  padding: 6px 0px;
  border-bottom: 1px solid #D1D1D1;
}

.main-header .outer-container{
  position: relative;
  padding: 0px 40px;
}

.header-top .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .info{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .info li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--title-color);
  padding-left: 25px;
}

.header-top .info li:last-child{
  margin: 0px !important;
}

.header-top .info li a{
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #666666;
}

.header-top .info li a:hover{

}

.header-top .info li img{
  position: absolute;
  left: 0px;
  top: 0px;
}

.header-top p{
  font-size: 14px;
  color: var(--title-color);
}

.header-top p span{
  font-weight: 600;
  text-transform: uppercase;
  color: #FF3E3E;
}

.header-top .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .social-links li{
  position: relative;
  display: flex;
  margin-right: 10px;
}

.header-top .social-links li:last-child{
  margin: 0px !important;
}

.header-top .social-links li span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--title-color);
}

.header-top .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: var(--title-color);
}

.header-top .social-links li a:hover{

}


/** header-style-three **/

.header-style-three{
  position: relative;
  display: block;
}

.header-style-three .header-top{
  background: var(--secondary-color);
  border-bottom: none;
}

.header-style-three .header-top .info li,
.header-style-three .header-top .info li a{
  color: #fff;
}

.header-style-three .header-top .info li a:hover{
  text-decoration: underline;
}

.header-style-three .language-picker__flag,
.header-style-three .language-picker__button:before{
  color: #fff;
}

.header-style-three .language-picker__list li a{
  color: var(--text-color);
}

.header-style-three .header-top .social-links li span,
.header-style-three .header-top .social-links li a{
  color: #fff;
}


/** header-style-four **/

.header-style-four .main-menu ul > li > a:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  right: 0px;
  top: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.header-style-four .main-menu ul > li.current > a:after,
.header-style-four .main-menu ul > li:hover > a:after{
  transform: scale(1,1);
}


.header-style-five .header-top{
  border: none;
  background: var(--secondary-color);
}

.header-style-five .header-top .info li a,
.header-style-five .header-top .info li,
.header-style-five .header-top p{
  color: #fff;
}

.header-style-five .language-picker__flag,
.header-style-five .language-picker__button:before,
.header-style-five .header-top .social-links li span{
  color: #fff;
}

.header-style-five .header-top .social-links li a{
  color: rgba(255, 255, 255, 0.80);
}

.header-style-five .header-top .social-links li a:hover{

}

.header-style-five .language-picker__list li a{
  color: var(--text-color);
}

.main-header .menu-right-content .link-box a:hover{

}


.main-menu ul > li.current > a,
.main-menu ul > li > ul > li > a:hover,
.main-menu ul > li > .megamenu li > a:hover,
.main-menu ul > li > ul > li > ul > li > a:hover {

}

.main-menu ul > li > ul {
  border-color: var(--secondary-color);
}
.main-menu ul > li > .megamenu,
.main-menu ul > li > ul > li > ul {

}
/** main-menu **/

/** responsive-css **/


@media only screen and (max-width: 1349px){



}

@media only screen and (max-width: 1200px){
  .header-top .top-inner{
    display: block;
    text-align: center;
  }

  .header-top .info,
  .header-top .right-column{
    justify-content: center;
  }


}

@media only screen and (max-width: 991px){
  

}

@media only screen and (max-width: 767px){
  

}

@media only screen and (max-width: 599px){
  .main-header .menu-right-content{
    display: none;
  }

  .header-style-one .outer-box .logo-box{
    padding-left: 0px;
  }

  .rtl .header-style-one .outer-box .logo-box{
    padding-right: 0px;
  }
}

@media only screen and (max-width: 499px){

  .main-header .outer-container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-top .info{
    display: block;
  }

  .main-header .logo-box{
    padding: 0px !important;
  }

}
/*  */

/* Banner CSS */

/** banner-section **/




.banner-section.banner-style-home .bg-layer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
.banner-section.banner-style-home {
  background: radial-gradient(110.42% 117.3% at 8.33% 14.38%, #011E3A 0%, #000B15 100%), linear-gradient(118deg, rgba(126, 191, 255, 0.20) 5.77%, #9CCEFF 93.83%);
  background-position: center center;
  padding: 100px 0 56px 0;
  background-image: url(../../img/hero-bg.webp);
  height: 95svh;
  background-size: cover;
  border-radius: 30px;
  margin: 24px 24px 0 24px;
  display: flex;
  align-items: end;    
}
.banner-section .heroImage {
    text-align: center;
}
.banner-section.banner-style-home .content-box h5 {
    color: var(--title-color-white);
    max-width: 930px;
    text-align: center;
    margin-bottom: 20px;
}
.banner-section.banner-style-home  .btn-box {
    text-align: center;
}
.banner-section .content-box h5 {
  color: var(--title-color-white);
  max-width: 550px;
}
p.smallParagraph {
  font-size: 14px !important;
  line-height: 20px !important;
}
.banner-section .content-box h6 {
  color: var(--title-color-white);
  margin-bottom: 20px;
}
.banner-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
}
.image-column {
    z-index: 9;
}

.banner-section .content-box{
  position: relative;
  display: block;
}

.banner-section .content-box h1{
  color: var(--title-color-white);
  margin-bottom: 20px;
  text-align: center;
  max-width: 930px;
}

.banner-section .content-box p{
  font-size: 16px;
  line-height: 24px;
  color:var(--title-color-white);  
}

.banner-section .content-box .btn-box{
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.banner-section .content-box .btn-box .theme-btn.btn-one span{
  position: relative;
  padding-right: 22px;
}

.banner-section .content-box .btn-box .theme-btn.btn-one span:before{
  position: absolute;
  content: '\e901';
  font-family: 'icomoon';
  font-size: 12px;
  top: -3px;
  right: 0px;
  font-weight: 400;
}
.banner-section .icontent-column {
    padding-left: 120px;
}

/* .banner-section .content-box .btn-box .theme-btn.btn-one:hover,
.banner-section .content-box .btn-box .theme-btn.btn-one:before,
.banner-section .content-box .btn-box .theme-btn.btn-one:after{
  background: #fff;
} */

/* .banner-section .content-box .btn-box .theme-btn.btn-one:hover{
  color: var(--title-color) !important;
} */
.banner-section {
  overflow: hidden;
}
.banner-section .author-box{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.banner-section .author-box .author{
  position: absolute;
  display: inline-block;
  border-radius: 50%;
}

.banner-section .author-box .author img{
  width: 100%;
  border-radius: 50%;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.banner-section .author-box .author span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--title-font);
  color: var(--title-color);
  border-radius: 30px;
  font-weight: 500;
  padding: 2px 15px;
}

.banner-section .author-box .author-1 span{
  background: #67EF3E;
}

.banner-section .author-box .author-2 span{
  background: #3EE4EF;
}

.banner-section .author-box .author-3 span{
  background: #ffffff;
}

.banner-section .author-box .author-4 span{
  background: #FFDD66;
}

.banner-section .author-box .author-5 span{
  background: #FF9A61;
}

.banner-section .author-box .author-6 span{
  background: #C99FFF;
}

.banner-section .author-box .author-1{
  left: 135px;
  top: 185px;
}

.banner-section .author-box .author-2{
  left: 290px;
  top: 426px;
}

.banner-section .author-box .author-3{
  left: 192px;
  bottom: 211px;
}

.banner-section .author-box .author-4{
  position: absolute;
  top: 208px;
  right: 214px;
}

.banner-section .author-box .author-5{
  position: absolute;
  top: 448px;
  right: 342px;
}

.banner-section .author-box .author-6{
  position: absolute;
  bottom: 170px;
  right: 120px;
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  background: var(--secondary-color);
  padding: 240px 0px 250px 0px;
}

.banner-style-two .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-two .content-box{
  max-width: 600px;
}

.banner-style-two .content-box h2{
  margin: 0px;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 62px;
}

.banner-style-two .content-box p{
  margin: 0px;
  margin-bottom: 35px;
}

.banner-style-two .content-box .btn-box{
  justify-content: left;
}

.banner-style-two .outer-container{
  position: relative;
  padding-left: 155px;
  padding-right: 155px;
}

.banner-style-two .pattern-layer-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 31px;
  background-repeat: repeat-x;
  z-index: 1;
}

.banner-style-two .shape{
  position: absolute;
  left: 0px;
  top: 60px;
  width: 440px;
  height: 621px;
  background-repeat: no-repeat;
  opacity: 0.5;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  padding: 72px 0px 68px 0px;
}

.banner-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-three .content-box h2{
  max-width: 100%;
  color: var(--title-color);
  font-size: 64px;
  line-height: 70px;
}

.banner-style-three .content-box p{
  max-width: 100%;
  color: var(--text-color);
  font-size: 18px;
  line-height: 30px;
}

.banner-style-three .content-box .btn-box{
  justify-content: left;
}

.banner-style-three .image-inner{
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 135px;
}

.banner-style-three .image-inner .image{
  position: relative;
  display: block;
}

.banner-style-three .image-inner .image img{
  width: 100%;
}

.banner-style-three .image-inner .image-1,
.banner-style-three .image-inner .image-1 img{
  border-radius: 120px 120px 0px 120px;
}

.banner-style-three .image-inner .image-2,
.banner-style-three .image-inner .image-2 img{
  border-radius: 120px 0px 120px 120px;
}

.banner-style-three .image-inner .image-3,
.banner-style-three .image-inner .image-3 img{
  border-radius: 120px 120px 120px 0px;
}

.banner-style-three .image-inner .image-4,
.banner-style-three .image-inner .image-4 img{
  border-radius: 0px 120px 120px 120px;
}

.banner-style-three .image-inner .icon-logo{
  position: absolute;
  display: inline-block;
  width: 105px;
  height: 105px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 4px;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.banner-style-three .banner-btn,
.banner-style-three .theme-btn.btn-one:hover{
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
}

.banner-style-three .shape .shape-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 251px;
  height: 251px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.banner-style-three .shape .shape-2{
  position: absolute;
  top: 80px;
  right: 260px;
  width: 91px;
  height: 116px;
  background-repeat: no-repeat;
}

.banner-style-three .shape .shape-3{
  position: absolute;
  right: 790px;
  bottom: 165px;
  width: 119px;
  height: 111px;
  background-repeat: no-repeat;
}


/** banner-style-four **/

.banner-style-four{
  padding: 0px 100px;
}

.banner-carousel .slide-item{
  position: relative;
  padding: 187px 0px;
  border-radius: 20px;
  overflow: hidden;
}
  
.banner-carousel .content-box{
  max-width: 600px;
}
  
.banner-carousel .slide-item .bg-layer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}

.banner-carousel .slide-item .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 46.57%, rgba(0, 0, 0, 0.48) 70.88%, rgba(0, 0, 0, 0.8) 100%);
}
  
.banner-carousel .active .slide-item .bg-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}
  
.banner-carousel .content-box .upper-text{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 5px 13px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box .upper-text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
  
.banner-carousel .content-box h2{
  font-size: 64px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .content-box h2 span{
  position: relative;
}
  
.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
  
.banner-carousel .content-box p{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
  
.banner-carousel .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.banner-style-four .shape-box .shape-1{
  position: absolute;
  left: -108px;
  bottom: -49px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.banner-style-four .shape-box .shape-2{
  position: absolute;
  left: 78px;
  top: 68px;
  width: 520px;
  height: 520px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.banner-carousel .owl-dots{
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.banner-carousel .owl-dots button span{
  display: none !important;
}

.banner-carousel .owl-dots button{
  position: relative;
  display: block !important;
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.30);
  border-radius: 50%;
  margin: 10px 0px;
  transition: all 500ms ease;
}

.banner-carousel .owl-dots button:hover,
.banner-carousel .owl-dots button.active{
  transform: scale(1.45);
  background: #fff;
}


/** banner-style-five **/

.banner-style-five{
  position: relative;
}

.banner-style-five .left-column{
  position: relative;
  display: block;
  width: 50%;
}

.banner-style-five .right-column{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
}

.banner-style-five .bg-layer{
  position: absolute;
  top: 0px;
  width: calc(100% + 50px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-five .left-column .bg-layer{
  left: 0px;
  clip-path: polygon(0% 0%, 99% 0%, 89% 100%, 0% 100%, 0% 0%);
}

.banner-style-five .right-column .bg-layer{
  right: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.banner-style-five .bg-layer:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}

.banner-style-five .content-box{
  position: relative;
  padding: 220px 200px;
}

.banner-style-five .content-box h2{
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 20px;
}

.banner-style-five .content-box p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}


/** rtl-css **/

.rtl .banner-section .content-box .btn-box .theme-btn.btn-one{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .banner-style-two .bg-layer{
  right: inherit;
  left: 0px;
}

.rtl .banner-style-two .content-box .btn-box{
  justify-content: right;
}

.rtl .banner-style-three .image-inner{
  direction: ltr;
  margin-left: 0px;
  margin-right: 135px;
}

.rtl .banner-style-three .content-box .btn-box{
  justify-content: right;
}

.rtl .banner-carousel .content-box{
  text-align: right;
}

.rtl .banner-carousel .content-box .btn-box{
  justify-content: right;
}

.rtl .banner-style-five{
  direction: ltr;
}

.rtl .banner-style-five .content-box{
  text-align: right;
}

/* Get Started-CSS */

.get-started-sec .content-box {
    max-width: 420px;
}
.get-started-sec .content-box h2 {
    color: var(--title-color-white);
    font-size: 42px;
}
.get-started-sec .content-box h4{
    color: var(--text-color-light);
    margin-bottom: 40px;
    font-weight: 400;
}
.banner-section.get-started-sec {
    padding: 60px 0 0 0;
}
/*  */

/** responsive-css **/

/** responsive-css **/

@media only screen and (max-width: 1281px){
  .banner-section .content-box h1 {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 991px){
  .banner-section .content-box h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .banner-section.get-started-sec {
    padding: 60px 0 60px 0;
  }
}
@media only screen and (max-width: 767px){
  .banner-section .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .banner-section{
    padding: 110px 0px 25px 0px;
  }

  .banner-style-two .outer-container{
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-style-two .bg-layer{
    display: none;
  }

  .banner-style-two{
    padding: 140px 0px;
  }

  .banner-style-three {
    padding: 140px 0px 60px 0px;
  }
  .banner-style-two {
    padding: 140px 0px 60px 0px;
  }

  /* .banner-section .row {
    flex-direction: column-reverse;
  } */
  .banner-section .content-box .btn-box {
    justify-content: center;
  }
  .banner-section.banner-style-content .content-box {
    margin: 0;
  }

  .banner-section .content-box {
    padding: 30px 30px 10px 30px;
    max-width: max-content;
    border-radius: 10px 10px 0 0;
    margin: 0;
    text-align: center;
  }
  .banner-section .content-box h1 {
    margin: 0 auto 15px auto;
  }
  .banner-section .content-box p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto 15px auto;
  }
  .banner-carousel .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .banner-carousel .slide-item{
    padding: 90px 0px;
  }

  .banner-style-four .shape-box{
    display: none;
  }

  .banner-carousel .owl-dots{
    display: none !important;
  }

  .banner-style-five .left-column,
  .banner-style-five .right-column{
    position: relative;
    width: 100%;
  }

  .banner-style-five .bg-layer{
    clip-path: inherit !important;
  }

  .banner-style-five .content-box{
    padding: 90px 30px 100px 30px;
  }

  .banner-style-five .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }
  .banner-section.get-started-sec {
    padding: 40px 0 40px 0;
  }
}

@media only screen and (max-width: 599px){
  
}

@media only screen and (max-width: 499px){
  .banner-section .content-box {
    padding: 20px 0px 10px 0px;
  }
  .banner-section .content-box .btn-box{
    display: block;
  }
  .banner-section .content-box h1 {
    font-size: 1.8em;
  }
  .banner-style-three {
    padding: 140px 0px 40px 0px;
  }
  .banner-section .content-box .btn-box .theme-btn.btn-one{
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .banner-style-two .outer-container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-carousel .content-box .btn-box{
    display: block;
  }

  .banner-carousel .content-box .btn-box .theme-btn.mr_20{
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px !important;
  }
}
/*  */

/* Product-Section */
section.pangeneaProductSec {
    margin: 24px;
}
section.pangeneaProductSec .productNameRow h3 {
    color: var(--title-color-white);
    text-align: left;
    margin: 0;
    font-size: 48px;
    max-width: 550px;
}
section.pangeneaProductSec .productPriceBox span.newPrice {
    color: var(--title-color-white);
    font-size: 24px;
}
section.pangeneaProductSec .productPriceBox p {
    color: #E2E7EE;   
}
section.pangeneaProductSec .proSingleColor input[type="radio"]:checked + label span {
    color: var(--title-color-white);
}
section.pangeneaProductSec .color-dot:before {
    border-radius: 89.38px;
    border: 1px solid rgba(255, 255, 255, 0.50);
}
section.pangeneaProductSec .product-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
}
section.pangeneaProductSec .product-img {
    position: absolute;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
}
section.pangeneaProductSec .boxImgRow {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    min-height: 400px;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    height: 70vh; 
}
section.pangeneaProductSec .productColorBox {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
section.pangeneaProductSec .productColorBox .productColorBoxInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(3px);
    padding: 8px 16px;
    border-radius: 68px;
    gap: 10px;
    z-index: 2;
    position: relative;
}
section.pangeneaProductSec .productColorBox:has(#prod-black:checked) .prod-black-img { opacity: 1; }
section.pangeneaProductSec .productColorBox:has(#prod-silver:checked) .prod-silver-img { opacity: 1; }
section.pangeneaProductSec .productColorBox:has(#prod-gold:checked) .prod-gold-img { opacity: 1; }

section.pangeneaProductSec .productColorBox:has(#prod-black02:checked) .prod-black-img02 { opacity: 1; }
section.pangeneaProductSec .productColorBox:has(#prod-silver02:checked) .prod-silver-img02 { opacity: 1; }
section.pangeneaProductSec .productColorBox:has(#prod-gold02:checked) .prod-gold-img02 { opacity: 1; }

section.pangeneaProductSec .productColorBox:has(#prd-black03:checked) .prod-black-img03 { opacity: 1; }
section.pangeneaProductSec .productColorBox:has(#prod-silver03:checked) .prod-silver-img03 { opacity: 1; }
section.pangeneaProductSec .productColorBox:has(#prod-gold03:checked) .prod-gold-img03 { opacity: 1; }
/*  */

/* Description Section */
.descriptioSection .contentBox h4 {
    font-style: italic;
    max-width: 970px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.descriptioSection .contentBox {
    text-align: center;   
}
.descriptioSection .btn-box {
    margin-bottom: 12px;
}
.descriptioSection .contentBox p {
    color: var(--text-color-grey); 
}
.imgContentBox {
    padding-bottom: 40px;
    text-align: center;
}
.imgContentBox h3 {
    margin-bottom: 40px;
    font-weight: 600;
}
.waerableRingSec .content-column {
    padding-bottom: 50px;
}
.wearableRingInner {
    border-radius: 20px;
    background: radial-gradient(110.42% 117.3% at 8.33% 14.38%, #011E3A 0%, #000B15 100%);
    padding: 40px;
}
.wearableRingInner .imgContentBox h3 {
    color: var(--title-color-white);
}
.wearableRingCol .content_block_three .content-box .accordion-box .accordion {
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #334555;
}
.wearableRingCol .accordion.block .acc-btn h4 {
    color: var(--title-color-white);
}
.wearableRingCol .accordion.block.active-block .acc-btn.active h4 {
    color: var(--secondary-color);
    font-size: 24px;
    line-height: 34px;
}
ul.accContentList li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 20px;
    color: var(--text-color-light);
}
ul.accContentList li p{
    color: var(--text-color-light);
}
ul.accContentList li:nth-last-child(1) {
  padding-bottom: 0px;
}
.wearableRingCol .content_block_three .content-box .accordion-box .accordion .acc-btn .icon-box {
  color: var(--title-color-white);
}
.content_block_three .content-box .accordion-box .accordion:nth-last-child(1) .acc-content {
    padding-bottom: 0;
}
.genericWearableInner {
    border-radius: 20px;
    background: linear-gradient(129deg, rgba(189, 210, 249, 0.20) 4.54%, rgba(189, 210, 249, 0.50) 97.67%);
    backdrop-filter: blur(25px);
    padding: 40px;
}
.sinleContentList ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sinleContentList {
    padding: 20px 0;
    border-bottom: 1px solid #B0BCCE;
}
.sinleContentList:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0;
}
.sinleContentList h4 {
    padding-bottom: 20px;
}

/*  */

/** testimonial-section **/

.testimonial-section{
  position: relative;
  background: var(--secondary-color);
}

.testimonial-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-block-one{
  max-width: 410px;
  padding-right: 10px;
  margin-bottom: 45px;
  margin-top: 10px;
  padding-bottom: 30px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px 55px 40px;
}

.testimonial-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 45px;
  height: 45px;
  left: 37px;
  bottom: -45px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 4px 0px 5px 70px;
  margin-bottom: 28px;
}

.testimonial-block-one .inner-box .author-box .thumb-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .icon-box{
  position: absolute;
  top: 30px;
  right: 30px;
} 

.testimonial-block-one .inner-box .author-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.testimonial-block-one .inner-box .shape{
  position: absolute;
  left: 10px;
  top: -10px;
  width: 400px;
  height: 321px;
  background-repeat: no-repeat;
  background-position: left bottom;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
}

.testimonial-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  border: 1px solid #BDBDBD;
  background: #F9F9F9;
  border-radius: 20px; 
  padding: 40px;
  margin-bottom: 30px;
}

.testimonial-block-two .inner-box .author-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 71px;
  margin-bottom: 00px;
}

.testimonial-block-two .inner-box .author-box .thumb-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.testimonial-block-two .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-block-two .inner-box .icon-box{
  position: absolute;
  top: 44px;
  right: 40px;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: -350px;
  width: 1537px;
  height: 1383px;
  background-repeat: no-repeat;
}

.testimonial-style-two .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.testimonial-style-two .owl-dots button span{
  display: none !important;
}

.testimonial-style-two .owl-dots button{
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 5px;
  opacity: 0.3;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-dots button.active,
.testimonial-style-two .owl-dots button:hover{
  opacity: 1;
  transform: scale(1.35);
}

.testimonial-block-three .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-three .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 45px;
}

.testimonial-block-three .inner-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
}

.testimonial-block-three .inner-box .author-box{
  position: relative;
  display: block;
  padding: 5px 0px 5px 70px;
}

.testimonial-block-three .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .author-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 2;
}

.testimonial-block-three .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--title-font);
  color: #fff;
}

.testimonial-block-three .inner-box .signature{
  position: relative;
  display: inline-block;
}


/** testimonial-style-three **/
.userTestimonialSec {
    border-radius: 30px;
    background: radial-gradient(110.42% 117.3% at 8.33% 14.38%, #00172C 0%, #000B15 100%);
    padding: 100px 56px;
    margin: 0px 24px 100px 24px;
    overflow: hidden;  
}
.testimonialTitleRow h2.title-animation {
    max-width: 610px;
    color: var(--title-color-white);
    margin: 0 auto;
    padding-bottom: 30px;
}
.testimonialTitleRow .testimonialDesc h6 {
    color: var(--text-color-light);
    max-width: 580px;
    margin: 0 auto;
}
.testimonialTitleRow {
    text-align: center;
    padding-bottom: 24px;
}
.userTestimonialSec .testimonial-block .content-box {
    text-align: center;
}
.userTestimonialSec .testimonial-block .content-box h5 {
    color: #E2E7EE;
    font-style: italic;
    padding-bottom: 24px;
    max-width: 660px;
    margin: 0 auto;
    line-height: 34px;
    font-weight: 400;
}
.userTestimonialSec .testimonial-block .content-box h4 {
    color: #fff;
    padding-top: 24px;
    border-top: 1px solid #464646;
    max-width: 500px;
    margin: 0 auto;
}
.userTestimonialSec .testimonial-style-three .owl-nav {
    position: relative;
    text-align: center;
}
.userTestimonialSec .owl-carousel .owl-stage-outer {
    padding-bottom: 40px;
}

.userTestimonialSec .nav-style-one .owl-nav button {
    border: 1px solid var(--title-color-white);
    background: transparent;
    color: var(--title-color-white);
}
.userTestimonialSec .nav-style-one .owl-nav button:hover {
    border: 1px solid var(--theme-color) !important;
}






.testimonial-style-three{
  position: relative;
}

.testimonial-style-three .inner-container{
  position: relative;
  display: block;
  overflow: hidden;  
}

.testimonial-style-three .testimonial-block{
  position: relative;
  display: block;
  padding: 0px 0px 0px 0px;
}

.testimonial-style-three .testimonial-block .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  border-radius: 50%;
}

.testimonial-style-three .testimonial-block .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-three .testimonial-block .content-box{
  position: relative;
  display: block;
  padding: 0px 0px 32px 0px;
}

.testimonial-style-three .testimonial-block .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 45px;
}

.testimonial-style-three .testimonial-block .content-box h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 43px;
}

.testimonial-style-three .testimonial-block .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2px;
}

.testimonial-style-three .testimonial-block .content-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.testimonial-style-three .owl-nav{
  position: relative;
  bottom: 0;
  text-align: center;
}

.testimonial-style-three .inner-container .shape .shape-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 257px;
  height: 310px;
  border-radius: 255px 255px 255px 0px;
  border: 2px solid #fff;
}

.testimonial-style-three .inner-container .shape .shape-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 369px;
  height: 445px;
  border-radius: 255px 0px 255px 255px;
  background: rgba(0, 0, 0, 0.02);
}


/** rtl-css **/


.rtl .testimonial-block-two .inner-box{
  text-align: right;
}

.rtl .testimonial-block-two .inner-box .icon-box{
  right: inherit;
  left: 40px;
}

.rtl .testimonial-block-two .inner-box .author-box{
  padding-left: 0px;
  padding-right: 71px;
}

.rtl .testimonial-block-two .inner-box .author-box .thumb-box{
  left: inherit;
  right: 0px;
}

.rtl .testimonial-block-three .inner-box{
  text-align: right;
}

.rtl .testimonial-block-three .inner-box .author-box{
  padding-left: 0px;
  padding-right: 70px;
}

.rtl .testimonial-block-three .inner-box .author-box .author-thumb{
  left: inherit;
  right: 0px;
}

.rtl .dueal-section .dots-style-one .owl-dots{
  text-align: right;
}

.rtl .testimonial-style-three .testimonial-block{
  padding-left: 0px;
  padding-right: 480px;
  text-align: right;
}

.rtl .testimonial-style-three .testimonial-block .thumb-box{
  left: inherit;
  right: 0px;
}

.rtl .testimonial-style-three .owl-nav{
  right: inherit;
  left: 0px;
}

.client-story-box.story-box1 .testimonial-block-two {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 30px;
}
.client-story-box.story-box1 {
    position: relative;
    margin-bottom: 30px;
}
.client-story-box.story-box1 .testimonial-block-two .inner-box {
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin: 0;
    border-radius: 0;  
    border: none; 
}
.client-story-box.story-box1 .testimonial-block-two .inner-box .author-box {
  margin-bottom: 0;
}
.author-box figure.thumb-box img {
    border-radius: 100px;
    border: 1px solid var(--secondary-color);
}
.client-story-box.story-box1 .author-box h5 {
    color: var(--title-color-white);
}
.client-story-box.story-box1 .author-box .designation {
    color: var(--text-color-light);
}
.testimonial-block-two .inner-box p {
    font-size: 22px;
    line-height: 30px;
    color: var(--text-color);
}
.client-story-box.story-box3 .inner-box {
    background: var(--theme-color);
}
.client-story-box.story-box3 .testimonial-block-two .inner-box p {
    color: var(--title-color-white);
    min-height: 565px;
}
.client-story-box.story-box3 .inner-box .author-box .designation {
    color: var(--title-color-white);
}
.client-story-box.story-box3 .inner-box .author-box h5 {
    color: var(--title-color-white);
}
.client-story-box.story-box5 .testimonial-block-two .inner-box .author-box {
    margin-bottom: 18px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .testimonial-block-one .inner-box .shape{
    display: none;
  }

  .testimonial-style-three .testimonial-block{
    padding-left: 0px;
  }

  .rtl .testimonial-style-three .testimonial-block{
    padding-right: 0px;
  }

  .testimonial-style-three .testimonial-block .thumb-box{
    position: relative;
    margin-bottom: 30px;
  }
  .testimonial-block-two .inner-box {
    padding: 30px;
  }
  .client-story-box.story-box3 .testimonial-block-two .inner-box p {
    min-height: 499px;
  }
  .testimonial-block-two .inner-box p {
    font-size: 20px;
  }
  .client-story-box.story-box4 .inner-box p {
      min-height: 230px;
  }
  .client-story-box.story-box5 .testimonial-block-two .inner-box .author-box {
    margin-bottom: 0;
  }

}

@media only screen and (max-width: 767px){
  .testimonial-section{
    padding: 70px 0px 40px 0px;
  }

  .testimonial-style-two .owl-dots{
    display: none;
  }

  .testimonial-style-two{
    padding-bottom: 70px;
  }

  .testimonial-block-three .inner-box h2{
    font-size: 24px;
    line-height: 30px;
  }

   .testimonial-style-three .owl-nav,
  .testimonial-style-three .inner-container .shape{
    display: none;
  }

  .testimonial-style-two.pt_70{
    padding-top: 20px;
  }

  .testimonial-style-three.pt_120.pb_120{
    padding: 70px 0px;
  }

  .testimonial-style-three.pb_120{
    padding-bottom: 70px;
  }

  .testimonial-block-two .inner-box {
    padding: 20px;
  }
  .client-story-box.story-box1 .testimonial-block-two {
    bottom: 20px;
    padding: 0 20px;
  }
  .testimonial-block-two .inner-box p {
      font-size: 16px;
      line-height: 24px;
  }
  .author-box h5 {
      font-size: 16px;
  }
  .client-story-box.story-box3 .testimonial-block-two .inner-box p {
    min-height: auto;
    padding-bottom: 16px;
  }
  .testimonial-block-two .inner-box p.pb_30 {
    min-height: auto;
    padding-bottom: 16px;
  }
  .author-box figure.thumb-box img {
    height: 46px;
    width: auto;
  }
  .testimonial-block-two .inner-box .author-box {
    padding: 0px 0px 0px 58px;
  }
  .testimonial-block-two .inner-box .rating svg {
    height: 20px;
    width: auto;
  }
  .client-story-box.story-box5 .inner-box {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 599px){
  .testimonial-style-three .testimonial-block .content-box h2{
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 499px){

}
/*  */

/* Future Wearable Rings */
.about-section{
  position: relative;
}


.content_block_one .content-box{
  position: relative;
  display: block;
}

.about-section .content_block_one .content-box .text-box p{
    font-size: 18px;
    line-height: 26px;
    color: var(--title-color);
    margin-bottom: 10px;
}

 .sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--title-font);
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 40px;
    text-transform: none;
    z-index: 1;
    color: var(--title-color-white);
    background: var(--secondary-color);
    border:none !important;
}

.about-section .sec-title h2 {
    max-width: 580px;
}
.about-section h6 {
    color: var(--text-color-light);
}
.about-section .image-column .sec-title {
    padding-bottom: 100px;
}
.about-section .content-column .content-box{
    padding: 30px;
    border-radius: 24px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 11, 21, 0.10);
}
.about-section .content-column .content-box:nth-last-child(1) {
    margin-bottom: 0;
}
.about-section .content-box .inner-content-box {
    padding-bottom: 20px;
}
.about-section .content-box .inner-content-box h4 {
    padding-bottom: 10px;  
}
.about-section .content-box .inner-content-box:nth-last-child(1) {
    padding-bottom: 0;
}
@media only screen and (max-width: 991px){
  .about-section  {
    padding-bottom: 0;
  }
    .about-section .content_block_one {
        padding-top: 20px;
    }
}
/*  */

/* Genetic Blueprint */

.chooseus-section{
  position: relative;
}

.chooseus-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed; 
}
.chooseus-section .sec-title {
    max-width: 560px;
    margin: 0 auto;
    color: var(--title-color-white);
}

.chooseus-section .inner-container{
  position: relative;
}


.chooseus-block-one .inner-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding: 30px;
    margin-bottom: 40px;
    transition: all 500ms ease;
    border-radius: 20px;
    border: 1px solid #284764;
    min-height: 530px;
    background-size: cover;
    overflow: hidden;
}
.geneticBlueprintSec .chooseus-block-one .inner-box:before {
    content: '';
    background: linear-gradient(0deg, #00162A, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.inner-box:hover .imageBoxContent h6 {
    overflow: visible;
    height: 130px;
    min-height: auto;
}
.geneticBlueprintSec .btn-box {
    text-align: center;
}
.inner-box .imageBoxContent h3 {
    color: var(--title-color-white);
}
.inner-box .imageBoxContent h6 {
    color: var(--title-color-white);
    height: 0;
    overflow: hidden;
}
.chooseus-block-one .inner-box:hover{
  box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.20);
}

.chooseus-block-one .inner-box .icon-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 40px;
    color: var(--title-color);
    border-radius: 50%;
    margin-bottom: 26px;
    z-index: 1;
    transition: all 500ms ease;
}
.chooseus-block-one .inner-box .icon-box {
    background: #082845;
}
.chooseus-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.chooseus-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}
.chooseus-block-one .inner-box .icon-box img {
    max-width: 48px;
}

.chooseus-block-one .inner-box:hover .icon-box:before{
  height: 100%;
}

.chooseus-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

.chooseus-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.chooseus-block-one .inner-box h3 a:hover{

}
.chooseus-block-one .inner-box h4 {
  margin-bottom: 8px;
  color: var(--title-color-white);
}
.chooseus-block-one .inner-box h4 a {
  color: var(--title-color-white);
}

.chooseus-block-one .inner-box p{
  margin-bottom: 14px;
  min-height: 110px;
  color: var(--text-color-light);
}

.chooseus-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--theme-color);
  padding-right: 34px;
}

.chooseus-block-one .inner-box .link a:hover{
  color: var(--title-color-white);
}

.chooseus-block-one .inner-box .link a i {
    position: absolute;
    top: 2px;
    right: 0px; 
    background: #246BEE;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 100px;
    color: #fff;
    font-size: 8px;
    font-weight: 100;
    transform: rotate(320deg);
}

.chooseus-section.alternat-2{
  background: linear-gradient(90deg, #002442, #002442, #013766);
}


/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
}

.chooseus-style-two .chooseus-block-one .inner-box{
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}


.chooseus-section .outer-container{
  overflow: hidden;
  border-radius: 20px;
  background: var(--secondary-color);
}

.chooseus-section.light-section .chooseus-block-one .inner-box{
  padding-left: 30px;
  padding-right: 30px;
}

.chooseus-section .outer-container .shape .shape-1{
  position: absolute;
  left: -155px;
  bottom: -305px;
  width: 520px;
  height: 520px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.chooseus-section .outer-container .shape .shape-2{
  position: absolute;
  left: 48px;
  bottom: -222px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.chooseus-section .outer-container .shape .shape-3{
  position: absolute;
  right: -155px;
  top: -305px;
  width: 520px;
  height: 520px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.chooseus-section .outer-container .shape .shape-4{
  position: absolute;
  right: -35px;
  top: 34px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}


/** chooseus-style-three **/

.chooseus-style-three{
  position: relative;
}

.chooseus-style-three .chooseus-block-one .inner-box{
  padding-left: 30px;
  padding-right: 30px;
}

/* .chooseus-style-three .owl-carousel .owl-stage-outer{
  overflow: visible;
} */

.chooseus-style-three .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.chooseus-style-three .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}

.chooseus-style-three .owl-nav{
  position: absolute;
  right: 0;
  top: -160px;
}

.chooseus-section.alternat-3{
  background: var(--secondary-color);
}

.chooseus-section.alternat-3 .pattern-layer{
  bottom: 0px;
  width: 100%;
  height: calc(100% + 76px);
  opacity: 0.05;
}

.chooseus-section .outer-container.b_radius_0{
  border-radius: 0px;
}

.chooseus-style-three .sec-title h2 {
  max-width: 1020px;
}

.chooseus-style-three .sec-title h6 {
  color: var(--text-color-light);
  max-width: 1020px;
}


/** rtl-css **/

.rtl .chooseus-style-three .owl-nav{
  left: inherit;
  right: -330px;
}

.rtl .chooseus-style-three .chooseus-block-one .inner-box{
  text-align: right;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){
  .chooseus-section{
    padding-left: 0px;
    padding-right: 0px;
  }

  .chooseus-style-three .owl-nav{
    display: none;
  }
  .chooseus-block-one .inner-box {
        padding: 20px;
  }
}

@media only screen and (max-width: 991px){
  .chooseus-block-one .inner-box .icon-box {
    width: 60px;
    height: 60px;
  }
   .chooseus-block-one .inner-box .icon-box img {
    max-width: 36px;
   }
   .chooseus-block-one .inner-box h4 {
    font-size: 18px;
   }
   .chooseus-block-one .inner-box p {
      min-height: 160px;
   }
}

@media only screen and (max-width: 767px){
  .chooseus-section{
    padding: 120px 0px 40px 0px;
  }

  .chooseus-block-one .inner-box{
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
  }


  .chooseus-section.light-section{
    padding: 0px;
  }

  .chooseus-section .outer-container,
  .chooseus-style-three{
    padding: 70px 0px 40px 0px;
  }
    .chooseus-block-one .inner-box p {
      min-height: auto;
  }
      .chooseus-block-one .inner-box h4 {
        font-size: 22px;
    }
}
/*  */

/* Intelligence */


.intelligenceSec .content-column h2.title-animation { 
    max-width: 680px;
}

.intelligenceSec .content-list-column h4 {
    color: var(--title-color-white);
    margin-bottom: 30px;
}
.intelligenceSec .text-box ul.list-style-one {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.intelligenceSec .list-style-one li:before {
    background: #00D48F;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    top: 4px;
}

.intelligenceSec .text-box ul.list-style-one li {
    width: 47%;
    color: var(--text-color-light);
    padding-left: 30px;
}

.intelligenceSec .btn-box {
    text-align: center;
}
.intelligenceInnerBox {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.intelligenceInnerBox .intelligenceImgBox img {
    width: 100%;
}
.intelligenceInnerBox .intelligenceIconBox {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 24px;
    justify-content: space-between;
    max-width: 96%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.intelligenceIconBox .intelligenceSingleBox {
    width: 19.5%;
    border-radius: 15px;
    background: rgba(247, 241, 232, 0.10);
    backdrop-filter: blur(12px);
    padding: 20px;
}
.intelligenceSingleBox img {
    padding-bottom: 16px;
}
.intelligenceSingleBox p {
    color: var(--title-color-white);
    font-size: 14px;
    line-height: 22px;
}
.intelligenceSec .image-column {
    position: relative;
}

.intelligenceSec .image-column .owl-dots {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 12px 18px;
    border-radius: 71px;
    background: rgba(247, 241, 232, 0.10);
    backdrop-filter: blur(12px);
}
.intelligenceSec .image-column .owl-dots button.owl-dot {
    margin: 0 4px;
}
.intelligenceSec .image-column .owl-dots button.owl-dot.active {
    width: 30px;
    height: 10px;
    transform: scale(1);
    border-radius: 24px; 
    background: #fff;
}
.intelligenceSec .image-column .owl-dots button.owl-dot.active span{
  background: #fff;
}
.intelligenceSec .image-column .owl-dots button.owl-dot:hover {
  transform: scale(1);
  background: #fff;
}
/*  */

/* Rings Icon List */
.pengeneaDifferentRingSec {
   
}
.pengeneaDifferentRingSec .content-box h2 {
    max-width: 690px;
}
.pengeneaDifferentRingSec .iconListBox {
    padding: 0 10px;
}
.iconListBox .iconListBoxInner {
    border-radius: 24px;
    background: #031C35;
    padding: 30px;
    height: 100%;
    min-height: 680px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transition: 0.3s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    position: relative;
}
.iconListBox .iconListBoxInner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.iconListBox .iconListBoxInner > div {
  position: relative;
}
.iconListBox .iconListBoxInner .text-box {
    height: 0;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.iconListBox .iconListBoxInner .text-box {
    height: 300px;     
}

.iconListBox .iconListBoxInner .text-box p {
    color: var(--title-color-white);
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.3;
}
.iconListBoxInner .boxIconRow {
    padding-bottom: 30px;
}
.iconListBoxInner .boxIconRow img {
  max-height: 52px;
}
.iconListBoxInner .boxIconTitle h4 {
    padding-bottom: 10px;
    color: var(--title-color-white);
}
.iconListBoxInner .boxIconTitle p {
    color: #D7D7DD;
}
.iconListBoxInner .boxIconTitle {
    padding-bottom: 20px;
}
.iconListBoxInner .list-style-one li:before {
    background: #00D48F;
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 16px;
    top: 4px;
}
.iconListBoxInner .list-style-one li:after {
    display: none;
}
.iconListBoxInner .text-box ul.list-style-one li {
  padding-left: 20px;
  color: #D7D7DD;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 3px;
}
.pengeneaDifferentRingSec .iconBoxContent {
    text-align: center;
}
.pengeneaDifferentRingSec .iconBoxContent h4 { 
    padding-bottom: 20px;
    font-weight: 600;
}
.pengeneaDifferentRingSec .iconBoxContent h6 {
    padding-bottom: 30px;
    max-width: 1060px;
    margin: 0 auto;
}
.iconBoxCatRow p {
    border-radius: 63px;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(12px);
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    color: var(--title-color-white);
    font-weight: 600;
    font-size: 14px;
}
/*  */

/* Pricing Box */
 .product-box {
    width: 100%;
}
 .productColorBox {
    width: 49%;
}

.proSingleColor input[type="radio"] {
  display: none;
}

.proSingleColor label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    transition: 0.3s;
}

.color-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.black .color-dot { background: linear-gradient(332deg, #000 13.23%, #555 82.44%); }
.silver .color-dot { background: #E2E7EE; }
.gold .color-dot { background: linear-gradient(142deg, #F0D26E 20.47%, #BA9C3B 88.78%); }

.proSingleColor input[type="radio"]:checked + label {
  border-color: #000;
  font-weight: 600;
}

/* image box */
.product-img {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.product-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* */
/* .product-box:has(#silver:checked)  {
  opacity: 1;
}

.product-box:has(#black:checked) .product-img .black-img {
  opacity: 1;
}

.product-box:has(#gold:checked) .product-img .gold-img {
  opacity: 1;
} */

.product-box:has(#black:checked) .product-img .black-img { opacity: 1; }
.product-box:has(#silver:checked) .product-img .silver-img { opacity: 1; }
.product-box:has(#gold:checked) .product-img .gold-img { opacity: 1; }

.product-box:has(#black02:checked) .product-img .black-img02 { opacity: 1; }
.product-box:has(#silver02:checked) .product-img .silver-img02 { opacity: 1; }
.product-box:has(#gold02:checked) .product-img .gold-img02 { opacity: 1; }

.product-box:has(#black03:checked) .product-img .black-img03 { opacity: 1; }
.product-box:has(#silver03:checked) .product-img .silver-img03 { opacity: 1; }
.product-box:has(#gold03:checked) .product-img .gold-img03 { opacity: 1; }

.boxImgRow {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    /* min-height: 400px; */
    border-radius: 20px;
}

.productNameRow {
    width: 100%;
    padding-bottom: 20px;
}

.productPriceRow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productPriceRow .productPriceBox {
    width: 45%;
    z-index: 2;
}

.productPriceRow:not(:has(.productColorBox)) .productPriceBox {
  width: 100%;
}

.product-box .productNameRow h3 {
    /* color: var(--title-color-white); */
    text-align: center;
    z-index: 2;
    margin: 0 auto;
}

.productColorBox .productColorBoxInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 16px;
    border-radius: 68px;
    gap: 10px;
    z-index: 2;
    position: relative;
    border-radius: 84px;
    border: 1px solid #82B8FF;
    background: linear-gradient(129deg, rgba(123, 189, 255, 0.04) 4.54%, rgba(123, 189, 255, 0.20) 97.67%);
    backdrop-filter: blur(20px);
}

.productColorBox .productColorBoxInner span {
    font-size: 0;
}
.proSingleColor input[type="radio"]:checked + label span {
    font-size: 14px;
    font-weight: 400;
    /* color: var(--title-color-white); */
}
.color-dot:before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -5px;
    margin: auto;
    border-radius: 100px;
    border: 1px solid #82B8FF;
}
.productPriceBox span.newPrice {
    font-size: 34px;
    line-height: 44px;
    /* color: var(--title-color-white); */
}
.productPriceRow .productPriceBox del.oldPrice {
    font-size: 18px;
    line-height: 28px;
    color: #B1B1B1;
}
.productPriceBox p {
    /* color: #E2E7EE; */
    font-size: 14px;
}
.pricingBox .pricingBoxInner {
    padding: 30px;
    border-radius: 24px;
    border: 1px solid rgba(0, 11, 21, 0.10);
    background: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.pricingBox.active .pricingBoxInner {  
    border: 1px solid rgba(0, 11, 21, 0.10);
    background: #00172C;
}
.pricingBox.active .pricingBoxInner .productNameRow h3 {
    color: var(--title-color-white);
}
.pricingBox.active .pricingBoxInner .productPriceBox p {
    color: #E2E7EE;
}
.pricingBox.active .proSingleColor input[type="radio"]:checked + label span {
  color: #E2E7EE;
}
 .pricingBox.active .productPriceBox span.newPrice {
    color: var(--title-color-white);
}
.pricingBox.active .pricingBoxInner .pricingBoxDesc h6 {
    color: var(--title-color-white);
}
.pricingBox.active .pricingBoxInner .text-box ul.list-style-one li {
    color: #D7D7DD;
}
.pricingBox.active .pricingBoxInner .btn-box p.smallParagraph {
    color: #D7D7DD;
}
.pricingBoxInner .boxIconRow {
    padding-bottom: 30px;
}
.pricingBoxInner .pricingBoxDesc {
    padding-bottom: 16px;
}
.pricingBoxInner .text-box ul.list-style-one li {
    padding-left: 20px;
    color: #464646;
    margin-bottom: 10px;
}
.pricingBoxInner .list-style-one li:before {
    background: #00D48F;
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 16px;
    top: 4px;
    color: #fff;
}
.pricingBoxInner .list-style-one li:after {
    display: none;
}
.pricingBoxFooter {
  margin-top: auto;
  padding-top: 25px;
}
.pricingBoxFooter .btn-box a {
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
}
.pricingBoxFooter .theme-btn span {
    position: unset;   
}
.pricingBoxFooter .theme-btn span:before {    
    top: 12px;
    right: 20px;
}
.btn-box p.smallParagraph {
    text-align: center;
    color: #818181;
}
.pricingRenew h5 {
    text-align: center;
    font-weight: 700;
    color: #0080FE;
    padding-bottom: 20px;
}
.pengeneaPricingSec {
    background: linear-gradient(129deg, rgba(189, 210, 249, 0.10) 4.54%, rgba(189, 210, 249, 0.40) 97.67%), linear-gradient(118deg, rgba(126, 191, 255, 0.20) 5.77%, #9CCEFF 93.83%);
}
.pengeneaPricingSec .icontent-column {
    padding-left: 110px;
}
.pengeneaPricingSec .sec-title h2.title-animation {
    max-width: 700px;
}
/*  */

/* Faq */


.content_block_three .content-box{
  position: relative;
}

.content_block_three .content-box .accordion-box .accordion{
  position: relative; 
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  border-bottom: 1px solid #E5E7E8;
}

.content_block_three .content-box .accordion-box .accordion:last-child{
  margin-bottom: 0px;
  border-bottom: 0;
}

.content_block_three .content-box .accordion-box .accordion .acc-btn{
  position: relative;
  padding: 16px 40px 16px 0px;
  cursor: pointer;
}

.content_block_three .content-box .accordion-box .accordion .acc-btn h4{
  font-size: 20px;
  line-height: 30px;
}

.content_block_three .content-box .accordion-box .accordion .acc-btn .icon-box{
  position: absolute;
  top: 29px;
  right: 10px;
  font-size: 8px;
  color: var(--title-color);
  transition: all 500ms ease;
}
.whatYouGetSec .acc-btn.active h4 {
    color: #06BF83 !important;
}
.mainTestimonialSec .acc-btn.active h4 {
    color: #06BF83 !important;
}
.mainTestimonialSec .acc-content .content  p {
    color: var(--text-color-grey);
}
.mainTestimonialSec .acc-content .content li {
    list-style: inside;
    color: var(--text-color-grey);
}

.content_block_three .content-box .accordion-box .accordion .acc-btn.active .icon-box{
  transform: rotate(180deg);
}

.content_block_three .content-box .accordion-box .accordion .acc-content{
  padding: 0 40px 20px 0;
}


/** testimonial-page-section **/

.testimonial-page-section{
  position: relative;
}

/* .testimonial-page-section .content_block_three .content-box .accordion-box .accordion,
.testimonial-page-section .content_block_three .content-box .accordion-box .accordion .acc-btn{
  background: rgba(239, 242, 230, 1);
} */

.testimonial-page-section .image-box{
  position: relative;
  display: block;
}

.testimonial-page-section .image-box .image{
  border-radius: 10px;
}

.testimonial-page-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}
.mainTestimonialSec .whatYouGetTitle h2.title-animation .split-line {
    text-align: center !important;
}

/** rtl-css **/




/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .testimonial-page-section .image-box{
    margin-left: 0px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px){
 .testimonial-page-section{
  padding: 60px 0px 70px 0px;
 }
}

/*  */

/* About Us CSS */
.aboutHeroSec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    margin: 0 24px 100px 24px;
    border-radius: 0 0px 30px 30px;
    padding: 100px 0 48px 0;
    align-content: end;
}
.aboutHeroSec .smallScreenHeroImg {
    display: none;
}
.aboutHeroSec .heroTilteRow {
    max-width: 620px;
    padding-bottom: 162px;
}
.aboutHeroSec .heroTilteRow h5 {
    color: var(--text-color);
    padding-bottom: 20px;
}
.aboutHeroSec .heroTilteRow h1 em {
    padding-left: 48px;
}
.contentBoxRow .heroBtnRow {
    max-width: 360px;
}

.contentBoxRow .heroBtnRow h5 {
    padding-bottom: 20px;
    color: var(--text-color);
}

.contentBoxRow .heroBtnRow .btn-box {
    padding-bottom: 12px;
}

section.doubtIntoDataSec .contentRow h4 {
    max-width: 640px;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
}
.doubtIntoDataSec .content-column h2 {
    max-width: 440px;
}
.doubtIntoDataSec .content-column h4 {
    color: var(--title-color);
}
.doubtIntoDataSec .content-column h6 {
    color: var(--text-color);
}
.doubtIntoDataSec .image-column img {
    width: 100%;
}
.doubtIntoDataSec .image-column:nth-child(1) img {
    padding-bottom: 30px;
}
.doubtIntoDataSec .image-column:nth-child(1) img:nth-last-child(1) {
    padding-bottom: 0;
}
.doubtIntoDataSec .btn-box {
    text-align: center;
}

/* By People Section*/
section.byPeopleSec {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 110vh;
    background-position: center center;
}
.byPeopleSec .contentBox h2 {
    color: var(--title-color-white);  
}
.byPeopleSec .contentBox h5 {
    color: #E2E7EE;
    padding-bottom: 30px;
}
.byPeopleSec .i-content-column {
    padding-top: 400px;
}
.byPeopleSec .i-content-column .contentBox {
    max-width: 490px;
    margin: 0 0 0 auto;
}
.byPeopleSec .content-column .contentBox h5 {
    max-width: 530px;
    padding-bottom: 0px;
}
/* By People Section end */

/* Clarity Section */

.claritySec .image-column {
    text-align: right;
}
.contentDesc h5 {
    color: var(--text-color);
    padding-bottom: 40px;
}
/* Clarity Section end */

/* Progress Section */
.progressSec .iconListBox .iconListBoxInner {
    min-height: 530px;
    background-color: transparent;
}
.progressSec .content-box h2 {
    max-width: 100%;
}
.progressSec .text-box ul.list-style-one li {
    padding-left: 20px;
    color: #464646;
    margin-bottom: 10px;
}
.progressSec .list-style-one li:before {
    background: #00D48F;
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 16px;
    top: 4px;
    color: #fff;
}
.progressSec .list-style-one li:after {
    display: none;
}
.progressSec .content-box h5 {
    max-width: 520px;
    color: var(--text-color);
}
/*  */

/* Our Philosophy */
.philosophySec {
    border-radius: 30px;
    background: radial-gradient(110.42% 117.3% at 8.33% 14.38%, #00172C 0%, #000B15 100%);
    padding: 100px 56px;
    margin: 0px 24px 100px 24px;
}
.philosophySec .testimonialTitleRow h2.title-animation {
    max-width: 100%;
}
.philosophySec .testimonialTitleRow .testimonialDesc h5{
  color: var(--text-color-light);
  max-width: 820px;
  padding-bottom: 40px;
  margin: 0 auto;
}
/*  */
/*About Us css end  */

/* Shop page CSS */

.shopHeroSec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 24px 100px 24px;
    border-radius: 0 0px 30px 30px;
    height: 70vh;
    align-content: center;
    padding: 68px 0 68px 0;    
}
.shopHeroSec .smallScreenHeroImg {
    display: none;
}
.shopHeroSec .heroTilteRow {
    max-width: 680px; 
}
.heroTilteRow h5 {
    color: var(--text-color);
}
.shopHeroSec .heroTilteRow h1 em {
    padding-left: 48px;
}
.contentBoxRow span.sub-title {
    text-transform: uppercase;
    font-weight: 600;
}
.sigleProductList .singleProListInner {
    height: 100%;
    background-color: #fff;
    background-size: 100% 0% !important; /* start hidden (no height) */
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    border-radius: 20px;
    padding: 30px;
    transition: background-size 0.4s ease-in-out;
    align-content: end;
}
.singleProListInner:hover {
    background-size: 100% 100% !important; /* reveal from bottom to top */
    animation: fadeBg 0.4s ease-in-out forwards;
}
/* Background fade-in animation */
@keyframes fadeBg {
    0% {
        background-size: 100%;
        opacity: 0;
    }
    100% {
        background-size: 100%;
        opacity: 1;
    }
}
.singleProListInner .proListImg {
    text-align: center;
}
.sigleProductList .singleProListInner:hover .proListNamePrice .proListName {
    text-align: left;
}
.sigleProductList .singleProListInner:hover .proListNamePrice .proListName a{
    color: #fff;
}
.sigleProductList .singleProListInner:hover .proListImg {
    height: 0;
    overflow: hidden;
}
.proListNamePrice .proListName {
    text-align: center;
}
.proListNamePrice .proListName a {
    font-size: 24px;
    color: var(--text-color);
    font-weight: 600;
}
.singleProListInner .proListPrice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    padding: 14px 16px;
    border-radius: 100px;
    background: #F4F9FF;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.3s opactiy ease-in-out;
}
.sigleProductList .singleProListInner:hover .proListPrice {
    opacity: 1;
}
.singleProListInner .proListNamePrice {
    position: relative;
    padding-bottom: 10px;
}
.singleProListInner .proListPrice del {
    color: var(--text-color-light);
    font-size: 18px;
    font-weight: 400;
    padding-right: 4px;
}
.confidenceSec {
    border-radius: 30px;
    background: radial-gradient(110.42% 117.3% at 8.33% 14.38%, #00172C 0%, #000B15 100%);
    padding: 100px 56px;
    margin: 0px 24px 100px 24px;
}
.confidenceSec .testimonialTitleRow h2 {
    color: var(--title-color-white);
    padding-bottom: 0;
}
.confidenceSec .testimonialTitleRow {
    padding-bottom: 60px;
}
.confidenceIconBoxRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
}

.confidenceIconBoxRow .confSingleIconBox {
    width: 30%;
    text-align: center;
}

.confidenceIconBoxRow .confSingleIconBox img {
    padding-bottom: 20px;
}

.confidenceIconBoxRow .confSingleIconBox h4 {
    color: var(--title-color-white);
    padding-bottom: 10px;
}

.confidenceIconBoxRow .confSingleIconBox h6 {
    color: var(--text-color-light);
    max-width: 200px;
    margin: 0 auto;
}
/* Shop page CSS END*/

/* Product Detail Page CSS*/
.colorOptions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  padding-bottom: 30px;
}


.colorOptions input[type="radio"] {
  display: none;
}


.colorCircle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #e2e2e2;
  cursor: pointer;
  transition: all 0.3s ease;
}

.colorOptions input[type="radio"]:checked + label {
  border: 3px solid #F4F9FF;
  box-shadow: 0 0 0 1px #ccc;
}


.productDetails {
  position: relative;
  width: 100%;
}


.productNamePrice {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}


#silver:checked ~ .productDetails .silver {
  opacity: 1;
  position: relative;
}

#black:checked ~ .productDetails .black {
  opacity: 1;
  position: relative;
}

#gold:checked ~ .productDetails .gold {
  opacity: 1;
  position: relative;
}

.productNamePrice {
  color: var(--text-color-light);
  font-size: 18px; 
}
.productNamePrice strong {
  font-size: 24px;
  color: var(--title-color);
  margin-left: 6px;
  font-weight: 500;
}
.productNamePrice del {
  color: #bbb;
  margin-left: 4px;
}
.productDetailSec .image-column .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 12px 18px;
    border-radius: 71px;
    background: rgba(247, 241, 232, 0.10);
    backdrop-filter: blur(12px);
}
.productDetailSec .image-column .owl-dots button.owl-dot {
    margin: 0 4px;
}
.productDetailSec .image-column .owl-dots button.owl-dot.active {
    width: 30px;
    height: 10px;
    transform: scale(1);
    border-radius: 24px; 
    background: #fff;
}
.productDetailSec .image-column .owl-dots button.owl-dot.active span{
  background: #fff;
}
.productDetailSec .image-column .owl-dots button.owl-dot:hover {
  transform: scale(1);
  background: #fff;
}
.prodImgBox img {
  width: 100%;
  border-radius: 30px;
}
/*  */

.productInfoRow .acc-btn.active h4 {
    color: #06BF83 !important;
}
.productTitle h3 {
    font-size: 2rem;
}
.productInfoRow .productTitle {
    padding-bottom: 30px;
}
.productDetailSec {
    padding: 120px 0 100px 0;
}
.productInfoRow .btn-box a {
    width: 100%;
    text-align: center;
}
.productInfoRow .btn-box {
    padding-bottom: 14px;
}
/*  */

/** main-footer **/

.main-footer{
  position: relative;
  border-radius: 30px 30px 0 0;
  background: radial-gradient(110.42% 117.3% at 8.33% 14.38%, #00172C 0%, #000B15 100%);
  overflow: hidden;
}



.main-footer .logo-widget p{
  margin-bottom: 36px;
  max-width: 234px;
  color: var(--text-color-light);
}

.main-footer .logo-widget .download-btn{
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .logo-widget .download-btn a{
  position: relative;
  display: inline-block;
  width: 182px;
  background: #000;
  padding: 11px 20px 11px 55px;
  font-size: 18px;
  line-height: 20px;
  font-family: var(--title-font);
  font-weight: 600;
  color: #fff;
  margin-right: 15px;
  border-radius: 10px;
}

.main-footer .logo-widget .download-btn a:hover{
  background: var(--secondary-color);
}

.main-footer .logo-widget .download-btn a img{
  position: absolute;
  left: 16px;
  top: 13px;
}

.main-footer .logo-widget .download-btn a:last-child{
  margin: 0px !important;
}

.main-footer .logo-widget .download-btn a span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .widget-title h4{
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: flex;
  margin-bottom: 10px;
  gap: .5rem;
  align-items: flex-end;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color-light);
}

.main-footer .links-widget .links-list li a:hover{
    color: var(--theme-color);
}
.main-footer .footer-widget h5 {
    color: var(--title-color-white);
}

.footer-bottom{
  position: relative;
  padding: 40px 0px 0px 0px;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner .copyright p{
  font-size: 14px;
  line-height: 20px;
  color: #70707B;
}

.footer-bottom .bottom-inner .copyright p a{
  display: inline-block;
    color: #70707B;
}

.footer-bottom .bottom-inner .copyright p a:hover{
  text-decoration: underline;
  color: var(--theme-color);
}

.footer-bottom .bottom-inner .companyLink p {
  font-size: 14px;
  line-height: 20px;
  color: #70707B;
}

.footer-bottom .bottom-inner .companyLink p a{
  line-height: 20px;
  color: #70707B;
  font-weight: 700;
}
.footer-bottom .bottom-inner .companyLink p a:hover{
  color: var(--theme-color);
}
.main-footer .social-links{
  position: relative;
  display: flex;
}

.main-footer .social-links li{
  margin-right: 15px;
}

.main-footer .social-links li:last-child{
  margin: 0px;
}

.main-footer .social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: var(--title-color);
    background: #fff;
    border-radius: 100px;
}

.main-footer .social-links li a:hover{
  background: var(--theme-color);
  color: var(--title-color-white);
}

.main-footer .social-links li h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.main-footer.home-2{
  background: #EFF2E6;
}

.main-footer.light-footer{
  background: #1A1A1A;
}

.main-footer.light-footer .logo-widget p{
  color: #fff;
}

.main-footer.light-footer .social-links li a{
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
}

.main-footer.light-footer .social-links li a:hover{
  background: #22522A;
}

.main-footer.light-footer .widget-title h4{
  color: #fff;
}

.main-footer.light-footer .links-widget .links-list li a{
  color: rgba(255, 255, 255, 0.80);
}

.main-footer.light-footer .links-widget .links-list li a:hover{

}

.main-footer.light-footer .widget-section{
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer.light-footer .footer-bottom .bottom-inner .copyright p{
  color: #fff;
}

.main-footer.light-footer .logo-widget .download-btn a{
  background: #fff;
  color: var(--title-color);
}

.main-footer.light-footer .social-links li h5{
  color: #fff;
}

.footer-logo {
  margin-bottom: 80px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .footer-widget {
    margin: 0px 0px 40px 0px !important;
  }
  
 
}

@media only screen and (max-width: 767px){
  .footer-bottom .bottom-inner{
    display: block;
    text-align: center;
  }


  .footer-bottom {
    padding: 15px 0px;
  }
  .copyright {
    margin-bottom: 15px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .main-footer .links-widget .links-list li {
    margin-bottom: 2px;
  }
  .main-footer .widget-title {
    margin-bottom: 10px;
  }
  .main-footer .widget-section {
    padding-bottom: 0;
  }

}

@media only screen and (max-width: 599px){
  
}

@media only screen and (max-width: 499px){
  .main-footer .logo-widget .download-btn{
    display: block;
  }

  .main-footer .logo-widget .download-btn a{
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .rtl .main-footer .logo-widget .download-btn a{
    margin-left: 0px;
  }
}

.klarna-logo {
  top: -1px;
  position: relative;
}

.klarna-logo svg {
  width: 50px;
}

.product-img:not(:has(img:nth-child(3))) img {
  position: static;
  opacity: 1;
  width: 100%;
}

.product-img {
  height: 300px;
}

.product-img img {
  width: 100%;
  object-position: 0 0;
}

/* Reports Swiper Section */
.reportsSwiper {
  width: 100%;
  height: 590px;
  padding: 2rem 0;
}

@media screen and (min-width: 470px) and (max-width: 1200px) {
  .reportsSwiper {
    height: 640px;
  }
}

@media screen and (min-width: 1201px) {
  .reportsSwiper {
    height: 640px;
  }
}

.reports-swiper-slide {
  background: #D4DEEA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  border-radius: 24px;
  transition: 200ms ease;
  background-position: bottom;
  background-size: contain;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.reports-swiper-slide > div {
  padding: 1.8rem;
  position: relative;
  z-index: 2;
}

.reports-swiper-slide > div p {
  margin-bottom: 0.5rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  color: #666;
}

.reports-swiper-slide > div h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0;
}

.reports-swiper-slide.health {
  background: #DDEDFB;
}

.reports-swiper-slide.allergy {
  background: #FCEAD4;
}

.reports-swiper-slide img {
  display: block;
  width: 100%;
  position: absolute;
  object-fit: contain;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.reports-swiper-slide button {
  border: none;
  background: var(--primary-color, #1696e7);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  color: white;
  position: absolute;
  bottom: 1.8rem;
  left: 1.8rem;
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s ease;
}

.reports-swiper-slide button:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.reports-swiper-slide:hover {
  cursor: pointer;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.reports-swiper-slide button img {
  width: 70%;
  position: relative;
  z-index: 1;
}

.filter {
  border: none;
  display: inline-block;
  border-radius: 50px;
  padding: 6px 18px;
  background: none;
  transition: all 300ms ease;
  color: var(--text-color, #242424);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}

.filter.active,
.filter:hover {
  background: #EFF3F8;
  color: var(--title-color);
}

@media screen and (max-width: 768px) {
  .filter {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}

.swiper-prev-button,
.swiper-next-button {
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  transition: opacity 400ms ease, transform 300ms ease;
  cursor: pointer;
}

.swiper-prev-button {
  left: 1rem;
}

.swiper-next-button {
  right: 1rem;
}

.swiper-prev-button:hover,
.swiper-next-button:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

.reports-swiper-wrapper:hover .swiper-prev-button,
.reports-swiper-wrapper:hover .swiper-next-button {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .swiper-next-button {
    opacity: 0;
    right: 1.5rem;
  }
  .swiper-prev-button {
    opacity: 0;
    left: 1.5rem;
  }
}

.swiper-button-disabled {
  display: none;
}

.reports-swiper-wrapper:hover .swiper-prev-button:not(.swiper-button-disabled) {
  opacity: 1;
}

.reports-swiper-wrapper:hover .swiper-prev-button.swiper-button-disabled {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .reportsSwiper {
    height: 520px;
  }
  
  .swiper-prev-button,
  .swiper-next-button {
    width: 40px;
    height: 40px;
  }
  
  .swiper-prev-button {
    left: 0.5rem;
  }
  
  .swiper-next-button {
    right: 0.5rem;
  }
}

/* Report Modal */
.report-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.report-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.report-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 2rem;
  border-radius: 12px;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.report-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.report-modal-close:hover {
  color: #333;
}

.report-modal-content .report-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--title-color);
}

.report-modal-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .report-modal-content {
    padding: 1.5rem;
    max-width: 95%;
  }
  
  .report-modal-content .report-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
