@font-face {
    font-family: 'General'; /* Custom name for the font */
    font-weight: 400;
    src: url("../fonts/GeneralSans-Regular.95afa0447815.otf") format('opentype');
}

@font-face {
    font-family: 'General'; /* Custom name for the font */
    font-weight: 500;
    src: url("../fonts/GeneralSans-Medium.543e455dde35.otf") format('opentype');
}

body{
    font-family: General;
    background: none;
}

body .header_area{
    background-color: #F7F7F7;
}

body .header_area .navbar .nav .nav-item .nav-link{
    font-family: General;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

body .header_area .navbar .navbar-brand .navbar-brand-text{
    font-family: General;
}

body .header_area .navbar .navbar-brand{
    display: flex;
    column-gap: 14px;
    align-items: center;
    padding: 10px 0;
}

body .header_area .navbar{
    padding: 20px 0;
}

@media only screen and (max-width: 1400px){
    body .header_area .navbar{
        padding: 0;
    }
}

body .header_area .navbar .navbar-brand img{
    max-height: 60px;
    max-width: 60px;
}

body .header_area .navbar .navbar-brand .navbar-brand-text{
    display:flex;
    flex-direction: column;
}

body .header_area .navbar .navbar-brand .navbar-brand-text-upper{
    font-size: 24px;
    font-weight: 500;
    line-height: 32.4px;
    color: #121212;
}

body .header_area .navbar .navbar-brand .navbar-brand-text-lower{
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    color: #6D6D6D;
}

body .button-black,
body .button-light{
    padding: 16px 32px;
    font-family: General;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #121212;
    border-radius: 50px;
    transition: 0s;
    border: none;
    cursor: pointer;
}

body .button-black:hover{
    background: radial-gradient(89.01% 230.16% at 93.54% 0%, #FFBA54 0%, #E35AA2 18.74%, #2883E5 100%);
}

body .button-light{
    background: radial-gradient(89.01% 230.16% at 93.54% 0%, #FFBA54 0%, #E35AA2 18.74%, #2883E5 100%);
}

body .button-light:disabled{
    cursor: default;
    opacity: 30%;
}

body .button-light:hover,
body .button-light:disabled{
    background: radial-gradient(89.01% 230.16% at 93.54% 0%, #D79D47 0%, #B34880 18.74%, #2063AB 100%);
}

body .header_area .navbar .navbar-collapse{
    flex-grow: 0;
}

body .header_area .navbar .navbar-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

body #contact-section{
    padding: 192px 0;
}

#contact-section,
.footer_area{
    background-color:#fff!important;
}

body .subscription_box{
    background: transparent;
    padding: 0;
}

body .subscription_box-wrapper{
    max-width: 681px;
    margin: 0 auto;
}

body .subscription_box h2{
    font-family: General;
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #121212;
    margin-bottom: 40px ;
}

body .subscription_box h2 a{
    color: #121212;
}

body .subscription_box .subtitle-text{
    font-family: General;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #6D6D6D;
}

body .contact-form-wrapper{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    padding: 0 5px;
}

body .contact-form-wrapper form{
    background-color: #5C4182;
    padding: 24px;
    border-radius: 20px;
    max-width: 681px;
    width: 100%;
}

body .contact-form-wrapper .guidelines{
    max-width: 558px;
    width: 100%;
}

body .contact-form-wrapper .form-group{
    margin-bottom: 10px;
}

body .contact-form-wrapper .form-group input,
body .contact-form-wrapper .form-group input::placeholder{
    font-family: General;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    color: #6D6D6DD6;
}

body .contact-form-wrapper .form-group input{
    padding: 16px 20px;
    background-color: #FFFFFF;
    height: 61px;
    border-radius: 14px;
}

body .contact-form-wrapper .terms-checkbox-group{
    margin: 20px 0 26px 0;
}

body .contact-form-wrapper input[type="checkbox"] {
    display: none;
}

body .contact-form-wrapper .terms-checkbox-group label{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: General;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.02em;
}

body .contact-form-wrapper .terms-checkbox-group label a{
    text-decoration: underline;
    color:#CCB6FF;
}

body .contact-form-wrapper .terms-checkbox-group span{
    min-width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-right: 12px;
    display: inline-block;
    background-color: #fff;
    transition: all 0.3s ease;
}

body .contact-form-wrapper input[type="checkbox"]:checked + span{
    background-color: #9C80DB;
    border-color: #9C80DB;
    position: relative;
}

body .contact-form-wrapper input[type="checkbox"]:checked + span:after{
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 9px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

body .contact-form-wrapper .button-light{
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    padding: 20px 48px;
}

body .guidelines-wrapper{
    display: flex;
    align-items: flex-start;
    row-gap: 40px;
    flex-direction: column;
}

body .guidelines-image{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    background-color: #6D6D6D17;
    padding: 0 30px;
    column-gap: 30px;
}

body .guidelines-image h2{
    font-family: General;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #121212;
    margin: 0;
}

body .guidelines-content ul{
    padding-left: 24px;
}

body .guidelines-content ul li{
    font-family: General;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #6D6D6D;
    margin-bottom: 26px;
}

body #chat-section{
    background-color: #fff;
}

body .feature_item{
    border-radius: 50px;
    padding: 10px 30px;
    margin-bottom: 45px;
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

body .feature_item h5{
    font-family: General;
    text-transform: uppercase;
    margin-bottom: 0;
}

body .feature_item img{
    height: 45px!important;
}

body #chat-section{
    padding-bottom: 190px;
}

body #chat-section h2{
    font-family: General;
    text-align: center;
    margin-bottom: 20px;
}

body #chat-section .btn-group .btn-info{
    background-color: #898989;
    border-color: #898989;
}

body #chat-section .btn-group .btn-info.active,
body #chat-section .btn-group .btn-info:hover{
    background-color: #000;
    border-color: #000;
}

body #actions-recording{
    display: flex;
    column-gap: 10px;
}

body #status-recording{
    margin-top: 10px;
}

body #status-prepare-answer{
    border-radius: 50px;
    padding: 10px 30px;
    box-shadow: 10px 10px 43px -25px rgba(0,0,0,0.75);
}

#feedback-section{
    background-color: #fff;
}

#feedback-section .rating{
    display: flex;
    align-items: center;
    column-gap: 3px;
    margin: 0 auto;
    justify-content: center;
}

#feedback-section .rating img{
    max-width: 20px;
    height: auto;
}

body #chat-section .card-body .alert-success{
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}

body .header_area.navbar_fixed .main_menu{
    position: absolute;
    top:0;
    background-color: #F7F7F7;
}

body #finish-section{
    background-color: #fff;
}

body .about_img img{
    max-width: 100%;
}

body .about_area .about_img{
    right: unset;
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1280px;
    }
}

@media (max-width: 1024px) {
    body .footer_area {
        padding: 10px 0!important;
    }
}

@media only screen and (max-width: 991px){
    body .contact-form-wrapper{
        flex-direction: column;
        row-gap: 40px;
    }
    body #contact-section{
        padding: 192px 10px 50px 10px;
    }
    body #status-prepare-answer{
        flex-direction: column;
    }
    body #chat-section{
        padding-bottom: 50px;
    }
    body .contact-form-wrapper form{
        max-width: 100%;
    }
    body .navbar-toggler{
        order:3;
        margin: 0;
    }
    body .header_area .navbar{
        padding: 0;
    }
    body .feature_item{
        margin-bottom: 15px;
    }
    body #finish-step{
        margin-bottom: 45px;
    }
    body #actions-recording{
        width: 100%;
        margin-top: 10px;
    }
}

.about_img .talking{
    display: flex;
}

.about_img .listening{
    display: none;
}

.about_img.recording .talking{
    display: none;
}

.about_img.recording .listening{
    display: flex;
}

.about_img .listening,
.about_img .talking{
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 430px){
    body .header_area .navbar .navbar-brand .navbar-brand-text{
        display: none;
    }
}