@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-synthesis-weight: none;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;

}



body {
    margin: 0;
    background-color: #faf7f4;
}



.disabled_scroll,
.mobile-active {
    overflow: hidden;
}

:root {
    --sitecolor: #C49A6C;
    --white: #ffffff;
}

* {
    font-family: "Inclusive Sans", sans-serif;
    /*font-weight: 400;*/
    box-sizing: border-box;
    /*text-wrap: balance;*/
}

::selection {
    background-color: #c2986a42;
}



.logo-image {
    padding: 0 10px;
}

.container-wide {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-fluid {
    width: 100%;
    padding: 0 20px;
}

header {

    transition: 0.7s ease;
}

.inner-header-sec {
    width: 100%;
    /* max-width: 1006px; */
    margin: 0 auto;
}

h1,
h2,
h3,
.oswald
{
    font-family: "Oswald", serif;
}

ul {
    margin: 0;
    padding: 0;
}

/*li {
    list-style: none;

}*/

a {
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}


/* Testing-start */
.video-poster-sec {
    overflow: hidden;
    position: relative;
    border-radius: 22px;
    aspect-ratio: 1/1;
}

.video-poster-sec .video-poster-img {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
}

.video-poster-sec .video-btns {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none !important;
}

.single-slide-slider-testi .slick-active.slick-center .video-btns {
    display: block !important;
}

.video-player {
    display: none;
    width: 100%;
    /* transition: all ease .4s; */
}

/* .on-hover-icon img {
    display: none;
} */
/* .on-hover-icon .video-player {
    display: block;
    width: 100%;
    object-fit: cover;
}  */

/* .video-poster-sec:hover .video-btns {
    display: block !important;
} */

.on-hover-icon:hover .video-btns {
    display: block !important;
}

.video-btns .pause-icon {
    display: none;
}

.video-btns img {
    width: 100%;
    max-width: 50px;
    cursor: pointer;
}

.pause-icon-sec img.play-icon {
    display: none;
}

.pause-icon-sec img.pause-icon {
    display: block;
}

/* play-icon play-icon */

/* Testing-end */

.button {
    font-size: 16px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    padding: 10px 22.5px;
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .4s;
    border: none;
    cursor: pointer;
}

.text-btn {
    padding-top: 70px;
    padding-bottom: 30px;

    display: flex;
    justify-content: center;
}

.text-btn a {
    background-color: #C49A6C;
    color: #FFFFFF;

    &:hover {
        background-color: #976E41;
    }
}

.text-btn a i {
    color: #ffffff6b;
}


.button.full {
    width: 100%;
}

.button i {
    margin-left: 7px;
    font-size: 13px;
    color: #858585;
}

.light-btn {
    color: #C49A6C;
    background: #FCFCFC;
}

.light-btn:hover {
    background: #D5D7DA;
}

.light-btn i {
    color: #C49A6C;
}


.dark-btn {
    color: #ffffff;
    background: #51525C;
}

.dark-btn:hover {
    background: #26272B;
}

.dark-btn i {
    color: #ffffff;
}

.color-btn,
.form-popup-sec form button[type="submit"],
.inner-tab-content .button {
    color: #ffffff !important;
    background: #C49A6C;
}

.color-btn:hover,
.form-popup-sec form button[type="submit"]:hover,
.inner-tab-content .button:hover {
    background: #976E41;
}

.color-btn i,
.footer-btn i,
.form-popup-sec form button[type="submit"] i,
.inner-tab-content .button i {
    color: #ffffff !important;
}


.pulse_animation {
    animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
    }
}



p:not(.mind_para) {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.76px;
    margin: 0;
    /* text-align: left; */
}

p>a {
    color: currentcolor;
    text-decoration: underline;
}

h3 {
    font-size: 37px;
    font-weight: 500;
    line-height: 40.7px;
    letter-spacing: -0.02em;
    color: var(--sitecolor);
    margin: 0;
    text-transform: uppercase;
}


/******------   Form-Popup-Start-Here -----******/

/******------   Form-Popup-End-Here -----******/
body:has(.active-popup) {
    overflow: hidden;
}

.active-popup {
    display: flex !important;
}

.main-form-pop-sec {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(58, 58, 58, 0.73);
    z-index: 2;
    display: none;
    z-index: 999;
}

.form-popup-sec,
.form-popup-sec-junior
{
    background: #FAF7F4;
    padding: 25px;
    border-radius: 36px;
    width: 100%;
    max-width: 890px;
    overflow: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1000;
}


.form-popup-sec_inner,
.form-popup-sec-junior_inner
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-header-sec {

    background: #111111;
    width: 465px;
    display: flex;
    padding: 50px 30px 30px 30px;
    border-radius: 23px;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.form-popup-sec form,
.form-popup-sec-junior form
{
    width: calc(100% - 495px);
}

.form-fields {
    margin: 0 -6px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
}

.form-fields .sub {
    padding: 0 6px;
    width: 100%;
}

.form-fields .sub.half {
    width: 50%;
}

.form-fields .sub.third {
    width: 33.33%;
}



.form-popup-sec .form-item.active label.verify,
.form-popup-sec-junior .form-item.active label.verify
{
    font-size: 16px !important;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    padding: 2px 3px;
}

.form-header-sec h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 27.3px;
    letter-spacing: -0.07em;
    width: 100%;

    text-transform: none;
    max-width: 177px;

}

.form-header-sec .form-header-img {
    width: 100%;
    max-width: 110px;
    position: absolute;
    right: 12px;
    bottom: 0;
}

.form-header-sec .close-popup-btn {
    border: 0;
    background: transparent;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 10px;
    padding: 0;
    cursor: pointer;
}

.form-popup-sec .form-fields input[type="text"],
.form-popup-sec .form-fields input[type="number"],
.form-popup-sec .form-fields input[type="tel"],
.form-popup-sec .form-fields input[type="email"],
.form-popup-sec .form-fields select,
.form-popup-sec-junior .form-fields input[type="text"],
.form-popup-sec-junior .form-fields input[type="number"],
.form-popup-sec-junior .form-fields input[type="tel"],
.form-popup-sec-junior .form-fields input[type="email"],
.form-popup-sec-junior .form-fields select 
{
    box-shadow: 0px 4px 4.8px 0px #E1C7AA4D;
    border: 1px solid #EFE1D4;
    background: #FFFFFF;
    border-radius: 19px;
   
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    letter-spacing: -0.07em;
    padding: 0 20px;
    width: 100%;
    color: #000;
    /* cursor: pointer; */
}

.form-popup-sec .form-fields input[type="text"].filled,
.form-popup-sec .form-fields input[type="number"].filled,
.form-popup-sec .form-fields input[type="tel"].filled,
.form-popup-sec .form-fields input[type="email"].filled,
.form-popup-sec .form-fields select.filled,

.form-popup-sec-junior .form-fields input[type="text"].filled,
.form-popup-sec-junior .form-fields input[type="number"].filled,
.form-popup-sec-junior .form-fields input[type="tel"].filled,
.form-popup-sec-junior .form-fields input[type="email"].filled,
.form-popup-sec-junior .form-fields select.filled
{
    border: 1px solid #EFE1D4;

}


.form-popup-sec .form-fields input[type="text"].error,
.form-popup-sec .form-fields input[type="number"].error,
.form-popup-sec .form-fields input[type="tel"].error,
.form-popup-sec .form-fields input[type="email"].error,
.form-popup-sec .form-fields select.error,
.form-popup-sec-junior .form-fields input[type="text"].error,
.form-popup-sec-junior .form-fields input[type="number"].error,
.form-popup-sec-junior .form-fields input[type="tel"].error,
.form-popup-sec-junior .form-fields input[type="email"].error,
.form-popup-sec-junior .form-fields select.error,
.form-item.active input.error,
.form-item.active select.error {
    border: 1px solid #ff3333 !important;

}

.form-popup-sec .form-fields input[type="text"].error+label.animate,
.form-popup-sec .form-fields input[type="number"].error+label.animate,
.form-popup-sec .form-fields input[type="tel"].error+label.animate,
.form-popup-sec .form-fields input[type="email"].error+label.animate,
.form-popup-sec .form-fields select.error+label.animate,

.form-popup-sec-junior .form-fields input[type="text"].error+label.animate,
.form-popup-sec-junior .form-fields input[type="number"].error+label.animate,
.form-popup-sec-junior .form-fields input[type="tel"].error+label.animate,
.form-popup-sec-junior .form-fields input[type="email"].error+label.animate,
.form-popup-sec-junior .form-fields select.error+label.animate
{
    color: #ff3333 !important;

}


label.error {
    display: none !important;
}

.form-popup-sec .form-fields .form-item,
.form-popup-sec-junior .form-fields .form-item {
    width: 100%;
    position: relative;
}


.form-item.active input,
.form-item.active select {
    border: 1px solid #C49A6C !important;
}

.form-popup-sec form hr,
.form-popup-sec-junior form hr {
    height: 1px;
    border-top: 1px solid #EBE0D3;
    margin: 15px 0;
}

.form-popup-sec form button[type="submit"],
.form-popup-sec-junior form button[type="submit"]
{

    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.07em;
    width: 100%;
    border: 0;
    border-radius: 12px;
    margin-top: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-popup-sec form button[type="submit"] i,
.form-popup-sec-junior form button[type="submit"] i
{
    font-size: 13px;
    margin-left: 5px;
    opacity: .6;
}

.form-popup-sec .form-fields input:focus-visible,
.form-popup-sec .form-fields select:focus-visible,
.form-popup-sec-junior .form-fields input:focus-visible,
.form-popup-sec-junior .form-fields select:focus-visible
{
    outline: none;
}

.form-popup-sec .form-fields input::placeholder,
.form-popup-sec-junior .form-fields input::placeholder 
{
    color: #DFC3A4;
    opacity: 1;
}

.form-popup-sec .form-fields input::-ms-input-placeholder,
.form-popup-sec-junior .form-fields input::-ms-input-placeholder
{
    color: #DFC3A4;
}

.chec-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.form-item .chec-box {
    position: relative;
}

.chec-box .checkmark {
    border: 1px solid #EADCCC;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    position: relative;
}

.chec-box .checkmark::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chec-box input:checked~.checkmark:after {
    display: block;
}

.chec-box input:checked~.checkmark {
    background-color: #c49a6c;
}

.form-popup-sec label,
.form-popup-sec-junior label
{
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.07em;
    color: #c49a6c;
    cursor: pointer;

}

.form-popup-sec label.animate,
.form-popup-sec-junior label.animate
{
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.07em;
    color: #c49a6c;
    cursor: pointer;
    position: absolute;
    left: 20px;
    cursor: text;
    top: 16px;
    transition: all ease 0.3s;
    pointer-events: none;
}




.form-popup-sec .form-item.active label.varify,
.form-popup-sec-junior .form-item.active label.varify
{
    font-size: 16px !important;
    font-weight: 400;
    line-height: 16px;

}



.checkbox-field {
    display: flex;
    cursor: pointer;
    align-items: center;

}

.checkbox-field .chec-box {
    margin-right: 10px;
    display: inline-flex;
    position: relative;
    width: 20px;
    height: 20px;

}

.reached-via {
    width: 100%;

}

.form-popup-sec .checkbox-fields-sec,
.form-popup-sec-junior .checkbox-fields-sec
{
    display: block;
    margin: 0;
}

.inner-checkboxes-sec {
    display: flex;
    gap: 20px;
    margin: 14px 0 10px 0;
}

.form-popup-sec select,
.form-popup-sec-junior select
{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/chevron-down-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 24px !important;
    padding-right: 30px !important;
}



/******------  Header-sec-start-here  -----******/
.navbar-toggle {
    display: none;
}

header {

    position: fixed;
    left: 0;
    right: 0;
    /* top: 48px; */
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 999;
}

.logo .logo-img {
    width: 100%;
    max-width: 176px;
}

.menu-items a {
    font-size: 14px;
    font-weight: 400;
    line-height: 14.7px;
    letter-spacing: -0.07em;
    color: var(--white);
    transition: all ease .4s;
}

.menu-items a:hover {
    color: var(--sitecolor);
}

.menu-items ul {
    display: flex;
    gap: 30px;
	list-style-type:none;
}

/******------  Header-sec-end-here  -----******/

/******------  Main-Content-sec-start-here  -----******/
.main-content-sec {
    background: url(../images/Hero-Banner-img.jpg) no-repeat center;
    background-size: cover;
    padding: 140px 0 108px;
}

.banner-content h2 {
    font-size: 54px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.19em;
    color: var(--sitecolor);
    margin: 0;
    text-transform: uppercase;
    font-family: "Inclusive Sans", sans-serif;
}

.banner-content h1 {
    font-size: 259px;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0.03em;
    color: var(--white);
    margin: 50px 0 54px;
}

.banner-btns {
    gap: 8px;
}

.banner-btns a {
    padding: 10px 20px !important;
}

.main-content-sec p {
    color: var(--white);
    max-width: 397px;
    margin: 74px auto 40px;
}
p.text-center{
    text-align: center!important;
}
.main-content-sec p.text-center,
.item p.title{text-align:center;}

/******------  Main-Content-sec-end-here  -----******/

/******------  Trusted-by-sec-start-here  -----******/
.trusted-by-sec {
    padding: 80px 0 95px;
}

.trusted-by-sec h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: -0.07em;
    color: #000000;
    margin: 0 0 30px;
}

.trusted-by-sec .logo-image img {
    margin: 0 auto;
    filter: grayscale(58);
    transition: all ease .4s;
    max-width: 100%;
}

.trusted-by-sec .logo-image img:hover {
    filter: unset
}

.trusted-by-sec .slick-track {
    display: flex;
    align-items: center;
}






.trusted-by-sec .single-slide-slider {
    width: 100%;
    margin: 0 auto;
}

/******------  Trusted-by-sec-end-here  -----******/

/******------  Bg-images-text-sec-start-here   -----******/
.bg-img-text-sec {
    padding-bottom: 100px;
}

.bg-img-text-box {
    background: url(../images/content-img-bg-image1.jpg) no-repeat center;
    background-size: cover;
    border-radius: 53px;
    padding: 68px 93px 78px 93px;
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
    background-color: #151517;
}

.img-text-content-sec {
    max-width: 354px;
}

.img-text-content-sec h3 {
    margin-bottom: 33px;
}

.bg-img-text-box p {
    color: var(--white);
}

.bg-img-text-box .sub-content {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.2px;
    margin-bottom: 30px;
}

.outer-bg-img-text-box {
    position: relative;
    margin: 0 auto;
    z-index: 0;
    max-width: 1400px;
}

.outer-bg-img-text-box::after {
    position: absolute;
    content: "";
    background: url(../images/for-bg-shadow.png) no-repeat center;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: -90px;
    z-index: -1;
}

/******------  Bg-images-text-sec-end-here   -----******/

/******------  Meet-your-guide-sec-start-here   -----******/
/* .overlay-edge{
    position: relative;
}
.overlay-edge::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgb(21 21 23) 100%);
    z-index: 1;
} */

.meet-your-guide .img-text-content-sec {
    max-width: 604px;
}

.meet-your-guide .img-text-content-sec p {
    color: #919191;
}

.meet-your-guide .img-text-content-sec p:not(:last-child) {
    margin-bottom: 30px;
}

.meet-your-guide .img-text-content-sec h3 {
    max-width: 268px;
}

.meet-your-guide .bg-img-text-box {
    background: url(../images/content-img-bg-image2.jpg) no-repeat center;
    background-size: cover;
}

/* .meet-your-guide .bg-img-text-box::before {
    content: "";
    position: absolute;
    top: 18%;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgb(21 21 23) 100%);
    /* z-index: 1; 
} */


.meet-your-guide .bg-img-text-box img {
    display: flex;
    width: 100%;
    height: 100%;
}

/******------  Meet-your-guide-sec-end-here   -----******/

/******------  Counter-sec-start-here  -----******/
.counter-sec {
    padding-bottom: 150px;
}

#counter {
    display: flex;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
}

.item {

    text-align: center;
    width: 33.33%;
    padding: 0 30px;
}

.title {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #C49A6C;
}

.count {
    margin: 0;
    font-family: 'Oswald';
    font-size: 54px;
    font-weight: 500;
}

.text {
    display: none;
}


.para {
    margin-top: 60px;
}

.para p {
    font-size: 26px;
    font-weight: 400;
    line-height: 35.36px;
    text-align: center;
    max-width: 785px;
    margin: 0 auto;
}

/* .para p:last-child {
    margin: 30px auto 0;
    font-family: Inclusive Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    max-width: 497px;
} */
/******------  Counter-sec-end-here  -----******/

/******------  Training-program-sec-start-here  -----******/
.training-program {
    background: url("../images/training-program-bg-img1.jpg") no-repeat top center;
    /* background-size: cover; */
    padding: 65px 0 0;
    background-color: #000;
}

.training-program p {
    color: var(--white);
}

.training-program h3 {
    text-align: center;
}

.tra-cou {
    font-family: Oswald;
    font-size: 100px;
    font-weight: 500;
    line-height: 110px;
    text-align: center;
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
}






/* General Styles for the event box */
.cal-one {
    border: 2px solid transparent;
    border-radius: 8px;
    transition: border-color 0.3s, box-shadow 0.3s;
    padding: 10px;
    display: inline-block;
    text-align: center;
    background-color: #222;
    /* Add background color */
    color: #fff;
    margin: 5px;
    cursor: pointer;
}

/* Active State for Event Box */


/* Location Icon - Switch Effect */
.switch-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border: 1.5px solid #767676;
    border-radius: 50%;
    position: relative;
    transition: border-color 0.3s, background-color 0.3s;
}

.switch-icon:before {
    background: url(../images/check.svg) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    transition: all 0.3s;
}

/* Active State for Switch Icon */
.switch-icon.active {
    border-color: #f5b35a;
    background: #f5b35a;
}

.switch-icon.active:before {
    opacity: 1;
}























.calendar {
    margin-top: 120px;

}

.cal-btn {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 140px;
}

.render_mastermind .block_parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.render_mastermind .block_parent .block {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    font-size: 50px;
    font-family: oswald;
	letter-spacing: -1.5px;
}

.render_mastermind .block_parent .block span {font-weight:700;}

.render_mastermind .days {
    font-size: 14px;
    color: #ffffff;
}

.render_mastermind .year {
    text-align: center;
    margin-top: 20px;
}


.cal-one,
.cal-two {
    border: 1px solid rgba(156, 156, 156, 0.37);
    backdrop-filter: blur(22px);
    max-width: 190px;
    padding: 20px;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 23px;
    /* gap: 20px; */
    background: rgb(201, 201, 201);
    background: linear-gradient(0deg, rgba(201, 201, 201, 0.2553396358543417) 0%, rgba(187, 187, 187, 0) 100%);
    width: 100%;


}

.cal-one.active,
.cal-two.active {
    border: 1px solid rgba(196, 154, 108, 1);
    background: rgb(196, 154, 108);
    background: linear-gradient(0deg, rgba(196, 154, 108, 0.2637429971988795) 0%, rgba(196, 154, 108, 0) 100%);
}

.cal-inner {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.cal-inner .slick-list {
    overflow: visible;
    width: 100%;
}


.cal-date {
    display: flex;
    gap: 10px;
}

.cal-one>span,
.cal-two>span {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /* margin-bottom: 20px; */


}

.cal-one h3,
.cal-two h3 {

    font-size: 50px;
    font-weight: 200;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: Oswald;

}

.cal-one h2,
.cal-two h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #A4A7AE;
    text-align: center;
    margin: 0;
}

.active.cal-one h2,
.active.cal-two h2 {

    color: #C49A6C;

}



.cal-location {
    background-color: rgba(255, 255, 255, 0.18);
    /* width: 100%; */
    border-radius: 50px;

    padding: 0px 13px 0 5px;
    color: #fff;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
    height: 25px;
    text-transform: uppercase;
}

.cal-location i {
    color: rgba(255, 255, 255, 0.3);

}

.cal-year {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    text-align: center !important;
    color: #CACACA40 !important;


}

.active .cal-year {
    color: #C49A6C !important;
}


.training-program .faq {
    margin-top: 140px;
}

.faq ul.bg-img-acc-list {
    display: block;
    width: 100%;

    list-style: none;


    padding: 0 20px;
}

.faq li.acc {
    display: block;
    width: 100%;
    background-color: #FFF;
    padding: 60px 90px;
    /* margin: 0 auto 15px; */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 54px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);


    background-size: cover;
    margin-bottom: 8px;
    filter: grayscale(1);
}

.faq li.acc.active {
    filter: unset;

}

.faq h3 {
    color: var(--white);
    margin: 0;
    text-align: left;


}



.faq div.answer {
    display: none;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--white);
    /* list-style: disc !important; */


}

.faq div.answer ul {
    /* list-style: disc !important; */

}

.faq div.answer ul li {
    list-style: disc !important;
    margin-left: 18px;

}

.qna {
    padding: 40px 20px;
    /* background: #191919; */
}


.accordion-list.faq-accordion .faq-item .faq-answer {
    max-width: 980px;
}

.accordion-list.faq-accordion .faq-item:hover .faq-question {
    color: #fff;
}

.faq-section {
    color: var(--white);
    /* background: #191919; */
    /* border: 1px solid #373737; */
    border-radius: 72px;
    padding: 40px 22px 48px;
}

.faq-section h3 {
    margin: 10px 0 50px;
}

.faq-que-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;

}

.faq-que-wrap i {
    transition: 0.3s ease;
    transform: rotate(-180deg);
    display: none;
}

.faq-item.active .faq-que-wrap i {
    transform: rotate(0deg);
}




.faq-container {
    display: flex;
    gap: 20px;
}


.faq-container ul.left,
.faq-container ul.right {
    width: 50%; list-style-type:none;
}

/* .faq-container ul.left{
    padding-left: 63px;
}
.faq-container ul.right{
    padding-right: 63px;
} */

.faq-container ul.left li {
    /* padding-right: 12px; */
}


.faq-container ul li.active .faq-que-wrap {
    padding-left: 0;
    border: none;

}

.faq-container ul.right li {
    /* padding-left: 12px; */
}


.faq-accordion .faq-question {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #737373;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    font-family: "Inclusive Sans", sans-serif;
    transition: 0.3s ease;


}

.faq-accordion .faq-item.active .faq-question {
    color: var(--white);
    font-family: "Inclusive Sans", sans-serif;
}

.faq-accordion .faq-answer {
    padding-top: 20px;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item::after {
    content: "";
    background: url("");
    position: absolute;
}


.faq-item {
    padding: 20px 20px 20px 20px;
    border: 1px solid rgba(61, 61, 61, 1);
    border-radius: 10px;
}

.faq-item.active {
    background-color: #424242c7;
}

.faq-question {
    font-size: 18px;
    font-weight: bold;
}

.faq-answer {
    display: none;
    font-size: 16px;
    padding-top: 10px;
    color: #b3b3b3;
}

.weekly-sessions {
    padding-top: 120px;
}

.weekly-sessions-list {
    padding-top: 22px;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.weekly-sessions-list ol {
    display: flex;
    padding-left: 20px;
    margin: 0;
    gap: 0 45px;
    height: 205px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.weekly-sessions-list ol li {
    list-style: auto;
    color: #FFFFFF66;
}



.card-slider-sec {
    overflow: hidden;
}

.center-card {
    width: 100%;
    max-width: 630px;
    /* height: 520px; */
    border: 1px solid #4F4841;
    background: #1F1A14;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 53px 53px 0 0;
    margin: 0 auto;
    /* overflow: hidden; */
    border-bottom: 0;
    position: relative;
    z-index: 1;
}



.center-card-outer {
    position: relative;
}



.center-card-outer:after {
    content: "";
    background: url("../images/dark-card-shape-outer.png") no-repeat center;
    width: 100%;
    max-width: 880px;
    height: 380px;
    position: absolute;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.center-card-outer:before {
    content: "";
    background: url("../images/dark-card-shape-inner.png") no-repeat center;
    width: 100%;
    max-width: 780px;
    height: 450px;
    position: absolute;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
}


.center-card-outer-light {
    position: relative;
}

.center-card-outer-light::after {
    content: "";
    background: url("../images/light-card-shape-outer.png") no-repeat center;
    width: 100%;
    max-width: 1015px;
    height: 370px;
    position: absolute;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    bottom: -105px;
}

.center-card-outer-light .center-card {
    width: 100%;
    max-width: 735px;

}




.center-card-outer-light::before {
    content: "";
    background: url("../images/light-card-shape-inner.png") no-repeat center;
    width: 100%;
    max-width: 870px;
    height: 425px;
    position: absolute;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    bottom: -75px;
    z-index: 1;
}


.center-card-outer .inner-card-sec {
    background: #0B0702;
    height: inherit;
    border-radius: inherit;
    padding-top: 40px;
}


.swiper-slide-active .inner-card-sec {
    background: #0B0702;
}

.tab {
    background: #403426;
    border: 1px solid #83715E4D;
    padding: 7px;
    border-radius: 55px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 12px;
}

.tab .tablinks {
    padding: 10px 14px;
    border-radius: 55px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.07em;
    background: transparent;
    border: 0;
    color: #C49A6C;
    cursor: pointer;
}

.tab .tablinks span {
    color: #C49A6C;
}

.tab .tablinks.active {
    background: #FCFCFC;
    color: #0E0E0E;
}


.inner-tab-content a:hover i {
    transform: translateX(2px);
}

.inner-tab-content p {
    color: #C49A6C;
    text-align: center;
}

.inner-tab-content p.footer-text {
    color: #785631;
}


.inner-tab-content {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 0;
}

.inner-tab-content h3 {
    text-align: center;
    font-size: 65px;
    font-weight: 500;
    line-height: 71.5px;
    letter-spacing: -0.02em;
    padding: 6px 0 6px;
    width: 100%;
    max-width: 100%;
    font-family: oswald;
}

.inner-tab-content .button {

    padding: 18px 36px;
    font-size: 28.57px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.07em;
    margin: 8px 0 35px;

}

.inner-tab-content .button i {
    font-size: 22px;
    margin-left: 10px;
    transform: translateX(-2px);
    color: #775F46;
    transition: 0.3s ease;

}



.tabcontent {
    display: none;
}

/******------  Training-program-sec-end-here  -----******/





/* SWIPER */

.swiper {
    width: 800px;
    height: 515px;
}

.swiper-slide {
    position: relative;
    /* box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    user-select: none;
    background: transparent;
    border-radius: 47px 47px 0 0;
}


/* testimonials-slider-sec-start */
.testimonials-slider-sec {
    padding: 150px 0 175px;
    max-width: 2000px;
    margin: 0 auto;
}

.single-slide-slider-testi .slick-active .slid-inner {
    opacity: 1;
}

.slid-inner .pro-img {
    width: 40%;
}

.slid-inner .pro-text {
    width: 60%;
}

.single-slide-slider-testi .pro-img .play-btn {
    /* width: 100%;
    max-width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .9; */
}

/* .single-slide-slider-testi .slid-inner .pro-img {
    position: relative;
    width: fit-content;
} */

.slid-inner {
    display: flex;
    gap: 30px;
    /* max-width: 740px; */
    padding: 0 80px;
    opacity: 0.2;
}



.pro-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
}

.pro-text h3 {
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;


}

.pro-text>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;


}

.pro-text>div p {
    color: #C49A6C;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;



}

.heading-pro-img {
    margin-bottom: 80px;
}

.heading-pro-img p {
    text-align: center;
    margin-bottom: 10px;
}

/* .pro-img img {
    width: 317px;
    border-radius: 22px;
} */

/* testimonials-slider-sec-end */

/* Centermode-slider-sec-start-here */
.centermode-slider-sec {
    padding: 100px 0;
}

.img-car {
    padding: 20px 20px 60px;

}

.slide_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.shadow {
    position: absolute;
    left: 10px;
    top: 30px;
    right: 20px;
    bottom: -5px;
    filter: blur(20px);
    -webkit-filter: blur(20px);
    border-radius: 54px;
    overflow: hidden;
    z-index: -1;

    -webkit-overflow: hidden;
    opacity: 0.6;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);

}

.img-car .inner {
    margin: 0 auto;
    /* max-width: 1200px; */
    border-radius: 15px;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 80px;
    flex-direction: column;
    /*box-shadow: 0 10px 20px 7px #00000036;
     max-height: 610px; */
    height: 100%;
    gap: 50px;
}

.centermode-slider-sec .slick-track {
    display: flex !important;
}

.centermode-slider-sec .slick-slide {
    height: auto !important;
    position: relative;
}

.img-car .inner .img-det {
    max-width: 490px;
    font-size: 35px;
    font-weight: 600;
    line-height: 38px;
    /* padding-bottom: 70px; */
    color: var(--white);
    font-family: "oswald", sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;


}

.img-car .inner p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

}

/* Centermode-slider-sec-end-here */

/* Have-a-question-sec-start-here */
.have-a-question-sec {
    padding-top: 94px;
}

.light-bg-sec .light-bg-right-sec {
    width: 100%;
    max-width: 645px;
    background: #FAF7F4;
    border-radius: 42px;
    padding: 70px 12px;
}

/* .true-power-sec .light-bg-sec .light-bg-right-sec {
    padding: 65px 12px 50px;
} */

.light-bg-sec .light-bg-left-sec {
    width: calc(100% - 645px);
    padding: 68px 12px 12px 60px;
}

.left-inner-content {
    max-width: 273px;
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}

.light-bg-sec {
    border: 1px solid #EFE1D4;
    border-radius: 53px;
    padding: 12px;
    background: #fff;
}

.light-bg-right-sec form {
    width: 100%;
    max-width: 378px;
    margin: 0 auto;
}

.form-field input,
.form-field textarea {
    border: 1px solid #EFE1D4;
    box-shadow: 0px 4px 4.8px 0px #E1C7AA4D;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 20px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.07em;
    color: #000;
    width: 100%;
}

.form-field input.error,
.form-field textarea.error {
    border: 1px solid #ff3333;
}

.form-field textarea {
    resize: unset;
    padding: 20px;
    min-height: 200px;
}

.form-field,
.form-fields {
    position: relative;
    margin-bottom: 11px;
}

.form-field label,
.form-popup-sec .form-item.itemsss label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.07em;
    color: #C49A6C;
    position: absolute;
    top: 19px;
    left: 20px;
    transition: all ease .3s;
    pointer-events: none;
}

.light-bg-left-sec h3 {
    margin-bottom: 30px;
}




.footer-btn i {
    color: #ffffff96;
}



.form-field input:focus-visible,
.form-field textarea:focus-visible {
    outline: none;
    border: 1px solid #C49A6C;
}

.form-field.active label,
.form-popup-sec .form-item.active label,
.form-popup-sec-junior .form-item.active label
{
    font-size: 10.11px;
    font-weight: 400;
    line-height: 10.61px;
    letter-spacing: 0;
    padding: 0;
    top: 5px;
    text-transform: uppercase;

}

/* Have-a-question-sec-end-here  */


/* Light-bg-card-sec-start-here   */
.light-bg-card {
    overflow: hidden;
    padding-top: 30px;
}

.light-bg-card .swiper {
    height: 470px;
}

.light-bg-card .center-card {
    border: 1px solid #EFE1D4;
    box-shadow: 0px 4px 4.8px 0px #E1C7AA4D;
    background: #fff;
    height: 455px;
}

.light-bg-card .swiper-slide-active .inner-card-sec {
    background: #FAF7F4;
}

.light-bg-card .inner-card-sec {
    background: #FAF7F4;
    text-align: center;
    padding: 80px 20px;
    position: relative;
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
    height: 110%;

}

.light-bg-card .inner-card-sec h2 {
    font-size: 52px;
    font-weight: 500;
    line-height: 57.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 0 30px;
    color: #C49A6C;
    text-transform: uppercase;
}

.light-bg-card .inner-card-sec h2 span {
    font-family: "Oswald", serif;
    color: #111111;
    font-weight: inherit;
}

.light-bg-card .inner-card-sec p {
    text-align: center;
    color: #111111;
    margin-bottom: 30px;
}

.card-slider-sec .swiper-slide-shadow {
    display: none;
}

.top-btn img {
    width: 100%;
}

.inner-card-sec .top-btn {
    width: 100%;
    max-width: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.light-bg-card .swiper-slide {
    padding-top: 30px;
}

.light-bg-card .swiper-slide-active .center-card {
    overflow: visible;
}

/* Light-bg-card-sec-end-here   */


/* Footer-sec-start */
.footer {
    background-color: #111;
    color: #fff;
    padding: 0 30px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 60px 0;
}

/* / Left Section / */
.footer-left {
    max-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.footer-left .logo {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
}

.footer-left .logo img {
    height: 40px;
}

.footer-left h3 {
    font-size: 18px;
    margin: 0;
}


.footer-center ul {
    list-style: none;


}

.footer-center ul li {
    margin-bottom: 10px;
}

.footer-center ul li a {
    color: #A4A7AE;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 16px;
    line-height: 24px;
}

.footer-center ul li a:hover {
    color: #C49A6C;
}
.mastermind-btn{
    padding: 5px 18px;
    color: #C49A6C !important;
    background: #2d1e0b !important;
    border-width: 0 !important;

}
.mastermind-btn:hover{
    background: #1d1306 !important;
}
.mastermind-btn i{
    color: #C49A6C !important;
}

/* / Right Section / */
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-right address {
    font-style: normal;
    line-height: 18px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #A4A7AE;
}

.footer-right a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
}

.footer-btn {
    width: 100%;
    height: 37px;
    border: 1px solid #C49A6C;
    border-radius: 50px;
    text-align: center;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.footer-btn i {
    opacity: 0.5;
}

.footer-btn:hover {
    background: #C49A6C;
}

.footer-right a strong {
    font-weight: 400;
    color: #C49A6C;
    width: 100px;
    padding-right: 12px;
}

.footer-right a:hover {
    color: #C49A6C;
}

.footer-right a:hover i {
    opacity: 1;
}


.footer-bottom {
    border-top: 1px solid #252B37;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #A4A7AE;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 45px;
    gap: 10px;
}

.footer-bottom p {
    margin: 0;
    font-size: 16px;
}

.footer-bottom a {

    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
    color: #fff;
}


.footer-bottom-icon {
    display: flex;
    gap: 8px;

}

.footer-bottom-icon a {
    color: #ffffff;
}

.footer-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    /* padding-bottom: 20px; */
}

/* Footer-sec-end */
.true-power-sec {
    padding-bottom: 50px;
}

.true-power-sec .light-bg-sec .light-bg-right-sec {
    padding: 0 12px;
    overflow: hidden;
}

.true-power-sec .light-bg-left-sec {
    padding-top: 58px;
}

.left-inner-content .space-top {
    padding-top: 30px;
}

.left-inner-content .btn-sec {
    position: absolute;
    left: 0;
    bottom: 0;
}

.scroll-container {
    height: 435px;
    overflow: auto;
    position: relative;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    scrollbar-width: none;
}

.scroll-text {
    font-size: 43.25px;
    line-height: 47.57px;
    letter-spacing: -0.02em;
    opacity: .3 !important;

    transition: opacity 0.3s ease, transform 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.highlight {
    color: #c29f6d;
    opacity: 1 !important;
}

.single-slide-slider-testi .slick-prev,
.single-slide-slider-testi .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 25px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

.single-slide-slider-testi .slick-prev {
    left: 27%;
    background: url(../images/left-slider-arrow.svg) no-repeat center;
    background-size: contain;
}

.single-slide-slider-testi .slick-next {
    position: absolute;
    right: 25.8%;
    background: url(../images/right-slider-arrow.svg) no-repeat center;
    background-size: contain;
}


.lang-text-cont {


    padding: 50px 20px;
    padding-top: 80px;
}

.lang-text-cont .lang-text p {
    max-width: 680px;
    margin: 0 auto;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    font-family: 'Almoni ML v5 AAA D' !important;
}

.lang-text-cont .lang-text p span {
    font-family: 'Almoni ML v5 AAA D' !important;
    font-weight: 400;
}

#meetyourguide,
#qna {
    scroll-margin-top: 130px;
}

#course {
    scroll-margin-top: 116px;
}


#testimonials {
    scroll-margin-top: 100px;
}

.faq_read_more {
    display: none;
    cursor: pointer;
}

.form-popup-sec_inner .inner-card-sec,
.form-popup-sec-junior_inner .inner-card-sec
{
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.form-popup-sec_inner .inner-card-sec:before,
.form-popup-sec-junior_inner .inner-card-sec:before
{
    height: 1px;
    background: #403426;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 340px;
}


.meet-your-guide .bg-img-text-box .bg-img-text-box-phone::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 80%, rgb(21 21 23) 100%);
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgb(251 8 41) 100%); */
    bottom: 0px;
    left: 0;
    right: 0;
    top: 0;
}

.bg-img-text-sec .bg-img-text-box-phone::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 80%, rgb(21 21 23) 100%);
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgb(251 8 41) 100%); */
    bottom: 0px;
    left: 0;
    right: 0;
    top: 0;
}

.bg-img-text-box-phone {
    display: none;
    position: absolute;
    top: 0;
}

.bg-img-text-box-phone img {
    border-radius: 10px;
    width: 100%;
}

.single-slide-slider.owl-carousel .item {
    width: initial;
}

.trusted-by-sec .logo-image img {

    aspect-ratio: 4/4;
    object-fit: contain;
}

.owl-nav {
    display: none;
}




/* new */

.mastermind-section {
    background-color: #111;
    color: white;
    text-align: center;
    padding: 90px 0;
}



.logo-wrapper {
    margin-bottom: 60px;
}



.logo {
    display: block;
    /* margin: 0 auto; */
}

.subheading {

    color: #C49A6C;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;


}



.main-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}



.description {
    font-size: 20px;
    line-height: 28px;
    color: #FCFCFC;
    margin: 0 auto 60px;
    max-width: 670px;
}



.join-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 24px;
    background-color: #FCFCFC;
    color: #C49A6C;
    border-radius: 9999px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.join-btn:hover {
    background-color: #D5D7DA;
}

.join-btn svg path {
    stroke: #C49A6C;
    transition: all 0.3s ease;
}




.banner-section {
    position: relative;
    background-image: url('../mastermind/images/banner.jpg');
    background-size: cover;
    background-position: 70%;
    color: white;
    display: flex;
    align-items: center;
    padding-top: 250px;
    padding-bottom: 100px;
    min-height: 100svh;
    text-align: left;
}



.text-content {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}





.main-title {
    font-size: 100px;
    line-height: 100px;
    font-weight: 500 !important;
}

.main-title span {
    font-weight: 500 !important;
}

.main-title .highlight {
    color: #C49A6C;
}

.banner-section .banner-description {
    color: #FCFCFC;
    font-size: 16px;
    line-height: 20px;
    max-width: 394px;
}

.highlight-link {
    color: white;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.highlight-link:hover {
    color: #C49A6C;
}


.banner-text-wrap a {
    margin-top: 60px;
}

.join-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 24px;
    background-color: #FCFCFC;
    color: #C49A6C;
    border-radius: 9999px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: fit-content;
}

.join-button:hover {
    background-color: #D5D7DA;
}

.arrow-icon {
    stroke: #C49A6C;
    transition: all 0.3s ease;
}

.mastermind-header .mastermind-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mastermind-header .mastermind-header-inner .logo {
    margin: unset;

    align-items: center;
    gap: 10px;
}

.logo i {
    display: none;
}

.back-to-home-enroll {
    display: flex;
    align-items: center;
    gap: 25px;
}

.back-to-home-enroll .backto {
    background-color: #51525C;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 50px;
    padding: 10px 20px;

    &:hover {
        background-color: #26272B;
    }

}

.back-to-home-enroll .backto i {
    margin: unset;
    color: #BDBDBD;
}

.mastermind-header {
    padding-right: 0 !important;
}


.form-popup-sec-mastermind .inner-card-sec {
    padding-top: 0 !important;
}
.form-popup-sec-mastermind .inner-card-sec::before{
    display: none;
}
.form-popup-sec-mastermind .form-header-sec{
    justify-content: unset;
}
.render_mastermind{width:100%;}

/* new end  */






























.master_mind_section{background:#111111; border-radius:54px; padding:70px 20px; display:flex; flex-direction:column; align-items:center; gap:60px; margin-bottom:94px;}
.master_mind_logo_area img{max-width:200px;}
.master_mind_section .master_mind_content_area{display:flex; flex-direction:column; align-items:center; gap:25px;}
.master_mind_section .master_mind_content_area h5{color:#C49A6C; font-size:16px; font-weight:400; text-transform:uppercase; margin:0; text-align:center;}
.master_mind_section .master_mind_content_area h3{margin-bottom:30px; color:#ffffff; font-size:55px; font-weight:400; text-transform:uppercase; letter-spacing:-0.6px; text-align:center;}
.only_mobile{display:none;}
#courses_grid {overflow: visible; max-width:100% !important;}
#courses_wrapper .swiper-slide{height: auto;}



.rounded_tag{    font-size: 14px; letter-spacing: 0;
    line-height: 15px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 17px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    padding: 8px 13px;
    margin: 0 auto;
    max-width: 309px;}
    
.days_grid{    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    color: #ffffff;
    justify-content: center; border-bottom: 1px solid #403426; padding: 35px 50px; margin:0 auto 35px auto;}

    .days_grid .day{color: #FFF;
text-align: center;
font-family: "Oswald", serif;
gap:5px 5px;
font-size: 34.818px;
font-style: normal;
font-weight: 200;
line-height: 86%; /* 29.943px */ white-space: nowrap;
letter-spacing: -0.696px;
text-transform: uppercase;}

.days_grid .day strong{font-weight: 700; color: #C49A6C; font-family: "Oswald", serif;}

    .days_grid .day h6{color: #C49A6C; width:100%; text-transform: capitalize;
text-align: center; letter-spacing: 0;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 136%; /* 21.76px */}


body[data-event-type="junior"] .tab .tablinks,
body[data-event-type="junior"] .form-popup-sec-junior label,
body[data-event-type="junior"] .form-popup-sec-junior form button[type="submit"]

{letter-spacing: 0;}

body[data-event-type="junior"] .form-popup-sec-junior form button[type="submit"]{background-color: #C49A6C; color: #ffffff;}
.form_title{color: #111; font-family: "Oswald", serif;
font-size: 28px;
font-style: normal;
margin-bottom: 25px;
font-weight: 500;
line-height: 110%; /* 30.8px */
letter-spacing: -1.12px;
text-transform: uppercase;}

.page_notification{display:flex; justify-content:center; margin-bottom:38px;}
.page_notification a{display:flex; background:rgba(255,255,255,0.20); padding:2px 15px 2px 2px; border-radius:50px; color:#ffffff; gap:10px; align-items:center; font-size:14px;}

.page_notification a svg{margin-left:5px;}

.page_notification a strong{background:rgba(255,255,255,0.30); border-radius:50px; text-transform:uppercase; width:55px; height:27px; display:flex; align-items:center; justify-content:center; }


@media(max-width: 1500px) {
    .single-slide-slider-testi .slick-prev {
        left: 10%;
    }

    .single-slide-slider-testi .slick-prev,
    .single-slide-slider-testi .slick-next {
        transform: translate(0, -50%);
    }

    .single-slide-slider-testi .slick-next {
        right: 10%;
    }

    .video-btns img {
        max-width: 50px;
    }

    .pro-text>p {

        font-size: 14px;

        line-height: 19px;
    }

    .img-car .inner {
        padding: 50px;
    }

    .img-car .inner .img-det {

        font-size: 26px;
        line-height: 31px;
    }
}



@media(max-width: 1199px) {

    .faq-container {
        flex-direction: column;
        gap: 15px;
    }

    .faq-container ul.left,
    .faq-container ul.right {
        width: 100%;
    }

    .single-slide-slider-testi .slick-prev {
        left: 20px;
    }

    .single-slide-slider-testi .slick-next {
        right: 20px;
    }

    .banner-content h1 {
        font-size: 200.86px;
        line-height: 155.29px;
    }

    .banner-content h2 {
        font-size: 45.28px;
        line-height: 40.88px;
    }

    .main-content-sec p {
        margin: 40px auto;
    }

    h3 {
        font-size: 30px;
        line-height: 35.7px;
    }

    .bg-img-text-box .sub-content {
        font-size: 16px;
        line-height: 24.2px;
        margin-bottom: 20px;
    }

    p {
        font-size: 14px;
        line-height: 19.76px;
    }

    .para p {
        font-size: 18px;
        line-height: 25.36px;
    }

    .count {
        font-size: 30px;
    }

    .scroll-text {
        font-size: 20.25px;
        line-height: 35.57px;
    }

    .scroll-container {
        height: 312px;
    }

    .scroll-text {
        font-size: 32.25px;
        line-height: 44.57px;
    }

    .light-bg-sec .light-bg-left-sec {
        padding: 20px 12px 12px 12px;
    }

    .tra-cou {
        font-size: 70px;
        line-height: 80px;
    }

    /* .cal-one h2,
    .cal-two h2 {
        font-size: 80px;
        line-height: 76px;
    } */

    /* .cal-one h3,
    .cal-two h3 {
        font-size: 80px;
        line-height: 66px;
    } */

    .weekly-sessions-list ol {
        height: 320px;
    }

    .img-car .inner .img-det {
        max-width: 350px;
        font-size: 20px;
        line-height: 26px;
    }

    .img-car .inner {
        padding: 50px;
    }

    .light-bg-card .inner-card-sec h2 {
        font-size: 35px;
        line-height: 45.2px;
    }

    .counter-sec {
        padding-bottom: 80px;
    }

    .slid-inner {
        padding: 0 30px;
    }

    .meet-your-guide .img-text-content-sec {
        max-width: 530px;
    }

    .testimonials-slider-sec {
        padding: 80px 0 60px;
    }
}

@media(max-width: 991px) {
.only_mobile{display:inherit;}
    .form-popup-sec,
    .form-popup-sec-junior
    {
        max-width: 500px;
        flex-direction: column;
        transform: translateY(0);
        transform: translateX(-50%);
        top: 20px;
        overflow: auto;
        max-height: calc(100vh - 40px);
        border-radius: 14px;
    }

    .form-popup-sec form,
    .form-popup-sec-junior form
    {
        width: 100%;
    }


    .form-popup-sec .form-header-sec,
    .form-popup-sec-junior .form-header-sec
    {
        margin-bottom: 30px;
        width: 100%;
        border-radius: 10px;
    }

    .light-bg-card .center-card {
        height: unset;
    }

    .center-card-outer:after,
    .center-card-outer:before {
        display: none;
    }

    .center-card-outer-light::before,
    .center-card-outer-light::after {
        display: none;
    }

    .navbar-toggle {
        display: inline-flex;
        background: transparent;
        border: 0;
        padding: 0;
        width: 32px;
        height: 25px;
        flex-direction: column;
        gap: 9px;
        justify-content: center;
        position: absolute;
        right: 20px;
    }

    .navbar-toggle span {
        background: #fff;
        width: 100%;
        height: 2px;
        display: inline-block;
        transition: all ease .4s;
    }

    .menu-items {
        display: none;
        position: absolute;
        left: auto;
        right: 10px;
        background: #000000;
        top: 100%;
        /* padding: 10px 0; */
        border-radius: 0 0 10px 10px;

    }

    .menu-items ul {
        flex-direction: column;
        gap: 0;
		list-style-type:none;
    }

    .menu-items ul li:not(:last-child) {
        border-bottom: 1px solid #cccccc73;
    }

    .menu-items ul li a {
        padding: 18px 20px;
        display: block;
    }

    .mobile-header {
        background-color: #000 !important;
        transition: 0.7s ease;
    }

    header {
        padding-right: 55px !important;
        /* top: 40px; */
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mobile-header .navbar-toggle span:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .mobile-header .navbar-toggle span:nth-child(2) {
        opacity: 0;
    }

    .mobile-header .navbar-toggle span:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-13px) rotate(-45deg);
    }

    .light-bg-sec .light-bg-left-sec,
    .light-bg-sec .light-bg-right-sec {
        width: 100%;
        max-width: 100%;
    }

    .scroll-text {
        font-size: 28.25px;
        line-height: 38.57px;
    }

    .bg-img-text-box {
        padding: 68px 30px 78px 30px;
        background-position: right center;
    }

    .center-card {
        /* max-width: 450px; */
    }

    .swiper {
        width: 650px;
    }
}

@media(max-width: 767px) {
	
	
	.master_mind_section{margin-bottom:50px; border-radius:10px; padding: 40px 20px;}
	.master_mind_logo_area img {  max-width: 140px;}
	.page_notification a strong{min-width:50px; width:50px; height:auto;}
	.page_notification a svg {
    margin-left: 0;
    min-width: 12px;
}
.page_notification a{font-size:13px;}



.master_mind_section .master_mind_content_area h3 {
    margin-bottom: 10px;   
    font-size: 42px;
    line-height: 45px;
}


	
    .enro span {
        display: none;
    }

    .backto {
        display: none !important;
    }

    .mastermind-header .mastermind-header-inner .logo {
        display: flex;
    }

    .logo i {
        display: flex;
        color: #fff;
        font-size: 16px;
    }

    .text-content {
        max-width: 350px;

    }

    .main-title {
        font-size: 72px;
        line-height: 72px;
    }

    .meet-your-guide .bg-img-text-box {
        background: unset;
        background-color: #151517;
    }

    .bg-img-text-box-phone {
        display: block;
    }

    .bg-img-text-sec .bg-img-text-box {
        background: unset;
        background-color: #151517;
        box-shadow: 0 10px 17px rgba(0, 0, 0, 0.6);
    }

    .outer-bg-img-text-box::after {
        bottom: 0;
    }



    /* .extra-text{
        display: none;
    } */

    header {
        padding: 20px 0;


    }

    /* .scroll-container{
        height: auto;
        overflow: unset;
    } */

    .shadow {


        left: 10px;
        top: 20px;
        right: 10px;
        bottom: -10px;
        filter: blur(10px);
        -webkit-filter: blur(10px);
        border-radius: 54px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }


    .form-popup-sec .form-header-sec,
    .form-popup-sec-junior .form-header-sec 
    {
        padding: 40px 20px 20px 20px;
        gap: 25px;
        border-radius: 0;
    }

    .form-popup-sec form,
    .form-popup-sec-junior form
    {
        padding: 0 20px 20px 20px;
    }

    .inner-card-sec {
        padding-top: 25px;
    }

    .faq-container ul.right {
        display: none;
    }

    .faq_read_more {
        display: inline-flex;
    }

    .inner-header-sec {
        justify-content: space-between;
    }

    .main-form-pop-sec {
        padding: 0;
    }

    .light-bg-card .inner-card-sec {

        border-top-left-radius: 22px;
        border-top-right-radius: 22px;

    }

    .center-card-outer .inner-card-sec {
        padding: 40px 10px 0 10px;
    }

    .footer {
        padding: 0;
    }

    .form-popup-sec,
    .form-popup-sec-junior
    {
        max-width: 100%;
        padding: 0;
        border-radius: 0;
        transform: unset;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: calc(100vh);
    }

    .single-slide-slider-testi .pro-img .play-btn {
        /* max-width: 60px; */
    }

    .video-btns img {
        max-width: 60px;
    }



    .main-content-sec {
        padding: 110px 0 60px;
    }

    .banner-content h1 {
        font-size: 120px;
        line-height: 120px;
        margin: 20px 0;
    }

    .banner-content h2 {
        font-size: 30px;
        line-height: 32.88px;
    }

    .main-content-sec {
        padding: 150px 0 60px;
    }

    .trusted-by-sec {
        padding: 60px 0 50px;
    }

    .bg-img-text-box,
    .meet-your-guide .bg-img-text-box {
        padding: 30px 20px;
        background-position: left center;
        border-radius: 10px;
    }

    .counter-sec,
    .bg-img-text-sec,
    .weekly-sessions-list {
        padding-bottom: 60px;
    }

    .light-bg-sec {
        flex-direction: column;
        gap: 20px;
        border-radius: 10px;
    }

    .light-bg-right-sec {
        border-radius: 10px !important;
    }

    .calendar {
        margin-top: 40px;
    }

    .tra-cou {
        font-size: 60px;
        line-height: 70px;
    }

    .single-slide-slider-testi .slick-prev {
        left: 10px;
    }

    .single-slide-slider-testi .slick-next {
        right: 10px;
    }

    .cal-btn {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .lang-text-cont {
        padding-top: 0;
    }

    .faq li.acc {
        padding: 20px;
        border-radius: 10px;
    }

    .faq-section {
        border-radius: 10px;
    }

    .faq-item,
    .faq-item.active {
        border-radius: 10px;
        /* padding-left: 33px; */
        /* padding-right: 33px; */
    }

    h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .faq div.answer {
        padding-top: 15px;
    }

    .training-program .faq {
        margin-top: 50px;
    }

    .testimonials-slider-sec {
        padding: 50px 0 30px;
    }

    /* .pro-img img {
        width: 220px;
    } */

    .faq-section h3 {
        margin: 10px 0 30px;
    }

    .weekly-sessions {
        padding-top: 60px;
    }


    .weekly-sessions-list ol {
        flex-direction: row;
        height: auto;
        gap: 8px;
    }

    .weekly-sessions-list ol li {
        width: 100%;
    }

    .swiper {
        max-width: 350px;
        height: 400px;
    }

    .center-card-outer-light .center-card {
        /* max-width: 350px; */
        /* height: 400px; */
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .inner-tab-content {
        padding-top: 30px;
    }

    .inner-tab-content h3 {
        font-size: 50px;
        line-height: 60.5px;
        padding: 20px 0 40px;
    }

    .inner-tab-content .button {
        padding: 15px 30px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.07em;
        margin: 8px 0 25px;
    }

    .centermode-slider-sec {
        padding: 50px 0 30px;
    }

    .footer-top {
        padding: 60px 0 30px;
    }

    .img-car {
        padding: 20px 10px 35px;
    }

    .img-car .inner {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .banner-btns {
        gap: 15px;
        flex-wrap: wrap;
    }

    .have-a-question-sec {
        padding-top: 60px;
    }

    .have-a-question-sec .left-inner-content {
        padding-bottom: 0;
    }

    .slid-inner {
        padding: 0 10px;
    }

    .light-bg-sec .light-bg-right-sec {
        padding: 20px 20px !important;
    }

    .light-bg-left-sec h3 {
        margin-bottom: 20px;
    }

    .light-bg-left-sec p {
        font-size: 15px !important;
    }

    .footer-left .logo {
        justify-content: center;
    }

    .footer-center {
        margin: 25px 0;
    }
	
	
	.render_mastermind .block_parent .block{font-size:36px;}
}



@media(max-width: 639px) {
#courses_wrapper{display: flex; flex-direction: column; gap:25px 0;}
}

@media(max-width: 575px) {

    .logo .logo-img .meet-your-guide .bg-img-text-box {

        background-size: contain;
        background-color: #151517;
        background-position: top center !important;
    }


    .img-text-content-sec h3 {
        margin-bottom: 84px;
        font-size: 37px;
        line-height: 40px;
        max-width: 248px !important;
    }



    .scroll-text {
        font-size: 20px;
        line-height: 26px;
    }

    .faq li.acc {

        background-position: left !important;
    }

    .faq-container {
        gap: 20px;
    }

    .banner-btns a {
        padding: 10px 14px !important;
    }

    .card-slider-sec {
        margin: auto -20px;
    }

    .footer-bottom-icon i {
        font-size: 20px;
    }

    .img-car .inner p {
        font-weight: 700;
    }

    .img-car .inner .img-det {
        font-size: 17px;
        line-height: 21px;
        padding-bottom: 15px;
    }

    .footer-right {
        align-items: flex-start;
    }


    .footer-right address {
        align-items: flex-start;
    }

    .footer-right a {
        text-align: Left;
    }

    .single-slide-slider-testi .pro-img .play-btn {
        /* max-width: 45px; */
    }


    .video-poster-sec .video-btns:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .video-btns img {
        max-width: 70px;
    }

    .header-btn .button {
        padding: 10px 15px;
    }



    .banner-content h1 {
        font-size: 90px;
        line-height: 100px;
    }

    #counter {
        /* flex-direction: column; */
        align-items: center;
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .item {
        /* width: 100%; */
        text-align: center;
        padding: 0;
    }

    .item:nth-child(2),
    .item:nth-child(2) .title {
        text-align: center;
    }

    .item:nth-child(3),
    .item:nth-child(3) .title {
        text-align: center;
    }

    .title {
        text-align: center;
        margin: 5px 0 0 0;
        font-size: 14px;
        line-height: 16px;
    }

    .para {
        margin-top: 40px;
    }

    .counter-sec,
    .bg-img-text-sec,
    .weekly-sessions-list {
        padding-bottom: 50px;
    }

    .training-program {
        padding: 50px 0 0;
    }

    .tra-cou {
        font-size: 50px;
        line-height: 60px;
    }

    /* .pro-img img {
        width: 100%;
        max-width: 180px;
    } */

    .faq ul.bg-img-acc-list {
        padding: 0;
    }

    .faq li.acc {
        padding: 30px 20px;
    }

    .faq-item {
        /* padding: 0 12px; */
        margin-bottom: 10px;
    }

    .tab .tablinks {
        padding: 9px;
        font-size: 14px;
        line-height: 15px;
    }

    .inner-tab-content h3 {
        font-size: 40px;
        line-height: 50.5px;
        padding: 10px 0 20px;
    }

    .inner-tab-content .button {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 22px;
        margin: 8px 0 25px;
    }

    .inner-tab-content .button i {
        font-size: 16px;
        transform: translateY(1px);
    }

    .center-card,
    .swiper {
        /* max-width: 300px; */
        /* height: 350px; */

        border-radius: 0;
    }

    .have-a-question-sec {
        padding-top: 50px;
    }

    .testimonials-slider-sec .slid-inner {
        flex-direction: column;
    }

    .slid-inner .pro-img,
    .slid-inner .pro-text {
        width: 100%;
    }

    .footer-left,
    .footer-right {
        width: 100%;
        max-width: 100%;
    }

    .footer-left ul {
        padding: 20px 0 0;
    }

    .cal-inner {
        gap: 0;
    }

    .cal-one,
    .cal-two {

        max-width: 150px;
        padding: 15px;
    }

    .faq-section {
        padding-left: 0;
        padding-right: 0;
    }

    .faq-accordion .faq-question {
        font-size: 16px;
        line-height: 20px;
    }

    .cal-one h2,
    .cal-two h2,
    .cal-one h3,
    .cal-two h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .trusted-by-sec .container {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (max-width : 480px) {

    .banner-section {
        padding-top: 0;
		    background-image: url(../mastermind/images/mobile_banner.jpg);
			background-position: center bottom;
			min-height:100svh;
			padding-bottom:0;
    }

    .banner-section .container {
        height: 100svh;
    }

    .banner-section .container>div {
        height: 100%;
    }

    .banner-section .container>div .text-content {
        height: 100%;
        justify-content: space-between;
		max-width: 100%;
    }

    .banner-section .container>div .text-content .main-title {
        padding-top: 100px;
        font-size: 70px;
        line-height: 78px;
    }

    .banner-section .container>div .text-content .banner-text-wrap a {
        width: 100%;
        justify-content: center;
        margin-bottom: 25px;
		        margin-top: 30px;
    }





    .img-text-content-sec h3 {

        margin-bottom: 44px;
    }

    .form-popup-sec .form-fields input:not(.chec-box input[type="checkbox"]),
    .form-popup-sec .form-fields select,
    
    .form-popup-sec-junior .form-fields input:not(.chec-box input[type="checkbox"]),
    .form-popup-sec-junior .form-fields select
    {
        padding: 12px;
    }


    .img-car .inner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        /* backdrop-filter: blur(4px); */
    }

}

.single-slide-slider-testi .slick-active.slick-center .video-poster-sec.on-hover-icon .video-btns {
    display: none !important;
}

.single-slide-slider-testi .slick-active.slick-center .video-poster-sec.on-hover-icon:hover .video-btns {
    display: block !important;
}

@media all (max-width : 430px) {
    .img-text-content-sec h3 {

        margin-bottom: 24px;
    }
}

.container{margin: 0 auto;     padding: 0 20px; width:100%;}
@media (min-width:640px)
{

}

@media (min-width:768px)
{
    
}

@media (min-width:1024px)
{
    
}

@media (min-width:1280px)
{
    .container{max-width: 1256px;     margin: 0 auto;     padding: 0 20px; width:100%;}
}

@media (min-width:1536px)
{
    
}