@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
    background-position: 98% 20px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "hey-comic";
    src: url(../fonts/hey-comic.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "hey-comic";
    font-size: 55px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h2 {
    font-family: "hey-comic";
    font-size: 50px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h3 {
    font-family: "hey-comic";
    font-size: 35px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h4 {
    font-family: "hey-comic";
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h5 {
    font-family: "hey-comic";
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 0px;
}

h6 {
    font-family: "hey-comic";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #7c7c7c;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    transition: .3s all;
}

.menuSec ul li a:hover {
    color: #ed4f63 !important;
    transform: scale(1.3);
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.container-fluid {
    padding: 0 4%;
}

.menuSection .row {
    align-items: center;
}

ul.header-search-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.haed-search input {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgba(26, 1, 1, 0);
    width: 289px;
    height: 50px;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 14px;
    color: #ffff;
}

.haed-search input::placeholder {
    color: #fff;
}

.haed-search {
    position: relative;
    z-index: 1;
}

.haed-search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    background: transparent;
    border: 0;
    color: #ffff;
}

ul.header-search-bar a {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: grid;
    place-content: center;
}

ul.header-search-bar a::before {
    position: absolute;
    content: '';
    width: 54px;
    height: 55px;
    background: #1c1c1c;
    left: -3px;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50px;
    transition: .5s all;
    opacity: 0;
}

ul.header-search-bar a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
    /* background: #ffffff; */
    z-index: -1;
    transition: .5s all;
}

ul.header-search-bar a:hover::after {
    background: #ffff;
}

ul.header-search-bar a:hover::before {
    opacity: 1;
}

ul.header-search-bar a:hover {
    color: #82b0ff;
}


/*header css start */


/* Home Banner Section */

.home-baner-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-baner-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background-image: -webkit-linear-gradient( 90deg, rgb(22, 65, 139) 0%, rgb(129, 176, 252) 100%);
}

.home-baner-sec img.banner-1 {
    width: 100%;
    object-fit: cover;
    opacity: 0.1;
    height: 855px;
    animation: kenburns-smooth 10s ease-in-out infinite;
}

@keyframes kenburns-smooth {
    0% {
        transform: scale(1) translateY(0);
        transform-origin: 50% 16%;
    }
    50% {
        transform: scale(1.25) translateY(-15px);
        transform-origin: top;
        opacity: 0.03;
    }
    100% {
        transform: scale(1) translateY(0);
        transform-origin: 50% 16%;
        opacity: 0.1;
    }
}

.home-baner-sec img.banner-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    opacity: 0.02;
    z-index: -1;
}

.baner-main-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    display: block;
    align-content: center;
}

.baner-main-box .container-fluid {
    padding-right: 0;
}

img.ban-shap-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    animation: rotate-center 40s ease-in-out infinite both;
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img.ban-shap-2 {
    position: absolute;
    left: 20px;
    top: 13%;
    animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

img.ban-shap-3 {
    position: absolute;
    top: 3%;
    right: 9%;
    animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

img.ban-shap-4 {
    position: absolute;
    bottom: -6%;
    left: 9%;
    animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

img.ban-shap-5 {
    position: absolute;
    bottom: -5%;
    right: 9%;
    animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

.home-baner-image {
    position: relative;
    height: 100%;
    width: 610px;
    margin: auto;
}

img.banner-prd-1 {
    position: relative;
    top: 10%;
    width: fit-content;
    display: grid;
    place-content: center;
    margin: auto;
    animation: heartbeat 5s ease-in-out infinite both;
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.home-baner-text h6 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Poppins';
}

.baner-customer-profile {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0 0 15px;
}

.baner-customer-profile a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #fff;
    display: grid;
    place-content: center;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0 -15px;
    transition: .5s all;
}

.baner-customer-profile img {
    object-fit: cover;
    border-radius: 50px;
}

.baner-customer-profile a:hover {
    transform: scale(1.2);
    z-index: 1;
}

.home-baner-text h1 {
    font-size: 76px;
    color: #ffffff;
    margin: 10px 0;
}

.home-baner-text p {
    font-size: 14px;
    color: #ffffff;
    width: 75%;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 10px 0;
}

.banner-btn h4 {
    font-size: 50px;
    color: #ffffff;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'hey-comic';
    padding: 15px 30px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 2;
}

.theme-btn:hover {
    color: #fff !important;
}

.theme-btn:hover::after {
    background: #000000;
}

.theme-btn:hover::before {
    background: #fe314b;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 104%;
    height: 114%;
    left: -3px;
    right: 0;
    top: -2px;
    margin: auto;
    background: #000;
    border-radius: 50px;
    z-index: -1;
    transition: .4s all;
}

.theme-btn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50px;
    z-index: -1;
    transition: .4s all;
}

ul.banner-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    bottom: -120px;
}

ul.banner-list a {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'hey-comic';
    font-weight: 100;
    padding: 4px 1px;
    transition: .5s all;
}

ul.banner-list a:hover {
    color: #f0586d;
}

ul.banner-list li {
    position: relative;
    z-index: 1;
    border-right: 1px solid #ffffff63;
    padding-right: 20px;
}

ul.banner-list li:last-child {
    border-right: 0;
}

.home-baner-text {
    height: 100%;
    display: block;
    align-content: center;
}


/* Home Banner Section */


/* About Section */

.about-sec {
    position: relative;
    z-index: 1;
    padding: 100px 0 30px;
    overflow: hidden;
}

.theme-head {
    position: relative;
    z-index: 1;
    font-size: 17.22px;
    margin-bottom: 45px;
    width: 150px;
    text-align: center;
    display: block;
}

.theme-head::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 100px;
    background-image: url("../images/theme-head-1.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    left: -7px;
    top: 11px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    animation: vibrate-1 3s linear infinite both;
}

@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.about-image {
    overflow: hidden;
    border: 10px solid #1c1c1c;
    height: 100%;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content p {
    margin: 15px 0;
}

.btn-2::before {
    background: #82b0ff;
}

.about-right-imag {
    height: 90%;
    margin: 15% 0 0 0;
}

.about-content {
    padding: 60px 0;
}


/* About Section */


/* Shop Section */

.shop-sec {
    padding: 100px 0;
    overflow: hidden;
}

.sec-head {
    text-align: center;
    margin-bottom: 40px;
}

.sec-head .theme-head {
    margin: 0 auto 45px;
}

.shop-card {
    text-align: center;
    position: relative;
    z-index: 1;
}

.shop-image {
    height: 380px;
    position: relative;
    z-index: 1;
    padding: 0 0 0 30px;
}

.slick-slide {
    opacity: 1;
}

.shop-content h4 {
    font-size: 30px;
    color: #000000;
}

.shop-content p {
    width: 85%;
    margin: 0 auto;
}

.shop-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 25px;
    border: 2px solid #82b0ff;
    border-radius: 50px;
    margin-top: 10px;
    transition: .5s all;
}

.shop-cart h5 {
    font-size: 40px;
    color: #000000;
}

.shop-cart a {
    font-size: 30px;
    color: #82b0ff;
    transition: .5s all;
}

.shop-content {
    border: 2px solid #82b0ff;
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;
    border-top: 0;
    transition: .5s all;
    position: relative;
    z-index: 2;
    margin-top: -1px;
    background: #fff;
}

.shop-image::before,
.shop-image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: #82b0ff;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    transition: .5s all;
}

.shop-image::after {
    background: #fff;
    width: 99%;
    height: 79.5%;
}

.shop-image img {
    transition: .5s all;
}

.shop-card:hover .shop-image img {
    transform: scale(.8);
}

.shop-card:hover .shop-cart {
    border-color: #fe314b;
}

.shop-card:hover .shop-cart a {
    color: #fe314b;
}

.shop-card:hover .shop-content {
    border-color: #fe314b;
}

.shop-card:hover .shop-image::before {
    background: #fe314b;
}

.shop-sec .slick-prev,
.shop-sec .slick-next {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: #fff;
    box-shadow: 0 2px 0 3px #82b0ff;
    border-radius: 50px;
    background-image: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
}

.shop-sec .slick-prev {
    background-image: url(../images/left-arrow.png);
}

.shop-sec .slick-next:before,
.shop-sec .slick-prev:before {
    /* background-image: url(../images/right-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */
    position: absolute;
    content: '';
}

.shop-sec .slick-prev:hover,
.shop-sec .slick-prev:focus,
.shop-sec .slick-next:hover,
.shop-sec .slick-next:focus {
    background-image: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.shop-sec .slick-prev:hover,
.shop-sec .slick-prev:focus {
    background-image: url(../images/left-arrow.png);
}


/* Shop Section */


/* Peptides Section */

.peptide-box {
    position: relative;
    margin: -90px 0 -30px 0;
    padding: 30px 0 0;
}

.peptides-for img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    animation: heartbeat 5s ease-in-out infinite both;
}

.peptides-sec {
    position: relative;
    background-image: url(../images/pept-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    margin: 100px 0 100px;
}

.peptides-sec .row {
    align-items: center;
}

.peptides-content h2 {
    color: #fff;
}

.peptides-content p {
    color: #fff;
    margin: 20px 0;
}

.peptide-box .baner-shap {
    margin: 0 0 0 35px;
}

.peptide-box .baner-shap img.ban-shap-2 {
    left: 8%;
    top: 3%;
}

.peptide-box .baner-shap img.ban-shap-3 {
    right: 14%;
}

.peptide-box .baner-shap img.ban-shap-5 {
    bottom: -4%;
    right: 11%;
}

.peptide-box .baner-shap img.ban-shap-4 {
    left: 8%;
    bottom: -4%;
}

.pept-count {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    margin: 30px 0 0;
    justify-content: flex-end;
}

.range-bar {
    width: 70%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.range-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    transform: scaleX(var(--fill, 0));
    transform-origin: left;
    transition: transform 0.4s ease;
}

.pept-count span {
    font-size: 50px;
    font-family: 'hey-comic';
}


/* Peptides Section */


/* Bundle Section */

.bundles-sec .shop-image {
    padding: 0;
    height: 350px;
}


/* Bundle Section */


/* Choose Section */

.theme-head-2::before {
    background-image: url(../images/theme-head-2.png);
    width: 180px;
}

.theme-head-2 {
    width: 170px;
}

.theme-head-2 {
    width: 170px;
}

.choose-content p {
    width: 80%;
}

ul.choose-list {
    margin-top: 20px;
}

ul.choose-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

ul.choose-list li h3 {
    font-size: 25px;
    color: #000;
}

ul.choose-list li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50px;
    left: 0;
    top: 11px;
    box-shadow: 0 0 0 6px #82b0ff, 0 0 0 6px #000;
}

.chs-imag {
    overflow: hidden;
    border: 10px solid #1c1c1c;
}

.chs-imag img {
    width: 100%;
}

.choose-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -110px;
    margin-left: -40px;
}

.choose-image .chs-imag:first-child {
    margin: 150px -50px 0 0px;
    z-index: 1;
}

.choose-sec .row {
    align-items: center;
}

.choose-sec {
    padding: 100px 0;
    overflow: hidden;
}


/* Choose Section */


/* Testimonial Section */

.testimonial-head .theme-head-2 {
    margin: 0 0 45px;
}

.testimonial-head {
    text-align: left;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 10px 0 30px 0;
}

.testim-profl img {
    width: 100%;
    height: 100%;
    border-radius: 70px;
}

.testim-profl {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 0 4px #82b0ff;
    border-radius: 107px;
}

.testimonial-card {
    position: relative;
    z-index: 1;
    padding: 85px 80px 90px;
}

.testimonial-card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/testimon-shap.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.testim-info h4 {
    font-size: 17px;
    color: #000000;
}

.testim-info p {
    font-size: 12px;
    color: #7c7c7c;
    text-transform: capitalize;
}

.testimonial-card span {
    text-align: end;
    display: block;
    color: #7c7c7c;
    font-size: 12px;
}

.testimonial-card span i {
    color: #ffc107;
}

.testimonial-sec .slick-center .testimonial-card::before,
.testimonial-card:hover::before {
    filter: brightness(0) saturate(100%) invert(27%) sepia(44%) saturate(3673%) hue-rotate(334deg) brightness(115%) contrast(108%);
}

.testimonial-sec .slick-prev,
.testimonial-sec .slick-next {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: #fff;
    box-shadow: 0 2px 0 3px #82b0ff;
    border-radius: 50px;
    background-image: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
    top: -20%;
    right: 6%;
}

.testimonial-sec .slick-prev {
    background-image: url(../images/left-arrow.png);
}

.testimonial-sec .slick-next:before,
.testimonial-sec .slick-prev:before {
    /* background-image: url(../images/right-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */
    position: absolute;
    content: '';
}

.testimonial-sec .slick-prev:hover,
.testimonial-sec .slick-prev:focus,
.testimonial-sec .slick-next:hover,
.testimonial-sec .slick-next:focus {
    background-image: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.testimonial-sec .slick-prev:hover,
.testimonial-sec .slick-prev:focus {
    background-image: url(../images/left-arrow.png);
}

.testimonial-sec {
    padding: 0 0 100px;
    overflow: hidden;
}

.testimonial-sec .slick-prev {
    left: auto;
    right: 12%;
}


/* Testimonial Section */


/* NewsLetter */

.newsletter-sec {
    position: relative;
    background-image: url(../images/newsletter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding: 80px 0;
    overflow: hidden;
}

.newsletter-content {
    margin: 0;
}

.theme-head-3 {
    color: #fff;
}

.newsletter-content h2 {
    color: #fff;
}

.newsletter-content form input {
    width: 100%;
    height: 53px;
    border: 0;
    box-shadow: 0px 2px 0 5px #1c1c1c;
    border-radius: 70px;
    padding: 0 30px;
    font-size: 14px;
}

.newsletter-content form input::placeholder {
    color: #7c7c7c;
}

.newsletter-content form {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.newsletter-content form button {
    position: absolute;
    bottom: -3px;
    right: -4px;
}

.theme-head-3::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(31deg) brightness(100%) contrast(105%);
}


/* NewsLetter */


/* Footer  */

footer {
    padding: 70px 0 0;
    overflow: hidden;
}

footer .col.col-1 {
    width: 26%;
}

footer .col {
    width: 15%;
}

footer .col.col-2 {
    width: 22%;
}

.footer-text.footer-logo {
    width: 85%;
}

.footer-text h3 {
    font-size: 16px;
    color: #000000;
    margin: 0 0 15px;
}

ul.footer-list a {
    font-size: 14px;
    color: #7c7c7c;
    padding-bottom: 9px;
}

.ftrl-2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ftrl-2 li {
    width: 50%;
}

footer .col.col-3 {
    width: 22%;
}

.footer-nav {
    padding: 20px 0 30px;
    border-top: 1px solid #d2d2d2;
    margin-top: 50px;
}

.footer-nav-payment {
    text-align: end;
}


/* Footer  */


/* Inner Banner */

.inner-baner-sec {
    height: 500px;
}


/* About Page */

.about_page .row {
    align-items: end;
}

.about_page .about-content {
    padding: 0;
}

.about_page .about-right-imag {
    margin: 0;
}

.about_page .about-image {
    border-width: 15px;
}

.about_page .about-right-imag {
    border-left-width: 25px;
    border-right-width: 25px;
    height: 500px;
    width: 500px;
    margin: 0 0 0 auto;
}

.about_page .about-second-row {
    align-items: center !important;
    margin-top: 80px;
}

.about_page {
    padding: 100px 0;
}


/* About Page */


/* Shop Page */

.shop-page .shop-card {
    margin: 40px 0;
}


/* Shop Page */


/* Shop Detail Page */


/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "\f005";
    font-weight: 600;
    font-family: 'FontAwesome';
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}


/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 80px 0;
    z-index: 1;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #7c7c7c;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px;
    margin-right: 10px;
    border-radius: 0 !important;
    width: 250px;
    margin: 0 auto;
    border: unset;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0 !important;
    color: #000;
    border-radius: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    background: transparent;
    border: unset;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 0;
    border: 0;
    border-bottom: 0;
    padding-bottom: 50px;
    justify-content: center;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins';
    line-height: 25px;
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 16px;
    color: #7c7c7c;
    font-weight: 400;
    line-height: 27px;
    margin: 10px 0;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #2c2c2ca8;
}


/*  product Detail Review Section End */

.shop-detail-page {
    padding: 80px 0 20px;
}

.shop-detail-slider {
    position: relative;
    z-index: 1;
    width: 94%;
}

.shop-detail-slider .shop-image img {
    width: 55%;
    margin: 0 auto;
}

.shop-detail-slider .shop-image {
    height: 450px;
    padding: 90px 0 0 30px;
    border-bottom: 2px solid #82b0ff;
}

.shop-detail-slider .shop-image::after {
    height: 100%;
}

.shop-detail-slider .shop-image::before {
    height: 100.2%;
}

.shop-detail-slider .shop-det-nav .shop-image {
    height: 150px;
    padding: 40px 0 0 10px;
}

.shop-detail-slider .shop-det-nav .shop-image::after {
    height: 99%;
    width: 96%;
}

.shop-detail-slider .shop-det-nav .slick-slide {
    margin: 20px 10px 0;
}

.shop-detail-slider .shop-det-nav .shop-image img.shop-1 {
    width: 48%;
}

.shop-detail-slider .shop-det-for .slick-slide {
    margin: 0 10px;
}

.shop-detail-slider .shop-det-nav .shop-image::before {
    background: #cccccc;
}

.shop-detail-slider .shop-det-nav .shop-image {
    border-bottom-color: #cccccc;
}

.shop-det-content h4 {
    font-size: 40px;
    color: #000000;
    margin: 10px 0;
}

.shop-det-content h4 del {
    color: #7c7c7c;
    font-size: 18px;
}

.shop-det-content p {
    font-size: 14px;
    color: #7c7c7c;
}

.quantity-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.quantity-counter {
    border: 1px solid #b0b0b0;
    border-radius: 80px;
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
}

.quantity-counter span {
    font-size: 16px;
    color: #b0b0b0;
    width: 35px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.quantity-counter input {
    border: 0;
    text-align: center;
    font-family: 'Poppins';
    font-size: 28.73px;
    color: #000000;
    width: 60px;
}

.quantity-div .quantity-btn a i {
    margin-left: 15px;
    font-size: 24px;
    color: #82b0ff;
}

.sku-text p {
    font-size: 16px;
    color: #8f8f8f;
    text-transform: uppercase;
    font-weight: 500;
}

.sku-text p strong {
    color: #000;
    margin: 0 7px 0 0;
}

.sku-text p i {
    font-size: 16px;
    color: #7c7c7c;
    margin: 0 3px;
}

.shop-det-content {
    width: 80%;
}

.prod-detail-description::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 130px;
    background: #dbdbdb;
}

ul.review {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}

ul.review i {
    color: #f9ae0e;
}

ul.review i:last-child {
    color: #e5e4e4;
}

ul.review span {
    font-size: 12px;
    color: #7c7c7c;
    font-weight: 600;
}

.sku-text p i:hover {
    color: #82b0ff;
}


/* Shop Detail Page */


/* Cart Page */

.cart {
    position: relative;
    padding: 100px 0;
}

.table h4 {
    color: grey;
    font-size: 15px;
    font-family: 'Poppins';
}

.pro-cart-det {
    display: flex;
    align-items: center;
    gap: 25px;
}

.product-img.rty {
    width: 150px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e8ea;
    border-radius: 10px;
    padding: 15px;
}

.product-img.rty img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

a.cancel-cart-item {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px lightgrey;
    color: black;
    font-weight: bold;
}

.poduct-name {
    font-size: 18px;
    font-family: 'hey-comic';
    font-weight: 500;
    text-transform: uppercase;
}

.cart-pro-counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #7c7c7c;
    appearance: none;
    outline: 0;
    user-select: none;
}

.cart-pro-counter span {
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
    user-select: none;
    background: lightgrey;
    border-radius: 50%;
    margin: 0 10px;
}

.cart-pro-counter {
    border: 1px solid lightgrey;
    padding: 10px 0;
    justify-content: space-around;
    width: 65%;
    display: inline-flex;
}

th.pr-text-start {
    text-align: left !important;
}

tr.space td {
    vertical-align: middle;
}

tr.space td {
    padding: 30px 0;
    text-align: center;
}

table.table th {
    text-align: center;
    font-size: 15px;
    color: #000000;
    font-family: 'Poppins';
}

.cart-clear-upd-btns {
    text-align: right;
}

.cart-clear-upd-btns a:first-child {
    width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    height: 47px;
    border: 1px solid #cfcfcf;
    color: #000;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
}

.cart-clear-upd-btns a:last-child {
    width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
    height: 47px;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    color: #7c7c7c;
    font-family: 'Poppins';
}

.shipping-det li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.shipping-det label {
    position: relative;
    cursor: pointer;
    font-family: 'Poppins';
    font-size: 13px;
    color: #7c7c7c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.shipping-det label:before {
    content: '';
    /* -webkit-appearance: none; */
    background-color: transparent;
    border: 2px solid grey;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.shipping-det input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #82b0ff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.shipping-det li:not(:last-child) {
    margin-bottom: 10px;
}

.cart-tot-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d3d3d3;
    margin: 20px 0 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: capitalize;
}

.cart-right-box h5 {
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: capitalize;
}

.cart-right-box h4 {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1;
}

.cart-right-box a.btn-13 {
    font-size: 30px;
    height: 70px;
    align-items: center;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    width: 80%;
}

.cart-shipping-area select,
.cart-shipping-area input {
    width: 100%;
    margin: 10px 0;
    height: 50px;
    border: 1px solid #7c7c7c;
    padding: 0 0 0 17px;
    border-radius: 40px;
    appearance: auto;
}

.cart-shipping-area {
    margin: 20px 0 25px;
}

.cart-shipping-area>span {
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

a.cart-update {
    font-size: 15px;
    font-family: 'Poppins';
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    border: 1px solid #7c7c7c;
    padding: 12px 40px;
    display: inline-flex;
    margin-top: 10px;
    border-radius: 30px;
}

.cart-right-box {
    padding: 0 0 0 30px;
}

.cart-shipping-area input {
    color: #7c7c7c;
}

.cart-shipping-area select {
    color: #7c7c7c;
}

.cart {
    position: relative;
    padding: 100px 0;
}

.cart .skin-2 .num-in span {
    width: 25px;
    height: 25px;
    background: #ebebeb;
    margin: 1px 0;
    border-radius: 20px;
    position: relative;
}

.cart .skin-2 .num-in {
    gap: 15px;
    padding: 15px;
}

table.table th:last-child {
    border-bottom-color: #858585;
    color: #858585;
    border-color: #dee2e6;
}

.cart-tot-box span {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #000;
}

.cart-shipping-area input::placeholder {
    color: #7c7c7c;
}

a.btn1.btn2.cart-btn {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

ul.shipping-det {
    margin-top: 13px;
}

img.crt-1 {
    position: absolute;
    z-index: 1;
    bottom: -8%;
    left: 1%;
}

.quanity.product-detail input {
    font-size: 14px;
    font-weight: 500;
    width: 45%;
}

.quanity.product-detail span {
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #ebebeb;
    border-radius: 50px;
    margin: 0 5px;
}

.quanity.product-detail .quantity-counter {
    padding: 10px 1px;
}

.btn-cart-go {
    text-align: center;
}


/* Cart Page */


/* Checkout Page */

.checkout-page {
    padding: 50px 0;
}

.checkout-form label {
    display: block;
    margin: 20px 0 6px;
    font-size: 20.59px;
    color: #777;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    outline: none;
}

.checkout-form textarea {
    height: 120px;
    border-radius: 20px;
    padding-top: 15px;
}

.form-options,
.form-options label {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.form-options label {
    font-size: 16px;
    color: #7c7c7c;
    gap: 9px;
}

.order-summary {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
}

.summary-header,
.summary-item,
.summary-total {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.summary-header {
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.summary-item {
    color: #666;
    font-weight: 500;
}

.summary-total {
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.summary-total.bold {
    font-size: 18px;
}

.shipping {
    margin: 20px 0;
}

.shipping h6 {
    margin-bottom: 10px;
    font-size: 18px;
}

.shipping label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.payment-methods {
    margin: 25px 0;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
}

.payment-methods label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.place-order {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #7aa7ff;
    background: transparent;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.form-options input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.summary-item span:last-child {
    color: #000;
}

.summary-total.bold.border-top {
    border-bottom: 0;
}

.payment-methods small {
    font-weight: 800;
    color: #000;
}


/* Checkout Page */


/* Bundles Page */

.bundles-page .shop-card {
    margin: 30px 0;
}


/* Bundles Page */


/* Consent Form Page */

.consent-page {
    padding: 80px 0;
}

.main-title {
    text-align: center;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.subtitle {
    text-align: center;
    font-size: 14px;
    color: #777;
    max-width: 850px;
    margin: 0 auto 50px;
}

.consent-section {
    margin-bottom: 35px;
}

.consent-section h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.consent-section ul {
    padding-left: 18px;
    margin-bottom: 12px;
}

.consent-section ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    list-style: disc;
}

.consent-section ul li::marker {
    color: #6fa3ff;
    font-size: 24px;
}

.confirm {
    font-size: 14px;
    color: #7c7c7c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.confirm input {
    accent-color: #6fa3ff;
    width: 20px;
    height: 20px;
}

.action-buttons {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.agree-btn {
    padding: 14px 28px;
    border-radius: 30px;
    border: 2px solid #6fa3ff;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
}

.decline-btn {
    padding: 14px 28px;
    border-radius: 30px;
    border: 2px solid #ff4d4d;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
}

.btn-3::before {
    background: #fe314b;
}

.action-buttons button {
    width: 270px;
}


/* Consent Form Page */


/* Blogs Page */

.blog-page {
    padding: 80px 0;
}

.blog-card {
    margin: 20px 0;
}

.blog-image {
    position: relative;
    z-index: 1;
    border: 8px solid #1c1c1c;
    border-left-width: 12px;
    border-right-width: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: .5s all;
}

.blog-image img {
    width: 100%;
    object-fit: cover;
    transition: 1s all;
}

ul.blog-admin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 10px;
}

ul.blog-admin span {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

.blog-content h4 {
    font-size: 25px;
    color: #000000;
    margin: 10px 0;
}

.blog-content p {
    margin-bottom: 15px;
}

.blog-card:hover .blog-image img {
    transform: scale(1.3);
}

.blog-card:hover .blog-image {
    border-color: #82b0ff;
}


/* Blogs Page */


/* Blog Detail Page Start */

.blog-detail-page {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.blog-detail-page::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 33.3%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ccc;
}

.blog-det-image img {
    width: 100%;
    object-fit: cover;
    transition: 1s all;
}

.blog-detail-left-content {
    width: 97%;
}

.blog-det-text h2 {
    font-size: 25px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-det-text p {
    font-size: 14px;
    color: #7c7c7c;
    margin: 15px 0;
    font-weight: 500;
}

.blog-det-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.blog-det-search input {
    width: 70%;
    height: 50px;
    padding: 0 10px;
    font-size: 12px;
    border: 1px solid #82b0ff;
    border-radius: 55px;
    font-size: 14px;
}

.blog-det-search button {
    background: #82b0ff;
    color: #fff;
    font-size: 14px;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 55px;
    margin-left: -39px;
}

.blog-detail-right-content h3 {
    font-size: 20px;
    color: #191919;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.blog-detail-right-content {
    padding-left: 20px;
}

.blog-detail-right-content h3::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 1px;
    background: #cccccc;
    bottom: 0;
    left: -20px;
}

ul.post-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin: 20px 0;
}

.post-image {
    width: 35%;
}

.post-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
}

.post-text a {
    font-size: 13.74px;
    color: #171515;
    text-transform: uppercase;
    font-family: 'hey-comic';
    width: 80%;
}

ul.tag-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 90%;
    margin: 30px 0 0;
    column-gap: 21px;
}

ul.tag-list a {
    font-size: 11px;
    color: #111111;
    text-transform: uppercase;
    padding: 5px 12px;
    width: fit-content;
    transition: .2s all;
    border-radius: 20px;
    background: #fafafa;
    font-weight: 600;
}

ul.tag-list a:hover {
    background: #82b0ff;
    color: #fff;
}

.blog-det-image {
    position: relative;
    z-index: 1;
    border: 12px solid #1c1c1c;
    overflow: hidden;
    margin-bottom: 10px;
    transition: .5s all;
}


/* Blog Detail Page End */


/* Contact Page */

.contact-page {
    padding: 150px 0;
}

.contact-page .row {
    position: relative;
    z-index: 9;
    align-items: center;
}

.contact-page .row::before {
    position: absolute;
    content: '';
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    width: 75%;
    height: 503px;
    left: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    bottom: 0;
    margin: auto;
}

.contact-form {
    padding: 30px;
}

.contact-form .row:before {
    display: none;
}

.contact-form h2 {
    font-size: 41.83px;
    color: #000000;
    text-transform: uppercase;
}

.contact-info h2 {
    font-size: 41.83px;
    color: #fff;
}

.contact-input input,
.contact-input textarea {
    width: 100%;
    height: 55px;
    border: 1px solid #cbcbcb;
    padding: 0 15px;
    border-radius: 50px;
    margin: 10px 0;
    font-size: 14px;
    color: #000;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #7c7c7c;
    text-transform: capitalize;
    font-weight: 500;
}

.contact-input textarea {
    height: 150px;
    padding: 20px;
    border-radius: 20px;
    display: block;
    align-content: end;
    resize: none;
}

.contact-input button {
    margin: 20px 0 0 0;
}

.contact-info {
    /* padding: 50px 130px; */
    position: relative;
    z-index: 1;
}


/* .contact-info::before {
    position: absolute;
    content: '';
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    width: 100%;
    height: 175%;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */

.contact-info p {
    color: #ffff;
    font-weight: 300;
}

ul.cont-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

ul.cont-list li i {
    font-size: 20px;
    color: #fff;
}

ul.cont-list li a {
    color: #fff;
    font-size: 14px;
}

.contact-info img.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.contact-info-width {
    width: 60%;
    margin: 0 auto;
}


/* Contact Page */


/* account pahe */

.account_sec {
    padding: 100px 0;
}

.account_box1 {
    box-shadow: 0 0 7px 0 #7c7c7c;
    padding: 52px 30px;
    /* height: 100%; */
    border-radius: 19px;
    position: relative;
}

.contact-icon p {
    padding: 0;
    font-size: 11px;
}

.account_sec {
    padding: 100px 0;
}

.account_box h2 {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.account_box form input {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 12px 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: poppins;
    color: #000;
    border-radius: 41px;
}

.account_box form button {
    margin: 20px auto 0;
    display: block;
    padding: 12px 50px;
}

.account_box {
    box-shadow: 0 0 0px 1px #cbcbcb;
    padding: 40px 30px;
    /* height: 100%; */
    position: relative;
}

.btn1 {
    color: #100f0e;
    text-decoration: underline;
    font-size: 14px;
    font-family: "Roboto-Regular";
    font-weight: 600;
}

.btn2 {
    /* text-align: end; */
    color: #979797;
    /* justify-content: end; */
    padding-left: 0;
    display: flex;
    gap: 10px;
}

.account_box1 h2 {
    font-size: 50px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 23px;
    text-transform: uppercase;
}

.account_box1 form input {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 12px 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
    border-radius: 39px;
}

.account_box1 form button {
    margin: 20px auto;
    display: block;
}

.account_box1 {
    box-shadow: 0 0 0px 1px #cbcbcb;
    padding: 40px 30px;
    /* height: 100%; */
    border-radius: 0;
    position: relative;
}

.account_box1 input.select {
    margin: 0 9px;
    width: 16px;
    height: 13px;
    padding: 0;
    text-align: start;
    border-radius: 33px;
}

.account_box1 input.select1 {
    margin: 0 9px;
    width: 12px;
    height: 10px;
    padding: 0;
    text-align: start;
}

.account_box input.select1 {
    width: 14px !important;
    height: 25px;
}

.view-pass {
    position: relative;
    z-index: 1;
}

.view-pass i {
    position: absolute;
    right: 12px;
    bottom: 37px;
    cursor: pointer;
}

.account_box1 label {
    font-size: 16px;
    color: #888888;
}


/* account pahe */


/* Inner Banner */

.charge-text {
    text-shadow: 0 0 15px rgb(215 73 97 / 60%);
    animation: charge 5s ease-in-out infinite;
}

@keyframes charge {
    0% {
        text-shadow: 0 0 5px rgb(221 76 100 / 20%);
        letter-spacing: 2px;
    }
    50% {
        text-shadow: 0 0 25px rgb(235 95 118 / 90%), 0 0 60px rgb(221 67 90 / 80%);
        letter-spacing: 6px;
    }
    100% {
        text-shadow: 0 0 5px rgb(231 93 117 / 20%);
        letter-spacing: 2px;
    }
}