a {
    text-decoration: none;
    color: #000;
}

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

button {
    background-color: transparent;
    border: none;
}

section {
    overflow: hidden;
}

.dropdown-menu[data-bs-popper] {
    right: unset;
    left: 0;
}

/* Header */
header {
    padding-top: 15px;
}

header .more-btn button {
    width: 50px;
    height: 50px;
    background-color: #ffc70e;
    border-radius: 50%;
}

/* header .nav-link.active {
    border-bottom: 3px solid #00000099;
} */

#responsiveMenu .dropdown-item {
    padding: 5px 0;
    color: #494949;
    background-color: #e0e0e0;
    list-style: none;
}





/* Intro */
#intro {
    position: relative;
    height: 75vh;
    color: #ffff;
}

#intro .bg-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

#intro .bg-image img {
    position: relative;
    filter: blur(3px);
    object-fit: cover;
}

#intro .bg-image::before {
    position: absolute;
    content: '';
    inset: 0;
    background-color: #0050b93f;
    z-index: 1;
}

#intro .details * {
    font-weight: bold;
}

#intro .details .title h1 {
    font-size: 57px;
}

#intro .details .second-title h2 {
    color: #ffc70e;
    font-size: 53px;
}

#intro .details .desc h3 {
    font-size: 67px;
}

#intro .second-desc {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
}




/* banner */
@keyframes leafSwing {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}
#banner {
    margin-top: 100px;
}

#banner .images {
    position: relative;
}

#banner .images img#product-image {
    width: 370px;
}

#banner .images img#start-object {
    width: 250px;
}

#banner .images img#end-object {
    width: 250px;
}

#banner .images img#leaf-2 {
    animation: leafSwing 3s infinite ease-in-out;
  transform-origin: center bottom;
    position: absolute;
    top: 0;
    left: -22px;
    width: 22%;
}

#banner .images img#leaf-1 {
    animation: leafSwing 3s infinite ease-in-out;
  transform-origin: center bottom;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}




/* Features */
#features {
    margin: 100px 0 50px 0;
}

#features .card {
    position: relative;
    height: 200px;
    color: #fff;
    overflow: hidden;
}

#features .card .bg-image {
    position: absolute;
    content: '';
    inset: 0;
    background: url('/customer-assets/images/pattern2.png') center;
    background-size: 100px;
    filter: brightness(.2) blur(.5px);
}

#features .card .data {
    position: absolute;
    content: '';
    inset: 0;
    padding: 25px;
}

#features .card .data .title svg {
    color: #ffc70e;
}

#features .card .data .text {
    line-height: 35px;
}





/* Second Banner */
#second-banner {
    margin: 350px 200px 150px 200px;
}

#second-banner .card {
    position: relative;
    /* height: 400px; */
    /* border-radius: 50px; */
}

#second-banner .card img {
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    filter: blur(1px) brightness(.9);
    /* border-radius: 50px; */
}

#second-banner .card::after {
    position: absolute;
    content: '';
    inset: 0;
    background-color: #0050b93f;
    z-index: 1;
}

#second-banner .card .data {
    /* width: 350px; */
    /* padding: 40px; */
    line-height: 35px;
}




/* Liberator */
#liberator .box {
    position: relative;
}

#liberator .box::after {
    position: absolute;
    content: '';
    inset: 0;
    background-color: #0050b93f;
    z-index: 1;
}

#liberator .box .text {
    position: relative;
    z-index: 3;
}

.box .link a {
    position: relative;
    color: #fff;
    font-size: small;
    padding: 10px 25px;
    background-color: #00013a;
}

.box .link a::after {
    position: absolute;
    content: '';
    inset: 35px;
    border: 1px solid #ffffff69;
    transition: all .3s ease-in-out;
}

.box .link a:hover::after {
    inset: 3px;
    border: 1px solid #ffffff;
}




/* Video */
#video .card {
    background-color: #0050b93f;
    border: none;
}





/* Gallery */
#gallery {
    /*padding: 0 250px;*/
}

#gallery .card {
    /* padding: 20px; */
    background-color: #000;
    border-radius: 25px;
    overflow: hidden;
}

#gallery .card .banner img {
    aspect-ratio: 4/3;
    border-radius: 20px;
    object-fit: cover;
}

#gallery .card .title {
    color: #fff;
}

/*
#gallery .owl-nav {
    position: absolute;
    bottom: 45px;
    right: 0;
    font-size: 35px !important;
    display: flex;
}

#gallery button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    background: #fff !important;
}

#gallery button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    background: #fff !important;
} */

#gallery .owl-nav button {
    position: absolute;
    top: 35%;
    font-size: 50px;
}

#gallery .owl-nav button.owl-prev {
    right: -45px;
}

#gallery .owl-nav button.owl-next {
    left: -45px;
}



/* About */
#about {
    position: relative;
}

#about img {
    max-width: 200px;
    filter: drop-shadow(0 0 0.75rem #0050b9a9);
    z-index: 1;
}

#about .title h4 {
    display: inline-block;
    color: #fff;
    padding: 20px 30px;
    background: linear-gradient(#0050b9, #0050b9a6, #0050b9);
    border-radius: 25px;
}






/* Footer */
footer {
    color: #fff;
    background-color: #000;
}

footer a {
    color: #fff;
}

footer ul {
    margin-right: 15px;
    line-height: 30px;
}

footer .item {
    padding-right: 10px;
    border-right: 5px solid #ffc70e33;
}

footer .symbols {
    display: flex;
}

footer .symbols .symbol {
    width: 90px;
    height: 90px;
    background-color: rgb(224, 224, 224);
    border: 1px solid rgb(224, 224, 224);
    border-radius: 5px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .symbols .symbol:hover {
    border: 1px solid rgb(215, 215, 215);
}

footer .symbols .symbol img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}













/* Blogs */
#blogs,
#single-blog,
#single-product,
#products,
#about-us,
#contact-us,
#liberator-page {
    position: relative;
}

#blogs .input input,
#products .input input {
    border-radius: 25px;
}

#blogs .input button,
#products .input button {
    width: 40px;
    border-radius: 25px 0 0 25px;
}

#blogs .object,
#single-blog .object,
#products .object,
#single-product .object,
#about-us .object,
#contact-us .object,
#liberator-page .object {
    position: absolute;
    opacity: .15;
    z-index: -1;
}

#blogs .object.object-1,
#single-blog .object.object-1,
#products .object.object-1,
#single-product .object.object-1,
#about-us .object.object-1,
#contact-us .object.object-1,
#liberator-page .object.object-1 {
    top: 30%;
    left: 0;
    rotate: 120deg;
}

#blogs .object.object-2,
#single-blog .object.object-2,
#products .object.object-2,
#single-product .object.object-2,
#about-us .object.object-2,
#contact-us .object.object-2,
#liberator-page .object.object-2 {
    top: 60%;
    rotate: -60deg;
}

#blogs .card .card-header img,
#single-blog .banner img,
#products .card .card-header img {
    width: 100%;
    aspect-ratio: 16/11;
    object-fit: cover;
}



/* Single Product */
#single-product .features ul {
    list-style: none;
    line-height: 35px;
}

#single-product .features ul li:before {
    content: '✓';
    padding: 0 25px 0 10px;
    font-weight: bold;
    color: green;
}

#single-product .single-product-slider.owl-theme .owl-nav button {
    position: absolute;
    top: 45%;
    width: 35px;
    height: 35px;
    font-size: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    background: #d3d3d3aa;
    margin: 0 3px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

#single-product .single-product-slider.owl-theme .owl-nav button.owl-next {
    left: 20px;
}

#single-product .single-product-slider.owl-theme .owl-nav button.owl-prev {
    right: 20px;
}

#single-product .related-products .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 0;
}

#single-product .related-products .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 10px;
    background-color: #94a09f;
    transition: all .3s ease-in-out;
}

#single-product .related-products .owl-dots button.owl-dot.active {
    width: 35px;
    background-color: #000;
}



/* About us */
#about-us .banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
}





/* Auth */
#auth * {
    /* color: #fff; */
}

#auth .card {
    background-color: #0000000c;
}
















/* Liberator */
#liberator-page .banner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 25px;
}








.card .card-header {
    position: relative;
    overflow: hidden;
}

.card .card-header img {
    transition: all .3s ease-in-out;
}

.card:hover .card-header img {
    scale: 1.1;
}

.card .card-header .time {
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.card:hover .card-header .time {
    opacity: 1;
}

.card .card-header .play-icon {
    position: absolute;
    inset: 0;
    background-color: #0000004d;
    transition: all .3s ease-in-out;
}

.card:hover .card-header .play-icon {
    background-color: #0000006e;
}

.card .card-header .play-icon svg {
    color: #fff;
    font-size: 57px;
}


.owl-carousel .item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.owl-carousel .center .item {
    transform: scale(1.2);
    z-index: 2;
}

.owl-stage {
    padding: 45px 0;
}

.doctor-man {
    position: relative;
}

.doctor-man h2 {
    position: absolute;
    top: 45%;
    right: 65%;
}

.doctor-man .first_section_text  {
    position: absolute;
    text-align: justify;
    top: 60%;
    width: 43%;
    right: 55%;
}

.back-product {
    border-radius: 50%;
    width: 550px;
    height: 70px;
    background: #FFC819;
    background: radial-gradient(circle, rgba(255, 200, 25, 1) 0%, rgba(255, 230, 146, 1) 50%, rgba(255, 200, 25, 1) 100%);
}

.img-product {
    margin-bottom: -53px;
    z-index: 5;
}

.title-product {
    position: absolute;
    background: #FFC819;
    background: linear-gradient(180deg, rgba(255, 200, 25, 1) 0%, rgba(255, 230, 146, 1) 50%, rgba(255, 200, 25, 1) 100%);
    border-radius: 50px;
    display: inline;
    padding: 25px 45px;
    z-index: -1;
    left: 49%;

}
