@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Quicksand:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,1000&family=Quicksand:wght@400;500&display=swap');

/* Font Family 1 - Acherus Grotesque Regular */
@font-face {
    font-family: 'Acherus Grotesque Regular';
    src: url('../fonts/Acherus Grotesque Regular.woff2') format('woff2'),
         url('../fonts/Acherus Grotesque Regular.woff') format('woff');
    /* Add other font properties if needed */
}

/* Font Family 2 - Baskerville Display PT Web */
@font-face {
    font-family: 'Baskerville Display PT Web';
    src: url('../fonts/Baskerville Display PT Web.woff') format('woff');
    /* Add other font properties if needed */
}

/* Font Family 3 - Baskerville Classico Italic */
@font-face {
    font-family: 'Baskerville Classico Italic';
    src: url('../fonts/Baskerville Classico Italic.ttf') format('truetype');
    /* Add other font properties if needed */
}

  
  
/* Define default colors */
:root {
    --primary-color: #D45D28;
    /* --primary-color-2: #E6842E; */
    /* --secondary-color: #F7B1B7; */
    --secondary-color-2: #A68960;
    --background-color: #f8f8f8;
    /* --primary-font: 'Acherus Grotesque Regular.woff'; */
    --primary-font: 'Nunito Sans';
    --secondary-font: 'Acherus Grotesque Regular.woff';
    --font:'Baskerville Display PT Web';
    --button-font:'Baskerville Classico Italic';
    /* --heading-font: 'Baskerville Display PT Web.woff'; */
    --color: #A9A9A9;
    --font2:#F09261;
  }

body {
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--color);
  }
  
  h1 {
    text-align: center;
  }
  h1,h2,h3,h4,h5,h6{
    font-family: var(--primary-font);
  }
  
  p {
    font-family: var(--primary-font);
    font-size: 20px;
  }
  section.intro-section {
    margin: 10vh 0vh 10vh 0vh;
}
h1.header {
    font-size: 34px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 26px;
}
p.header-para {
    font-weight: 700;
    margin-left: 17px;
    font-size: 28px;
    color: var(--secondary-color-2);
}
.text>p {
    color: #A9A9A9;
    /* font-weight: 500; */
    text-align: justify;
    font-size: 24px;
    line-height: 28px;
}
img.img-enneagram {
    width: 100%;
    border-radius: 40px;
    /* height: 47vh; */
}
p.ennagram_para {
    /* margin-top: 20px; */
    color: #A9A9A9;
    /* font-weight: 500; */
    text-align: justify;
    font-size: 24px;
    line-height: 28px;
}
img.img-enneagram2 {
    width: 100%;
    height: 312px;
    border-radius: 40px;
}
/* .text {
    margin-top: 16px;
} */
.test_link_sec>h1 {
    font-size: 34px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 700;
}
.test_link_sec {
    text-align: center;
    /* margin-top: -50px; */
}
  
  .button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Adjust this margin as needed */
    margin-bottom: 30px;
  }
  
  button.btn.take-test-btn {
    background: var(--primary-color);
    font-size: 30px;
    color: #fff;
    font-family: var(--button-font);
    font-style: italic;
    font-weight: 500;
    box-shadow: 3px 3px #5353535e; /* Add the box shadow here */
    padding: 4px 12px;/* Add some padding to make the button look better */
    border: none; /* Remove the default button border */
    border-radius: 18px;
    cursor: pointer; /* Add cursor pointer on hover */
    transition: box-shadow 0.3s ease; /* Add smooth transition on box shadow */
  }
  button.btn.take-test-btn:hover {
    box-shadow: 3px 3px #5353535e;
    background: var(--primary-color);
    font-size: 30px;
    color: #fff;
    font-family: var(--button-font);
}
  
  /** Login 23 start **/

  .img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}
.login-23{
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 30px 0; */
    background: #ffaf8a;
}

.login-23 .container {
    /* max-width: 1200px; */
    margin: 0 auto;
}

.login-23 a {
    text-decoration: none;
}

.login-23 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--primary-font);
}

.login-23 .form-info {
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    /* background: #ffc59e30; */
    /* margin-top: -90px; */
}

.login-23 .info{
    text-align: left;
}

.login-23 .name_wrap h3 {
    position: relative;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    overflow: hidden;
}

.login-23 .info p{
    color: #f1f0f0;
}

.login-23 .name_wrap h3 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    padding-left: 2px;
}

.login-23 .form-check-input:checked {
    display: none;
}

.login-23 .login-inner-form .form-group {
    margin-bottom: 20px;
}

.login-23 .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login-23 .login-inner-form .form-control {
    font-size: 26px;
    outline: none;
    color: #fff !important;
    /* background: linear-gradient(to right, #D45D28, #FAECD8); */
    /* background: linear-gradient(to right, #F09261, #FAECD8); */
    /* background: linear-gradient(to right, #d45d28c9, #ffffff); */
    background: linear-gradient(to right, #ed855a, #fbe1ca);
    border-radius: 20px;
    box-shadow: 1px 3px 1px #4e4e4ea3;
    /* box-shadow: 3px 3px #5353535e; */
    /* box-shadow: 3px 3px 5px rgba(83, 83, 83, 0.3);  */
    font-weight: 500;
    border: 1px solid transparent;
    /* background: #f5f5f5; */
    /* background-image: linear-gradient(to bottom, #ffe3c3, #ffdfd2); */
    padding: 12px 45px 12px 20px;
    height: 45px;
}

.login-23 .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.login-23 .login-inner-form .form-box i {
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 19px;
    color: #fff;
}

.login-23 .login-inner-form label{
    font-weight: 500;
    font-size: 14px;
    /* margin-bottom: 5px; */
    margin-left: 17px;
}

.login-23 .login-inner-form .forgot{
    margin: 0;
    line-height: 45px;
    color: #535353;
    font-size: 15px;
    float: right;
}
.row.second_reg_form {
    justify-content: center;
}
.login-23 .bg-img {
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    position: relative;
    display: flex;
    background: #fedfcf;
    border-radius: 0 100% 100% 0;
    /* background-image: linear-gradient(to bottom, #fee1d2, #fee1d2); */
    /* background-image: url("images/yogapose.gif"); */
    background-size: cover;
    background-position: center;
    /* padding: 50px 80px; */
}
img.meditation_img {
    /* margin-left: 30px; */
    width: 180%;
    margin-top: -190px;
}
.login-23 .login-box{
    background: #ffaf8a;
    /* margin: 0 auto; */
}

.login-23 .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login-23 .login-inner-form .btn-md {
    cursor: pointer;
    color: #fff;
    padding: 0 25px;
    height: 55px;
    font-size: 28px;
    font-weight: 700;
    font-family: var(--primary-font);
    border-radius: 3px;
}

.login-23 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-23 .login-inner-form p{
    margin: 0;
    color: #535353;
}

.login-23 .login-inner-form p a{
    color: #535353;
}

.login-23 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-23 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-23 .login-inner-form .btn-theme {
    /* background-image: linear-gradient(to bottom, #ff0000, #ff8100); */
    background-color: #fff;
    border: none;
    border-radius: 20px;
    color: var(--font2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.login-23 .login-inner-form .btn-theme:hover {
    /* background-image: linear-gradient(to bottom, #ff8100, #ff0000); */
    background-color: #fff;
    color: var(--primary-color);
}
.bi-arrow-right-circle::before {
    content: "\f134";
    margin-bottom: 4px;
}
.login-23 .logo-2{
    margin-bottom: 15px;
    margin-top: -23px;
}

.login-23 .logo-2 img{
    /* height: 30px; */
}

.login-23 .nav-pills li{
    display: inline-block;
}

.login-23 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px;
}

.login-23 .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.login-23 .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.login-23 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-23 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: none;
    border-radius: 3px;
    background: #f5f5f5;
}

.login-23 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-23 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    color: #fff;
    background-image: linear-gradient(to bottom, #ff0000, #ff8100);
}

.login-23 .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    content: "\2713";
    padding-left: 5px;
    background:#ff0000;
}

.login-23 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-23 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
    margin-left: 3px;
}

.login-23 .form-section{
    text-align: center;
}

.login-23 .form-section h3 {
    /* margin: 0 0 0px; */
    font-size: 40px;
    font-weight: bolder;
    color: #fff;
}

.login-23 .form-section .text {
    font-size: 30px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}

.login-23 .form-section .text a{
    color: #535353;
}

.login-23 .social-list{
    bottom: 20px;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.login-23 .social-list a {
    width: 60px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-radius: 50px 0 0 50px;
    background: rgb(102 102 102 / 31%);
}

.login-23 .facebook-bg:hover {
    background: #3b589e;
}

.login-23 .twitter-bg:hover {
    background: #33CCFF;
}

.login-23 .google-bg:hover {
    background: #db4437;
}

.login-23 .linkedin-bg:hover {
    background: #1c82ca;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-23 .bg-img{
        display: flex;
    }

    .login-23 .form-info {
        padding: 50px 30px;
        margin-top: 0px;
    }

    .login-23 .login-box{
        /* max-width: 600px; */
        /* margin: 0 auto; */
    }
    img.img-result {
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }
    .main_para_last>p {
        font-size: 16px;
    }
    .button-result {
        width: 100% !important;
    }
    h3.main_header {
        font-size: 18px !important;
    }
    .main_para>p {
        font-size: 14px !important;
    }
    img.meditation_img {
        width: 180%;
        margin-top: -111px;
    }
    /* img.ev_logo_coachgopal {
        margin-top: 1px;
        margin-bottom: 1px;
    } */
}
@media (max-width: 768px) {
    /* img.ev_logo_coachgopal {
        margin-top: 1px;
        margin-bottom: 1px;
    } */


 }

@media (max-width: 476px) {
.login-23 .form-info {
    margin-top: -34px;
}
.logo-2.clearfix>h1 {
    font-size: 30px !important;
}
.login-23 .form-section h3 {
    margin: 0 0 10px;
    font-size: 32px;
}
.ev_logo.clearfix>h1 {
    font-size: 19px;
}
.ev_logo.clearfix>p {
    font-size: 15px;
}
img.img-result {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}
.main_para_last>p {
    font-size: 16px;
}
.button-result {
    width: 100% !important;
}
h3.main_header {
    font-size: 18px !important;
}
.main_para>p {
    font-size: 14px !important;
}
img.meditation_img {
    margin-left: -41px;
    width: 110%;
    margin-top: -69px;
}
.test_link_sec {
    margin-top: 0px;
}
h1.header {
    font-size: 20px;
}
p.header-para {
    font-size: 20px;
    text-align: center;
}
.text>p {
    font-size: 20px;
}
p.ennagram_para {
    font-size: 20px;
}
.test_link_sec>h1 {
    font-size: 24px;
}
button.btn.take-test-btn {
    font-size: 24px;
}
.bannersection {
    width: 102%;
    margin-top: 20px;
}
img.ev_logo_coachgopal {
    width: 240px !important;
    margin-top: -30px !important;
}
.navbar-toggler {
    margin-left: auto;
}
button.btn.take-test-btn:hover {
    font-size: 24px;
}
.login-23 .logo-2 {
    margin-bottom: 59px;
    /* margin-top: -23px; */
}
}

@media (max-width: 320px) {
    .login-23 .form-info {
        margin-top: -34px;
    }
    .logo-2.clearfix>h1 {
        font-size: 23px !important;
    }
    .login-23 .form-section h3 {
        margin: 0 0 10px;
        font-size: 26px;
    }
    .register_form {
        padding: 8px !important;
    }
    .login-23 .form-section .text {
        font-size: 18px;
    }
    .ev_logo.clearfix>h1 {
        font-size: 19px !important;
    }
    .ev_logo.clearfix>p {
        font-size: 15px !important;
    }
    img.meditation_img {
            margin-left: -41px;
            width: 110%;
            margin-top: -69px;
        
    }
    .test_link_sec {
        margin-top: 0px;
    }
    h1.header {
        font-size: 20px;
    }
    p.header-para {
        font-size: 20px;
        text-align: center;
    }
    .text>p {
        font-size: 20px;
    }
    p.ennagram_para {
        font-size: 20px;
    }
    .test_link_sec>h1 {
        font-size: 24px;
    }
    button.btn.take-test-btn {
        font-size: 24px;
    }
    .bannersection {
        width: 102%;
        margin-top: 20px;
    }
    img.ev_logo_coachgopal {
        width: 240px!important;
        margin-top: -13px !important;
    }
    .navbar-toggler {
        margin-left: auto;
    }
    button.btn.take-test-btn:hover {
        font-size: 24px;
    }
    .login-23 .logo-2 {
        margin-bottom: 59px;
        /* margin-top: -23px; */
    }
}


.logo-2.clearfix>h1 {
    font-size: 32px;
    font-weight: bolder;
    color: var(--primary-color-2);
    text-transform: uppercase;
}
span.header_span {
    color: var(--primary-color);
}
.logo-2.clearfix>p {
    font-size: 20px;
    font-weight: bolder;
    color: var(--primary-color);
    text-transform: uppercase;
}
span.by_text {
    color: var(--primary-color-2);
    text-transform: initial;
    font-style: italic;
}
.register_form {
    border: 1px solid #dee2e6;
    border-radius: 30px;
    padding: 18px;
    background: #fdead7;
}
h1.hello_text {
    color: var(--font2);
    font-family: var(--primary-font);
    font-weight: 800;
}
span.enna_span {
    color: var(--font2);
    font-weight: 800;
}
/** Login 23 end **/
/* result css */
.top_logo {
    text-align: center;
    margin-bottom: -17px;
    line-height: 9px;
    padding-right: 38px;
}
.ev_logo.clearfix>h1 {
    font-size: 24px;
    font-weight: bolder;
    color: var(--primary-color-2);
    text-transform: uppercase;
}
span.header_span_ev {
    color: var(--primary-color);
}
.ev_logo.clearfix>p {
    font-size: 18px;
    font-weight: bolder;
    color: var(--primary-color);
    text-transform: uppercase;
}
span.by_text_ev {
    color: var(--primary-color-2);
    text-transform: initial;
    font-style: italic;
}
a.nav-link.dropdown-toggle {
    color: #000;
    font-weight: 700;
    font-size: 22px;

}
/* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #db4437;
} */
/* Custom styling for the profile image and name */
.profile-image {
    width: 30px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -10px;
}

.profile-name {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
}
.result_sec {
    margin: 20px 0px 20px 0px;
    text-align: justify;
    /* background: red; */
    padding: 10px;
}
/* h3.main_header {
    font-size: 20px;
    color: #DF5C1D;
    font-family: inherit;
    font-weight: 600;
} */

h3.main_header {
    font-size: 22px;
    color: var(--font2);
    font-family: var(--primary-font);
    font-weight: 600;
}
.main_para>p {
    color: #5F5F5F;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}

.main_para_last {
    margin-top: 20px;
}
.main_para {
    margin-bottom: 18px;
}
img.img-result {
    width: 100%;

}
canvas#barChart {
    background: #fff;
    padding: 30px;
}
.button-result {
    background: #dee2e6b0;
    /* padding: 20px; */
    border-radius: 30px;
    /* margin: 30px 0px 20px 0px; */
    width: 50%;
}
button.btn.book_session_btn {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}
button.btn.book_session_btn>p {
    font-size: 15px;
    color: #616161;
}
.test_result {
    margin-bottom: 30px;
}