@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&family=Play&display=swap');

/* font-family: 'Orbitron', sans-serif;
font-family: 'Play', sans-serif; */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    background-color: #040032;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #000000;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #F9AE50;
}

.main-wrapper {
    overflow: hidden;
    overflow-x: hidden;
}

.form-range::-webkit-slider-thumb {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.form-range::-moz-range-thumb {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
}

.form-range::-ms-thumb {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    border-color: transparent;
    border-radius: 1rem;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
}


/*-----------------navbar----------------*/

.index-header {
    background-image: url('../images/home-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    /* min-height: 100vh; */
}

#index .page-logo {
    width: 160px;
}

#index .offcanvas {
    background-color: #040032;
    width: 350px;
    z-index: 9999;
}

#index .navbar-toggler {
    padding: 0;
    border: 0px solid rgba(255, 255, 255, 0.8);
    margin-left: 10px;
}

#index .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none;
}

#index .nav-item .nav-link {
    color: #FFF;
    font-family: 'Play';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-right: 7px;
    transition: all 0.5s;
}

#index .nav-item .nav-link:hover {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#index .nav-item span {
    color: #FFF;
}

.navbar .get-start .btn-start {
    padding: 12px 25px;
}

.navbar .btn.show {
    border-color: transparent;
}

.get-start {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

#index .get-start span {
    color: #FFF;
    margin-right: 35px;
    font-size: 26px;
}

.get-start .btn-start {
    color: #FFF;
    border-radius: 500px;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    padding: 17px 31px;
    font-family: 'Orbitron';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.get-start i {
    font-size: 24px;
    margin-left: 10px;
}

.btn-start:hover {
    background: linear-gradient(137deg, #5C01FF 0%, #27d0fb 100%);
}

.navbar .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 0;
    right: 0;
    left: auto;
    width: 100%;
}

.navbar .dropdown-item {
    color: #000;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 6px 16px;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    color: #fff;
    background: linear-gradient(137deg, #5C01FF 0%, #27d0fb 100%);
}

.navbar .account-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .account-dropdown i {
    font-size: 18px;
    margin-right: 10px;
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.6em solid;
    border-right: 0.6em solid transparent;
    border-bottom: 0;
    border-left: 0.6em solid transparent;
}


/*--------------------------home----------------------------*/

#home {
    position: relative;
    padding-bottom: 40px;
}

.ellipse-4 {
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.home-h1-1 {
    color: #FFF;
    font-family: 'Orbitron';
    /* font-size: 74px; */
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    ;
    text-transform: uppercase;
    margin-bottom: 0;
}

#home .home-h1-2 {
    color: #F9AA51;
    font-family: 'Orbitron';
    /* font-size: 134px; */
    font-size: 125px;
    font-style: normal;
    font-weight: 700;
    line-height: 134px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#home p {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
    padding-right: 110px;
}

.ellipse-3 {
    position: absolute;
    right: 0;
    bottom: 70px;
}

.get-start img {
    margin-right: 12px;
}

.social-btn-group {
    position: absolute;
    bottom: 10px;
}

.social-btn-group .btn-social {
    text-decoration: none;
    width: 40px;
    height: 40px;
    background-color: #5C01FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 20px;
}

.social-btn-group .btn-social:first-child {
    margin-left: 0;
}

.social-btn-group .btn-social i {
    color: #D9D9D9;
}


/*------------------------About ---------------------*/

.page-bg {
    background-image: url('../images/page-bg.png');
    background-size: cover;
    /* background-position: 100% 100%; */
    background-repeat: no-repeat;
}

.about .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.client-logo img {
    width: auto !important;
}

#about {
    padding-top: 90px;
    position: relative;
}

.ellipse-1 {
    position: absolute;
    top: 0;
    left: 270px;
}

.about h2 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#about h1 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    padding-right: 40px;
}

#about p {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 30px;
}

#about p:last-child {
    margin-top: 0px;
}

.ellipse-2 {
    position: absolute;
    top: -50px;
    right: 230px;
}

.about-content {
    margin-left: 40px;
}


/*--------------------insights---------------------*/

.insights {
    background-image: url('../images/img-Frame.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-top: 180px;
    /* padding-bottom: 70px; */
    position: relative;
}

.ellipse-13 {
    position: absolute;
    top: 400px;
    left: 0;
}

.ellipse-14 {
    position: absolute;
    bottom: 50px;
    right: 200px;
}

#insights h1 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
}

#insights p {
    color: #FFF;
    text-align: center;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0 70px;
}

.ellipse-5 {
    position: absolute;
    top: -40px;
    right: -20px;
}

.ellipse-6 {
    position: absolute;
    top: 250px;
    left: 120px;
}

#insights-form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* padding-bottom: 500px; */
}

.date-select {
    margin-top: 20px;
}

.email-select {
    margin-top: 50px;
}

#insights-form h4 {
    color: #FFF;
    text-align: start;
    font-family: 'Orbitron';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}

#insights-form {
    margin-top: 80px;
}

.btn-search {
    border-radius: 200px;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    color: #FFF;
    text-align: center;
    font-family: 'Orbitron';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding: 28px 34px;
    width: 100%;
    text-align: center;
    position: relative;
}


/*------------------Loading----------------------*/

.button.is-loading {
    cursor: no-drop;
}

.is-loading .button__content {
    opacity: 0;
}

.btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -18px;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-left-color: #222;
    border-radius: 50%;
    transition: all 0.3s;
    animation: btRotate 0.6s infinite linear;
}

@keyframes btRotate {
    0% {
        transform: rotate(0deg);
    }

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

.btn-search:hover {
    background: linear-gradient(137deg, #5C01FF 0%, #27d0fb 100%);
    color: #fff !important;
}

#insights-form .wrapper-dropdown {
    position: relative;
    display: inline-block;
    width: 100% !important;
    padding: 28px 8px 28px 28px;
    background: #040125;
    background-clip: padding-box;
    border: solid 2px transparent;
    text-align: left;
    color: #fff;
    cursor: pointer;
    border-radius: 200px;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#insights-form .wrapper-dropdown:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

#insights-form .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

#insights-form .arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
}

#insights-form svg {
    transition: all 0.3s;
}

#insights-form .rotated {
    transform: rotate(-180deg);
}

#insights-form .wrapper-dropdown .dropdown {
    overflow-y: auto;
    height: 280px;
    transition: 0.3s;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 0;
    box-shadow: inherit;
    background: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #F9AE50;
}

#insights-form .wrapper-dropdown .dropdown li {
    padding: 0 15px;
    line-height: 45px;
    overflow: hidden;
}

#insights-form .wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}

#insights-form .dropdown {
    padding: 0.5rem !important;
}

#insights-form .wrapper-dropdown .dropdown li:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

#insights-form .wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    /* border-radius: 15px; */
}

#insights-form .insight-form-content {
    border: 3px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-bottom: 50px;
}

.insights-form .insight-img {
    padding: 70px;
    position: relative;
}

.insights-form .insight-img svg {
    animation: rotate 60s linear infinite;
}

@keyframes blinker {
    0% {
        fill: rgba(255, 255, 255, 0.15);
    }

    50% {
        fill: rgba(255, 255, 255, 0.3);
    }

    100% {
        fill: rgba(255, 255, 255, 0.15);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

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

.astro-modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.astro-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    padding: 18px 30px;
}

.close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close-button i {
    color: #fff;
}

.close-button:hover {
    background: linear-gradient(137deg, #5C01FF 0%, #27d0fb 100%);
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.astro-modal h6 {
    color: #040125;
    font-family: 'Orbitron';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.astro-modal p {
    color: #040125 !important;
    font-family: 'Play';
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    padding: 0 !important;
    text-align: start !important;
}

.astro-modal-header {
    display: flex;
    align-items: center;
}

.astro-modal-header img {
    width: 35px;
    margin-right: 10px;
}

.astro-modal-body {
    margin-top: 10px;
}


/*-----------Aquarius-----------*/

.insights-form .insight-img .active #Aquarius-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Aquarius-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Aquarius-image {
    fill: #F9AE50;
}


/*-----------Pisces-----------*/

.insights-form .insight-img .active #Pisces-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Pisces-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Pisces-image {
    fill: #F9AE50;
}


/*-----------ARIES-----------*/

.insights-form .insight-img .active #Aries-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Aries-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Aries-image {
    fill: #F9AE50;
}


/*-----------Taurus-----------*/

.insights-form .insight-img .active #Taurus-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Taurus-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Taurus-image {
    fill: #F9AE50;
}


/*-----------Gemini-----------*/

.insights-form .insight-img .active #Gemini-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Gemini-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Gemini-image {
    fill: #F9AE50;
}


/*-----------Cancer-----------*/

.insights-form .insight-img .active #Cancer-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Cancer-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Cancer-image {
    fill: #F9AE50;
}


/*-----------LEO-----------*/

.insights-form .insight-img .active #Leo-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Leo-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Leo-image {
    fill: #F9AE50;
}


/*-----------Virgo-----------*/

.insights-form .insight-img .active #Virgo-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Virgo-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Virgo-image {
    fill: #F9AE50;
}


/*-----------Libra-----------*/

.insights-form .insight-img .active #Libra-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Libra-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Libra-image {
    fill: #F9AE50;
}


/*-----------Scorpio-----------*/

.insights-form .insight-img .active #Scorpio-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Scorpio-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Scorpio-image {
    fill: #F9AE50;
}


/*-----------Sagittarius-----------*/

.insights-form .insight-img .active #Sagittarius-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Sagittarius-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Sagittarius-image {
    fill: #F9AE50;
}


/*-----------Capricorn-----------*/

.insights-form .insight-img .active #Capricorn-sign {
    fill: #fff;
}

.insights-form .insight-img .active #Capricorn-base {
    fill: rgba(255, 255, 255, 0.15);
    animation: blinker 2.5s linear infinite;
}

.insights-form .insight-img .active #Capricorn-image {
    fill: #F9AE50;
}


/*---------------------process---------------------*/

.process {
    padding-top: 30px;
    padding-bottom: 30px;
}

.process h1 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.process p {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.process .item {
    background: #040125;
    margin-left: 20px;
    overflow: hidden;
}

.process .item:first-child {
    margin-left: 0px;
}

.process .item-content {
    padding: 28px 42px;
}

.process .item .item-number h1 {
    color: rgba(255, 255, 255, 0.06);
    font-family: 'Orbitron';
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 150px;
    text-transform: uppercase;
    position: relative;
    left: -7px;
    top: -50px;
    margin-bottom: -50px;
}

.process .item .item-content h5 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.process .item .item-content p {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.process .item .item-content h6 {
    font-family: 'Orbitron';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    text-decoration: none;
}

.owl-nav {
    position: absolute;
    top: -170px;
    right: 30px;
}

.owl-dots {
    display: none;
}

:focus-visible {
    outline: 0;
}

.process-slider {
    background-image: url('../images/img-Frame.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-top: 60px;
}

.process-slider .get-start {
    margin-top: 60px;
}

#process .owl-carousel .owl-stage-outer {
    overflow: visible;
}

#resume {
    position: relative;
}

.ellipse-7 {
    position: absolute;
    bottom: -100px;
    left: 0;
}

#resume .item-card-img {
    padding: 22px 17px;
    background: #150033;
    background-clip: padding-box;
    border: solid 2px transparent;
    position: relative;
}

#resume .item-card-img iframe {
    min-height: 346px;
}

#resume .item-card-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

#resume .item-card-content {
    margin-top: 30px;
}

#resume .item-card-content h6 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

#resume .item-card-content p {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}


/*---------------testimonial--------------------*/

#testimonial {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

#testimonial h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Orbitron';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}

#owl-carousel-testimonial p {
    color: #FFF;
    text-align: center;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
}

#owl-carousel-testimonial h5 {
    color: #FFF;
    text-align: center;
    font-family: 'Orbitron';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 50px;
    margin-bottom: 0;
}

#owl-carousel-testimonial {
    margin-top: 60px;
}

#owl-carousel-testimonial .testimonial-img img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

#owl-carousel-testimonial .owl-prev {
    position: absolute;
    top: 50px;
    left: -100px;
}

#owl-carousel-testimonial .owl-next {
    position: absolute;
    top: 50px;
    right: -100px;
}

#owl-carousel-testimonial .owl-nav {
    position: static;
}

.ellipse-8 {
    position: absolute;
    right: 0;
    top: 0;
}

.ellipse-9 {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*----------------------blog---------------------*/

.blog {
    background-image: url('../images/img-Frame.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

#blog h1 {
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Orbitron';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 71.307px;
    margin-bottom: 0;
}

#blog .title {
    color: #FFF;
    text-align: center;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0 90px;
    margin-top: 25px;
    margin-bottom: 0;
}

#blog .card {
    background-color: transparent;
    border-radius: 15px;
    transition: all 1.5s;
    text-decoration: none;
}

#blog .card:hover .card-img-top {
    transform: scale(1.05);
}

#blog .card:hover .card-title {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#blog .card .card-body span {
    color: #FFFFFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

#blog .card .card-body h5 {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Orbitron';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 20px;
    transition: all 0.5s;
}

#blog .card .card-body p {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

.blog-list {
    margin-top: 50px;
}

#blog img {
    border-radius: 15px;
    transition: all 0.5s;
}

.ellipse-10 {
    position: absolute;
    top: 0;
    left: 0;
}


/*-----------------------start-now-------------------*/

#start-now {
    padding-top: 130px;
    position: relative;
}

#start-now h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Orbitron';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

#start-now p {
    color: #FFF;
    text-align: center;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0 130px;
}

#start-now .start-now-section {
    /* border: 3px solid;
border-image-slice: 1;
border-width: 3px;
border-image-source: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
border-left: 0;
border-right: 0;
border-top: 0; */
    padding-bottom: 80px;
}

.ellipse-11 {
    position: absolute;
    top: 0;
    right: 0;
}

.ellipse-12 {
    position: absolute;
    top: 0;
    left: 0;
}


/*-----------------Footer-----------------*/


/* #footer {
padding-top: 100px;
padding-bottom: 90px;
} */

.footer-top {
    border: 3px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
}

#footer .footer-logo img {
    width: 250px;
}

#footer .footer-text p {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 20px;
}

#footer h4 {
    color: #FFF;
    text-align: start;
    font-family: 'Orbitron';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 30px;
}

.quick-link {
    margin-bottom: 10px !important;
}

#footer .links ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 20px;
    padding-left: 0;
    margin-bottom: 0;
}

#footer .links ul li {
    list-style: none;
    padding-top: 20px;
}

#footer .links ul li a {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
    text-decoration: none;
}

#footer .links ul li a:hover {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact {
    display: flex;
    flex-direction: column;
}

#footer .contact a:first-child {
    margin-top: 0;
}

#footer .contact a {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
    text-decoration: none;
}

#footer span {
    font-weight: 400;
}

.email {
    background: #040125;
    background-clip: padding-box;
    border: solid 2px transparent;
    position: relative;
    border-radius: 200px;
    padding: 28px 30px;
}

.email .form-control {
    padding: 0;
    /* color: #A6A6A6; */
    color: aliceblue;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    border: 0;
}

.email .form-control::placeholder {
    color: #A6A6A6;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.email .form-control:focus {
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.email:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

.btn-submit {
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 0;
}

.btn-submit i {
    color: #fff;
    font-size: 32px;
}

#footer .footer-bottom {
    border: 3px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-bottom: 70px;
    padding-top: 20px;
}

#footer span {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

#footer .link-social {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    margin-left: 50px;
}

#footer .link-social:hover {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.link-group {
    display: flex;
    align-items: center;
    justify-content: end;
}


/* .footer-bottom {
margin-top: 20px;
} */


/*----------------------------Astrology Insights-----------------------------*/

.ai-insights {
    padding-top: 190px;
}

.inner-pages {
    background-image: url('../images/ai-section-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}


/* .ai-header {
position: relative;
z-index: 0;
} */

.ellipse-15 {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.star {
    position: absolute;
    top: 200px;
    left: 200px;
}

.ai-insights h1 {
    margin-bottom: 40px !important;
}

.ai-page-bg {
    background-image: url('../images/ai-page-bg.png');
    background-size: cover;
    /* background-position: 100% 100%; */
    background-repeat: no-repeat;
}

#astro-img {
    background-image: url('../images/ai-page-Frame.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    /* z-index: -1; */
    /* padding-bottom: 70px; */
}

.ellipse-16 {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

.ellipse-17 {
    position: absolute;
    bottom: 50px;
    right: 150px;
    z-index: -1;
}


/*------------------resume---------------------*/

.resume {
    padding-top: 120px;
    padding-bottom: 150px;
}

.resume .get-start {
    margin-top: 80px;
}


/* .resume {
background-image: url('../images/ai-page-Frame.png');
background-repeat: no-repeat;
background-position: bottom center;
background-size: 100%;
 z-index: -1;
 padding-bottom: 70px;
} */


/*----------------------work-persona-----------------------*/

#work-persona {
    padding-top: 120px;
    padding-bottom: 180px;
}

#work-persona .profile-section {
    background: #150033;
    background-clip: padding-box;
    border: solid 2px transparent;
    position: relative;
    padding: 20px 18px 60px;
    height: 100%;
}

#work-persona .profile-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

#work-persona .profile-section .profile-name {
    margin-top: 24px;
}

#work-persona h4 {
    font-family: 'Orbitron';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 0;
}

#work-persona .profile-section h5 {
    font-family: 'Orbitron';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#work-persona .profile-section .demographics {
    margin-top: 80px;
}

#work-persona .profile-section .demographics .demographics-content {
    margin-top: 12px;
}

#work-persona .profile-section .demographics h6 {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

#work-persona .profile-section .demographics p {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}


/* #work-persona .bio {
background: #150033;
background-clip: padding-box;
border: solid 2px transparent;
position: relative;
padding: 20px 18px 60px;
height: 100%;
}

#work-persona .bio::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
margin: -2px;
border-radius: inherit;
background: linear-gradient(to left, #F5387E, #F9AE50);
} */

#work-persona .bio .bio-content {
    margin-top: 16px;
}

#work-persona .bio .bio-content p {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#work-persona .bio .personality {
    margin-top: 30px;
}

#work-persona .bio .personality label {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

#work-persona .bio .personality .personality-range {
    /* margin-top: 24px; */
    margin-top: 30px;
}

.personality-range .input-range {
    position: relative;
}

.personality-range .input-range::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 22px;
    opacity: 0.5;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
}

#work-persona .bio .personality .second-label {
    float: right;
}

#work-persona .goal-list {
    margin-top: 16px;
    padding-left: 18px;
    margin-bottom: 0;
}

#work-persona .goal-list li {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 14px;
}

.resume .card-body {
    padding: 16px 0;
}


/*--------------------------VMV------------------*/

#mission {
    background-image: url('../images/vmv.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
}

.values:first-child {
    margin-top: 0;
}

.values {
    margin-top: 150px;
    position: relative;
}

.mission {
    padding-left: 100px;
}

.values h5 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.values p {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.testimonial-bg {
    padding-top: 0 !important;
}

#client-logo {
    padding-top: 170px;
    background-image: url('../images/img-Frame.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding-bottom: 180px;
}


/*-----------------Contact Page---------------------*/

#contact {
    padding-top: 100px;
    padding-bottom: 100px;
}

.error .form-control {
    border-color: red !important;
}

.error .invalid-feedback {
    display: block;
}

.email-error+.invalid-feedback {
    display: block !important;
    display: block !important;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

#contact .contact-btn-block {
    border-radius: 400px;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    box-shadow: 0px 19px 69px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 0px;
    display: flex;
    justify-content: center;
}

#contact .contact-btn-block a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Orbitron';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

#contact .contact-btn-block i {
    color: #000;
}

.contact-form {
    position: relative;
    padding: 28px 8px 28px 28px;
    background: #040125;
    background-clip: padding-box;
    border: solid 2px transparent;
    padding: 100px;
    margin-top: 90px;
}

.contact-form:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

.contact-form .form {
    margin-top: 70px;
}

.contact-form .form .search {
    margin-top: 40px;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after {
    background-color: transparent;
}

.contact-form .form-control {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    /* font-family: 'Orbitron'; */
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* text-transform: capitalize; */
    background-color: transparent;
    border-radius: 0px !important;
    border: 2px solid #EBECF0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.form-control:focus {
    box-shadow: none;
}

.form-floating>label {
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 6px;
    opacity: 1;
}

.form-floating>.form-control:focus~label::after {
    background-color: transparent;
}

.contact-form h5 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contact-form p {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    padding-right: 150px;
}


/*-----------------------Login----------------------------*/

.form-logo img {
    width: 100px;
}

.login-form p {
    font-size: 20px;
    margin-top: 5px;
}

.login-form h5 {
    font-size: 38px;
    line-height: 40px;
}

.google-sign img {
    width: 28px;
    margin-right: 15px;
}

.google-sign {
    margin-top: 50px;
}

.google-btn {
    background: #040032;
    border: 2px solid #070056;
    border-radius: 6px;
    font-family: 'Play';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    padding: 16px;
    width: 100%;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-btn:hover {
    background: linear-gradient(to left, #F5387E, #F9AE50);
    border: 1px solid transparent;
}

.line-text {
    height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.line-text .line {
    height: 1px;
    flex: 1;
    background-color: #333;
}

.line-text .or {
    color: #fff;
    line-height: 15px;
    flex: none;
    font-size: 18px;
    font-family: 'Play';
    font-style: normal;
    padding: 0px 10px;
    text-transform: uppercase;
}

.help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.help a {
    font-size: 18px;
    font-family: 'Play';
    line-height: 19px;
    text-decoration: none;
    color: #fff;
}

.help label {
    font-size: 18px;
    font-family: 'Play';
    line-height: 19px;
    color: #fff;
}

.help .form-check-input[type=checkbox] {
    background-color: transparent;
}

.login-form .contact-form {
    padding: 70px;
}

.login-form .contact-form .form {
    margin-top: 30px;
}

.item-card {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.item-card:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, 0.4);
}

.button {
    position: absolute;
    width: 250px;
    left: 0;
    top: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
}

.button a {
    width: 230px;
    padding: 12px 48px;
    text-align: center;
    font-family: 'Play';
    color: #fff;
    border: solid 2px transparent;
    z-index: 1;
    text-decoration: none;
    background: linear-gradient(to left, #F5387E, #F9AE50);
    border-radius: 200px;
}

.item-card:hover .button {
    opacity: 1;
}

.resume .item-card:hover .item-card-content h6 {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*----------------------Blog Details-----------------*/

.blog-profile {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-profile img {
    width: 25px;
}

.blog-profile h6 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 0;
    margin-left: 10px;
}

.blog-details span {
    color: #E1E1E1;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.blog-details p {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.blog-details h4 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: start;
}

.inner-blog {
    margin-top: 50px;
}

.blog-button:first-child {
    margin-top: 0;
}

.blog-button {
    padding: 16px 17px;
    background: #150033;
    background-clip: padding-box;
    border: solid 2px transparent;
    position: relative;
    border-radius: 12px;
    width: 100%;
    margin-top: 20px;
}

.blog-button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

.blog-button .btn-blog {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-align: start;
    width: 100%;
    padding: 0;
}

.blog-button:hover {
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

.blog-button span {
    float: right;
    background-color: #fff;
    color: #000;
    padding: 5px;
    font-size: 16px;
    line-height: 12px;
    border-radius: 10px;
}

.blog-sidebar {
    margin-top: 80px;
}

.recent-blog h4 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: start;
    margin-bottom: 0px;
}

.recent-blog span {
    color: #E1E1E1;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.recent-blog h5 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: start;
    margin-bottom: 30px;
}

.recent-img {
    border-radius: 6px !important;
}

.recent-blog hr {
    color: #fff;
    opacity: 1;
    margin-bottom: 20px;
}

.post-detail {
    margin-top: 30px;
}

.recent-post-detail {
    text-decoration: none;
}

.recent-post-detail:hover h4 {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.related-blog {
    margin-top: 80px;
}

.related-blog h4 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: start;
}

.login-form .btn-search {
    font-size: 24px;
    line-height: 24px;
    max-width: 250px;
}

.blog-page {
    padding-bottom: 70px;
}


/*----------------------price-page---------------------*/

.price-page .price h2 {
    color: #FFF;
    font-family: 'Orbitron';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.price-page .price p {
    color: #FFF;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    padding-right: 0;
}

.price-page .contact-form {
    padding: 40px;
}

.price-point ul li {
    color: #000;
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
    text-align: start;
}

.price-point ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.price-page .btn-start {
    font-size: 18px;
    line-height: 18px;
}

.why-join {
    margin-top: 100px;
}

.why-join h4 {
    font-family: 'Orbitron';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background: linear-gradient(0deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-join h1 {
    color: #FFF;
    font-family: 'Play';
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 0;
}

.why-join p {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.price-point-details {
    margin-top: 60px;
    margin-bottom: 60px;
}

.price-point-details .accordion-item {
    background-color: #040125;
    border-color: #2e2a56;
}

.price-point-details .accordion-body {
    color: #FFF;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    padding-top: 0;
}

.price-point-details .accordion-button {
    /* background: linear-gradient(to left, #F5387E, #F9AE50); */
    background: #040125;
    color: #FFF;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    box-shadow: none !important;
}

.price-point-details .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom: 0;
}

.price-point-details .accordion-button:not(.collapsed) {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 0;
}

.price-point-details .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.why-wait-box {
    position: relative;
    padding: 50px;
    background: #040125;
    background-clip: padding-box;
    border: solid 15px transparent;
    border-radius: 12px;
    text-align: center;
}

.why-wait-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -15px;
    border-radius: inherit;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

.why-wait-box h4 {
    font-family: 'Orbitron';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    background: linear-gradient(0deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 0;
}

.why-wait-box p {
    margin-top: 24px;
    padding: 0 50px;
    line-height: 28px;
}


/*-------------------------------*/

.price-page .card {
    border-radius: 16px;
    /* background-color: #fff; */
    height: 100%;
    width: 100%;
    /* max-height: 100vh; */
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: solid 15px transparent;
    text-align: center;
}

.price-page .card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -15px;
    border-radius: inherit;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

.price-page .cta {
    padding: 42px;
    /* text-align: center; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}

.price-page .cta h1 {
    font-size: 32px;
    line-height: 32px;
    font-family: 'Orbitron';
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

.price-page .cta .description {
    font-size: 1.25em;
    margin: 0;
}

.price-page .cta .price {
    display: flex;
    align-items: center;
}

.price-point {
    margin-top: 30px;
}

.price-page .cta .amount {
    font-size: 60px;
    line-height: 60px;
    font-family: 'Orbitron';
    margin-top: 10px;
    background: linear-gradient(0deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    text-align: center;
}

.price-page .cta .amount small {
    font-size: 40px;
}

.price-point ul li:first-child {
    margin-top: 0;
}

.price-page .cta button {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    border: 0;
    border-radius: 200px;
    padding: 12px 48px;
    font-family: 'Play';
    font-size: 26px;
    line-height: 26px;
    margin-top: 30px;
}

.price-page .cta button:hover {
    background: linear-gradient(137deg, #5C01FF 0%, #27d0fb 100%);
}

.price-page .cta button a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: 'Play';
}

.price-page .img {
    width: 100%;
    margin-top: 1rem;
    /* height: 100%; */
    /* background-image: url("../images/price-page.jpg"); */
    /* background-image: url("../images/dreamstime_xxl_180238712.jpg"); */
    /* background-size: cover; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
}

.price-page .img img {
    border-radius: 13px;
}


/*---------------Profile---------------*/

.manage-profile {
    padding-top: 120px;
}

.profile-page {
    padding-top: 0 !important;
}

.profile-page .contact-form {
    margin-top: 60px;
}

.profile-page .form {
    margin-top: 0px !important;
}

.profile-page .contact-form .form-control {
    font-family: 'Play';
    font-weight: 400;
}

#update {
    display: none;
}


/*-----------------upload profile-----------------*/

.profile-image {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.profile-image .profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
    height: 100%;
    object-fit: cover;
}

.profile-image .file-upload {
    display: none;
}

.profile-image .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    /* top: 72px; */
    margin-left: auto;
    margin-right: auto;
}

.profile-image img {
    max-width: 100%;
    height: auto;
}

.profile-image .p-image {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    position: absolute;
    bottom: 5px;
    right: 5px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 5px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-image .p-image:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(137deg, #5C01FF 0%, #27d0fb 100%);
}

.profile-image .upload-button {
    font-size: 16px;
    color: #fff;
}


/*
.profile-image .upload-button:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #999;
} */


/*-----------------build_resume-----------------------*/

.build_resume {
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}

.build-resume-box {
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: solid 10px transparent;
    border-radius: 6px;
}

.build-resume-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -10px;
    border-radius: inherit;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

.build_resume .resume_steps {
    padding: 50px;
}

.build_resume .resume_steps h1 {
    color: #040125;
    font-family: 'Orbitron';
    font-size: 4ch;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.build_resume .resume_steps .resume-form {
    margin-top: 30px;
}

.build_resume .resume_steps .resume-form .form-field {
    margin-top: 20px;
}

.build_resume .resume_steps .resume-form .form-label {
    color: #040125;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.build_resume .resume_steps .resume-form .form-label span {
    color: red;
}

.build_resume .resume_steps .resume-form .form-control {
    color: #040125;
    font-family: 'Play';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding: 10px 12px;
    border: 1px solid #cbcbcb;
}

.resume-form .form-control::placeholder {
    color: #a6a6a6;
    font-size: 16px;
    line-height: 12px;
}

.next-button {
    margin-top: 40px;
    text-align: center;
}

.next-button .btn-next {
    color: #FFF;
    border-radius: 500px;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    padding: 17px 40px;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    transition: all 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-next:hover {
    background: linear-gradient(137deg, #5C01FF 0%, #27d0fb 100%);
}

.resume-form-img img {
    width: 200px;
}

.tips-box {
    background-color: #040125;
    height: 100%;
}

.tips-box .tips h4 {
    color: #fff;
    font-family: 'Orbitron';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
    text-align: center;
}

.resume-form-img {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    padding: 30px 30px 70px;
    overflow: hidden;
    z-index: 0;
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    right: 0;
}

.custom-shape-divider svg {
    position: relative;
    display: block;
    width: calc(125% + 1.3px);
    height: 80px;
}

.custom-shape-divider .shape-fill {
    fill: #040125;
}

.tips-box .tips .tips-points {
    margin-top: 30px;
}

.points:first-child {
    margin-top: 0;
}

.tips {
    padding: 30px;
}

.tips-box .tips .tips-points .points {
    margin-top: 15px;
    display: flex;
    align-items: start;
    width: 100%;
}

.tips-box .tips .tips-points .points .tips-icon {
    background: linear-gradient(137deg, #5C01FF 0%, #27d0fb 100%);
    padding: 10px;
    margin-right: 20px;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
}

.tips-box .tips .tips-points .points .tips-icon i {
    color: #fff;
}

.tips-box .tips .tips-points .points .tips-text p {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.yearpicker-items:hover {
    color: #040032;
}

.build_resume .form-check {
    margin-top: 10px;
}

.build_resume .form-check label {
    font-family: 'Play';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #040125;
}

.build_resume .form-check-input {
    margin-top: 5px;
}

.build_resume .form-check-input {
    border-color: #040125 !important;
}

.build_resume .form-check-input:checked {
    background-color: #040125;
}

.build_resume .form-check-input:focus {
    box-shadow: none;
    border-color: #040125;
}

.build_resume .resume_steps p {
    margin-bottom: 0;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #040125;
    margin-top: 8px;
}

.tox-notifications-container {
    display: none;
}

.mce-content-body p {
    font-family: 'Play' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #040125 !important;
}

.search-bar .has-search .form-control {
    padding: 10px 14px 10px 56px;
    color: #040125;
    font-family: 'Play';
    font-size: 18px;
    line-height: 28px;
    width: 85%;
}

.search-bar .has-search .form-control::placeholder {
    color: #a6a6a6;
    font-size: 18px;
    line-height: 22px;
}

.search-bar {
    margin-top: 30px;
}

.search-bar .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #040125;
    font-size: 20px;
    padding: 17px 20px;
}

.search-text h5 {
    color: #fff;
    font-family: 'Play';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    text-align: start;
}

.search-img {
    position: absolute;
    top: -20px;
    right: -40px;
    z-index: -1;
    transform: rotate(330deg);
    mix-blend-mode: luminosity;
}

.search-main-box {
    height: 250px;
}

.search-options {
    height: calc(100% - 250px);
    position: absolute;
    overflow-y: auto;
    left: 0;
    right: 0;
}

.btn-responsibility {
    background-color: transparent;
    border: 0;
    text-align: start;
    border-bottom: 1px solid #2e2a56;
    padding-bottom: 15px;
}

.btn-responsibility p {
    line-height: 23px;
}

.search-options button:disabled,
.search-options button[disabled] {
    opacity: 0.55;
}

.search-options h6 {
    /* display: flex; */
    align-items: center;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.search-options h6 i {
    color: #8cc53e;
}

.btn-back {
    text-decoration: none;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 20px;
}

.btn-back i {
    font-size: 16px;
}

.list-box {
    border: 1px solid #040125;
    padding: 15px 25px 45px;
    margin-top: 30px;
}

.company-name h6 {
    font-family: 'Play';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.details p {
    font-size: 15px !important;
    line-height: 15px !important;
    margin-top: 5px !important;
}

.button-group {
    display: flex;
    align-items: center;
    float: right;
}

.button-group .btn-edit {
    border: 1px solid #040125;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px;
}

.button-group .btn-edit i {
    color: #040125;
}

.another-expereince {
    margin-top: 40px;
    text-align: center;
}

.another-expereince a {
    text-decoration: none;
    color: #040125;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.another-expereince a i {
    margin-right: 5px;
}

.button-group .btn-edit:hover {
    /* background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%); */
    background: linear-gradient(137deg, #5C01FF 0%, #27d0fb 100%);
}

.button-group .btn-edit:hover i {
    color: #fff;
}

.build_resume .resume_steps .resume-form .form-select {
    color: #040125;
    font-family: 'Play';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding: 10px 12px;
    border: 1px solid #cbcbcb;
}

.form-select:focus {
    box-shadow: none;
}


/*---------------------preview-section------------------*/

.preview-section {
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: solid 10px transparent;
    border-radius: 6px;
    padding: 20px;
}

.preview-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -10px;
    border-radius: inherit;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

.main-title {
    border-bottom: 5px solid #629dd1;
}

.main-title h1 {
    color: #404040;
    font-family: 'Orbitron';
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
}

.contact-info p {
    color: #404040;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
}

.section-title {
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
}

.section-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #629dd1;
    z-index: -1;
}

.section-title h4 {
    background-color: #fff;
    display: inline-block;
    color: #234f77;
    font-family: 'Orbitron';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    max-width: 85%;
}

.template-section {
    margin-top: 40px;
}

.section-details {
    margin-top: 15px;
}

.section-details ul li {
    color: #404040;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: start;
    margin-bottom: 5px;
}

.section-details ul li:last-child {
    margin-bottom: 0;
}

.other-section h6 {
    color: #000000;
    font-family: 'Play';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.other-section p {
    color: #000000;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.header-name h5 {
    color: #000000;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}


/*
.header-name {
    width: 45%;
    float: left;
}

.duration {
    width: 45%;
    float: right;
} */

.section-header {
    display: flex;
    align-items: flex-start;
    background-color: #dfebf5;
    padding: 10px;
    margin-top: 15px;
}

.section-header p {
    color: #000000;
    font-family: 'Play';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
}

.duration {
    margin-left: auto;
}

.objective {
    margin-top: 20px;
}

.objective p {
    color: #000000;
    font-family: 'Play';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.experience-points {
    margin-top: 30px;
}

.edcation-insitute {
    margin-top: 20px;
}

.award p {
    /* text-align: start; */
    margin-bottom: 0;
}

.button-box {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    padding: 25px 15px;
}

.button-box a {
    width: 80%;
    text-align: center;
    padding: 17px 10px !important;
}


/*-------------------------My Resume-------------------*/

.create-resume a {
    text-decoration: none;
    font-size: 16px !important;
}

.my-resume {
    padding-top: 60px;
    padding-bottom: 60px;
}

.my-resume h4 {
    /* color: #FFF; */
    text-align: Start;
    font-family: 'Orbitron';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 25px;
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button-options {
    position: absolute;
    width: 250px;
    left: 0;
    top: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-options a:first-child {
    margin-left: 0;
}

.button-options a {
    display: inline-block;
    width: 40px;
    height: 40px;
    /* padding: 12px 48px; */
    text-align: center;
    font-family: 'Play';
    color: #fff;
    border: solid 0px transparent;
    z-index: 1;
    text-decoration: none;
    background: linear-gradient(to left, #F5387E, #F9AE50);
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.item-card:hover .button-options {
    opacity: 1;
}

.new-resume {
    height: 100%;
}

.new-resume a {
    text-decoration: none;
    border: 1px dashed #fff;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Play';
    font-size: 20px;
    line-height: 20px;
    background-color: rgba(21, 0, 51, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.1s;
}

.new-resume a:hover {
    background-color: rgba(21, 0, 51, 1);
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
}

.my-resume .item-card-content h6 {
    margin-left: 10px;
}

.my-resume .item-card-content h6 a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
}

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

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

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

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

@media(max-width:1550px) {
    #mission {
        background-position: -150px center;
    }
}

@media(max-width:1400px) {
    #mission {
        background-position: -180px center;
    }
}

@media(max-width:1300px) {
    #mission {
        background-image: none;
    }

    .mission {
        padding-left: 0;
    }

    .values {
        padding-left: 70px;
    }

    .values::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
        filter: blur(1.5px);
        top: 0;
        left: 0;
        border-radius: 50%;
    }

    .values {
        margin-top: 70px;
    }

    #mission .row {
        justify-content: start !important;
    }
}

@media(min-width:1200px) and (max-width:1300px) {
    .home-h1-1 {
        font-size: 68px;
        line-height: 70px;
    }

    #index .nav-item .nav-link {
        font-size: 18px;
        margin-right: 5px;
    }

    #home .home-h1-2 {
        font-size: 128px;
        line-height: 128px;
    }
}

@media(max-width:1199px) {
    .price-page .card {
        max-width: 100%;
    }

    #index .offcanvas-body,
    #index .offcanvas-header {
        background-color: rgba(255, 255, 255, 0.06);
    }

    #index .nav-item .nav-link {
        font-size: 18px;
        padding: 16px;
    }

    .home-h1-1 {
        font-size: 54px;
        line-height: 54px;
    }

    #home .home-h1-2 {
        font-size: 104px;
        line-height: 104px;
    }

    #home p {
        padding-right: 0;
    }

    .ellipse-4 {
        width: 90px;
    }

    .get-start {
        margin-top: 30px;
    }

    .ellipse-1 {
        left: 0px;
    }

    #about h1 {
        font-size: 32px;
        line-height: 40px;
        padding-right: 0px;
    }

    .ellipse-2 {
        top: -90px;
    }

    .ellipse-3 {
        bottom: 30px;
    }

    #about p {
        margin-top: 20px;
    }

    #insights {
        padding-top: 90px;
    }

    #insights p {
        padding: 0 30px;
    }

    .ellipse-6 {
        top: 190px;
        left: 10px;
    }

    #insights-form {
        margin-top: 100px;
    }

    .ellipse-13 {
        top: 470px;
    }

    #insights-form .wrapper-dropdown {
        padding: 18px 8px 18px 28px;
    }

    .email {
        padding: 18px 20px;
    }

    .btn-search {
        padding: 18px 14px;
    }

    #insights-form .insight-form-content {
        padding-bottom: 40px;
    }

    .process h1 {
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 50px;
    }

    .process .item-content {
        padding: 28px 32px;
    }

    .process .item .item-content h6 {
        font-size: 18px;
    }

    .process .item .item-content p {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    .process-slider .get-start {
        margin-top: 50px;
    }

    .process-slider {
        padding-top: 40px;
    }

    .owl-theme .owl-nav {
        margin-top: 30px;
    }

    .ellipse-7 {
        bottom: -190px;
        width: 100px;
    }

    #resume h1 {
        margin-bottom: 0;
    }

    .owl-nav {
        right: 0;
    }

    #resume .owl-nav {
        top: -150px;
    }

    #testimonial {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .process {
        padding-bottom: 0;
    }

    #testimonial h1 {
        font-size: 50px;
        line-height: 50px;
    }

    #owl-carousel-testimonial {
        margin-top: 40px;
    }

    .ellipse-9 {
        width: 100px;
    }

    #owl-carousel-testimonial p {
        line-height: 35px;
    }

    #owl-carousel-testimonial h5 {
        font-size: 28px;
        line-height: 28px;
        margin-top: 30px;
    }

    #owl-carousel-testimonial .owl-prev {
        left: -90px;
    }

    #owl-carousel-testimonial .owl-next {
        right: -90px;
    }

    #blog h1 {
        font-size: 50px;
        line-height: 50px;
    }

    #blog .title {
        font-size: 16px;
        line-height: 22px;
        padding: 0 20px;
        margin-top: 15px;
        letter-spacing: 1px;
    }

    #blog .card .card-body h5 {
        font-size: 22px;
        line-height: 22px;
        margin-top: 10px;
    }

    #blog .card .card-body p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .blog-list {
        margin-top: 35px;
    }

    #start-now {
        padding-top: 60px;
    }

    .ellipse-12 {
        top: 20px;
        width: 100px;
    }

    #start-now h1 {
        font-size: 50px;
        line-height: 50px;
    }

    #start-now p {
        padding: 0 80px;
    }

    #start-now .start-now-section {
        padding-bottom: 45px;
    }

    .get-start .btn-start {
        padding: 14px 24px;
    }

    /* #footer {
    padding-top: 40px;
    padding-bottom: 15px;
} */
    #footer .footer-logo img {
        width: 200px;
    }

    #footer .footer-text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    #footer .links ul li a {
        font-size: 16px;
        line-height: 13px;
    }

    #footer .links ul li {
        padding-top: 10px;
    }

    #footer h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .quick-link {
        margin-bottom: 5px !important;
    }

    #footer .contact a {
        font-size: 16px;
        line-height: 13px;
        margin-top: 10px;
    }

    #footer .email {
        padding: 12px 20px;
    }

    .btn-submit i {
        font-size: 24px;
    }

    .btn-submit {
        top: 12px;
        right: 20px;
    }

    #footer .email .form-control {
        font-size: 18px;
        line-height: 24px;
    }

    #footer .email .form-control::placeholder {
        font-size: 18px;
        line-height: 24px;
    }

    #footer .footer-top {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    #footer .footer-bottom {
        padding-bottom: 20px;
    }

    /*----------------------Astro Insights----------------------*/
    .ellipse-15 {
        top: 0;
    }

    .star {
        top: 100px;
        left: 50px;
    }

    .ai-insights h1 {
        margin-bottom: 30px !important;
    }

    .ai-insights #insights-form {
        margin-top: 50px;
    }

    /*-------------------------resume---------------------------*/
    .resume {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .blog-page {
        padding-bottom: 50px;
    }

    .resume .get-start {
        margin-top: 50px;
    }

    .resume .get-start {
        margin-top: 40px;
    }

    /*------------Work Persona---------*/
    #work-persona {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    #work-persona .profile-section .demographics h6 {
        font-size: 16px;
        line-height: 12px;
    }

    #work-persona .profile-section .demographics p {
        font-size: 16px;
        line-height: 12px;
    }

    #work-persona .profile-section h5 {
        font-size: 18px;
        line-height: 18px;
    }

    #work-persona .profile-section .demographics {
        margin-top: 60px;
    }

    .values h5 {
        font-size: 40px;
        line-height: 40px;
    }

    .values h5::after {
        width: 40px;
        height: 40px;
    }

    .values {
        margin-top: 50px;
    }

    #client-logo {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    /*----------------Contact-------------------*/
    #contact .contact-btn-block a {
        font-size: 18px;
        line-height: 18px;
    }

    #contact .contact-btn-block {
        padding: 30px 0;
    }

    #contact {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contact-form h5 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    .contact-form p {
        padding-right: 60px;
    }

    .contact-form {
        padding: 60px;
        margin-top: 70px;
    }

    .contact-form .form {
        margin-top: 50px;
    }

    .contact-form .form-control {
        font-size: 16px;
        line-height: 16px;
    }

    .button a {
        padding: 12px 28px;
    }

    .button {
        width: 200px;
        top: 120px;
    }

    .recent-blog h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .related-blog {
        margin-top: 40px;
    }

    .blog-page h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    /*--------------Price-----------------*/
    .why-join h1 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
    }

    .why-join h4 {
        font-size: 22px;
        line-height: 22px;
    }

    .why-join p {
        font-size: 16px;
    }

    .price-point-details {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .price-point-details .accordion-body {
        font-size: 18px;
    }

    .price-page .cta h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .price-page .cta .amount {
        font-size: 50px;
        line-height: 50px;
    }

    .price-page .cta .amount small {
        font-size: 30px;
    }

    .price-point {
        margin-top: 20px;
    }

    .price-page .cta button {
        margin-top: 20px;
    }

    .price-page .cta {
        padding: 32px;
    }

    .why-wait-box p {
        margin-top: 18px;
        padding: 0 0px;
        line-height: 22px;
    }

    .why-wait-box {
        padding: 40px;
    }

    .why-wait-box h4 {
        font-size: 38px;
        line-height: 38px;
    }

    /*----------------Build Resume-----------------*/
    .build_resume .resume_steps {
        padding: 50px 20px 50px 30px;
    }

    .tips {
        padding: 20px;
    }

    .custom-shape-divider svg {
        height: 40px;
    }

    .resume-form-img {
        padding: 30px 30px 50px;
    }

    .tips-box .tips .tips-points .points .tips-text p {
        font-size: 18px;
        line-height: 24px;
    }

    /*---------------------Final Result------------------*/
    .main-title h1 {
        font-size: 34px;
        line-height: 34px;
    }

    .contact-info p {
        font-size: 18px;
        line-height: 18px;
    }

    .template-section {
        margin-top: 30px;
    }

    .button-box a {
        width: 100%;
    }

    #download-modal .btn-close {
        background-image: url(../images/btn-close.png);
        background-size: 100% 100%;
        position: ABSOLUTE;
        top: 10px;
        right: 10px;
        z-index: 1;
        opacity: 1;
    }

    .manage-profile h1 {
        font-size: 46px;
        line-height: 46px;
    }
}

@media(max-width:991px) {
    .navbar .account-dropdown h6 {
        display: none;
    }

    .navbar .account-dropdown i {
        font-size: 18px;
        margin-right: 0;
        margin-left: 0 !important;
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }

    #home {
        padding-top: 30px;
    }

    .home-h1-1 {
        text-align: center;
    }

    #home .home-h1-2 {
        text-align: center;
    }

    #home p {
        text-align: center;
        padding: 0 100px;
        margin-top: 10px;
    }

    .get-start {
        justify-content: center;
    }

    .about h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .home-img {
        text-align: center;
        margin-top: 20px;
    }

    .home-img img {
        width: 500px;
    }

    #about .about-section .about-img {
        width: 500px;
    }

    .about-content {
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
    }

    .ellipse-5 {
        position: absolute;
        top: -80px;
        right: -20px;
        width: 100px;
    }

    #insights {
        padding-top: 45px;
    }

    #insights h1 {
        font-size: 42px;
        line-height: 50px;
    }

    #insights p {
        padding: 0px 50px;
    }

    .ellipse-6 {
        top: 110px;
        left: 10px;
    }

    #insights-form {
        margin-top: 40px;
    }

    #insights-form .wrapper-dropdown {
        padding: 8px 8px 8px 18px;
    }

    .email {
        padding: 8px 16px;
    }

    .btn-search {
        padding: 8px 14px;
    }

    #insights-form .insight-form-content {
        padding-bottom: 30px;
    }

    .insights-form .insight-img {
        padding: 50px;
    }

    .ellipse-13 {
        display: none;
    }

    .process {
        padding-top: 30px;
    }

    .ellipse-14 {
        bottom: 30px;
        right: 50px;
    }

    #resume {
        padding-top: 40px;
    }

    .process h1 {
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 40px;
    }

    .process p {
        font-size: 18px;
        line-height: 22px;
    }

    .process .item-content {
        padding: 18px 28px;
    }

    .process .item .item-number h1 {
        font-size: 120px;
        line-height: 120px;
        top: -40px;
        margin-bottom: -40px;
    }

    .process-slider .get-start {
        margin-top: 35px;
    }

    .get-start .btn-start {
        padding: 14px 20px;
    }

    .owl-prev img,
    .owl-next img {
        width: 50px;
    }

    .owl-nav,
    #resume .owl-nav {
        top: -130px;
    }

    #resume .item-card-img {
        padding: 0;
    }

    #resume .item-card-content {
        margin-top: 20px;
    }

    #resume .item-card-content h6 {
        font-size: 18px;
        line-height: 20px;
    }

    #resume .item-card-content p {
        font-size: 16px;
        line-height: 18px;
        margin-top: 7px;
    }

    #testimonial h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #owl-carousel-testimonial p {
        line-height: 30px;
        font-size: 16px
    }

    #owl-carousel-testimonial h5 {
        font-size: 26px;
        line-height: 26px;
        margin-top: 20px;
    }

    .ellipse-7 {
        bottom: -130px;
        width: 80px;
    }

    #testimonial {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #owl-carousel-testimonial .owl-nav {
        position: static;
        margin-top: 0
    }

    #blog h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #blog .title {
        padding: 0 80px;
    }

    .blog-list {
        margin-top: 25px;
    }

    #blog .card .card-body h5 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 5px;
    }

    #start-now {
        padding-top: 20px;
    }

    #start-now h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #start-now p {
        padding: 0 130px;
        margin-top: 15px
    }

    .get-start {
        margin-top: 20px;
    }

    #start-now .start-now-section {
        padding-bottom: 0px;
    }

    .ellipse-12 {
        width: 80px;
    }

    #footer .footer-text p {
        padding-right: 120px;
    }

    #footer h4 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #footer .links ul li {
        padding-top: 0px;
    }

    #footer .links ul {
        column-gap: 0;
    }

    .footer-bottom .row {
        align-items: baseline;
    }

    #footer span {
        font-size: 15px;
        line-height: 15px;
    }

    #footer .link-social {
        font-size: 15px;
        line-height: 15px;
        margin-left: 30px;
    }

    .btn-search {
        font-size: 18px;
        line-height: 26px;
    }

    #footer .footer-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer .footer-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #footer {
        padding-top: 40px;
    }

    /*-----------------Astro Insights---------------------*/
    .ellipse-15 {
        display: none;
        /* left: auto;
        right: 10px; */
    }

    .star {
        top: 80px;
        left: 0px;
    }

    .ai-insights #insights-form {
        margin-top: 30px;
    }

    .ellipse-16 {
        width: 80px;
    }

    .ellipse-17 {
        bottom: 20px;
        right: 50px;
    }

    /*-------------------------resume---------------------------*/
    .resume {
        padding-bottom: 20px;
        padding-top: 60px;
        background-position: center center;
    }

    .resume .get-start {
        margin-top: 40px;
    }

    /*-------------------Work Persona---------------------*/
    .profile-photo {
        text-align: center;
    }

    .bio,
    .Goals {
        margin-top: 30px;
    }

    #work-persona .profile-section {
        height: auto;
    }

    #work-persona {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    #work-persona .profile-section {
        padding: 20px 18px 30px;
    }

    #mission {
        padding-top: 40px;
    }

    .values h5 {
        font-size: 34px;
        line-height: 34px;
    }

    .values::before {
        width: 34px;
        height: 34px;
    }

    .values {
        padding-left: 50px;
        margin-top: 40px;
    }

    #mission {
        padding-top: 30px;
    }

    #client-logo {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .testimonial-bg {
        padding-bottom: 0 !important;
    }

    .resume .ellipse-2 {
        display: none;
    }

    /*---------------------Contact-------------------*/
    #contact .contact-btn-block {
        padding: 20px 0;
    }

    #contact .contact-btn-block a {
        font-size: 20px;
        line-height: 20px;
    }

    #contact {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .contact-form {
        padding: 50px;
        margin-top: 60px;
    }

    .contact-form h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .contact-form .form {
        margin-top: 30px;
    }

    .login-form p {
        font-size: 18px;
        margin-top: 5px;
    }

    .login-form .contact-form {
        padding: 50px;
    }

    .button {
        width: 200px;
        top: 110px;
    }

    .button a {
        padding: 12px 28px;
    }

    .blog-sidebar {
        margin-top: 50px;
    }

    .login-form .btn-search {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 14px;
    }

    /*--------------Price-----------------*/
    .why-join h1 {
        font-size: 28px;
        line-height: 28px;
        margin-top: 10px;
    }

    .why-join h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .why-join p {
        font-size: 15px;
    }

    .price-point-details {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .why-join {
        margin-top: 50px;
    }

    .price-page .card {
        flex-direction: column;
    }

    .price-page .cta {
        width: 100%;
    }

    .why-wait-box {
        padding: 35px;
    }

    .why-wait-box h4 {
        font-size: 38px;
        line-height: 38px;
    }

    /*------------Build Resume--------------*/
    #tips-box {
        display: none;
    }

    .tips-box .tips .tips-points .points {
        align-items: center;
    }

    .tips-box .tips .tips-points .points .tips-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .build_resume .resume_steps {
        padding: 30px;
    }

    .build_resume {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .tips {
        padding: 30px;
    }

    .next-button {
        margin-top: 30px;
    }

    .btn-canvas {
        padding: 15px 30px;
        width: 100%;
        font-size: 18px;
        line-height: 14px;
        color: #FFF;
        border-radius: 500px;
        background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
        font-family: 'Play';
        font-style: normal;
        font-weight: 700;
        transition: all 0.5s;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    #mobile-responsibility-modal {
        bottom: auto;
        top: 50px;
        height: calc((100vh - 50px));
        left: 0;
        right: 0;
    }

    #mobile-responsibility-modal .btn-close {
        position: absolute;
        z-index: 1;
        opacity: 1;
        right: 10px;
        top: 10px;
    }

    #mobile-responsibility-modal .offcanvas-body {
        padding: 0;
    }

    .search-text h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .search-bar {
        margin-top: 20px;
    }

    .search-bar .has-search .form-control-feedback {
        padding: 12px 20px;
    }

    .search-bar .has-search .form-control {
        padding: 7px 14px 7px 56px;
    }

    .search-main-box {
        height: 190px;
    }

    .search-options {
        height: calc(100% - 190px);
    }

    .search-options h6 {
        font-size: 18px;
        line-height: 18px;
    }

    .profile-page .contact-form {
        margin-top: 40px;
    }

    /*-------------------my-resume-------------------*/
    .my-resume .overlay {
        display: none;
    }

    .my-resume .item-card:hover .overlay {
        display: none;
    }

    .button-options {
        opacity: 1;
        position: relative;
        width: 100%;
        margin-top: 15px;
    }

    .button-options a {
        width: 30px;
        height: 30px;
    }

    .my_resume-page .tooltip-inner {
        display: none;
    }

    .new-resume a {
        min-height: 352px;
        max-width: 100%;
        font-size: 18px;
        line-height: 18px;
    }

    /*----------------Loading-----------------*/
    .btn-loader {
        margin: -12px 0 0 -10px;
        width: 25px;
        height: 25px;
    }
}

@media(max-width:767px) {
    .navbar .dropdown-item {
        font-size: 16px;
        line-height: 26px;
        padding: 4px 16px;
    }

    .ellipse-6 {
        display: none;
    }

    .ellipse-7 {
        bottom: -180px;
    }

    .ellipse-8 {
        display: none;
    }

    .ellipse-10 {
        display: none;
    }

    #blog .card .card-body h5 {
        font-size: 16px;
        line-height: 16px;
    }

    .home-h1-1 {
        font-size: 44px;
        line-height: 44px;
    }

    #home .home-h1-2 {
        font-size: 94px;
        line-height: 94px;
    }

    #home p {
        padding: 0 0px;
    }

    .ellipse-1 {
        display: none;
    }

    #about {
        padding-top: 10px;
    }

    .ellipse-2 {
        right: 10px
    }

    #about h1 {
        font-size: 30px;
        line-height: 34px;
    }

    #about p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 22px;
    }

    .get-start .btn-start {
        padding: 12px 20px;
    }

    .ellipse-5 {
        top: -110px;
        width: 80px;
    }

    #insights {
        padding-top: 35px;
    }

    #insights h1 {
        font-size: 34px;
        line-height: 40px;
    }

    #insights p {
        padding: 0 0;
        font-size: 15px;
        line-height: 22px;
    }

    #insights-form {
        margin-top: 25px;
    }

    .astro-modal-content {
        width: 16rem;
        padding: 18px 20px;
    }

    .astro-modal h6 {
        font-size: 20px;
        line-height: 20px;
    }

    .astro-modal-body {
        margin-top: 5px;
    }

    .astro-modal-header img {
        width: 30px;
    }

    .astro-modal p {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .date-picker {
        margin-top: 25px;
    }

    .email-select {
        margin-top: 25px;
    }

    .search {
        margin-top: 25px;
    }

    #insights-form h4 {
        text-align: center;
    }

    .process h1 {
        font-size: 25px;
        line-height: 30px;
    }

    /* .owl-nav {
        display: none;
    } */
    #testimonial h1 {
        font-size: 34px;
        line-height: 34px;
    }

    #blog h1 {
        font-size: 34px;
        line-height: 34px;
    }

    #blog .title {
        padding: 0 0px;
        font-size: 15px;
        line-height: 15px;
    }

    #start-now h1 {
        font-size: 34px;
        line-height: 34px;
    }

    #start-now p {
        padding: 0;
        font-size: 15px;
        line-height: 15px;
    }

    .ellipse-12 {
        display: none;
    }

    .ellipse-11 {
        top: 100px;
    }

    .footer-bottom {
        text-align: center;
    }

    .link-group {
        justify-content: center;
    }

    #footer .link-social:first-child {
        margin-left: 0;
    }

    .link-group {
        margin-top: 10px;
    }

    #footer .footer-top {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    #footer {
        padding-top: 35px;
    }

    /*------------------Astro Insights-------------------*/
    .star {
        top: 100px;
        left: 0px;
        z-index: -1;
    }

    .ellipse-15 {
        right: 30px;
        z-index: -1;
    }

    .ai-insights h1 {
        margin-bottom: 10px !important;
    }

    /*------------------resume-------------------*/
    .resume .get-start {
        margin-top: 25px;
    }

    .resume {
        padding-bottom: 10px;
    }

    /*------------------Work Persona-----------------*/
    #work-persona {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    #work-persona .profile-section {
        padding: 20px 18px 25px;
    }

    .values h5 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .values::before {
        width: 30px;
        height: 30px;
    }

    .values {
        padding-left: 45px;
        margin-top: 35px;
    }

    .values p {
        font-size: 18px;
    }

    /*---------------Contact---------------*/
    #contact .contact-btn-block a {
        font-size: 15px;
        line-height: 15px;
    }

    .contact-icon {
        width: 30px;
        height: 30px;
    }

    #contact .contact-btn-block {
        padding: 15px 0;
    }

    #contact {
        padding-top: 35px;
        padding-bottom: 10px;
    }

    .contact-form {
        padding: 40px;
        margin-top: 45px;
    }

    .contact-form p {
        padding-right: 0;
    }

    .contact-form h5 {
        font-size: 26px;
        line-height: 26px;
    }

    .login-form .contact-form {
        padding: 40px;
    }

    .form-logo img {
        width: 170px;
    }

    .google-sign {
        margin-top: 35px;
    }

    .inner-blog {
        margin-top: 30px;
    }

    /*----------------Price--------------------*/
    .price-page .contact-form {
        padding: 20px;
    }

    .price-page .price h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .price-page .price p {
        font-size: 16px;
        line-height: 16px;
    }

    .price-point {
        margin-top: 20px;
    }

    .price-point ul li {
        font-size: 16px;
        line-height: 16px;
    }

    .price-page .btn-start {
        font-size: 16px;
        line-height: 18px;
    }

    .why-join h4 {
        font-size: 18px;
        line-height: 18px;
    }

    .why-join h1 {
        font-size: 22px;
        line-height: 22px;
        margin-top: 10px;
    }

    .why-join p {
        font-size: 18px;
        margin-top: 15px;
    }

    .email-error+.invalid-feedback {
        bottom: -22px;
        left: 30px;
    }

    .price-page .cta h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .price-page .cta .amount {
        font-size: 44px;
        line-height: 44px;
    }

    .price-page .cta .amount small {
        font-size: 26px;
    }

    .why-wait-box {
        padding: 30px;
    }

    .why-wait-box h4 {
        font-size: 34px;
        line-height: 34px;
    }

    /*--------------Build Resume------------------*/
    .build_resume .resume_steps h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .build_resume .resume_steps {
        padding: 20px;
    }

    .next-button {
        margin-top: 20px;
    }

    .next-button .btn-next {
        padding: 15px 40px;
        font-size: 18px;
        line-height: 14px;
    }

    .tips-box .tips h4 {
        font-size: 28px;
        line-height: 28px;
    }

    .tips-box .tips .tips-points .points .tips-text p {
        font-size: 18px;
        line-height: 24px;
    }

    .tips {
        padding: 20px;
    }

    .build_resume {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .hide-label {
        display: none;
    }

    /*-----------------Final Result-----------------*/
    .main-title h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .contact-info p {
        font-size: 16px;
        line-height: 16px;
    }

    .template-section {
        margin-top: 20px;
    }

    .section-title h4 {
        font-size: 20px;
        line-height: 20px;
        padding: 5px 18px;
    }

    .section-details {
        margin-top: 10px;
    }

    .section-details ul li {
        font-size: 18px;
        line-height: 20px;
    }

    .other-section h6 {
        font-size: 20px;
        line-height: 20px;
    }

    .other-section p {
        font-size: 18px;
        line-height: 20px;
    }

    .section-header {
        padding: 5px 10px;
        margin-top: 10px;
    }

    .header-name h5 {
        font-size: 18px;
        line-height: 18px;
    }

    .section-header p {
        font-size: 18px;
        line-height: 14px;
    }

    .objective p {
        font-size: 18px;
        line-height: 20px;
    }

    .pic-holder {
        width: 130px;
        height: 130px;
    }

    .new-resume a {
        min-height: 100%;
        max-width: 100%;
        font-size: 18px;
        line-height: 18px;
    }
}

@media(max-width:576px) {
    #index .page-logo {
        width: 120px;
    }

    .navbar .get-start .btn-start {
        padding: 8px 10px;
        font-size: 10px;
    }

    .navbar .get-start i {
        font-size: 18px;
        margin-left: 5px;
    }

    .home-h1-1 {
        font-size: 32px;
        line-height: 40px;
    }

    #home .home-h1-2 {
        font-size: 64px;
        line-height: 64px;
    }

    #home p {
        font-size: 18px;
        line-height: 18px;
    }

    .ellipse-3 {
        bottom: -60px;
    }

    .social-btn-group {
        display: none;
    }

    .ellipse-4 {
        bottom: 0px;
        right: 10px;
    }

    .about h2 {
        font-size: 20px;
    }

    .ellipse-2 {
        right: 0;
        left: 10px;
    }

    #about h1 {
        font-size: 20px;
        line-height: 28px;
    }

    #about p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .ellipse-5 {
        top: -80px;
        width: 70px;
    }

    #insights h1 {
        font-size: 23px;
        line-height: 26px;
    }

    #insights p {
        font-size: 18px;
    }

    .selected-display {
        font-size: 16px;
    }

    .email .form-control {
        font-size: 16px;
    }

    .email .form-control::placeholder {
        font-size: 16px;
    }

    .btn-search {
        font-size: 16px;
        line-height: 24px;
    }

    .insights-form .insight-img {
        padding: 20px;
    }

    .ellipse-14 {
        bottom: -20px;
        right: 20px;
    }

    .process .item-content {
        padding: 15px 18px;
    }

    .process h1 {
        font-size: 22px;
        line-height: 28px;
    }

    #testimonial h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .ellipse-7 {
        width: 40px;
    }

    #owl-carousel-testimonial {
        margin-top: 20px;
    }

    #blog h1 {
        font-size: 24px;
        line-height: 24px;
    }

    #blog .title {
        font-size: 18px;
        line-height: 18px;
    }

    #blog .card .card-body p {
        margin-top: 5px;
    }

    #start-now h1 {
        font-size: 24px;
        line-height: 24px;
    }

    #start-now p {
        font-size: 18px;
        line-height: 18px;
    }

    .ellipse-11 {
        top: 50px;
        width: 70px;
        right: -30px;
        z-index: -1;
    }

    .get-start .btn-start {
        padding: 10px 15px;
    }

    .get-start i {
        font-size: 20px;
    }

    #footer .footer-top {
        padding-bottom: 25px;
        padding-top: 15px;
    }

    .footer-bottom span {
        font-size: 16px !important;
        line-height: 13px !important;
    }

    #footer .link-social {
        font-size: 16px;
        line-height: 13px;
        margin-left: 20px;
    }

    .link-group {
        margin-top: 7px;
    }

    #index .offcanvas {
        background-color: #040032;
        width: 280px;
    }

    #footer {
        padding-top: 30px;
    }

    /*-----------------Astro Insights---------------------*/
    .ellipse-16 {
        width: 40px;
    }

    .ellipse-17 {
        bottom: 0;
        right: 10px;
        width: 40px;
    }

    /*-------------------Resume-------------------*/
    .ai-page-bg #resume .item-card-content h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .resume {
        padding-top: 30px !important;
        padding-bottom: 0;
    }

    /*---------------------Work Persona------------------*/
    #work-persona .profile-section {
        padding: 20px 18px 20px;
    }

    #work-persona {
        padding-top: 45px;
        padding-bottom: 5px;
    }

    .values {
        padding-left: 35px;
        margin-top: 25px;
    }

    .values h5 {
        font-size: 26px;
        line-height: 26px;
    }

    .values::before {
        width: 27px;
        height: 27px;
    }

    .values p {
        font-size: 18px;
        line-height: 24px;
    }

    /*-------------Contact----------------*/
    #contact .contact-btn-block {
        flex-direction: column;
    }

    #contact .contact-btn-block a:first-child {
        margin-bottom: 5px;
    }

    #contact .contact-btn-block a {
        justify-content: center;
    }

    .star {
        display: none;
    }

    .ellipse-15 {
        display: none;
    }

    .contact-form {
        padding: 20px;
        margin-top: 35px;
    }

    .contact-form h5 {
        font-size: 22px;
        line-height: 22px;
    }

    .contact-form p {
        font-size: 18px;
        line-height: 20px;
    }

    .contact-form .form {
        margin-top: 20px;
    }

    .contact-form .form-control {
        font-size: 18px;
        line-height: 14px;
    }

    .contact-form .form .search {
        margin-top: 25px;
    }

    .form-logo img {
        width: 120px;
    }

    .login-form .contact-form {
        padding: 20px;
    }

    .google-btn {
        padding: 9px;
        font-size: 16px;
        line-height: 16px;
    }

    .google-sign {
        margin-top: 25px;
    }

    .help a {
        font-size: 18px;
        line-height: 14px;
    }

    .help label {
        font-size: 18px;
        line-height: 14px;
    }

    .help {
        margin-top: 7px;
    }

    .button a {
        width: 230px;
        padding: 8px 10px;
        font-size: 16px;
    }

    .button {
        width: 160px;
        top: 80px;
    }

    .blog-page h1 {
        font-size: 26px !important;
        line-height: 26px !important;
    }

    .blog-details h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .blog-details p {
        font-size: 18px;
        line-height: 20px;
    }

    .blog-sidebar {
        margin-top: 30px;
    }

    .post-detail {
        margin-top: 20px;
    }

    .recent-blog {
        margin-top: 25px;
    }

    .login-form .btn-search {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 14px;
    }

    /*----------------Price--------------------*/
    .price-page .contact-form {
        padding: 15px;
    }

    .price-page .price h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .price-page .price p {
        font-size: 18px;
        line-height: 14px;
    }

    .price-point {
        margin-top: 15px;
    }

    .price-point ul li {
        font-size: 15px;
        line-height: 15px;
    }

    .why-join h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .why-join h1 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
    }

    .price-point-details .accordion-button {
        font-size: 16px;
    }

    .why-join {
        margin-top: 30px;
    }

    .email-error+.invalid-feedback {
        bottom: -22px;
        left: 20px;
    }

    .price-page .cta {
        padding: 22px;
    }

    .price-page .cta h1 {
        font-size: 16px;
        line-height: 16px;
    }

    .price-page .cta .amount {
        font-size: 34px;
        line-height: 34px;
    }

    .price-page .cta .amount small {
        font-size: 20px;
    }

    .why-wait-box {
        padding: 25px;
    }

    .why-wait-box h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .why-wait-box p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
    }

    .why-wait-box .btn-start {
        font-size: 18px;
        line-height: 14px;
        padding: 10px 20px;
    }

    .why-wait-box,
    .price-page .card {
        border: solid 10px transparent;
    }

    .why-wait-box:before,
    .price-page .card::before {
        margin: -10px;
    }

    /*--------------Build Resume------------------*/
    .build_resume .resume_steps h1 {
        line-height: 36px;
    }

    .build-resume-box {
        border: solid 7px transparent;
    }

    .build-resume-box:before {
        margin: -7px;
    }

    .build_resume .resume_steps {
        padding: 30px 12px;
    }

    .next-button {
        margin-top: 30px;
    }

    .next-button .btn-next {
        padding: 10px 40px;
        font-size: 16px;
        line-height: 12px;
    }

    .btn-canvas {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 12px;
    }

    .tips-box .tips h4 {
        font-size: 24px;
        line-height: 24px;
    }

    .tips-box .tips .tips-points .points .tips-text p {
        font-size: 18px;
        line-height: 20px;
    }

    .tips {
        padding: 20px;
    }

    .build_resume {
        padding-top: 20px;
        padding-bottom: 00px;
    }

    .tips-box .tips .tips-points {
        margin-top: 20px;
    }

    .tips-box .tips .tips-points .points {
        align-items: start;
    }

    .tips-box .tips .tips-points .points {
        margin-top: 7px;
        padding-bottom: 7px;
    }

    .resume-form-img {
        padding: 20px 20px 40px;
    }

    .build_resume .resume_steps .resume-form .form-field {
        margin-top: 15px;
    }

    .build_resume .resume_steps .resume-form {
        margin-top: 15px;
    }

    .build_resume .resume_steps p {
        font-size: 18px;
        line-height: 18px;
        margin-top: 5px;
        text-align: center;
    }

    .astro-modal p {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .astro-modal h6 {
        font-size: 16px;
        line-height: 16px;
    }

    .astro-modal-header img {
        width: 22px;
        margin-right: 5px;
    }

    .astro-modal-content {
        width: 12rem;
        padding: 15px;
    }

    .tips-box .tips .tips-points .points .tips-icon {
        width: 30px;
        height: 30px;
    }

    .company-name h6 {
        font-size: 16px;
        line-height: 16px;
    }

    .button-group .btn-edit {
        width: 25px;
        height: 25px;
    }

    .button-group .btn-edit i {
        font-size: 18px;
    }

    .list-box {
        border: 1px solid #040125;
        padding: 10px 10px 30px;
        margin-top: 20px;
    }

    .details p {
        font-size: 16px !important;
        line-height: 13px !important;
        margin-top: 0px !important;
        text-align: start !important;
    }

    .another-expereince a {
        font-size: 17px;
        line-height: 17px;
    }

    .another-expereince {
        margin-top: 20px;
        text-align: center;
    }

    /*-----------------Final Result-----------------*/
    .preview-section {
        padding: 15px 10px;
    }

    .main-title h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .contact-info p {
        font-size: 11px;
        line-height: 11px;
        margin-top: 5px;
    }

    .template-section {
        margin-top: 10px;
    }

    .section-title h4 {
        font-size: 18px;
        line-height: 18px;
        padding: 5px 15px;
    }

    .section-details {
        margin-top: 0px;
    }

    .section-details ul li {
        font-size: 16px;
        line-height: 19px;
    }

    .other-section h6 {
        font-size: 16px;
        line-height: 16px;
    }

    .other-section p {
        font-size: 16px;
        line-height: 19px;
    }

    .section-header {
        margin-top: 5px;
    }

    .header-name h5 {
        font-size: 16px;
        line-height: 16px;
    }

    .section-header p {
        font-size: 16px;
        line-height: 12px;
    }

    .objective p {
        font-size: 18px;
        line-height: 20px;
    }

    .objective {
        margin-top: 10px;
    }

    .experience-points {
        margin-top: 15px !important;
    }

    .edcation-insitute {
        margin-top: 10px;
    }

    .profile-page .filepond--root {
        width: 120px;
        margin: 0 auto 20px;
    }

    .profile-page .contact-form {
        margin-top: 25px;
    }

    .filepond--drop-label label {
        font-size: 16px !important;
    }

    .manage-profile {
        padding-top: 10px !important;
    }

    .button-options a {
        width: 22px;
        height: 22px;
    }

    .button-options a i {
        font-size: 10px;
    }

    #resume .item-card-content {
        margin-top: 7px;
    }

    #resume .item-card-content p {
        margin-top: 2px;
    }

    .new-resume a {
        font-size: 18px;
        line-height: 14px;
    }

    /*----------------Loading-----------------*/
    .btn-loader {
        margin: -12px 0 0 -12px;
        width: 25px;
        height: 25px;
    }

    .price-page .img {
        margin-top: 5px;
    }
}

span#showpass {
    float: right;
    margin-top: -34px;
    position: relative;
    z-index: 2;
    margin-right: 6px;
    color: white;
}

#borderchnage {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Orbitron';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 0px !important;
    border: 2px solid #A6A6A6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#insights-form .wrapper-dropdowns {
    position: relative;
    display: inline-block;
    width: 100% !important;
    padding: 8px 8px 8px 8px;
    background: #040125;
    background-clip: padding-box;
    border: solid 2px transparent;
    text-align: left;
    color: #fff;
    cursor: pointer;
    border-radius: 200px;
    font-family: 'Play';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#insights-form .wrapper-dropdowns:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to left, #F5387E, #F9AE50);
}

#insights-form .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

#insights-form .arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
}

#insights-form svg {
    transition: all 0.3s;
}

#insights-form .rotated {
    transform: rotate(-180deg);
}

#insights-form .wrapper-dropdowns .dropdown {
    overflow-y: auto;
    height: 280px;
    transition: 0.3s;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 0;
    box-shadow: inherit;
    background: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #F9AE50;
}

.dropdown-content {
    font-family: 'play';
    display: none;
    position: absolute;
    /* background-color: #f1f1f1; */
    background-color: rgba(192, 192, 192, 0.3);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: linear-gradient(137deg, #F5387E 0%, #F9AE50 100%);
}

.nav-item:hover .dropdown-content {
    display: block;
}

.home-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination .page-link {
    background: none;
    border: none;
    color: white;
    position: relative;
    border-radius: 100% !important;
    aspect-ratio: 1/1;
    width: 35px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-link:hover::after,
.pagination .active .page-link::after {
    display: none;
}

.pagination .page-link::before {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to left, #F5387E, #F9AE50);
    z-index: -1;
    border-radius: 100%;
    top: -1px;
    left: -1px;
}

.pagination .page-link::after {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    background: linear-gradient(to left, #F5387E, #F9AE50);
    z-index: -1;
    border-radius: 100%;
    top: 0;
    left: 0;
    background: #040032;
}

.navbar-nav .nav-item {
    cursor: pointer !important;
}

.get-start .btn-start, .btn-search, .next-button .btn-next, .button a {
    border: none !important;
}

#blog img {
    object-fit: cover;
    aspect-ratio: 413 / 234;
}

.zodiac_sign_name {
    color: black !important;
}

@media only screen and (max-width: 650px) {
    #zodiac-zone {
        padding-left: 0 !important;
    }
    .profile-astro-modal-content {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .blog-list .card {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .blog-list .card img {
        width: 95% !important;
        height: auto !important;
        object-fit: cover !important;
        aspect-ratio: 413 / 234 !important;
    }
}




















