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

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

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

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Belgiano';
    src: url(../font/Belgiano\ Serif\ 2.ttf);
}

img {
    max-width: 100%;
}

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;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.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;
}

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

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

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;
}

li {
    font-family: "Montserrat", sans-serif;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    opacity: 60%;
    color: #fff;
}

h1 {
    font-family: 'Belgiano';
    font-size: 51px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-family: 'Belgiano';
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

h3 {
    font-family: 'Belgiano';
    font-size: 40px;
    line-height: 1.2;
    color: #ceb04e;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h4 {
    font-family: 'Belgiano';
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h5 {
    font-family: 'Belgiano';
    font-size: 24px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h6 {
    font-family: 'Belgiano';
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

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

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

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

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

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.serv-image .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 8px 75px 8px 19px;
    height: 50px;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
    background-image: -webkit-linear-gradient(-63deg, rgb(206, 176, 78) 0%, rgb(196, 162, 73) 54%, rgb(170, 146, 76) 97%);
    border: 1px solid #ceb04e;
}

.theme1:hover {
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.theme1 span.theme1-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 52px;
    background: #ceb04e;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
    width: 100% !important;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1 span.theme1-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff66;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    text-transform: capitalize;
    align-items: center;
    gap: 32px;
    justify-content: end;
    right: -20px;
}

.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: #fff;
    padding: 10px 14px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.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;
}

.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;
}

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

.header-btns {
    text-align: end;
}

.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-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    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-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

.main_slider {
    position: relative;
    z-index: 0;
    background-image: url(../images/banr-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

img.banr-icons {
    position: absolute;
    animation: bounce-top 7s linear infinite both;
}

img.banr-icons.one {
    bottom: 110px;
    left: 5px;
}

img.banr-icons.two {
    bottom: 110px;
    right: 20px;
}

img.banr-icons.three {
    top: 18%;
    right: -10px;
}

.carousel-item {
    height: 100vh;
}

.main_slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/banr-icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: -60px 86%;
    z-index: -1;
    animation: shake-horizontal 10s linear infinite both;
}

.banner_img:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    background-image: url(../images/circle-round.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 580px;
    width: 550px;
    margin: 0px auto;
    z-index: -1;
    animation: rotate-center 9s linear infinite both;
}

.main_slider div#sky {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.banner_img {
    text-align: center;
    height: 570px;
    width: 550px;
    margin: 0px auto;
    position: relative;
}

.banner_img img {
    width: 100%;
    height: 530px;
    object-fit: contain;
}

.banner_text h1 span {
    display: block;
    color: #c4a349;
    font-size: 65px;
}

.banner_img:before {
    content: '';
    background-image: url(../images/howwork-star.png);
    width: 520px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -20px;
}

.banner_text h1 {
    position: relative;
    border-bottom: 1px solid #ffffff7a;
    width: max-content;
    padding-right: 20px;
    margin-bottom: 18px;
    padding-bottom: 14px;
}

.banner_text p {
    width: 85%;
    margin-bottom: 25px;
}

.carousel-item .row {
    padding-top: 7%;
}



/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    padding: 100px 0;
    position: relative;
    background-image: url(../images/about-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.about-text * {
    color: #fff;
}

.about-text h2 {
    margin-bottom: 4px;
}

.about-text h2 span {
    display: block;
    color: #ceb04e;
}

.about-text p {
    margin-bottom: 20px;
}

.about-text {
    margin-left: -12px;
}

.about-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/about-star.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: 0px -50px;
    animation: shake-horizontal 10s linear infinite both;
}

.about-text h3 {
    color: #ceb04e;
    margin-bottom: 5px;
}

.about-img {
    width: 542px;
    height: 550px;
    margin: 0 80px 0 auto;
    position: relative;
}

img.abt-tarti {
    position: absolute;
    animation: bounce-top 10s linear infinite both;
}

img.abt-tarti.two {
    bottom: 8%;
    left: 13px;
    opacity: 50%;
}

img.abt-tarti.one {
    top: 50px;
    right: 2%;
}

.about-img img.bordrstar-cntct {
    border: unset;
    padding: unset;
    object-position: unset;
    top: -25px;
}

.about-img img.bordrstar-cntcttw {
    top: 5px;
    border-radius: unset;
    padding: unset;
    object-position: unset;
    right: 16%;
    width: 37px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 12px;
    border-top-left-radius: 270px;
    border-top-right-radius: 280px;
    object-position: top;
    border: 2px solid #c4a249;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Guidance Section Start ------------------------------------------------------------- */

#sky,
#twinkle,
#shine {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.star {
    position: absolute;
    background: white;
    opacity: 0.8;
    clip-path: polygon(50% 0%,
            60% 40%,
            100% 50%,
            60% 60%,
            50% 100%,
            40% 60%,
            0% 50%,
            40% 40%);
    animation: float linear infinite, twinkle ease-in-out infinite;
}

/* floating */

@keyframes float {

    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(var(--x), var(--y)) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }

}

/* shine */

@keyframes twinkle {

    0%, 100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

}

.guidance-sec {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.guidance-sec div#sky {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.guidance-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/lineffect-guidance.png);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

.guidance-image img {
    height: 690px;
    object-fit: cover;
}

.guidance-image {
    text-align: end;
    height: 490px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.guidance-sec .container-fluid {
    padding-right: 0;
}

.guidance-text {
    position: relative;
    z-index: 3;
}

.guidance-text h2 span {
    display: block;
    color: #ceb04e;
    font-size: 68px;
}

.guidance-text h2 {
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 14px;
    font-size: 55px;
    line-height: 1.05;
}

.guidance-text p {
    color: #fff;
    margin-bottom: 15px;
}

.guidance-text h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 70%;
    height: 1px;
    border-radius: 10px;
}

/*---------------------------------------------------- Guidance Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Service Section Start ------------------------------------------------------------- */

.service-sec {
    padding: 100px 0;
    position: relative;
    background-image: url(../images/serv-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: left;
}

img.servicon {
    position: absolute;
    animation: bounce-top 7s linear infinite both;
}

.serv-slider .slick-slide {
    margin: 0 8px;
}

img.servicon.two {
    top: 60px;
    right: 11%;
}

img.servicon.one {
    top: 60px;
    left: 4%;
    transform: rotate(15deg);
}

.service-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/serv-icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: 0px -20px;
    z-index: -1;
    animation: shake-horizontal 10s linear infinite both;
}

.service-head {
    text-align: center;
    margin-bottom: 28px;
}

.service-head p {
    width: 50%;
    margin: 0 auto;
    color: #fff;
}

.service-main {
    background: #ab86ba;
    padding: 25px 18px;
    border-radius: 25px;
}

.serv-image {
    border-radius: 24px;
    overflow: hidden;
}

.serv-slider button.slick-prev {
    left: -52px;
}

.serv-slider .slick-arrow {
    width: 52px;
    height: 52px;
}

.serv-slider {
    margin: 0 10px;
}

.serv-slider button.slick-next {
    right: -53px;
}

.serv-slider .slick-arrow {
    border-color: #7b6579;
    background: transparent;
}

.serv-slider .slick-arrow:before {
    filter: none;
}

.serv-slider button.slick-arrow:hover {
    background: #f3b141;
    border-color: #f3b141;
}

.serv-image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    transition: 0.7s all;
}

.serv-text h4 {
    margin-bottom: 5px;
}

.serv-text p {
    margin-bottom: 19px;
}

.serv-text {
    padding: 27px 10px 15px;
}

.service-main:hover .serv-image img {
    filter: brightness(0.5);
    transform: scale(1.3);
}

.service-main:hover {
    background-image: -webkit-linear-gradient(-63deg, rgb(206, 176, 78) 0%, rgb(196, 162, 73) 54%, rgb(170, 146, 76) 97%);
}

.service-main:hover .theme1 {
    border-color: #fff;
}

.service-main:hover .theme1 span.theme1-icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(0%) hue-rotate(314deg) brightness(100%) contrast(104%);
}

.service-main:hover .theme1 span.theme1-icon {
    background: #fff;
}

.serv-text * {
    color: #fff;
}

/*---------------------------------------------------- Service Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 270px;
    border-top-right-radius: 280px;
    border: 2px solid #c4a249;
    padding: 12px;
    object-position: top;
}

img.bordrstar-cntcttw {
    width: min-content;
    height: min-content;
    border: unset;
    margin: unset;
    position: absolute;
    top: -8px;
    right: 13%;
}

img.bordrstar-cntct {
    position: absolute;
    width: min-content;
    height: min-content;
    border: unset;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


img.contct-icn {
    position: absolute;
    animation: bounce-top 10s linear infinite both;
}

img.contct-icn.tw {
    bottom: 10px;
    right: -10px;
}

img.contct-icn.on {
    top: 40px;
    right: 40px;
}

.contact-sec {
    padding: 100px 0;
    position: relative;
    background-image: url(../images/contact-backn.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.contact-image {
    width: 540px;
    height: 520px;
    margin: 0 auto 0 auto;
    position: relative;
}

.contact-text input, .contact-text textarea {
    width: 100%;
    margin-bottom: 21px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #8f798e;
    padding: 10px 22px;
    color: #fff;
    background: #b7b7bc;
    background-color: #2e2c3c4a;
}

.contact-text textarea {
    height: 180px;
    align-content: end;
    resize: none;
}

.contact-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/contact-moon-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100px 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: shake-horizontal 10s linear infinite both;
}

.contact-text h2 span {
    color: #ceb04e;
}

.contact-text h2 {
    margin-bottom: 10px;
}

.contact-text p {
    opacity: 50%;
    margin-bottom: 20px;
}

.contact-text textarea::placeholder, .contact-text input::placeholder {
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonials Section Start ------------------------------------------------------------- */

.testimonial-sec {
    padding: 100px 0;
    background-color: rgb(127, 97, 133);
    position: relative;
    background-image: url(../images/testi-back.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    z-index: 0;
    overflow: hidden;
}

.testimonial-sec div#sky {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
}

img.testi-comaRigt {
    position: absolute;
    width: max-content;
    bottom: -20px;
    right: 8%;
}

.testi-user h6 {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

img.testi-comaLeft {
    position: absolute;
    width: max-content;
    top: -21px;
    left: 4%;
}

.testi-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.testi-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testi-user h6 span {
    display: block;
    margin-top: 3px;
}

.testi-head {
    text-align: center;
    margin-bottom: 8px;
}

.testi-head p {
    width: 56%;
    margin: 2px auto 0;
}

.testi-main {
    background: #fff;
    padding: 50px 22px 30px;
    position: relative;
    border-radius: 6px;
    transition: 0.6s all;
}

.testi-main * {
    color: #2d2d3c;
    transition: 0.6s all;
}

.testi-main p {
    margin-bottom: 30px;
    color: #131313;
    width: 100%;
}

.testi-slider .slick-slide {
    margin: 30px 12px 20px;
}

.testi-head h2 span {
    color: #ccad4d;
}

.testi-main:hover, .slick-current .testi-main {
    background: #ccad4d;
}

.testi-main:hover *, .testi-main:hover, .slick-current .testi-main * {
    color: #fff;
}

.slick-arrow:before {
    content: '';
    background-image: url(../images/btn-arw.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 20px;
    height: 13px;
    opacity: 1 !important;
    filter: brightness(0);
}

.slick-arrow {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    transition: 0.5s all;
}

.slick-arrow:hover {
    background-color: #caa94b;
    border-color: #caa94b;
}

.slick-arrow:hover:before {
    filter: unset;
}

button.slick-prev:before {
    background-image: url(../images/btn-arwleft.png);
}

button.slick-prev {
    left: -40px;
}

button.slick-next {
    right: -42px;
}

.testimonial-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/testi-icns.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    z-index: -1;
    background-position: 50px -40px;
    animation: shake-horizontal 10s linear infinite both;
}

/*---------------------------------------------------- Testimonials Section Start ------------------------------------------------------------- */

/*---------------------------------------------------- How Work Section Start ------------------------------------------------------------- */

.howwork-sec {
    padding: 100px 0 110px;
    position: relative;
    background-image: url(../images/howwork-back.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: 0;
}

.whychoose-sec {
    padding: 100px 0;
    position: relative;
    background-color: #7f6185;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/whychose-back.png);
    width: 100%;
    height: 100%;
    z-index: 0;
}

img.howwkricons {
    position: absolute;
    animation: bounce-top 10s linear infinite both;
}

img.howwkricons.thre {
    top: 11%;
    right: 5%;
}

img.howwkricons.two {
    bottom: 5px;
    left: -30px;
    transform: rotate(-7deg);
    opacity: 60%;
}

img.howwkricons.one {
    bottom: 40px;
    right: 0;
    transform: rotate(35deg);
    opacity: 80%;
}

.howwork-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20px -15px;
    background-image: url(../images/howworkstars.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: shake-horizontal 10s linear infinite both;
}

.howwork-txt ul li {
    margin-bottom: 15px;
}

.howwork-txt p {
    margin-bottom: 22px;
}

.howwork-txt h2 {
    margin-bottom: 5px;
}

.howwork-txt ul li p {
    margin: 4px 0 0;
    width: 97%;
}

.howwork-txt h2 span {
    color: #ceb04e;
}

.howwork-txt ul li h5 {
    color: #ceb04e;
}

/*---------------------------------------------------- How Work Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Section Start ------------------------------------------------------------- */

img.whychse-icn1 {
    position: absolute;
    left: 4%;
    bottom: 7%;
    animation: bounce-top 10s linear infinite both;
}

img.whychse-icn2 {
    position: absolute;
    top: 5%;
    right: 6%;
    animation: bounce-top 10s linear infinite both;
}

.whychose-main {
    background: #553453;
    padding: 40px 30px 30px;
    border-radius: 25px;
    transition: 0.5s all;
}

.whychose-text h2 span {
    display: block;
    color: #ceb04e;
}

.whychose-text h2 {
    margin-bottom: 5px;
}

.whychose-text p {
    margin-bottom: 12px;
}

.whychse-pointtxt h4 {
    margin-bottom: 4px;
}

.whychose-pointimg {
    margin-bottom: 12px;
    height: 63px;
}

.whychose-text .col-lg-12 {
    margin-bottom: 40px;
}

.whychose-main:hover {
    background: #c8a64a;
}

.whychose-main:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(15deg) brightness(108%) contrast(110%);
}

.whychose-pointimg img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(38%) saturate(604%) hue-rotate(6deg) brightness(93%) contrast(86%);
}

.whychose-text {
    margin-left: 30px;
}

.whychose-img {
    text-align: justify;
}

.whychose-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    animation: bounce-top 7s linear infinite both;
}

.whychoose-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/whychose-icons.png);
    background-repeat: no-repeat;
    background-position: 0px 50px;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.whychoose-sec .container-fluid {
    padding-left: 0;
}


/*---------------------------------------------------- Why Choose Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */


a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 61px;
    font-size: 25px;
    color: white;
    background: #179ffc;
}

a.top-navigator:hover {
    background: #000;
}

a.top-navigator i {
    transition: 0.3s all ease-in-out;
}

footer {
    padding: 40px 0 0 0;
    width: 100%;
    border-top: 1px solid #ffffff3b;
    position: relative;
}

.foot-bottom {
    padding: 20px 0px;
    border-top: 1px solid #ffffff3b;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    background: #533251;
}

footer h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Belgiano';
}

footer p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.footer-logo-txt-socail {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.footer-logo-txt-socail p {
    font-size: 14px;
    width: 80%;
    opacity: 70%;
    margin: 10px 0;
}

ul.quick-links {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 7px;
}

ul.quick-links-services {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 22px;
}

ul.quick-links-services li {
    color: #fff;
    opacity: 1;
    font-family: 'Montserrat';
    font-size: 14px;
}

footer .container {
    padding-bottom: 40px;
}

.foot-bottom .container {
    padding: unset;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: transparent;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 10px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%);
    transform: translatey(0px);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

.social-links a:hover {
    background-color: var(--primary);
}

.quick-links a {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    opacity: 1;
    font-weight: 500;
}

.quick-links a:hover {
    color: #fdb056;
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    font-family: 'Montserrat';
    color: #fefefe;
    display: block;
    margin-bottom: 20px;
}

.foot-number:hover {
    color: #0d68ae;
}

a.req-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 72px;
    border: 1px solid white;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Roboto';
    color: white;
    transition: 0.3s all ease-in-out;
    margin-top: 20px;
}

a.req-btn:hover {
    background: var(--primary);
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 14px;
    color: #fff;
}

span.text-darkbrown.green {
    color: #8ccffd;
}

.foot-bottom p {
    text-align: center;
    color: #ffffff;
    opacity: 1;
}

section.news-letter ul {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 0px;
}

section.news-letter p {
    color: #fff;
    font-size: 14px;
    width: 75%;
    font-weight: 400;
    opacity: 1;
}

.new-box button {
    font-size: 12px;
    border: transparent;
    width: 19%;
    position: absolute;
    right: 5px;
    color: #fff;
    padding: 15px 0;
    border-radius: 10px;
    background: #ceb04e;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.news-letter {
    padding: 40px 20px 50px;
}

.news-letter .new-box input::placeholder {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat';
}

.news-letter h2 {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.news-letter .new-box {
    position: relative;
    display: flex;
    align-items: center;
    height: 65px;
}

.news-letter .new-box input {
    background: #f6f6f6;
    border: 0;
    padding: 15px 20px;
    width: 79%;
    border-radius: 10px;
}

.news-letter .new-box .theme-button {
    border: 0;
}

.news-letter .new-box .theme-button:hover {
    box-shadow: none;
}

.social-links a:hover {
    color: #fff;
    background: #179ffc;
}

section.news-letter .row {
    align-items: center;
}

footer h6 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Belgiano';
    margin: 20px 0px 4px;
}

footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.add-cont ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
}

.add-cont ul li i {
    font-size: 21px;
    color: #c2a148;
}

.add-cont ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    opacity: 80%;
}

.add-cont ul li p {
    font-size: 14px;
    width: 80%;
    opacity: 1;
}

ul.social {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 5px;
}

ul.social li a i {
    font-size: 11px;
    color: #fff;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    opacity: 50%;
}

ul.social li a i:hover {
    opacity: 100%;
    background: #c9a74a;
    border: unset;
}

footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 370px;
    height: 100%;
    width: 1px;
    background: #ffffff3b;
    z-index: -1;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


.flip-card {
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
}

.flip-card-front img,
.flip-card-back img {
    width: 100%;
}

.flip-card-back {
    transform: rotateY(180deg);
}


.slide_counter h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 250px;
    font-family: 'Montserrat';
    font-size: 15px;
}

.numbers {
    display: flex;
    gap: 20px;
}

.progress {
    width: 225px;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #a18ba6;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    background-image: -webkit-linear-gradient(-3deg, #ceb04e 0%, #ceb04e 24%, #ceb04e 52%, #ceb04e 79%, #ceb04e 100%);
}

.follow-banr-bottom {
    padding: 30px 0;
    position: relative;
    background: #ab86ba;
}

.follow-banr-bottom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #7f6185;
    width: 34%;
    height: 100%;
    z-index: 5;
}

.follow-social-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px 0 30px;
    position: relative;
    z-index: 9999;
}

.follow-social-main ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.follow-social-main ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.7s all;
}

.follow-social-main ul li a:hover {
    background: #ceb04e;
    border-color: #ceb04e;
}

.follow-social-main h5 {
    font-family: 'Montserrat';
    font-size: 14px;
}

.follow-social-main:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 13.5%;
    background: #ffffff70;
    width: 63%;
    height: 1px;
}

.prgrs-barbanr {
    position: absolute;
    bottom: 40px;
    left: 89px;
    z-index: 9999;
}

.nike-zoom-progress-barchg {
    position: absolute;
    top: 7px;
    left: 29px;
}

button.carousel-control-prev, button.carousel-control-next {
    top: 105.3%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ede9ee;
    transition: 0.5s all;
    opacity: 1 !important;
    left: 44px;
    z-index: 998;
}

button.carousel-control-prev:before, button.carousel-control-next:before {
    content: '';
    background-image: url(../images/btn-arwleft.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 20px;
    height: 13px;
    opacity: 1 !important;
}

button.carousel-control-prev:hover, button.carousel-control-next:hover {
    background: #fff;
}

button.carousel-control-prev:hover:before, button.carousel-control-next:hover:before {
    filter: brightness(0);
}

button.carousel-control-next:before {
    background-image: url(../images/btn-arw.png);
}

.carousel-control-next {
    left: 29.3% !important;
}

.follow-banr-bottom:before {
    /* background: #ab86ba; */
    width: 100%;
}

.main_slider section#shine {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.guidance-sec section#sky {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-sec section#twinkle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

div#Footer {
    position: relative;
}

div#Footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/footer-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
    animation: shake-horizontal 10s linear infinite both;
}

@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}


@keyframes shake-horizontal {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}