@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: none; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #FFCD81; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #FF9900; 
  }
/* 
:root {
    --white: #ffffff;
    --neutral-5: #f7f9fc;
    --neutral-10: #eff2f9;
    --neutral-15: #e7eaf4;
    --neutral-20: #d9deeb;
    --neutral-30: #bec4d5;
    --neutral-40: #9fa6bb;
    --neutral-50: #828ba2;
    --neutral-60: #656e83;
    --neutral-70: #495163;
    --neutral-80: #303848;
    --neutral-90: #1e2532;
    --neutral-100: #0f141e;
    --blue-10: #eaf6ff;
    --blue-20: #c3e5fe;
    --blue-30: #92cdfc;
    --blue-40: #54aff8;
    --blue-50: #1a91f0;
    --blue-60: #1170cd;
    --blue-70: #10529b;
    --blue-80: #0f3871;
    --blue-90: #0c264c;
    --blue-100: #09162d;
    --indigo-10: #f1f2ff;
    --indigo-20: #dbdeff;
    --indigo-30: #bec2fe;
    --indigo-40: #9ba1fb;
    --indigo-50: #7a82f5;
    --indigo-60: #5660e8;
    --indigo-70: #343ecc;
    --indigo-80: #282b8f;
    --indigo-90: #1a1c6a;
    --indigo-100: #0e0f47;
    --green-10: #e7f4ed;
    --green-20: #c6e4d2;
    --green-30: #96d0ad;
    --green-40: #48ba75;
    --green-50: #339d5d;
    --green-60: #217d47;
    --green-70: #135c37;
    --green-80: #094025;
    --green-90: #042b18;
    --green-100: #01180d;
    --amber-10: #fff2cc;
    --amber-20: #fddb8c;
    --amber-30: #f9ba44;
    --amber-40: #ec930c;
    --amber-50: #cf760d;
    --amber-60: #a85a0e;
    --amber-70: #7f400d;
    --amber-80: #582c0c;
    --amber-90: #3e1d0a;
    --amber-100: #231007;
    --orange-10: #feebe3;
    --orange-20: #fdd2c0;
    --orange-30: #fbb092;
    --orange-40: #f68559;
    --orange-50: #ee571d;
    --orange-60: #bf4213;
    --orange-70: #8b3211;
    --orange-80: #5e240e;
    --orange-90: #3b180b;
    --orange-100: #1c0c06;
    --red-10: #ffeaec;
    --red-20: #ffd0d5;
    --red-30: #ffacb5;
    --red-40: #fe7d8b;
    --red-50: #fb4458;
    --red-60: #da0c22;
    --red-70: #a10e1d;
    --red-80: #6f0e19;
    --red-90: #470c12;
    --red-100: #24090c;
    --beige-10: #f3f1eb;
    --beige-20: #e1ddd2;
    --beige-30: #cbc3b3;
    --beige-40: #afa58f;
    --beige-50: #968a70;
    --beige-60: #776d59;
    --beige-70: #575041;
    --beige-80: #3c372d;
    --beige-90: #27241d;
    --beige-100: #15130f
} */

a {
    text-decoration: none !important;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 80%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    /* filter: gray; */
    /* IE5+ */
    /* -webkit-filter: grayscale(1); */
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;
}

.slide img:hover {
    /* filter: none; */
    /* -webkit-filter: grayscale(0); */
    -webkit-transform: scale(1.01);
}


#nav-icon4 {
    width: 34px;
    height: 45px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* Icon 4 */

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px;
    left: 8px;
}

/* blingking */
.blinking {
    font-size: 25px;
    color: white;
    animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {
        opacity: .1;
    }

    25% {
        opacity: .3;
    }

    50% {
        opacity: .5;
    }

    75% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 1;
    }


}


.icon {
    background: #7752BE !important;
    border: #7752BE !important;
    padding: 10px 16px !important;
    border-radius: 16px !important;
}





/* video sider */
.showcase__title {
    max-width: 736px;
    margin: 0 auto 64px;
    text-align: center
}

@media(max-width:1023px) {
    .showcase__title {
        max-width: 544px;
        margin-bottom: 32px
    }
}

@media(max-width:767px) {
    .showcase__title {
        margin-bottom: 24px
    }
}

.showcase__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:1023px) {
    .showcase__content {
        max-width: 544px;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.showcase__videos {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 24px;
    border-radius: 6px;
    background-color: #F5F5FB;
}

@media(max-width:1023px) {
    .showcase__videos {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px
    }
}

.showcase__videos-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10000%
}

.showcase__video {
    position: relative;
    overflow: hidden;
    width: 1%;
    background-color: #F5F5FB;
    display: none;
}
.swiper-slide-active {
    display: block;
}

.showcase__video:before {
    content: '';
    display: block;
    padding-bottom: 75%
}

.showcase__video lottie-player {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}


.showcase__bullets {
    display: none
}

@media(max-width:1023px) {
    .showcase__bullets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 8px;
        margin-bottom: 20px
    }
}

.showcase__bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #F5F5FB;
}

.showcase__bullet--active {
    background-color: #F5F5FB;
}

.showcase__features {
    position: relative;
    width: 369px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media(max-width:1023px) {
    .showcase__features {
        width: 100%
    }
}

@media(min-width:1024px) {
    .showcase__feature {
        position: relative;
        padding: 12px 12px 12px 27px;
        margin-bottom: 16px;
        border-radius: 6px;
        -webkit-transition: background-color .2s ease;
        transition: background-color .2s ease;
        cursor: pointer
    }

    .showcase__feature:hover {
        background-color: #F5F5FB;
    }

    .showcase__feature:last-child {
        margin-bottom: 0
    }
}

@media(max-width:1023px) {
    .showcase__feature {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 19px;
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

    .showcase__feature:first-child {
        position: relative
    }
}

@media(min-width:1024px) {
    .showcase__feature--active {
        background-color: #F5F5FB;
    }
}

@media(max-width:1023px) {
    .showcase__feature--active {
        opacity: 1
    }
}

.showcase__feature-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
}

@media(min-width:1024px) {
    .showcase__feature-subtitle {
        display: none;
        overflow: hidden;
    }
}

.showcase__feature-subtitle {
    display: none;
    overflow: hidden;
}

.subtitle--active {
    display: block;
}

.showcase__feature-subtitle-content {
    padding-top: 8px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;

}

.content_active {
    display: block;
}

.showcase__feature-bar {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 3px;
    border-radius: 6px;
    background-color: #f9f9f9;
    overflow: hidden;
}

@media(max-width:1023px) {
    .showcase__feature-bar {
        top: 0;
        bottom: 0;
        left: 0;
    }
}

.showcase__feature-bar-progress {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #1A91F0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@-webkit-keyframes featureProgressScale {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes featureProgressScale {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.showcase__feature--active .showcase__feature-bar-progress {
    -webkit-animation: featureProgressScale 10s linear forwards;
    animation: featureProgressScale 10s linear forwards;
}


/* playing video_ */

.video_play_active {
    position: relative;
    padding: 12px 24px 12px 24px !important;
    margin-bottom: 16px;
    border-radius: 10px !important;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    cursor: pointer;
    margin: 10px 0;
    background: #F5F5FB;
    padding: 10px;
    border-radius: 8px;
    transition: all .6s;
}




.flickity-viewport {
    padding: 42px;
    height: 100% !important;
}


.resumes_templates {
    background: #fff;
}

.resume-cell {
    width: 30%;
    height: auto;
    margin-right: -50px;
    margin-left: 80px;
}

.resume-cell:hover {
    cursor: auto;
}

.resume-cell h6 {
    position: absolute;
    top: -42px;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    right: 0;
    color: #333333;
    z-index: 999999;
    left: 0;
}

.resume-cell img {
    border: 1px solid #dedede;
    border-radius: 10px;
    border-radius: 10px;
}

.resume-cell.is-selected {
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
}

.flickity-prev-next-button.next {
    width: 45px;
    height: 45px;
    background: #FBFCFC;
    opacity: 0.8;
    box-shadow: 6px 6px 10px rgb(17 17 17 / 6%);
}

.flickity-prev-next-button.previous {
    width: 45px;
    height: 45px;
    background: #FBFCFC;
    opacity: 0.8;
    box-shadow: 6px 6px 10px rgb(17 17 17 / 6%);
}

.flickity-prev-next-button svg {
    left: 30% !important;
    top: 30% !important;
    width: 44% !important;
    height: 44% !important;
}

.flickity-prev-next-button .arrow {
    fill: #888 !important;
}





.home-letters {
    position: relative;
    overflow: hidden;
    background-color: #ffffff; 
}

.home-letters:before,
.home-letters:after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    height: 160px;
    background: --webkit-gradient(linear, left top, left bottom, from(#fefefe), to(rgba(239, 242, 249, 0)));
    background: linear-gradient(to bottom, #dedede), rgba(239, 242, 249, 0);
    pointer-events: none;
}

@media(max-width:767px) {

    .home-letters:before,
    .home-letters:after {
        height: 80px
    }
}

.home-letters:before {
    top: 0
}

.home-letters:after {
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.home-letters__main {
    position: relative;
    z-index: 2;
    max-width: 544px;
    margin: 0 auto;
    padding: 120px 0;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media(max-width:767px) {
    .home-letters__main {
        padding: 32px 0
    }
}

.home-letters__description {
    margin-bottom: 24px
}

.home-letters__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:767px) {
    .home-letters__buttons {
        width: 100%;
        max-width: 216px;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home-letters__cta {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px
}

@media(max-width:767px) {
    .home-letters__cta {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px
    }

    .home-letters__cta .button {
        width: 100%
    }
}

.home-letters__cta:last-child {
    margin: 0
}

@-webkit-keyframes cardFalling {
    0% {
        -webkit-transform: translate(-50%, -500px);
        transform: translate(-50%, -500px)
    }

    100% {
        -webkit-transform: translate(-50%, 1000px);
        transform: translate(-50%, 1000px)
    }
}

@keyframes cardFalling {
    0% {
        -webkit-transform: translate(-50%, -500px);
        transform: translate(-50%, -500px)
    }

    100% {
        -webkit-transform: translate(-50%, 1000px);
        transform: translate(-50%, 1000px)
    }
}

@-webkit-keyframes cardRotation {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes cardRotation {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.home-letters__card {
    z-index: 0  ;
    position: absolute;
    top: 0;
    left: 50%;
    width: 160px;
    -webkit-animation: cardFalling 16s linear infinite;
    animation: cardFalling 16s linear infinite;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media(max-width:767px) {
    .home-letters__card {
        width: 100px
    }
}

.home-letters__card-main {
    position: relative;
    padding-bottom: 141.389%;
    -webkit-animation: cardRotation 12s linear infinite;
    animation: cardRotation 12s linear infinite;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.home-letters__card-main:after,
.home-letters__card-main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px
}

.home-letters__card-main:before {
    background-color: white;
    background-image: url('assets/happiestNewAssets/img/resume/skeleton.webp');
    background-size: cover;
}

.home-letters__card-main:after {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: rgb(245, 245, 245);
}

.home-letters__card--1 {
    margin-left: -550px;
    -webkit-animation-delay: -16s;
    animation-delay: -16s;
}

@media(max-width:767px) {
    .home-letters__card--1 {
        margin-left: -350px;
    }
}

.home-letters__card--2 {
    margin-left: 550px;
    -webkit-animation-delay: -14.5s;
    animation-delay: -14.5s;
}

@media(max-width:767px) {
    .home-letters__card--2 {
        margin-left: 350px;
    }
}

.home-letters__card--3 {
    margin-left: -350px;
    -webkit-animation-delay: -14s;
    animation-delay: -14s;
}

@media(max-width:767px) {
    .home-letters__card--3 {
        margin-left: -200px;
    }
}

.home-letters__card--4 {
    margin-left: 350px;
    -webkit-animation-delay: -12.5s;
    animation-delay: -12.5s;
}

@media(max-width:767px) {
    .home-letters__card--4 {
        margin-left: 200px;
    }
}

.home-letters__card--5 {
    margin-left: -750px;
    -webkit-animation-delay: -12s;
    animation-delay: -12s;
}

@media(max-width:767px) {
    .home-letters__card--5 {
        margin-left: -450px;
    }
}

.home-letters__card--6 {
    margin-left: 150px;
    -webkit-animation-delay: -10.5s;
    animation-delay: -10.5s;
}

@media(max-width:767px) {
    .home-letters__card--6 {
        margin-left: 50px;
    }
}

.home-letters__card--7 {
    margin-left: -450px;
    -webkit-animation-delay: -10s;
    animation-delay: -10s;
}

@media(max-width:767px) {
    .home-letters__card--7 {
        margin-left: -250px;
    }
}

.home-letters__card--8 {
    margin-left: 450px;
    -webkit-animation-delay: -8.5s;
    animation-delay: -8.5s;
}

@media(max-width:767px) {
    .home-letters__card--8 {
        margin-left: 250px;
    }
}

.home-letters__card--7 {
    margin-left: -650px;
    -webkit-animation-delay: -8s;
    animation-delay: -8s;
}

@media(max-width:767px) {
    .home-letters__card--7 {
        margin-left: -400px;
    }
}

.home-letters__card--8 {
    margin-left: 650px;
    -webkit-animation-delay: -6.5s;
    animation-delay: -6.5s;
}

@media(max-width:767px) {
    .home-letters__card--8 {
        margin-left: 400px;
    }
}

.home-letters__card--9 {
    margin-left: -350px;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}

@media(max-width:767px) {
    .home-letters__card--9 {
        margin-left: -200px;
    }
}

.home-letters__card--10 {
    margin-left: 350px;
    -webkit-animation-delay: -4.5s;
    animation-delay: -4.5s;
}

@media(max-width:767px) {
    .home-letters__card--10 {
        margin-left: 200px;
    }
}

.home-letters__card--11 {
    margin-left: -600px;
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}

@media(max-width:767px) {
    .home-letters__card--11 {
        margin-left: -375px;
    }
}

.home-letters__card--12 {
    margin-left: 600px;
    -webkit-animation-delay: -2.5s;
    animation-delay: -2.5s;
}

@media(max-width:767px) {
    .home-letters__card--12 {
        margin-left: 375px;
    }
}

.home-letters__card--13 {
    margin-left: -200px;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@media(max-width:767px) {
    .home-letters__card--13 {
        margin-left: -125px;
    }
}

.home-letters__card--14 {
    margin-left: 200px;
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

@media(max-width:767px) {
    .home-letters__card--14 {
        margin-left: 125px;
    }
}

.home-letters__card:nth-child(3n) .home-letters__card-main {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}

.home-letters__card:nth-child(3n+1) .home-letters__card-main {
    -webkit-animation-delay: -8s;
    animation-delay: -8s;
}

.home-letters__card:nth-child(4n+1) .home-letters__card-main:before {
    background-image: url('assets/happiestNewAssets/img/resume/skeleton.webp');
}

.home-letters__card:nth-child(4n+2) .home-letters__card-main:before {
    background-image: url('assets/happiestNewAssets/img/resume/skeleton.webp');
}


/* testimonial */
.candidates-testimonial-card {
    background: #fff7ea;
    border-radius: 16px;
    height: 280px;
}

.candidates-testimonial-card .content .person_img img{
    width: 58px;
    height: 58px; 
}

.candidates-testimonial-card .content .person_name{
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.candidates-testimonial-card .content .person_is_in{
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.candidates-testimonial-card .content .selected_company_img {
    position: relative;
    margin-top: 66px !important;
}

.candidates-testimonial-card .content .selected_company_img img{
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
}



/* social_links */
/* .social_links {
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    margin: 10px;
} */



/* sign in  & sign up*/
.sign-in-section {
    background: #e7e6d8;
}


.info-container {
    background: #ffcd81;
}

.sign-in-main {
    padding-left: 12rem !important; 
}

.sign-in-email-label {
    font-size: 16px;
    color: #899197;
    font-weight: 500;
}

.sign-in-password-label {
    font-size: 16px;
    color: #899197;
    font-weight: 500;
}
.sign-in-remeber-me-label {
    font-size: 14px;
    color: #899197;
    font-weight: 500;
}

.forget-pas p {
    font-size: 14px;
    color: #899197;
    font-weight: 500;
}

.sign-in-with-google {
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
    border-color: #000 !important;
    align-items: center;
}   


/* sign in  */
.sign-up-section {
    background: #e7e6d8;
}


.info-container {
    background: #ffcd81;
}

.sign-up-main {
    padding-left: 12rem !important; 
}

.sign-up-email-label {
    font-size: 16px;
    color: #899197;
    font-weight: 500;
}

.sign-up-password-label {
    font-size: 16px;
    color: #899197;
    font-weight: 500;
}
.sign-up-remeber-me-label {
    font-size: 14px;
    color: #899197;
    font-weight: 500;
}

.forget-pas p {
    font-size: 14px;
    color: #899197;
    font-weight: 500;
}

.sign-up-with-google {
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
    border-color: #000 !important;
    align-items: center;
}   


















/* how to start */ 

.how-to-section {
    height: 100vh;
}

.how-to-container {
    width: 100%;
    height: 100%;
    background: #fffaf3;
    border-radius: 20px;
}

.how-to-content-boxes {

}


.how-to-card {
    width: 826px !important;
    background: #fff !important;
    position: relative;
}

.how-to-card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s;
    cursor: pointer;
}

.create-resume::before {
    content: "Recommended";
    width: 185px;
    height: 28px;
    text-align: center;
    position: absolute;
    top: -16px;
    left: -14px;
    background: #FFA217;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 0;
    box-sizing: border-box;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
} 

.how-to-card .how-to-body {
    align-items: center;
}


.how-to-card .how-to-body .how-to-title {
    
}

.how-to-card .how-to-body .how-to-paragraph {
    
}

.how-to-card .how-to-body .how-to-img lottie-player {
   
}




/* resume section */
.resume-section {
    height: 100vh;
}

.resume-container-sidebar {
    background: #fff;
    width: 270px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 60px;
    z-index: 2;
    margin-top: 38px;
}

.resume-container-sidebar ul{
    margin: 0 0 auto;
    list-style: none;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}


.resume-container-sidebar ul .active{
    background: #FF9900;
    opacity: 1;
    color: #fff !important;
    /* transition: all .5s ease-in; */
    padding: 0 20px;
    font-weight: 600 !important;
}

.resume-container-sidebar ul .sidebar-item {
    display: flex;
    align-items: center;
    align-content: center;
    cursor: pointer;
    height: 40px;
    width: 225px;
    border-radius: 20px;
    line-height: 47px;
    font-weight: 500;
    font-size: 16px;
    padding: 0 20px;
    color: #bebebe;
    font-weight: 400;
}


.resume-container-sidebar ul .sidebar-item i{
    font-size: 18px;
    margin: 0 12px 0 0;
}

.resume-container-form {
    background: #FFFAF3;
    min-height: calc(100vh - 96px);
    overflow-y: auto;
}

.label {
    font-size: 14px;
    color: #989898;
}


/* experience */

.exp_card_Container .active{
    border: 2px solid #69bf98 !important;
    color: #69bf98;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}

.exp_card_yes_Container {
    cursor: pointer;
    border: 2px solid #d6d6d6 !important;
    color: #989898;
}

.company_name-location p{
    color: #000;
    font-weight: 600;
}


.company_name-location span{
    color: #333;
    font-weight: 400;
    margin-right: 10px;
}

.add_company_name a{
    color: #000;
    font-weight: 500;
    text-decoration: underline !important;
}

.title-with_edit {
    justify-content: space-between;
    display: flex;
}

.title-with_edit h6 {
    font-size: 18px;
    font-weight: 600;
}

.exp-content {
    font-size: 14px;
    font-weight: 400;
}




/* education */
.edu_card_Container {
    cursor: pointer;
    border: 2px solid #d6d6d6 !important;
    color: #989898;
}

.edu_card_Container:hover {
    border: 2px solid #69bf98 !important;
    color: #69bf98;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}


/* user dropdown */

.user-profile {
    margin-left: 18px;
}

.user-profile i {
    font-size: 24px;
}

.user-profile img {
    height: 36px;
    width: 36px;
    border-radius: 60px;
}

/* certification */
.add_certifications a{
    color: #000;
    font-weight: 500;
    text-decoration: underline !important;
}

/* skills */
.add_skills a{
    color: #000;
    font-weight: 500;
    text-decoration: underline !important;
}

.suggestion_skills {
    background: #fff;
    width: 100%;
    height: 350px;
    /* border: 1px solid #E6E2E5; */
    border-radius: 8px;
}

.search_result {
    position: relative;
    overflow-y: auto;
    height: 88%;
}

.search_result p {
   position: sticky;
   top: 0;
   padding: 10px 18px;
   background: #fff;
   margin: 0;
}

.search_result ul {
    padding: 0;
    height: 100%;
    padding: 18px;
}

.search_result ul li{
    background: #f9f9f9;
    border: 1px solid #E6E2E5;
    border-radius: 10px;
    list-style: none;
    padding: 10px 20px;
    margin: 10px 0;
}

.search_result ul li:hover{
    background: #FFFAF3;
    transition: all .5s ;
    cursor: pointer;    
}

.skills_default_add {
    width: 50px !important;
    height: 50px !important;
    border-radius: 80px !important;
    padding: 10px !important;
    background: #FF9900 !important;
    color: #fff !important;
    text-align: center;
    align-items: center;
    margin-right: 10px;
    font-size: 18px !important;
}


/* language */
.add_language_name a{
    color: #000;
    font-weight: 500;
    text-decoration: underline !important;
}



@media screen and (min-width: 300px) and (max-width: 590px) {
    /* sign in & sign up */
    .info-container {
        display: none;
    }
    
    .sign-in-main {
        padding: 0 !important;
        transition: all 0.8s;
    }

    .sign-in-section {
        background: #fff;
    }

    .container {
        padding: 0 !important;
    }

    .remember {
        width: 50% !important;
        transition: all 0.8s;
    }

    .forget-pas {
        width: 50% !important;
        transition: all 0.8s;
    }

    .sign-in-button {
        width: 100% !important;
        transition: all 0.8s;
    }

    .sign-in-with-google {
        width: 100% !important;
        transition: all 0.8s;
    }

    
    /*  */
    .info-container {
        display: none;
    }
    
    .sign-up-main {
        padding: 0 !important;
        transition: all 0.8s;
    }

    .sign-up-section {
        background: #fff;
    }

    .container {
        padding: 0 !important;
    }

    .remember {
        width: 50% !important;
        transition: all 0.8s;
    }

    .forget-pas {
        width: 50% !important;
        transition: all 0.8s;
    }

    .sign-up-button {
        width: 100% !important;
        transition: all 0.8s;
    }

    .sign-up-with-google {
        width: 100% !important;
        transition: all 0.8s;
    }

    .footer-div {
        padding: 0 !important;
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 591px ) and (max-width: 997px) {

    /* sign in and sign up */
    .info-container {
        display: inline;
        width: 46% !important;
        transition: all 0.8s;
    }
    
    .sign-in-main {
        padding: 0 !important;
        width: 50% !important; 
        transition: all 0.8s;
    }
    
    .sign-in-form {
        width: 108% !important;
        transition: all 0.8s;
    }

    /*  */
    .info-container {
        display: inline;
        width: 46% !important;
        transition: all 0.8s;
    }
    
    .sign-up-main {
        padding: 0 !important;
        width: 50% !important; 
        transition: all 0.8s;
    }
    
    .sign-up-form {
        width: 108% !important;
        transition: all 0.8s;
    }
}

@media screen and (min-width: 998px ) {
     /* sign in and sign up */
    .info-container {
        display: inline;
        transition: all 0.8s;
    }
    
    .sign-in-main {
        padding-right: 4rem !important;
        padding-left: 12rem !important;
        transition: all 0.8s;
    }

    /*  */
    .info-container {
        display: inline;
        transition: all 0.8s;
    }
    
    .sign-up-main {
        padding-right: 4rem !important;
        padding-left: 12rem !important;
        transition: all 0.8s;
    }

    
    .resume-container-sidebar {
        width: 220px !important;
    }

    .resume-container-form {
        padding: 0 6.2%;
        margin: 0 0 0 270px;
        border-radius: 20px 20px 0 0;
    }
}

@media screen and (min-width: 1200px ) {
    .sign-in-section {
        height: 100%;
    }

    .sign-up-section {
        height: 100%;
    }

    .resume-container-sidebar {
        width: 260px !important;
    }

    .resume-container-form {
        padding: 0 6.2%;
        margin: 0 0 0 242px;
        border-radius: 20px 20px 0 0;
    }
}


