@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@font-face {
    font-family: "Avenir Next";
    src: url(fonts/AvenirNextLTPro-Bold.otf);
    src: url(fonts/AvenirNextLTPro-It.otf);
    src: url(fonts/AvenirNextLTPro-Regular.otf);
}
.pinyon-script-regular {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
  }
.navbar-login .navbar-brand {
    color: #E39A7F;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 0.05em;
    text-align: left;
}
.navbar-login .navbar-nav .nav-link{
    font-size:18px;
    font-weight:500;
    color:#7a7a7a;
}
.navbar-login .navbar-nav .nav-link:hover{
    color:#E39A7F;
    transform: scale(1.1);
    transition: all .1s ease-in-out;
}
.login-form .login-heading h3{
    font-size:28px;
    font-weight:500;
    color:#2a2a2a;
    text-align:center;
}
.login-form .login-heading p {
    font-size: 18px;
    font-weight: 400;
    color: #2a2a2a;
    text-align: center;
}
.login-form .form-start .card {
    margin: 25px 18rem;
    padding: 10px 16px;
    border: none;
}
.login-form .form-start .card input{

    height:48px;
    border-radius:4px;
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    margin-bottom:30px;
    padding:10px;
}

.sms-policy{
    display:flex;
}
.sms-policy input {
    height: 0.7em !important;
    width: 0.7em !important;
    vertical-align: middle;
    margin-bottom: 0px !important;
    margin-right: 5px !important;
    margin-top: 4px !important;
}
.sms-policy .checkbox:checked::before {
    background-color: #E39A7F !important;
}
.sms-policy label{
    font-size:12px !important;
    margin-left:auto !important;
    color: #2a2a2a !important;
}

.login-form .form-start .card .profile-img{
    text-align:center;
    margin:40px 0px;
}
.login-form .form-start .card .profile-img .post-relative{
    position:relative;
}
.login-form .form-start .card .profile-img .post-relative img{
    border-radius:150px;
}
.login-form .form-start .card .profile-img .post-relative .btn{
    position:absolute;
}

.profile-img .post-relative .btn .file-input {
    position: absolute;
    height: 46px;
    width: 46px;
    cursor: pointer;
    opacity: 0;
    right: 19px;
    top: 100px;
    z-index: 999;
    border-radius: 100px;
}
.profile-img .post-relative .btn i {
    background-color: #E39A7F;
    border-radius: 150px;
    color: #fff;
    padding: 15px 16px;
    position: absolute;
    right: 19px;
    top: 100px;
}
.kurio-details .img-icons .profile-img img{
    border-radius:9px;
}
.select2-container--default .select2-selection--single {
    background-color: #fafafa !important;
    border: 1px solid #efefef !important;
    border-radius: 4px !important;
    height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:50px !important;
    color:#7a7a7a !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:50px !important;
}
.select2-container{
    margin-bottom:12px !important;
}
.select2-dropdown{
    border: 1px solid #efefef !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #efefef !important;
    border-radius: 4px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #E39A7F !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
    outline:none !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    /* background-color:#E39A7F !important; */
    background-color:#960d0d !important;

}
/* s */
.select2-container--default .select2-selection--multiple {
    background-color: #fafafa !important;
    border: 1px solid #efefef !important;
    border-radius: 4px;
    cursor: text;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    height: 48px !important;
    width: 100% !important;
    overflow-y: scroll;
    scrollbar-width: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    /* background-color: #E39A7F !important; */
    background-color: #960d0d !important;
    border: 1px solid #efefef !important;
    color:#fff !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    top: 0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:#fff !important;
}



.select2-container--default .select2-search--inline textarea {
    width: 100% !important;
    border-radius: 4px !important;
    background-color: #FAFAFA !important;
    padding: 10px !important;
    height:40px !important;
    margin:0px !important;
    border:none !important;
}

.login-form .form-start .card input:focus {
    border: 1px solid #E39A7F;
    outline: none;
}
.login-form .form-start .card textarea{
    width:100%;
    border-radius:4px;
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    margin-bottom:30px;
    padding:10px
}
.login-form .form-start .card textarea:focus{
    border:1px solid #E39A7F;
    outline:none;
    box-shadow:none;
}
.login-form .form-start .card label{
    font-size:16px;
    font-weight:400;
    color:#7A7A7A;
}
.login-form .form-start .card .forgot-pswrd .btn{
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #E39A7F;
    padding:0px;
    margin-bottom:18px;
    margin-top:-15px;
}
.login-form .form-start .card .or p{
    text-align:center;
}
.login-form .form-start .card .account-btn .btn{
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
    border: 1.5px solid #E5E5E5;
    padding: 8px;
    width: 100%;
}
.login-form .form-start .card .account-btn .btn i{
    border: 2px solid;
    padding: 2px 4px;
    border-radius: 5px;
    color: #0078b5;
    font-size:16px;
}
.btn-linkedin{
    float:right;
}
.login-form .form-start .card .account-btn{
    margin-top:15px;
    margin-bottom:30px;
}
.login-btn {
    font-size: 22px;
    font-weight: 600;
    background-color: #E39A7F;
    color: #fff;
    padding: 12px;
    width: 100%;
}
.login-btn:hover,
.signup-btn:hover,
.reset-btn:hover,
.send-again:hover,
.email-verify-btn:hover,
.waitlist-submit-btn:hover,
.build-profile-btn:hover,
.finish-profile-btn:hover{
    background-color: #fff;
    color: #E39A7F;
    border:1px solid;
}
.already-account {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #7a7a7a;
}
.already-account .btn{
    padding:0px;
    color:#E39A7F;
}
.btn:focus{
    box-shadow:none;
}
.signup-btn {
    font-size: 22px;
    font-weight: 600;
    background-color: #E39A7F;
    color: #fff;
    padding: 12px;
    width: 100%;
}
.terms-of-use {
    text-align: center;
    font-size: 16px;
    color: black;
    margin-bottom:10px;
}

.terms-of-use .btn {
    padding: 0px;
    color: black;
    text-decoration: underline;
}
.reset-btn {
    font-size: 22px;
    font-weight: 600;
    background-color: #E39A7F;
    color: #fff;
    padding: 12px;
    width: 100%;
}
.send-again {
    font-size: 22px;
    font-weight: 600;
    background-color: #E39A7F;
    color: #fff;
    padding: 12px;
    width: 100%;
}
.email-verify-btn {
    font-size: 22px;
    font-weight: 600;
    background-color: #E39A7F;
    color: #fff;
    padding: 12px;
    width: 100%;
    margin-bottom: 35px;
}
.waitlist-submit-btn {
    font-size: 22px;
    font-weight: 600;
    background-color: #E39A7F;
    color: #fff;
    padding: 12px;
    width: 100%;
    margin-top: 40px;
}
.build-profile-btn {
    font-size: 22px;
    font-weight: 600;
    background-color: #E39A7F;
    color: #fff;
    padding: 12px;
    width: 100%;
    margin-top: 10px;
}
.finish-profile-btn {
    font-size: 22px;
    font-weight: 600;
    background-color: #E39A7F;
    color: #fff;
    padding: 12px;
    width: 100%;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-upload {
    border: 1px solid #efefef;
    color: #2a2a2a;
    background-color: #FAFAFA;
    padding: 31px 20px;
    border-radius: 4px;
    font-size: 16px;
    width: 500px;
}

    .btn-upload i {
        display: block;
    }

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-btn-wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    padding: 6px 0px;
}
.header {
    background: #F9F5F2;
}
.navbar{
    padding: 25px 0px;
}

.navbar-light .navbar-brand {
    color: #E39A7F;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 0.05em;
    text-align: left;
}
.navbar-expand-md .nav-right {
    flex: auto;
    place-content: flex-end;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #E39A7F;
    padding: 10px 15px;
    margin:0px 10px
}

.header .nav-link:hover,
.header .nav-link:focus {
    background: #E39A7F;
    color: #fff !important;
    border-radius: 4px;
}

.hero-slider .hero-img img {
    width: 100%;
}

.hero-slider {
    background-color: #F9F5F2;
    padding: 50px 0px;
}
.hero-slider .hero-text h2{
    font-size: 36px;
    font-weight: 600;
    color: #2a2a2a;
    margin-top: 6rem;
    line-height:39px;
}
.hero-slider .hero-text p{
    font-size: 19px;
    font-weight: 400;
    color: #2a2a2a;
    margin-top: 1.5rem;
}
.hero-join-waitlist .btn {
    background: #E39A7F;
    color: #fff !important;
    border-radius: 4px;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    padding: 15px 12px;
}
.hero-join-waitlist input {
    overflow: visible;
    border: navajowhite;
    width: 61.1%;
    height: 60px;
    padding: 17px;
    border-radius: 4px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #fff;
}
.hero-join-waitlist{
    margin-top:100px;
}
.whats-is-kurio-main {
    padding: 70px 0px;
    background-color: #FAFAFA;
}
.whats-is-kurio-main .heading h3{
    font-size: 40px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom:20px
}
    .whats-is-kurio-main .first-paragraph p {
        font-style: normal;
        font-size: 21px;
        font-weight: 400;
        color: #7a7a7a;
        margin-bottom: 40px;
        line-height: 32px;
    }
    .whats-is-kurio-main .secnd-paragraph p {
        font-style: normal;
        font-size: 21px;
        font-weight: 400;
        color: #7a7a7a;
        line-height: 32px;
    }
    .whats-is-kurio-main .right-img {
        text-align: center;
        margin-top:30px;
    }
        .whats-is-kurio-main .right-img img {
            Width:425px;
            Height:480px;
            Top: 907px;
            Left: 896.87px;
            border-radius: 4px;
        }

.how-it-work {
    background-color:#E39A7F;
    padding:70px 0px;
    color:#fff;
}
.how-it-work .heading h3{
    color:#fff;
    text-align:center;
    font-size: 40px;
    font-weight: 600;
    padding-bottom:5rem;
}
.how-it-work .right-img {
    text-align: center;
}
.how-it-work .right-img img {
    border-radius: 4px;
}
.how-it-work .three-steps .step-one{
    margin-top:5px;
}


.how-it-work .three-steps .step-two{
    margin-top:75px;
}


.how-it-work .three-steps .step-three{
    margin-top:55px;
}
.love-about-kurio {
    padding: 70px 0px;
    background-color: #FAFAFA;
}
.love-about-kurio .heading h2{
    text-align: center;
    font-size:42px;
    margin-bottom:70px;
}
.love-about-kurio .engage img{
    width:545px;
}
.love-about-kurio .engage h3{
    margin-top: 7rem;
    font-size: 42px;
    margin-bottom: 70px;
    color: #2a2a2a;
}
.love-about-kurio .engage p{
    color: #7A7A7A;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding-bottom:10px;
}
.essence{
    margin-top:70px;
}
.essence h3{
    margin-top: 9.5rem;
    font-size: 42px;
    margin-bottom: 70px;
    color: #2a2a2a;
}
.essence .right-img{
    text-align:center;
}
.essence img{
    width:550px;
}
.essence p{
     color: #7A7A7A;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding-bottom:10px;
}

.network{
    margin-top:70px;
}
.network h3{
    margin-top: 6.5rem;
    font-size: 50px;
    margin-bottom: 70px;
    color: #2a2a2a;
}
.network .right-img{
    text-align:center;
}
.network img{
    width:335px;
}
.network p{
     color: #7A7A7A;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding-bottom:10px;
}
.pricing-table{
    padding:70px 0px;
    background-color:#fff;
}
.pricing-table .heading {
    text-align:center;
}
.pricing-table .heading h3{
    font-size:42px;
    color:#2A2A2A;
    line-height:55px;
    margin-bottom:50px;
}
.pricing-table .single-pricing{
    text-align:center;
    border: 2px solid #E39A7F;
    border-radius:10px;
    padding:30px 0px;
    background:#fff;
    height:100%;
    min-height:588px;
    max-height:588px;
}
.single-pricing h4{
    color:#E39A7F;
    font-size:32px;
    font-weight:600;
    line-height:43px;
    margin-bottom:40px;
}
.single-pricing .plan-type{
    font-size:16px;
    color:#7A7A7A;
}
.single-pricing h2{
    font-size:48px;
    font-weight:500;
    color:#E39A7F;
    margin-bottom:25px;
    margin-top:20px;
}
.single-pricing p{
    font-size:18px;
    color:#7A7A7A;
    margin-bottom:1.5rem;
}
.single-pricing .purchase {
    background-color: #E39A7F;
    color: #fff;
    padding: 10px 45px;
    font-size: 18px;
    margin-top: 6rem;
}
.pricing-table .single-pricing-premium {
    text-align: center;
    border: 2px solid #E39A7F;
    border-radius: 10px;
    padding: 30px 0px;
    background: #E39A7F;
    height: 100%;
    min-height: 588px;
    max-height: 588px;
}

.single-pricing-premium h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 40px;
}

.single-pricing-premium .plan-type {
    font-size: 16px;
    color: #fff;
}

.single-pricing-premium h2 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 20px;
}

.single-pricing-premium p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 1.5rem;
}

.single-pricing-premium .purchase {
    background-color: #fff;
    color: #E39A7F;
    padding: 10px 45px;
    font-size: 18px;
    margin-top: 3rem;
}
.pricing-table .single-pricing-platinum {
    text-align: center;
    border: 2px solid #E39A7F;
    border-radius: 10px;
    padding: 30px 0px;
    background: #fff;
    height: 100%;
    min-height: 588px;
    max-height: 588px;
}

.single-pricing-platinum h4 {
    color: #E39A7F;
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 40px;
}

.single-pricing-platinum .plan-type {
    font-size: 16px;
    color: #7A7A7A;
}

.single-pricing-platinum h2 {
    font-size: 48px;
    font-weight: 500;
    color: #E39A7F;
    margin-bottom: 25px;
    margin-top: 20px;
}

.single-pricing-platinum p {
    font-size: 18px;
    color: #7A7A7A;
    margin-bottom: 1.5rem;
}

.single-pricing-platinum .purchase {
    background-color: #E39A7F;
    color: #fff;
    padding: 10px 45px;
    font-size: 18px;
    margin-top: 0rem;
}
.footer {
    background: #F9F5F2;
    padding: 70px 0px;
}
.footer-connect{
    text-align:center;
}
    .footer-connect h4 {
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 55px;
        letter-spacing: 0.05em;
    }
    .footer-connect p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.02em;
    }
    .footer-connect input {
        overflow: visible;
        border: navajowhite;
        width: 36.1%;
        height:60px;
        padding: 17px;
        border-radius: 4px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        vertical-align: middle;
        margin-right: 10px;
        border: 1px solid #fff;
    }
        .footer-connect input:focus {
            border: 1px solid #E39A7F;
            outline: none
        }
        .footer-connect .btn {
            background: #E39A7F;
            color: #fff !important;
            border-radius: 4px;
            font-size: 21px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
            letter-spacing: -0.5px;
            vertical-align: middle;
            padding: 15px 47px;
        }
        .footer-connect .btn:focus{
            box-shadow:none;
        }
    .footer-connect .devider {
        border: 0;
        border-top: 1.5px solid #2A2A2A;
        margin: 0px 120px;
        margin-top: 15px;
    }
        .footer-nav{
            margin-top:25px;
        }
.footer-nav .nav-item .nav-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: #2A2A2A;
}
.footer-nav .nav-item .nav-link i{
    font-size:24px;
    background-color:#E39A7F;
    color:#fff;
    padding:10px;
    border-radius:5px;
}
.footer-nav .nav-item .nav-link i:hover {
    transform: scale(1.2);
    transition-duration: .3s;
}
.footer .end-line {
    text-align: center;
    font-size: 16px;
    color: #7a7a7a;
    padding-top: 20px;
}


.love-about-kurio .engage img {
    max-width: 545px;
    width: 100%;
}

.essence img {
    max-width: 550px;
    width: 100%;
}

.how-it-work .right-img img{
    width: 100%;
}

.network img {
    width: 335px;
}

.add-skills {
    background-color: #E39A7F;
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}

.add-skills:hover {
    background-color: white;
    color: #E39A7F;
    border: 1px #E39A7F solid;
}













.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #E39A7F;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.form-control:focus {box-shadow:none;border-color:#E39A7F}

.select2-container{
    width: 100% !important;
}

.iti__flag-container {
    border-radius: 100%;
    
  }
  
  .iti__flag {
    background-size: 5652px 20.5px !important;
    border-radius: 9px;
    width: 16px !important;
    height: 16px !important;
  }

.iti__arrow {
    color: lightgray !important;
}
