@import url('../css/font.css');

:root {
    --dark-blue : #02173e;
    --white : #fff;
    --dark-orange : #ec7f1b;
    --black : #000;
    --btn-linear : linear-gradient(120deg, rgba(2,23,62,1) 17%, rgba(236,127,27,1) 100%);
    --light-brown : #bd9d7d;
    --grey: #666;
}

* {
    box-sizing: border-box;
}
body {
    box-sizing: border-box;
    overflow-x: clip ;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.font-weight-300 {
    font-weight:300;
}
.font-weight-400 {
    font-weight:400;
}
.font-weight-500 {
    font-weight:500;
}
.font-weight-600 {
    font-weight:600;
}
.font-weight-700 {
    font-weight:700;
}
.font-weight-800 {
    font-weight:800;
}
.font-weight-900 {
    font-weight:900;
}
.dark-blue {
    color: var(--dark-blue);
}
.dark-orange {
    color: var(--dark-orange);
}
.text-grey {
    color: var(--grey);
}
.text-justify {
    text-align: justify !important;
}
.list-disc {
    list-style-type: disc;
}
.overflow-clip {
    overflow: clip !important;
}
header {
    z-index: 1000;
}
.header {
    position: absolute;
}
.header-section {
    position: fixed;
}
.info-header {
    background: var(--light-brown);
    height:112px;
    padding: 7px 150px;
}
.header-section .info-header{
    display:none
}
.header-section .main-header {
    display: none;
}
.header .sticky-header {
    display: none;
}
.header-section .sticky-header {
    display: block;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.dropdown-menu li {
    position: relative;
}
.Desk-header .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.Desk-header  .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.infos-head {
    position:relative;
    z-index:1;
}
.header-icon {
    gap: 7px;
    align-items: center;
    margin-left: 200px;
}
.header-icon a {
    background:var(--white);
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-icon a svg {
    color: var(--black);
    font-size: 14px;
}
.brocher-contact {
    display:flex;
    align-items: center;
    gap:25px;
}
.brocher-contact .contac {
    color:var(--white);
    font-family: certia-extrabold;
    font-size: 18px;
}
.broucher-btn {
    background: var(--btn-linear);
    color:var(--white);
    font-family: certia-extrabold;
    font-size: 16px;
    padding: 15px 25px;
    text-transform: uppercase;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.broucher-btn:hover {
    background: linear-gradient(90deg, #02173E 0%, #B76823 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #02173E;
}
.main-header {
    margin-left: 150px;
    margin-right: 150px;
    margin-top:-90px;
    filter: drop-shadow(0px 5px 28px rgba(0,0,0,0.2));
}
.sticky-header .container-fluid {
    margin-left: 150px;
    margin-right: 150px;
}
.header-section .main-header{
    margin:0px !important;
    background:var(--white);
}
.header-logo {
    background: var(--white);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: 10px 40px;
}
.header-logo figure {
    height:150px;
    width:100px;
}
.navbar-brand {
    height:100px;
    width:60px;
}
.sticky-header .navbar-brand {
    width:auto;
    height:80px;
}
.mobile-header .navbar-brand img{
    width:auto !important;
    height:50px !important;
    margin-top: auto;
    margin-bottom: auto;
}
.mobile-header .navbar {
    background: var(--white);
    filter: drop-shadow(0px 5px 28px rgba(0,0,0,0.2));
}
.header-section .sticky-header .navbar {
    background: var(--white);
    background-color: var(--white) !important;
    filter: drop-shadow(0px 5px 28px rgba(0,0,0,0.2));
}
.main-menu {
    width:100%;
    padding: 30px;
    background: var(--white);
    margin-left: -20px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.main-menu .navbar-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}
.header-section .sticky-header .navbar-nav {
    gap: 20px;
}
.main-menu .navbar-nav .nav-item{
    padding: 0px;
}
.main-menu .navbar-nav .nav-item .nav-link , .header-section .sticky-header .navbar-nav .nav-item .nav-link ,.offcanvas-menu .navbar-nav .nav-item .nav-link{
    font-family: certia-medium;
    font-size: 20px;
    color: var(--black);
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1;
}
.main-menu .navbar-nav .nav-item .nav-link.active , .header-section .sticky-header .navbar-nav .nav-item .nav-link.active, .offcanvas-menu .navbar-nav .nav-item .nav-link.active{
    color: var(--dark-orange);
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-position: 0 100%;
    background-size: auto 4px;
    background-repeat: repeat-x;
    text-decoration: none;
}
.main-menu .navbar-nav .nav-item .nav-link.contact-link , .header-section .sticky-header .navbar-nav .nav-item .nav-link.contact-link, .offcanvas-menu .navbar-nav .nav-item .nav-link.contact-link{
    font-family: certia-extrabold;
    color: var(--dark-orange);
}
.main-menu .navbar-nav .nav-item .nav-link:hover , .header-section .sticky-header .navbar-nav .nav-item .nav-link:hover ,.offcanvas-menu .navbar-nav .nav-item .nav-link:hover{
    color: #c76000;
}
.main-menu .dropdown-item {
    font-size: 20px;
    /* text-transform: lowercase; */
}
/* .main-menu .dropdown-item::first-letter {
    text-transform: capitalize;
} */
.sticky-header .dropdown-item {
    font-size: 20px;
    /* text-transform: lowercase; */
}
/* .sticky-header .dropdown-item::first-letter {
    text-transform: capitalize;
} */
.offcanvas-menu.offcanvas.offcanvas-end {
    width: 100%;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(16px) opacity(90%);
    color: var(--white);
    padding: 20px;
}
.offcanvas-menu .navbar-nav {
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.offcanvas-menu .navbar-nav .nav-item {
    width: 100%;
    margin-bottom: 20px;
}
.mobile-menu-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.mobile-menu-icons a {
    background: #fff3e8;
    color: #423c36;
    height: 40px;
    width: 40px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}
.mobile-menu-icons a:hover {
    background: var(--dark-orange);
    color: #fbe5d1;
}
.navbar-toggler {
    background: transparent;
    /* border:none; */
    font-size: 25px;
    color: var(--dark-blue);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.hero-section {
    padding-top: 40px;
}
.hero-section .hero-slider {
    max-height: 934px;
}
.hero-section .hero-slider figure {
    max-height: 934px;
}
.promise-section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.heading-promise {
    margin-bottom: 40px;
}
.heading-promise h3{
    font-family: bodoni-mt;
    font-size:62px;
    color: var(--dark-blue);
    margin-bottom: 0px;
    line-height: 1.2;
}
.promise-section .card:hover {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
.rose-box {
    background: #cf1169;
    border-radius:20px;
    box-shadow: 0px 12px 32px 0px rgba(167, 0, 77, 0.3);
    padding: 40px;
    position: relative;
    overflow: hidden;
    max-width: 400px;
}
.rose-box::after {
    content: "";
    width: 480px;
    height: 523px;
    background: url(../img/rose.webp);
    background-repeat: no-repeat;
    position:absolute;
    right: -256px;
    top: -53px;
}
.purple-box {
    background: #794397;
    border-radius:20px;
    box-shadow: 0px 12px 32px 0px rgba(92, 0, 143, 0.3);
    padding: 40px;
    position: relative;
    overflow: hidden;
    max-width: 400px;
}
.purple-box::after {
    content: "";
    width: 354px;
    height: 363px;
    background: url(../img/lavendar.webp);
    background-repeat: no-repeat;
    position:absolute;
    right: -114px;
    top: -22px;
}
.lemon-box {
    background: #539709;
    border-radius:20px;
    box-shadow: 0px 12px 32px 0px rgba(56, 107, 0, 0.3);
    padding: 40px;
    position: relative;
    overflow: hidden;
    max-width: 400px;
}
.lemon-box::after {
    content: "";
    width: 441px;
    height: 353px;
    background: url(../img/lemon.webp);
    background-repeat: no-repeat;
    position:absolute;
    right: -176px;
    top: -29px;
}
.promise-main-text {
    flex-direction: column;
    gap: 15px;
}
.promise-main-text h3 {
    font-family:certia-black ;
    color: #fff;
    font-size: 46px;
    opacity: 40%;
    line-height: 1;
}
.promise-sub-text {
    margin-top: 30px;
}
.promise-sub-text p {
    line-height: 30px;
}
.scroll-text p {
    font-size: 150px;
    text-align: center;
    text-wrap: nowrap;
    color: rgba(0, 0, 0, 0.00);
    -webkit-text-stroke: 2px var(--dark-orange);
    opacity: 40%;
    white-space: nowrap;
    max-width: none;
    animation: marquee 30s linear infinite;
    line-height: 0.775;
    margin-bottom: 5px;
}
@keyframes marquee {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
}
.our-product-section {
    padding-top:100px;
    padding-bottom: 100px;
    background: #fbf8fd;
    position: relative;
}
.our-product-section::before {
    content:"";
    background:url(../img/product-section-b.webp);
    background-repeat: no-repeat;
    opacity: 8%;
    width: 50%;
    height: 50%;
    background-size: contain;
    top:0px;
    right:0px;
    position: absolute;
    background-position: right;
}
.our-product-section::after {
    content:"";
    background:url(../img/product-section-a.webp);
    background-repeat: no-repeat;
    opacity: 8%;
    width: 50%;
    height: 50%;
    background-size: 100%;
    bottom:0px;
    left:0px;
    position: absolute;
}
.our-product-section h3 {
    color:var(--dark-blue);
    font-size: 62px;
    font-family:bodoni-mt;
    text-align: center;
}
.rose-blush{
    position: relative;
    border: 3px solid #bd095c;
    background: #fff6fa;
    padding: 16px;
    border-radius: 16px;
    z-index: 10;
}
.rose-blush .brand-logo {
    height: 40px;
    max-width: 81px;
    margin-bottom: 18px;
}
.brand-heading a:hover {
    color: #c86100;
}
.tuscany-box{
    position: relative;
    border: 3px solid #794397;
    background: #fcf6ff;
    padding: 16px;
    border-radius: 16px;
    z-index: 10;
}
.tuscany-box .brand-logo {
    max-height: 36px;
    max-width: 150px;
    margin-bottom: 18px;
}
.soap-img {
    height:240px !important;
    object-fit: contain;
    width: inherit;
}
.zapp-box{
    position: relative;
    border: 3px solid #1b294a;
    background: #fafbff;
    padding: 16px;
    border-radius: 16px;
    z-index: 10;
}
.zapp-box .brand-logo {
    height: 54px;
    max-width: fit-content;
}
.medpure-box{
    position: relative;
    border: 3px solid #ed9d22;
    background: #fffcf7;
    padding: 16px;
    border-radius: 16px;
    z-index: 10;
}
.medpure-box .brand-logo {
    height: 54px;
    max-width: fit-content;
}
.green-blush-box{
    position: relative;
    border: 3px solid #5ea411;
    background: #fffff6;
    padding: 16px;
    border-radius: 16px;
    z-index: 10;
}
.green-blush-box .brand-logo {
    height: 40px;
    max-width: 81px;
    margin-bottom: 18px;
}
.rose-blush:hover, .tuscany-box:hover, .medpure-box:hover, .zapp-box:hover, .green-blush-box:hover {
    box-shadow: 0px 3px 16.56px 1.44px rgba(0, 0, 0, 0.18);
}
.product-container {
    margin-bottom: 60px;
    margin-top: 60px;
}
.orange-btn , .orange-btn:focus , .orange-btn:focus-within  {
    background: var(--dark-orange);
    color:var(--white);
    padding: 15px 30px;
    font-size: 18px;
    font-family: certia-extrabold;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1;
    border:2px solid var(--dark-orange);
    position: relative;
    z-index: 10;
    width: fit-content;
}
.orange-btn:hover  , .orange-btn:active ,.orange-btn:focus-visible{
    background-color: var(--white) !important;
    color:var(--dark-orange) !important;
    border:2px solid var(--dark-orange) !important;
}
.btn-secondary , .btn-secondary:focus , .btn-secondary:focus-within{
    background: var(--white);
    color:var(--dark-orange);
    padding: 15px 30px;
    font-size: 18px;
    font-family: certia-extrabold;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1;
    border:2px solid var(--dark-orange);
    position: relative;
    z-index: 10;
    width: fit-content;
}
.btn-secondary:hover , .btn-secondary:active ,.btn-secondary:focus-visible{
    background-color: var(--dark-orange) !important;
    color:var(--white) !important;
    border:2px solid var(--dark-orange) !important ;
}
.info-section {
    padding-top: 80px;
    padding-bottom: 80px;
    /* height: 800px; */
    overflow: hidden;
}
.info-section .container-fluid {
    padding-left: 260px;
}
.left-img {
    width: fit-content;
    left: -290px;
    position: absolute;
    top: 90px;
    bottom: 0;
}
.left-img figure {
    width: 512px;
    height: 512px;
    border-radius: 999px;
}
.left-img figure img {
    border-radius: 999px;
}
.welcome-info {
    display: flex;
    flex-direction: column;
    gap:35px;
}
.heading-s {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 0px;
}
.heading-s span {
    font-size: 24px;
    line-height: 1;
}
.video-button {
    width: 177px;
    height:176px;
    background: url(../img/video-bgs.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    right: -15%;
    top: 0%;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}
.video-button:hover {
    filter: drop-shadow(0px 2px 20px rgba(0,0,0,0.16));
}
.video-section {
	position: relative;
}
.video-main {
	position: relative;
	width: 100%;
	height: 900px !important;
}
.video-main video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.video-content-desk {
	padding-top: 100px;
}
.lightbox {
    background-color: rgba(0,0,0,0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 100;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 200px auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 1000;
}
.lightbox-content {
    box-shadow: 0 1px 6px rgba(0,0,0,0.7);
}
.lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 15px;
    display: block;
    border: none;
    color: var(--white);
    top: -25px;
    right: 6%;
}
.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 70px;
    overflow: hidden;
    height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.welcome-soap {
    width:300px;
    height:450px;
    border-radius: 150px;
    margin-left: 50px;
    margin-top: 150px;
}
.welcome-soap img {
    max-width: 300px !important;
    max-height: 450px !important;
    border-radius: 150px !important;
    object-fit: none;
}
.right-img {
    border-radius: 16px;
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    border: 2px solid var(--white);
    top: -3px;
    right: -5vh;
    max-width: 600px;
    max-height: 600px;
    z-index: -1;
}
.right-img img {
    max-width: 600px;
    max-height: 600px;
    border-radius: 16px;
}
.client-review-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/client-bg.webp);
    background-size: cover;
    background-position:right;
    position: relative;
}
.client-review-section::after {
    content:"";
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    background-color: #fff3e8;
    position: absolute;
    opacity: 0.9;
}
.client-heading {
    margin-bottom: 60px;
}
.star-section {
    gap: 5px;
    font-size: 20px;
    justify-content:center;
    align-items: center;
    margin-bottom: 40px;
}
.yellow-star {
    color: #ffa800;
}
.grey-star {
    color: #989898;
}
.client-reviwes {
    max-width: 832px;
    margin: auto;
    text-align: center;
    font-family: certia-regular;
    font-size:26px;
    line-height: 50px;
    margin-bottom: 50px;
}
.client-name {
    max-width: 832px;
    margin: auto;
    text-align: center;
    font-family: certia-bold;
    font-size: 22px;
}
.review-slider.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 60px;
    color: #66625e;
    font-size: 40px;
    line-height: 1;
}
.review-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background:none;
    color:var(--black);
}
.review-slider.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(255,255,255,0.5);
    padding: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:999px;
}
.review-slider .item {
    position:relative;
    z-index:10;
}
.brand-slider-section {
    margin-top: 100px;
    background:linear-gradient(180deg, rgba(255,245,236,1) 0%, rgba(255,255,255,1) 100%);
    padding-top: 100px;
    padding-bottom: 100px;
}
.brand-slider figure  {
    margin-bottom: 0px;
}
.brand-slider img {
    height:66px;
}
.distribution-section {
    background: url(../img/distribution-bg.webp);
    background-position: left;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.distribution-info h4 {
    color:var(--dark-orange);
    font-family: bodoni-mt;
    max-width: 400px;
}
.distribution-info p {
    margin-top:50px;
    font-size: 36px;
    line-height:1.3;
    color: #1b1b1b;
    font-family: certia-light;
}
.insta-section {
    padding-top: 100px;
}
.insta-heading h4 {
    font-size: 65px;
}
.insta-heading p {
    font-size: 20px;
    color: #6a6a6a;
    text-align:center
}
footer {
    padding-top: 100px;
    position: relative;
    border-top: 4px solid var(--dark-orange);
    background: rgba(255,255,255,0.3);
}
footer::before {
    content:"";
    background: url(../img/footer-img.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:0px;
    left:0px;
    z-index: -1;
    opacity: 20%;
}
footer .container {
    padding-bottom: 80px;
}
.footer-links ul li:first-child {
    font-size: 20px;
    font-family: certia-extrabold;
    color:var(--dark-blue);
    margin-bottom: 30px;
}
.footer-links ul li {
    margin-bottom: 15px;
}
.footer-links ul li a {
    font-size: 18px;
    font-family: certia-regular;
    color: #494949;
}
.footer-product-links ul, .footer-links ul {
    padding-left: 0px;
}
.footer-product-links ul li {
    margin-bottom: 15px;
    text-transform: lowercase;
}
.footer-product-links ul li:first-child {
    font-size: 18px;
    font-family: certia-bold;
    color: #494949;
}
.footer-product-links ul li::first-letter {
    text-transform: capitalize !important;
}
.footer-product-links ul li a{
    font-size: 18px;
    font-family: certia-regular;
    color: #494949;
}
.footer-logo {
    margin-bottom: 30px;
}
.address-link {
    max-width:210px;
    color: #494949;
    text-align: center;
    font-family: certia-regular;
    display: flex;
    flex-direction:column;
    gap: 20px;
    margin-bottom: 30px;
}
.address-link a {
    color: #494949;
}
.footer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.footer-icons a {
    background: #fff3e8;
    color: #423c36;
    height: 50px;
    width: 50px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}
.footer-icons a:hover {
    background: var(--dark-orange);
    color: #fbe5d1;
}
.bottom-line {
    color:#494949;
}
.footer-product-links ul li a:hover, .footer-links ul li a:hover {
    text-shadow: -1px 5px 4px rgba(0,0,0,0.6);
    -webkit-animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 0.01em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
  }
@keyframes tracking-in-contract {
    0% {
        letter-spacing: 0.01em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}
.offcanvas .dropdown-submenu {
    position: relative;
}
.offcanvas .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    /* top: .8em; */
}
.offcanvas .dropdown-menu li {
    width: 100%;
    margin-bottom: 20px;
    font-family: certia-medium;
    font-size: 20px;
    color: var(--black);
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1;
}
.offcanvas .navbar-nav .dropdown-menu.ds  {
    transform: translate3d(0px, 0px, 0px) !important;
    position: relative !important;
    border: 0px;
    background: transparent;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    border-radius: 0px;
    margin-top: 10px !important;
}
.offcanvas .navbar-nav .dropdown-menu.ds li:first-child {
    margin-top:10px;
}
.offcanvas .navbar-nav .dropdown-menu.ds li a {
    display: flex;
    align-items: center;
}
.offcanvas .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    right: 0px;
    margin-left: auto;
    margin-right: .1rem;
    width: 100%;
    position:relative !important;
    background: transparent;
    border: none;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    border-radius: 0px;
    margin-top: 17px;
    /* margin-bottom: -20px; */
}
.offcanvas .navbar-nav .dropdown-menu li a{
    padding: 0px;
}
.offcanvas .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu li {
    margin-left: 8%;
    font-size: 16px !important;
}
.offcanvas .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu li:last-child {
    margin-bottom: 0px;
}
.offcanvas  .dropdown-item:focus,.offcanvas  .dropdown-item:hover {
    background-color: transparent !important;
}
.mob-slider, .desk-slider {
    min-height: 500px;
}
.banner-section {
    height: 450px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: grid;
    justify-content: center;
    align-items: center;
}
.banner-section::after {
    content:"";
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.54) 100%);
    height:100%;
    width:100%;
    position:absolute;
    top: 0px;
    left: 0px;
}
.banner-section .container {
    position: relative;
    z-index: 5;
    margin-top: 90px;
}
.banner-section h1 {
    position: relative;
    background: linear-gradient(90deg, #02173E 0%, #B76823 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: bodoni-mt;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    /* width: fit-content; */
}
.banner-section .container h1::after {
    color: var(--btn-linear);
    position: relative;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-position: 0 100%;
    background-size: auto 5px;
    background-repeat: repeat-x;
    text-decoration: none;
    content: "";
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 100%;
    position: absolute;
}
.about-section {
    margin-top: 40px;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    color: #000;
    text-align: justify;
    font-family: certia-light;
    font-size: 20px;
}

.about-tabs {
    border-radius: 10px;
    overflow: clip;
    background: url(../img/tabs-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 1px solid #FFF;
    box-shadow: 0px 3px 10px 0px rgba(41, 41, 41, 0.44);
    margin-bottom: 60px;
}
.about-tabs ul {
    margin-bottom: 0px !important;
    background: rgba(0, 0, 0, 0.13);
    padding: 10px 15px;
    backdrop-filter: blur(5px);
    justify-content: center;
    column-gap: 20px;
}
.about-tabs .nav-pills .nav-link {
    color: #FFF;
    font-family: certia-bold;
    font-size: 18px;
    line-height: 1;
    min-width: 149px;
    padding: 15px;
    border-radius: 40px;
    background: transparent;
}
.about-tabs .nav-pills .nav-link.active {
    display: flex;
    min-width: 149px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: rgba(17, 21, 36, 0.90);
}
.line-left-heading h3{
    color: var(--dark-blue);
    font-family: bodini-mt !important;
    font-size: 40px !important;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    width: fit-content;
}
.line-left-heading h3:before {
    content:"";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(90deg, #B76823 0%, #0A1A3D 100%);
    width: 110%;
    background-repeat: no-repeat;
    height:1px;
}
.line-left-heading h3::after {
    content:"";
    position: absolute;
    bottom: -2px;
    left: 0px;
    background: linear-gradient(90deg, #0A1A3D 0%, #B76823 100%);
    width: 30%;
    height: 5px;
}
.about-s-pure-section {
    margin-top: 60px;
}
.about-s-pure-section img {
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.mission-vision-section figure{
    max-width: 625px;
    max-height: 300px;
    margin: auto;
    margin-bottom: 60px;
}
.line-right-heading h3{
    color: var(--dark-blue);
    font-family: bodini-mt;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    width: fit-content;
}
.line-right-heading h3:before {
    content:"";
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: linear-gradient(90deg, #B76823 0%, #0A1A3D 100%);
    width: 110%;
    background-repeat: no-repeat;
    height:1px;
}
.line-right-heading h3::after {
    content:"";
    position: absolute;
    bottom: -2px;
    right: 0px;
    background: linear-gradient(90deg, #0A1A3D 0%, #B76823 100%);
    width: 30%;
    height: 5px;
}
.management-section {
    display: block;
}
.management-section img {
    border-radius: 10px;
    box-shadow: 4px 7px 29.5px 0px #C1C1C1;
    max-width:50%;
    float: left;
    margin-bottom: 20px;
}
.our-value-section .value-img img{
    max-width: 1000px;
    margin-top: 60px !important;
    max-height:700px;
    margin:auto;
}
.certification-section .line-left-heading {
    margin-bottom: 60px;
}
.certification-block {
    position: relative;
    height:644px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    /* max-width: 100%; */
    overflow: clip;
}
.certification-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.certification-block img{
    max-height: 574px;
}
.certification-block:hover .c-title {
    display:none;
}
.certification-block .certification-card::after {
    top: 0;
    left: 0;
    border-width: 10px 0 0 10px;
    -webkit-transform: translate3d(-10px,-10px,0);
    transform: translate3d(-10px,-10px,0);
    position: absolute;
    width: 200%;
    height: 200%;
    border-style: solid;
    border-color: #101010;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    pointer-events: none;
}
.certification-block .certification-card::before {
    right: 0;
    bottom: 0;
    border-width: 0 74px 74px 0;
    -webkit-transform: translate3d(74px,74px,0);
    transform: translate3d(74px,74px,0);
    position: absolute;
    width: 200%;
    height: 200%;
    border-style: solid;
    border-color: #101010;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    pointer-events: none;
}
.certification-block .certification-card:hover::before, .certification-block .certification-card:hover::after{
    transform: translate3d(0,0,0);
}
.c-title {
    display: flex;
    width: 100%;
    padding: 25px 40px;
    justify-content: flex-end;
    align-items: center;
    background: #FFF;
    box-shadow: 0px -4px 10px -3px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0px;
}
.c-title h4 {
    color: #000;
    font-family: certia-bold;
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    margin: 0px;
}
.certification-block .certification-card h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 40px;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    margin: 0px;
    font-family: certia-bold;
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    margin: 0px;
    color: #fff;
}
.certification-block .certification-card:hover h2 ,.certification-block .certification-card:hover div a{
    transform: translate3d(0,0,0)
}
.certification-block .certification-card div {
    float: right;
    clear: both;
    text-align: left;
    text-transform: none;
    margin-right: 24px;
    margin-top: 30px;
}
.certification-block .certification-card div a {
    display: block;
    padding-bottom: 0.4em;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(90px,0,0);
    transform: translate3d(90px,0,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    font-size: 30px;
    color: #fff;
}
.certification-block .certification-card div a:first-child {
    -webkit-transition-delay: 0.025s;
    transition-delay: 0.025s;
}
.certification-block .certification-card:hover div a {
    opacity: 1;
}
.certification-block .certification-card div a:hover {
    color: var(--dark-orange);
}
.about-section::after {
    content:"";
    border-radius: 5px;
    border: 2px solid #02173E;
    background: rgba(255, 255, 255, 0.00);
    height: calc(100% - 35px);
    width: 100%;
    top:35px;
    position:absolute;
    z-index: -1;
    margin: auto;
    left: 0px;
    right: 0px;
}
.form-section {
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.form-section {
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: clip;
}
.form-section .contact-form {
    padding: 30px 0px 30px 25px;
}
.form-section .contact-form label {
    color: #1B2124;
    font-family: certia-bold;
    font-size: 16px;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 12px;
}
.form-section .contact-form input {
    padding: 18px 16px;
    border-radius: 16px;
    background:#F6F8F9;
    border: 0px;
}
.form-section .contact-form textarea{
    padding: 18px 16px;
    border-radius: 16px;
    background:#F6F8F9;
    border: 0px;
    resize:none;
}
.address-text{
    height: 100px;
}
.message-text {
    height:180px;
}
.form-section .orange-btn {
    height: 53px;
    width: 200px;
    padding: 18px 25px 15px 25px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    font-family: certia-bold;
}
.info-sider {
    background: #FFE6CF;
    box-shadow: -3px 0px 16.9px 1px rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    height: 100%;
}
.icon-round {
    width: 76px;
    height: 76px;
    border-radius: 999px;
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-round img{
    max-height: 26px;
    max-width:26px;
}
.info-heading p {
    color:#252A3F;
    text-align: center;
    font-family: certia-bold;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
}
.info-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.info-link a {
    color: #002871;
    text-align: center;
    font-family: certia-regular;
    font-size: 18px;
    line-height: 160%;
}
.info-link a:hover {
    color: #710000;
}
.info-sider hr {
    background: rgba(0, 0, 0, 0.50);
    margin-bottom: 20px;
    margin-top:20px;
}
.map-frame{
    height:485px;
    border-radius: 20px;
    box-shadow: 0px 4px 15.1px 0px rgba(0, 0, 0, 0.37);
    margin-bottom: 60px;
    overflow: clip;
}
.map-frame iframe {
    border-radius: 20px;
}
.career-section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.career-img {
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: clip;
}
.job-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:30px;
    flex-direction: column;
}
.position-row {
    padding: 25px;
    border-radius: 10px;
    background: #F5F5F5;
    box-shadow: 0px 4px 18.8px -2px rgba(0, 0, 0, 0.21);
    width: 100%;
}
.why-section ul{
    list-style: disc;
    padding-left: 15px;
    text-align: justify;
    font-family: certia-light;
    display: flex;
    flex-direction: column;
    gap:20px;
    font-size: 20px;
}
.why-section strong,.why-section h1, .why-section h2, .why-section h3 , .why-section h4, .why-section h5, .why-section h6 , .why-section b {
    font-family: certia-bold;
    font-size: 20px;
}
.job-heading h5{
    color: #002871;
    font-family: bodoni-mt-bold;
    font-size: 32px;
}
.job-short-d {
    color: #666;
    font-family: certia-regular;
    font-size: 19px;
}
.position-row .btn {
    width: 250px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    font-size: 20px;
    padding: 18px 25px 15px 25px;
}
.job-address {
    color: #666;
    font-family: certia-regular;
    font-size: 16px;
    margin-top:30px;
    display: flex;
    align-items:center;
    gap: 10px;
}
.job-address svg {
    color: #002871;
    font-size: 18px;
}
.apply-info {
    display:flex;
    flex-direction: column;
    gap:20px;
    font-family: certia-light;
    font-size: 20px;
}
.apply-info strong,.apply-info h1, .apply-info h2, .apply-info h3 , .apply-info h4, .apply-info h5, .apply-info h6 , .apply-info b {
    font-family: certia-bold;
    font-size: 20px;
}
.closes-btn {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
}
.apply-form-section textarea {
    resize: none;
    height: 150px !important;
}
.apply-form-btn .orange-btn {
    height:53px;
    padding: 18px 25px 15px 25px;
}
.gallery-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.gallery-img {
    max-width: 420px;
    height: 370px;
    position:relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 9.3px 0px rgba(0, 0, 0, 0.25);
    overflow: clip;
    margin: auto;
}
.gallery-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 87, 188, 0.35) 0%, rgba(255, 122, 0, 0.35) 45.5%, rgba(255, 190, 131, 0.35) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-img:hover .gallery-overlay {
    opacity:1;
}
.gallery-overlay i {
    font-size:35px;
    filter: drop-shadow(0px 4px 6.3px rgba(0, 0, 0, 0.71));
    color : var(--white);
}
.brand-info {
    padding-bottom: 40px;
    padding-top: 60px;
}
.brand-img figure{
    max-height:204px;
    max-width: 350px;
}
.brand-description {
    font-family:certia-light;
    font-size: 20px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap:15px;
}
.product-section {
    padding-bottom:60px;
}
.product-img-section {
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #FFF8EC 27%, #FFE7B9 54%, #F9DCA2 78.5%, #FBE2A1 100%);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    height: 350px;
    padding: 50px 45px;
    width:100%;
    margin-bottom: 15px;
    transition-timing-function: ease-out;
    transition: 500ms;
    overflow: clip;
}
.product-img-section:hover {
    border-radius: 0px 30px;
    transition-timing-function: ease-out;
    transition: 500ms;
}
.product-name a{
    color: #002871;
    font-family: certia-bold;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.view-more-btn, .view-more-btn:focus , .view-more-btn:focus-within {
    display: flex;
    width: 191px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.51);
    color: #FFF;
    font-family: certia-bold;
    font-size: 15px;
    text-transform: uppercase;
    margin:auto;
}
.view-more-btn:hover  , .view-more-btn:active ,.view-more-btn:focus-visible{
    background: rgba(0, 0, 0, 0.70);
    color: #FFF;
}
.product-card:hover .product-name a {
    color: #0185FE !important;
}
.views-btn {
    position: absolute;
    bottom:15px;
    display:flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    left:0px;
    -webkit-transform: translate3d(0px,68px,0);
    transform: translate3d(0px,68px,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.product-card:hover .views-btn {
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.product-detail-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
#sync1 .item img{
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    /* max-height: 550px; */
    /* width: auto; */
    margin: auto;
    display: contents;
}

#sync2 .item img{
    /* margin: 5px; */
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    max-width: 120px;
    height: 120px;
    object-fit: contain;
}
#sync2 .current .item img{
    border-image: linear-gradient(to right, #FF8A00 0%, #FAFF00 50%, #FF8A00 100%) 1;
    border-radius: 5px; /* this doesn't work */
    border-width: 2px;
    border-style: solid;
    /* padding: 2px; */
}
#sync1.owl-theme {
    position: relative;
}
#sync2 {
    text-align: -webkit-center;
    text-align: -moz-center;
}
#sync2.owl-carousel{
    transform: rotate(90deg);
    width: 400px;
    /* margin-top:120px; */
}
#sync2 .item img{
    transform: rotate(-90deg);
}
#sync2 .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 0px;
    height: 100%;
    bottom: 0px;
    margin: 0px !important;
    font-size: 20px;
    align-items: center;
    z-index: -1;
}
#sync2.owl-theme .owl-nav [class*="owl-"] {
    /* padding: 10px !important; */
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    /* height: 50px;
    width: 50px; */
}
#sync2.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #00000000 !important;
    color: #284e7b;
}
#sync2.owl-theme .owl-nav .owl-prev {
    margin-left: -15px;
}
#sync2.owl-theme .owl-nav .owl-next {
    margin-right: -15px;
}
.main-slider {
    height: 425px;
    width:425px;
    border-radius: 5px;
    background: rgba(204, 204, 204, 0.31);
}
.main-slider .item {
    height: 425px;
}
.side-slider {
    position: relative;
    width: 155px;
}
#sync2 {
    position:absolute;
    left: -137px;
    top: 158px;
}
.product-detail-section .table-responsive {
    margin-bottom: 60px;
}
.product-detail-section .table {
    border-radius: 8px;
    background: #FFF;
    overflow: clip;
    min-width: 600px;
}
.product-detail-section .table th , .product-detail-section .table td, .product-detail-section .table td{
    padding:20px 15px;
    text-align: center;
    background: transparent;
}
.product-detail-section .table thead {
    background: #002871;
    color: var(--white);
}
.product-detail-section .table thead tr th {
    color: var(--white);
    font-family: certia-bold;
    font-weight: normal;
    font-size: 18px;
}
/* .table-striped > tbody > tr > * {
    background: var(--white);
} */
.table-striped > tbody > tr:nth-of-type(2n-1) > * {
    --bs-table-bg-type: var(--white);
}
.table-striped > tbody > tr> * {
    --bs-table-bg-type:rgba(0,0,0, 0.05);
}
.table-striped > tbody > * {
    font-family: certia-light;
}
.product-detail-section .table tfoot {
    background: #002871;
    color: var(--white);
    line-height: 1.4;
}
.product-detail-section .table tfoot td {
    color :var(--white);
    font-family: certia-bold;
    font-weight: normal;
    font-size: 18px;
}
.product-info-tab .nav-tabs {
    border-bottom: 3px solid #002871;
    padding-bottom: 1px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: nowrap;
}
.product-info-tab .nav-tabs .nav-link {
    background: linear-gradient(169deg, rgba(255, 255, 255, 0.00) 27.87%, #F8DA81 27.87%);
    min-width: 150px;
    padding: 45px 28px 21px 28px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 0px;
    position: relative;

    color: var(--black);
    text-align: center;
    font-family: bodoni-mt-bold;
    font-size: 20px;
    height: 90px;
}
.product-info-tab .nav-tabs .nav-link::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='90' viewBox='0 0 8 90' fill='none'%3E%3Cpath d='M0 0L8 90H0V0Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width:8px;
    content: "";
    top: 0px;
    position: absolute;
    right: -8px;
    z-index: 11;
}
.product-info-tab .nav-tabs .nav-link.active {
    background: linear-gradient(169deg, rgba(255, 255, 255, 0.00) 27.87%, #002871 27.87%);
    color: var(--white);
    position:relative;
}
.product-info-tab .nav-tabs .nav-link:hover,  .product-info-tab .nav-tabs .nav-link:focus{
    isolation: auto;
}
.product-info-tab .nav-tabs .nav-link:hover::after {
    z-index: 20;
}
.product-info-tab .nav-tabs .nav-link.active::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='90' viewBox='0 0 16 90' fill='none'%3E%3Cpath d='M0 0L16 90H0V0Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
    position: absolute;
    right: -16px;
    content:"";
    top: 0px;
    width: 16px;
    z-index: 11;
}
.product-info-tab .tab-content {
    margin-top:40px;
}
.product-heading > * {
    color: #002871;
    font-family: bodoni-mt-bold;
    font-size: 48px;
    margin-bottom: 25px;
}
.product-descriptions > * {
    color: var(--black);
    font-family: Certia-light;
    font-size: 18px;
}
.product-descriptions h6 {
    color: var(--black);
    font-family: Certia-bold;
    font-size: 20px;
    margin-bottom: 10px;
}
figure.zoom {
    /* background-image: none !important; */
    background-position: 50% 50% ;
    position: relative;
    /* width: 500px; */
    overflow: hidden;
    cursor: zoom-in;
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
figure.zoom img:hover {
    opacity: 0;
}
.zoom:hover {
    background-size: auto;
    background-position: 50% 50%;
}
figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}
.product-info-tab .tab-content > * {
    font-size: 20px;
    font-family: certia-light;
    color: var(--black);
}
.product-info-tab .tab-content b {
    font-family: certia-bold !important;
    color: var(--black);
    font-weight: normal;
}
.product-info-tab .tab-content ul {
    list-style: disc;
    padding-left: 16px;
}
.product-info-tab .tab-content ul li {
    margin-bottom: 15px;
}
.blog-section {
    padding-top: 60px;
    padding-bottom:60px;
}
.blog-page {
    display: flex;
    flex-direction: column;
    gap:40px;
}
.blog-div {
    width: 100%;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.13);
    overflow: clip;
    transition: box-shadow 1000ms linear 0s;
    position:relative;
}
.blog-div:hover {
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.33);
    transition: box-shadow 500ms linear 0s;
}
.blog-img {
    height:322px;
    overflow: clip;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}
.blog-div:hover .blog-img img {
    transform: scale3d(1.1, 1.1, 1);
    transition: transform 2s ease-in-out;
}
.blog-tag {
    position: absolute;
    right: 25px;
    top: 30px;
}
.blog-tag .tags{
    border-radius: 20px;
    background: #EC7F1B;
    box-shadow: 0px 4px 6.8px 0px rgba(255, 255, 255, 0.55);
    display: flex;
    height: 37px;
    padding: 11px 20px 10px 20px;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-family: certia-bold;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-short-div {
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.blog-about {
    display: flex;
    gap:20px;
}
.author-div {
    display: flex;
    flex-direction: row;
    gap:5px;
}
.author-div > *{
    color: #002871;
    font-family: certia-bold;
    font-size: 16px;
    font-style: normal;
    text-transform: capitalize;
}
.publish-div {
    display: flex;
    flex-direction: row;
    gap:5px;
}
.publish-div > * {
    color: #002871;
    font-family: certia-bold;
    font-size: 16px;
    font-style: normal;
    text-transform: capitalize;
}
.blog-heading > * {
    color: #E87D1B;
    font-family: bodoni-mt-bold;
    font-size: 32px;
    line-height: 1.2;
    margin: 0px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 1000ms linear 0s;
}
.blog-heading:hover > *{
    border-bottom: 1px solid var(--black);
    transition: border-bottom 300ms linear 0s;
}
.blog-s-description > *{
    color: #6F6F6F;
    font-family: certia-regular;
    font-size: 18px;
    text-transform: capitalize;
    margin:0px;
}
.blog-btn ,.blog-btn:focus{
    display: flex;
    max-width: 250px;
    padding: 12px 25px 10px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #EC7F1B;
    background: #EC7F1B;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    color: var(--white);
    font-family: certia-bold;
    font-size: 20px;
    text-transform: uppercase;
}
.blog-btn:hover ,.blog-btn:focus-visible ,.blog-btn:focus-within {
    border-radius: 30px;
    border: 2px solid #002871;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    color: #EC7F1B !important;
}
.popular-tag-section {
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    padding:20px;
    flex-direction: column;
    gap:20px;
}
.popular-heading {
    color: #002871;
    font-family: bodoni-mt-bold-i;
    font-size: 26px;
    text-transform: capitalize;
}
.tag-section {
    display:flex;
    gap: 5px;
    flex-wrap: wrap;
}
.tag-section .tags {
    border-radius: 30px;
    border: 1px solid #002871;
    background: #EC7F1B;
    display: flex;
    padding: 9px 20px 8px 20px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: certia-bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
}
.tag-section .tags:hover {
    border-radius: 30px;
    border: 1px solid #002871;
    background: transparent !important;
    color: #EC7F1B !important;
}
.recent-blog-section {
    margin-top: 40px;
    border-radius: 20px;
    padding: 20px;
    background: var(--white);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    gap:20px;
}
.recent-blog {
    display: flex;
    gap:20px;
    align-items: center;
}
.recent-heading {
    color: #002871;
    font-family: bodoni-mt-bold-i;
    font-size: 26px;
    text-transform: capitalize;
}
.recent-blog img {
    height:80px !important;
    object-fit: cover;
    width: 80px !important;
    transform: scale3d(1, 1, 1);
    transition: transform 300ms linear;
}
.recent-blog-heading {
    padding-top: 10px;
}
.recent-blog-heading a{
    font-size:16px;
    color: #E97E1B;
    line-height: 18px;
}
.recent-blog:hover img {
    transform: scale3d(1.2, 1.2, 1);
    transition: transform 300ms linear;
}
.blog-detail-section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.blog-detail {
    margin-bottom: 40px;
}
.blog-heads {
    color: #E87D1B;
    font-family: bodoni-mt-bold;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.blog-detail .blog-img {
    height: 460px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.29);
    margin-bottom: 30px;
}
.blog-detail .author-div , .blog-detail .publish-div{
    gap:10px;
}
.blog-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.blog-detail .blog-about {
    margin-bottom:20px;
}
.blog-description p , .blog-description ul li, .blog-description span {
    color: var(--grey);
    font-family: certia-regular;
    font-size: 20px;
    line-height: 1.5;
    margin: 0px;
}
.blog-description h1,.blog-description h2,.blog-description h3,.blog-description h4,.blog-description h5, .blog-description h6, .blog-description b {
    color: var(--black);
    font-family: certia-bold;
    font-size: 20px;
    line-height: 1.5;
    margin: 0px;
    font-weight: normal;
}
.share-blogs {
    margin-top: 40px;
    display: flex;
    gap: 30px;
    align-items: center;
}
.share-text {
    color: var(--black);
    font-family: certia-bold;
    font-size: 20px;
    font-style: normal;
    line-height:1;
}
.share-icon {
    display: flex;
    align-items: center;
    gap:13px;
}
.share-btn{
    border-radius: 40px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.00);
    font-size: 25px;
    height: 50px;
    width: 50px;
    color: var(--dark-orange);
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-btn:hover {
    border: 1px solid var(--dark-orange);
    background: var(--dark-orange);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff !important;
}
.contact-box {
    margin-top:40px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%), url(/assets/frontend/img/contact-box.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.16);
    gap: 30px;
    padding: 40px 49px;
    display: flex;
    flex-direction: column;
}
.contact-box h4 {
    color: #FFF;
    text-align: center;
    font-family: certia-bold;
    font-size: 24px;
    font-weight: normal;
    text-transform: capitalize;
}
.contact-box .orange-btn {
    background: var(--dark-orange) !important;
    font-size: 20px;
    padding: 15px 30px 14px 30px;
}
.contact-box .orange-btn:hover {
    background: var(--white) !important;
}
.tel-number {
    color: var(--white);
    text-align: center;
    font-family: certia-bold;
    font-size: 28px;
    font-weight: normal;
    line-height: 130%;
    text-transform: capitalize;
    margin:0px;
}
.verified-logo {
    max-width: 150px;
    max-height: 150px;
}
.privacy-terms-section {
    margin-top:60px;
    margin-bottom:60px;
}
.privacy-terms-description {
    display: flex;
    flex-direction: column;
    gap:20px;
}
.privacy-terms-description p , .privacy-terms-description ul li, .privacy-terms-description span {
    color: #666;
    font-family: certia-regular;
    font-size: 20px;
    line-height: 1.5;
    margin: 0px;
}
.privacy-terms-description ul {
    list-style: disc;
}
.privacy-terms-description h1, .privacy-terms-description h2, .privacy-terms-description h3, .privacy-terms-description h4, .privacy-terms-description h5, .privacy-terms-description h6, .privacy-terms-description b {
    color: var(--black);
    font-family: certia-bold;
    line-height: 1.5;
    margin: 0px;
    font-weight: normal;
}
.custom-pagination {
    margin-top: 40px;
}
.custom-pagination .pagination {
    display: flex;
    gap:20px;
    flex-wrap: wrap;
}
.custom-pagination .pagination .page-link {
    border: 1px solid #002871;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: certia-bold;
    font-size: 20px;
    line-height: 1;
    color: var(--black);
}
.page-item.active .page-link {
    background: #002871;
    color: var(--white) !important;
}
.product-ul li {
    width: 50%;
}

.instagram-user-root-container {
    display: none !important;
}
.power-logo {
    margin-left: 10px;
    max-height: 35px;
}
.client-review-img {
    border-radius: 100%;
    width:86px;
    height:86px;
    margin-bottom: 30px;
    padding: 5px;
    background: var(--white);

}
.whatsapp-icon {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    background-color: var(--white);
    padding: 5px;
    border-radius: 999px;
    box-shadow: 1px -1px 15px -3px rgba(0,0,0,0.5);
    z-index: 2000;
}
.whatsapp-icon img {
    width: 50px;
    height: 50px;
}
/* new */
.welcome-info {
    max-width: 615px;
}
.welcome-info p {
    line-height: 36px;
}
.welcome-video {
    max-height:574px
}
.welcome-video iframe {
    border-radius: 20px;
}
/* .info-section .container-fluid{
    max-width: 1534px;
} */
.brand-slider-section h3 {
    color: var(--dark-blue);
    font-size: 62px;
    font-family: bodoni-mt;
    text-align: center;
    margin-bottom: 10px;
}
.brand-slider-section .item {
    max-width: 275px;
    margin: auto;
}
.brand-slider-section .item figure{
    border:2px solid var(--white);
    filter: drop-shadow(4px 4px 21px rgba(0,0,0,0.12));
    background-color: var(--white);
    padding: 32px 70px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-slider-section .container {
    max-width: 1100px;
}
.brand-slider-section .brand-slider {
    margin: auto;
    max-width: 1100px;
}
.brand-slider-section .item {
    padding-bottom: 40px;
    padding-top: 40px;
}
.private-label-section {
    margin-top: 100px;
    margin-bottom:100px;
}
.private-label-heading {
    font-size: 62px;
    font-family: bodoni-mt;
    line-height:1;
    text-transform:uppercase;
    margin-bottom:50px;
    color:var(--dark-blue);
}
.private-label-section p {
    color: #1b1b1b;
    line-height:36px;
    margin-bottom: 40px;
}
.second-scroll {
    margin: 75px 0px;
}

.w-fit {
    width: fit-content;
}