@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;
}

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;
}

::-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: 'blender';
    src: url(../fonts/BlenderPro-Bold.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;
}

.all-section-btm {
    padding: 0px 0 80px;
}

.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: 'blender';
    font-size: 109px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
    line-height: 1;
}

h2 {
    font-family: 'blender';
    font-size: 80px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: 'blender';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h4 {
    font-family: 'blender';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: 'blender';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h6 {
    font-family: 'blender';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

p {
    color: #000000;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 10px 0;
    border-top: 1px solid #88744d;
    border-bottom: 1px solid #88744d;
    margin-top: 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    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: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all 0.4s ease-in;
}

.menuSec ul li a:hover,
.menuSec ul li a:active {
    background: linear-gradient(180deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
    color: #000000;
}


.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;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background: linear-gradient(180deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background: linear-gradient(180deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css end*/

.container-fluid {
    padding: 0 5%;
}

.top-bar-center {
    text-align: center;
}

.top-bar-center img {
    width: 40%;
    object-fit: contain;
    height: auto;
}

.top-bar-right {
    text-align: end;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

.top_icons a {
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    transition: all .4s ease-in;
}

.top_icons a img {
    height: 21px;
    width: auto;
    object-fit: contain;
}

.top_icons a:hover {
    color: #000000;
    border: 1px solid #ffffff;
    background: #ffffff;
}

.top_icons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.social_icons a {
    width: 40px;
    height: 40px;
    background: transparent;
    color: #183b65;
    border: 1px solid #183b65;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    transition: all .4s ease-in;
}

.social_icons a:hover {
    color: #000000;
    border: 1px solid #ffffff;
    background: #ffffff;
}

.social_icons {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.main_slider {
    padding: 160px 0 0 0;
    height: 1060px;
    background: #000000;
    position: relative;
    overflow: hidden;
}

.main_slider::before {
    content: '';
    position: absolute;
    z-index: 4;
    background: #000000bf;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

img.banner-rocks {
    width: 100%;
    object-fit: cover;
    height: auto;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

img.banner-top-shape {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 46.5%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.body_wrapper {
    background: url(../images/bg.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.marquee-slider1 {
    position: absolute;
    top: 45%;
    left: -60px;
    width: 120%;
    overflow: hidden;
    transform: rotate(346deg);
    z-index: 99;
}

.marquee-content {
    animation: scroll-left 20s linear infinite;
    width: 190%;
}

ul.slider-items {
    display: flex;
    padding: 30px 0;
    gap: 0px;
    background: linear-gradient(220deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
}

.slider-items li {
    font-family: 'Poppins';
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    padding: 0 130px;
    position: relative;
}

.slider-items li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: #000000;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-slider2 {
    position: absolute;
    bottom: -6%;
    left: -50px;
    width: 120%;
    overflow: hidden;
    transform: rotate(351deg);
    z-index: 99;
    filter: blur(5px);
}


.banner_heading h1 span {
    color: #fdde81;
}

.main_slider .container-fluid {
    position: relative;
    z-index: 99;
}

.d_block {
    display: block;
}

.banner_heading {
    text-align: center;
}

.banner_img {
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.banner_socials a {
    color: #ffffff;
    padding: 20px 10px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: all 0.4s ease-in;
    text-transform: uppercase;
    writing-mode: sideways-lr;
    border-radius: 50px;
}

.banner_socials a:hover {
    background: linear-gradient(180deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
    color: #000000;
}

.banner_socials {
    position: absolute;
    left: 0;
    bottom: 110px;
    z-index: 99;
    width: 7%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.banner_img img {
    height: 550px;
    object-fit: contain;
    width: auto;
}

.circle_wrapper {
    position: absolute;
    bottom: 90px;
    right: -20px;
}

.circle {
    position: relative;
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.logo a img {
    height: auto;
    width: auto;
    object-fit: contain;
}

.logo {
    position: absolute;
    width: 95px;
    height: 95px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emblem {
    position: absolute;
    left: -110px;
    right: auto;
    top: -110px;
    margin: 0 auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    color: #fff;
    animation: spinZ 20s linear infinite;
    text-align: center;
    padding: 20px;
    /* margin: 20px; */
    background: #000;
    border: 2px solid #fff;
}

.emblem span {
    position: absolute;
    display: inline-block;
    left: 12px;
    right: 12px;
    top: 12px;
    bottom: 12px;
    text-transform: uppercase;
    font-size: 5vh;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    font-family: 'blender';
    color: #e1b453;
}

@keyframes spinZ {
    0% {
        transform: rotateZ(360deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}

/* banner bottom section */

.hero_img {
    border-radius: 30px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 100%;
    transition: all 0.4s ease;
}

.hero_main {
    transition: all 0.4s ease;
}

.hero_main:hover .hero_img {
    background: #fdde81;
}

.hero_main:hover .hero_img img {
    transform: scale(0.9);
}

.hero_img img {
    object-fit: contain;
    height: 240px;
    width: auto;
    transition: all 0.4s ease;
}

.hero_txt {
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease;
}

.hero_txt h3 {
    transition: all 0.4s ease;
    font-size: 23px;
}

/* banner bottom section */

/* services */

.service_slid_right img {
    transform: rotate(180deg);
}

.service_slider_btn img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    transition: all 0.3s ease-in;
}

.service_slider_btn button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    border-radius: 50%;
    border: transparent;
    background: linear-gradient(180deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
    position: relative;
    z-index: 99;
}

.service_slider_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    position: relative;
}

.serv_bg {
    background: #000 !important;
}

.serv_bg .service_txt * {
    color: #ffffff;
}

.service_slider .slick-prev::before,
.service_slider .slick-next::before {
    display: none;
}

.service_slider_btn button:hover img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(90%) saturate(492%) hue-rotate(328deg) brightness(85%) contrast(89%);
}

.service_slider_btn button:hover {
    border: 1px solid #000000;
    background: #000000;
}

.service_img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    transition: transform 0.4s ease;
}

.service_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.service_txt {
    padding: 30px 0 0;
    text-align: center;
}

.service_txt h3 {
    font-size: 22px;
    color: #000000;
}

.service_txt h4 {
    font-size: 19px;
    color: #000000;
}

.service_main {
    padding: 90px 0 30px;
    border-radius: 30px;
    background: #fdde81;
    position: relative;
    z-index: 99;
}

.service_main a {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    transition: all 0.4s ease-in;
}

.service_main a:hover {
    background: #ffffff;
}

.service_main a img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.shadow_wrapper {
    position: relative;
    padding-top: 20px;
}

.shadow_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    width: 95%;
    left: 50%;
    transform: translate(-50%, 10px);
    background: #cacaca;
    height: 50px;
    border-radius: 30px;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-in;
}

.shadow_wrapper::after {
    content: '';
    position: absolute;
    top: -10px;
    width: 95%;
    left: 50%;
    transform: translate(-50%, 10px);
    background: #dfdfdf;
    height: 80px;
    border-radius: 30px;
    opacity: 0;
    transition: all 0.6s ease-in;
}

.service_main,
.service_img img {
    transition: all 0.4s ease;
}

.shadow_wrapper:hover .service_main {
    background: #000;
}

.shadow_wrapper:hover .service_txt h3,
.shadow_wrapper:hover .service_txt h4 {
    color: #fff;
}

.shadow_wrapper:hover .service_img img {
    transform: scale(0.9);
}

.shadow_wrapper:hover::before,
.shadow_wrapper:hover::after {
    opacity: 1;
}

.service_sldier .slick-slide {
    opacity: 1;
    margin: 0 15px;
}

.service_slider_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100px;
    background: #b8b8b8;
    height: 1px;
    width: 100%;
    transform: translate(0, -50%);
}

/* services */

/* Get the right supplements  */

.supplement {
    padding: 100px 14% 0px;
    background: url(../images/supplement-bg.jpg);
    margin: 50px 5%;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.supplement_main h2 {
    font-size: 66px;
    color: #ffffff;
    line-height: 65px;
    margin-bottom: 10px;
}

.supplement_main h2 span {
    color: #fdde81;
}

.supplement_main p {
    color: #ffffff;
    width: 60%;
}

.supplement_imgs {
    width: auto;
    height: fit-content;
    position: absolute;
    right: 200px;
    bottom: 10px;
}

img.supplement_imgs1 {
    height: 190px;
    width: 150px;
    object-fit: cover;
    margin-top: 40px;
}

img.supplement_imgs2 {
    height: 260px;
    width: 120px;
    object-fit: cover;
    margin-left: -40px;
}

.supplement_main {
    padding-bottom: 260px;
    position: relative;
}

.supplement::before {
    content: '';
    position: absolute;
    bottom: -90px;
    left: 0;
    background: url(../images/supplement-shadow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.orbit-box {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.orbit-center {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 10;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.orbit-center img {
    width: 60%;
}

.orbit-text {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    animation: rotateOrbit 12s linear infinite;
}

.orbit-text span {
    position: absolute;
    left: 70px;
    right: 0;
    top: 10px;
    bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'blender';
    color: #fdde81;
}

@keyframes rotateOrbit {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.suppl_btn {
    position: absolute;
    left: 35%;
    bottom: 20%;
}

/* Get the right supplements  */

/* supplements */

.supplements_sldier .slick-slide {
    opacity: 1;
    margin: 0 15px;
}

.supplements_slider_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100px;
    background: #b8b8b8;
    height: 1px;
    width: 100%;
    transform: translate(0, -50%);
}

.supplements_slid_right img {
    transform: rotate(180deg);
}

.supplements_slider_btn button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    border-radius: 50%;
    border: transparent;
    background: linear-gradient(180deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
    position: relative;
    z-index: 99;
}

.supplements_slider_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    position: relative;
}

.supplements_slider_btn .slick-prev::before,
.supplements_slider_btn .slick-next::before {
    display: none;
}

.supplements_slider_btn button:hover img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(90%) saturate(492%) hue-rotate(328deg) brightness(85%) contrast(89%);
}

.supplements_slider_btn button:hover {
    border: 1px solid #000000;
    background: #000000;
}

/* supplements */

/* testimonial */

.testimonial {
    padding: 50px 0 120px;
}

.test_heading p {
    margin: 10px auto 0;
    width: 35%;
}

.test_heading {
    text-align: center;
    margin-bottom: 30px;
}

.test_tabs {
    padding: 40px 0;
    border-top: 2px solid #c9c9c9;
}

.test_img img {
    border-radius: 30px;
    /* height: 310px; */
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.slider-nav .slick-list.draggable {
    padding: 0 0 !important;
}

.slider-nav .slick-track {
    margin: 0 0 !important;
}

.test_text h6 {
    font-size: 24px;
    color: #fff;
    font-family: 'Poppins';
    text-transform: none;
    margin-bottom: 30px;
}

.test_text {
    border-radius: 30px;
    padding: 30px;
    background: #000000;
    height: 450px;
}

.test_sm {
    background-color: #f9f9f9;
    border-radius: 30px;
    padding: 30px;
    height: 225px;
    border: 2px solid #fdde81;
}

.test_sm h3 {
    font-size: 61px;
    font-family: 'Poppins';
    font-weight: 600;
}

.test_sm_wrp {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 450px;
}

.slider-for .slick-current.slick-active .test_tabs {
    border-top: 2px solid #fdde81;
}

/* .slider-for .slick-current.slick-active .test_tabs h3 {
    color: #0a3d62;
} */

.test_wrp>.row {
    flex-direction: row-reverse;
    text-align: left;
}

.slick-active {
    opacity: 1;
}

.test_sm p {
    font-size: 24px;
    color: #cf9935;
    margin-bottom: 20px;
    font-weight: 500;
}

.test_tabs h3 {
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 500;
}

.test_tabs p {
    color: #4a4a4a;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.test_heading h2 {
    text-align: center;
    line-height: 80px;
    margin-bottom: 50px;
}

.test_text a {
    border-radius: 50px;
    padding: 10px 35px;
    border: 1px solid #ffffff;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background: linear-gradient(180deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
}

/* testimonial */

/* why choose us  */

.wcu_heading h2 {
    line-height: 80px;
}

.wcu_heading p {
    margin-bottom: 20px;
}

.wcu_txt ul li h3 {
    font-size: 42px;
    transition: all .4s ease-in;
}

.wcu_txt ul li {
    display: flex;
    align-items: center;
    height: 90px;
    width: 100%;
    padding: 0 15px;
    border-top: 2px solid #bcbcbc;
}

.wcu_txt ul li:hover h3 {
    color: #cf9935;
    transform: translateX(50px);
}

/* why choose us  */

/* footer */

.footerSec {
    padding: 100px 0 10px;
    background: #1a1613;
    border-radius: 30px;
    margin: 0 5% 60px;
}

.ftr_contact h2 {
    color: #ffffff;
    font-size: 43px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 85px;
}

.copy_right p {
    color: #ffffff;
    font-size: 16px;
    padding: 20px 0;
}

.ftr_links ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftr_links ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.ftr_links a:hover {
    color: #dab369;
    transform: translateY(-10px);
}

.ftr_socials a {
    width: 40px;
    height: 40px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    transition: all 0.4s ease-in;
}

.ftr_socials a:hover {
    color: #000000;
    border: 1px solid #000000;
    background: linear-gradient(180deg, rgba(208, 155, 55, 1) 0%, rgba(243, 207, 113, 1) 50%, rgba(208, 155, 55, 1) 100%);
    transform: translateY(-10px);
}

.ftr_socials {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
}

.ftr_nav_links {
    padding: 30px 0;
    border-bottom: 2px solid #423f3d;
}

.quick_links h5 {
    color: #ffffff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.quick_links span,
.quick_links ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: all 0.4s ease-in;
}

.quick_links ul li {
    margin-bottom: 30px;
}

.quick_links ul li a:hover {
    color: #dab369;
    transform: translateX(10px);
}

.ftr_contact form input {
    color: #ffffff;
    width: 100%;
    padding: 35px 10px;
    border: none;
    background: transparent;
    border-bottom: 2px solid #423f3d;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.ftr_contact form input::placeholder {
    color: #ffffff;
}

.ftr_contact form {
    position: relative;
    width: 80%;
}

.ftr_contact button {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
    background: transparent;
    border: none;
}

.ftr_contact {
    margin: 0 130px 50px 0;
}

.quick_links {
    padding: 0 40px 20px;
}

/* footer */