:root {
    --primary: #193F99;
    --secondary: #E1EFF7;
    --text: #1A1A1AE5;
    --text-light: #ffff;
    --dark: #000000;
    --Comfortaa: "Comfortaa", sans-serif;
    --Poppins: "Poppins", sans-serif;
}

body {
    margin: 0;
    font-family: var(--Poppins);
    font-size: 16px;
    line-height: 160%;
    color: var(--text);
    overflow-x: hidden;
}

a {
    color: var(--primary);
    text-decoration: none !important;
    transition: all 0.5s;
}

a:hover {
    color: var(--secondary);
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--Comfortaa);
}

p:last-child {
    margin-bottom: 0;
}

::selection {
    color: var(--white);
    background: var(--primary);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transition: all 0.5s;
}

html .container {
    width: 1390px;
    max-width: 100%;
    padding: 0px 20px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

.title h3 {
    font-size: 55px;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    color: var(--text-light);
}

.btn {
    background-color: var(--text-light);
    padding: 10px 30px;
    border-radius: 0px 20px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    height: 51px;
    line-height: 51px;
    color: var(--primary);
    border: 0px;
    transition: all 0.5s;
}

.btn:hover {
    border-radius: 0px 20px 0px 20px;
    background-color: var(--primary);
    color: var(--text-light);
}

.btn.btn-dark {
    background-color: var(--primary);
    color: var(--text-light);
    border: 1px solid var(--primary);
}

.btn.btn-dark:hover {
    background-color: transparent;
    color: var(--primary);
}

header {
    position: fixed;
    left: 0;
    right: 0;
    padding: 28px 0px;
    transition: all 0.5s;
    z-index: 99;
}

.sticky header {
    padding: 20px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px -2px #0000002b;
}

header a.btn {
    height: 41px;
    line-height: 41px;
}

header nav.headermenu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

header nav.headermenu ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    position: relative;
}

header nav.headermenu ul li:hover a {
    color: var(--primary);
}

header nav.headermenu ul li:after {
    content: "";
    height: 1px;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: var(--primary);
    transition: all 0.5s;
}

header nav.headermenu ul li:hover:after,
header nav.headermenu ul li.active:after {
    width: 100%;
}

footer {
    background-image: url(../images/footer_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 20px;
    color: var(--primary);
    font-weight: 600;
}

footer .footer_bottom p {
    font-size: 15px;
    line-height: 150%;
    color: var(--text-light);
}

footer .footer_middle {
    position: relative;
}

footer .footer_middle {
    padding: 78px 0px;
}

footer .footer_middle .image {
    /* position: absolute;
    left: auto;
    right: 0;
    bottom: 23px; */
}
footer .footer_middle .row > *:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 23px;
}
.footer_image_slider {
    max-width: 426px;
    width: 100%;
     mask-image: url("../images/fshape.svg");
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100%;
    max-width: 426px;
    width: 100%;
}
.footer_image_slider .image {
    position: relative;
    padding-top: 100%;
}
.footer_image_slider .image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 15s;
}
.footer_image_slider .active .image img {
    transform: scale(1.2);
}
.footer_top h4 {
    font-size: 53px;
    font-weight: 700;
    line-height: 130%;
    max-width: 472px;
    width: 100%;
    margin-bottom: 44px;
}

.footer_top h6 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 110%;
    margin-bottom: 14px;
}

.footer_top .cnt_detail a {
    font-size: 30px;
    line-height: 150%;
    display: block;
}

footer .footer_logo img:hover {
    transform: scale(0.95);
}

.footer_top h5 {
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--Poppins);
}

.social_media_ul {
    display: flex;
    align-items: center;
    gap: 7px;
}

.social_media_ul li a {
    height: 42px;
    width: 42px;
    background-color: var(--primary);
    color: var(--text-light);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    transition: all 0.5s;
}

.social_media_ul li a:hover {
    background-color: var(--secondary);
    color: var(--primary);
}

.footer_top ul.links li {
    margin-bottom: 13px;
}

.footer_top ul.links li:last-child {
    margin-bottom: 0px;
}

.footer_top ul.links li a {
    font-size: 16px;
    line-height: 130%;
    padding: 10px 28px;
    display: block;
    border-radius: 50px;
    border: 1px solid var(--primary);
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 10%;
}

.footer_top ul.links li a:hover {
    background-color: var(--primary);
}

.tissue_slider .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 179%;
    z-index: 1;
}
.tissue_slider .image > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: -1;
}
.tissue_slider .item:hover .image img {
    transform: scale(1.1);
}

.tissue_slider .image a.play_btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.tissue_slider .image a.play_btn:before {
    content: "";
    position: absolute;
    height: 56px;
    width: 56px;
    background-color: #0000004D;
    backdrop-filter: blur(4px);
    border-radius: 40px;
    background-image: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.70385 0.219042C2.1375 -0.0845199 1.4524 -0.0711276 0.895193 0.250291C0.337981 0.57171 0 1.15651 0 1.78596V18.214C0 18.8435 0.342548 19.4283 0.895193 19.7497C1.44784 20.0711 2.1375 20.0845 2.70385 19.781L18.05 11.5669C18.6346 11.2544 19 10.6518 19 10C19 9.34823 18.6346 8.74557 18.05 8.43308L2.70385 0.219042Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    inset: 0;
    margin: auto;
    transition: all 0.5s;
}

.tissue_slider .item:hover a.play_btn:before {
    background-color: var(--primary);
}

.video_sec {
    background: linear-gradient(180deg, #E1EFF7 0%, rgba(225, 239, 247, 0) 100%);
}



/* Product Slider Section */
.product_sec {
    padding: 130px 0px;
    background: var(--primary);
    color: var(--text-light);
}

.product_sec .title h3 {
    margin-bottom: 22px;
}

.product_sec .title p {
    font-size: 16px;
}

.product_sec .product_list_slider_wrap {
    margin-top: 50px;
}



.product_card h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
    min-height: 57px;
}

.product_card h3 a {
    color: var(--text-light);
}

.product_card:hover h3 a {
    color: var(--secondary);
}

.product_card .image_wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}


.product_card .image {
    height: 250px;
}

.product_card .image img {
    object-fit: contain;
    border-radius: 14px;
    max-height:100%;
}

.product_card .content p {
    color: #FFFFFFE5;
    font-size: 15px;
    transition: all 0.5s;
    max-width: 254px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    min-height: 50px;
}

.product_card {
    border-radius: 20px;
    background-color: #FFFFFF1A;
    backdrop-filter: blur(24px);
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 438px;
}
.product_card .image img.hover-img {
    opacity: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 88px;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: auto;
}

.product_card:hover .image img.hover-img {
    height: calc(100% - 103px);
    width: calc(100% - 30px);
    opacity: 1;
}

.product_card .image a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.product_card a.btn {
    position: absolute;
    bottom: 0;
    z-index: 1;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    opacity: 0;
}

.product_card:hover a.btn {
    opacity: 1;
    bottom: 35px;
}

.banner_section {
    /* background-image: url(../images/Hero_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; */
    background:linear-gradient(180deg, #FDFEFE 0%, #DBE7F5 32.69%, #4B6AB7 73.08%, #193F99 99.52%); 
}
.banner_section .container{
    padding: 0px;
}
.banner_slider .item .container {
    display: flex;
    align-items: end;
    position: relative;
    padding-top: 90px;
    min-height: 730px;
}
.banner_slider .item .lady_image_wrap {
    width: 40%;
    position: relative;
}
.lady_image_wrap .image {
    margin-left: -60px;
    height: 630px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.lady_image_wrap .image > img {
    max-height: 100%;
    object-fit: contain;
}
.banner_slider .item .product_image_wrap {
    width: 30%;
    margin-bottom: 124px;
    text-align: center;
}
.banner_slider .item .content {
    margin-bottom: 112px;
    width: 30%;
}
.banner_slider .item .content h3 {
    font-size: 62px;
    font-weight: 700;
    line-height: 130%;
    color: var(--text-light);
    margin-bottom: 35px;
}
.banner_slider .item .product_image_wrap h5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 140%;
    color: var(--text-light);
    font-family: var(--Poppins);
    max-width: 340px;
    width: 100%;
    margin: 9px auto 0px;
}
.banner_slider .item .lady_image_wrap img.arrow-img {
    position: absolute;
    right: -20px;
    top: 32%;
    max-width: 104px;
    width: 100%;
}
.banner_slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.banner_slider .owl-dots button.owl-dot {
    height: 10px;
    width: 10px;
    background-color: var(--text-light);
    border-radius: 50px;
    transition: all 0.5s;
}
.banner_slider .owl-dots button.owl-dot.active{
   background-color: var(--primary);
   outline: 1px solid var(--primary);
   outline-offset: 2px;

}


    svg {
    height: auto;
    max-width: 100%;
}
html .text-primary{
        color:var(--primary) !important;
}
.about_short{
    padding: 0px 20px;
    background: linear-gradient(180deg, #193F99 0%, #E1EFF7 100%);
}
.about_short_inner{
    background: #F8F7F7;
    padding:100px 0;
    border-radius:20px;
}
.logo_icon {
    position: absolute;
    right: 170px;
    top: 140px;
}
.about_line {
    position: absolute;
    right: -20px;
    top: -340px;
}
.about_shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_shape .inner {
    background: url('../images/about_bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    border: 2px solid #F8F7F7;
    position: relative;
}
.about_shape .inner svg {
    margin-bottom: -2px;
}
.about_short_text p {
    font-size: 18px;
    line-height: 160%;
}
.about_short_text {
    max-width: 360px;
}
.about_icon_box {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.01);
    position:relative;
    z-index:2;
}

.about_icon_box .icon {
    width: 80px;
    height: 80px;
    background: #EAF6FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0 auto 20px;
}
.about_icon_box h3 {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: bold;
    color: var(--primary);
}
.about_icon_box p{
    font-size: 16px;
}
.about_icon_box_row {
    margin-top: -50px;
    --bs-gutter-x: 60px;
}
.about_icon_box_row > *:nth-child(1)  .about_icon_box {
    margin-top: 300px;
}
.about_icon_box_row > *:nth-child(3)  .about_icon_box {
    margin-top: 770px;
}
.about_icon_box_row > *:nth-child(4)  .about_icon_box {
    margin-top: 400px;
}
.pattern_bg_parent{
    position: relative;
    z-index: 1;
}
.pattern_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../images/pattern_bg.png') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    opacity: 0.25;
}
html .bg-primary{
    background: var(--primary) !important;
}
.inner_banner {
    padding-top: 170px;
    text-align: center;
    color: #fff;
    background:url("../images/innerbanner.jpg") no-repeat center bottom;
    background-size: cover;
}
.inner_banner h1 {
    font-size: 55px;
    margin: 0 0 20px;
}
.main_pd_wrap .pattern_bg {
    opacity: 0.8;
}
.main_pd_wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(179.75deg, rgba(255, 255, 225, 0) 45.32%, rgba(255, 255, 255, 0.9) 100%);
    z-index: -1;
}
.main_pd_wrap {
    padding-top: 50px;
}
.p_details .breadcrumb_text {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}
.p_details .breadcrumb_text,
.p_details .breadcrumb_text a {
    color:var(--primary)
}
.p_details .breadcrumb_text a:hover{
    color:var(--dark);
}
.product_image_wrapper {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
.product_image_wrapper > svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.p_details {
    color:var(--primary);
}
.p_details p {
    font-size: 16px;
    font-weight: 500;
}
.p_details h1 {
    text-transform: uppercase;
    font-size: 50px;
    margin: 30px 0 20px;
}
.p_dec {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
}
.p_dec h3 {
    margin: 40px 0 20px;
    font-size: 26px;
    font-weight: 600;
}
.p_dec h3:first-child {
    margin-top:0;
}
.p_icon_box {
    text-align: center;
}
.p_icon_box .icon {
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.p_details_sticky{
    position: sticky;
    top: 100px;
}
.related_pd,
.related_pd .title h3,
.related_pd .product_card h3 a,
.related_pd .product_card .content p{
    color:var(--primary);
}
.related_pd .product_card {
    background: #fff;
}
.btn.btn-amazon {
    background: #193F99;
    color: #fff;
}
.btn.btn-amazon:hover{
    background: var(--primary);
}
.p_details .btn.btn-dark:hover{
    background: #fff;
    color: var(--primary);
}
.contact_box {
    background: #fff;
    padding: 70px 100px;
    border-radius: 40px;
    color:var(--primary);
}
.contact_box h2 {
    font-size: 42px;
    margin: 0 0 40px;
    font-weight: 600;
}
.info_item {
    display: flex;
    gap: 20px;
    margin: 0 0 30px;
}
.info_item .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
}
.info_item h5 {
    font-family: inherit;
}
.info_item p{
    font-weight: 500;
}
.contact_form_box .form-control,
.contact_form_box .form-select {
    border-radius: 25px;
    height: 50px;
    border: 1px solid var(--primary);
    padding: 10px 24px;
    color: var(--primary);
}
.contact_form_box textarea.form-control {
    height: 120px;
}
.about_box {
    position: relative;
    z-index: 1;
}
.about_box > svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    object-fit: contain;
    object-position: center center;
    margin: auto;
}
.inner_banner.about_inner_banner{
    padding-top: 100px;
}












@media (min-width: 768px) and (max-width: 991px) {
.about_short_text p {
    font-size: 16px;
    line-height: 160%;
}
.about_icon_box_row > *:nth-child(1)  .about_icon_box {
    margin-top: 120px;
}
.about_icon_box_row > *:nth-child(3)  .about_icon_box {
    margin-top: 80px;
}
.about_short_inner {
    padding: 80px 20px;
    border-radius: 20px;
}
.about_icon_box_row > *:nth-child(4)  .about_icon_box {
    margin-top: -20px;
}
.logo_icon,
.about_line {
    display: none;
}
.contact_box {
    padding: 50px ;
}


}


@media (max-width: 767px) {
.about_short_text {
    max-width: 100%;
}
.about_short_text p {
    font-size: 15px;
}
.about_icon_box{
    margin-bottom: 20px;
    padding:25px;
}
.about_icon_box_row > *:nth-child(1)  .about_icon_box,
.about_icon_box_row > *:nth-child(3)  .about_icon_box,
.about_icon_box_row > *:nth-child(4)  .about_icon_box {
    margin-top: 0;
}
.about_short_inner {
    padding: 50px 0;
    border-radius: 20px;
}
.about_line {
    display: none;
}
.about_short {
    padding: 0;
}
.about_icon_box_row {
    margin-top: 20px;
    --bs-gutter-x: 30px;
}
.about_shape {
    position: relative;
    top: 0;
}
.about_icon_box p {
    font-size: 15px;
}
.about_icon_box h3 {
    font-size: 20px;
    margin: 0 0 10px;
}
.logo_icon {
    max-width: 37px;
    right: 60px;
    top: 50px;
}
.product_image_wrapper {
    padding: 20px 50px;
    margin-bottom: 20px;
}
body {
    font-size: 14px;
}
.p_details .breadcrumb_text {
    margin-bottom: 20px;
    font-size: 14px;
}
.p_details h1 {
    font-size: 30px;
    margin: 20px 0 10px;
}
.p_details p {
    font-size: 14px;
}
.p_dec {
    border-radius: 12px;
    padding: 35px 20px;
}
.p_dec h3 {
    margin: 30px 0 10px;
    font-size: 22px;
}
.contact_box {
    padding: 50px 20px;
    border-radius: 10px;
}
.contact_box h2 {
    font-size: 30px;
    margin: 0 0 20px;
}
.info_item p {
    font-size: 14px;
}
.info_item p br{
    display: none;
}
.info_item .text {
    flex-grow: 1;
}




}
