.pulse {
    background:  #FFE801;
    cursor:  pointer;
    box-shadow:  0 0 0 rgba(204, 169, 44,  0.4);
    animation:  pulse 1.5s infinite;
}
.pulse:hover {
    animation:  none;

}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow:  0 0 0 0 rgba(255,  232,  1,  0.7);
    }
    70% {
        -webkit-box-shadow:  0 0 0 10px rgba(255,  232,  1,  0);
    }
    100% {
        -webkit-box-shadow:  0 0 0 0 rgba(255,  232,  1,  0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow:  0 0 0 0 rgba(255,  232,  1,  0.7);
        box-shadow:  0 0 0 0 rgba(255,  232,  1,  0.7);
    }
    70% {
        -moz-box-shadow:  0 0 0 10px rgba(255,  232,  1,  0);
        box-shadow:  0 0 0 15px rgba(255,  232,  1,  0);
    }
    100% {
        -moz-box-shadow:  0 0 0 0 rgba(255,  232,  1,  0);
        box-shadow:  0 0 0 0 rgba(255,  232,  1,  0);
    }
}

/* **************************************************************************** *//* MOdalWindow start */
.modal-dialog {
    max-width:  500px;
    margin:  3rem auto;
}
.section__courses_modal_box {
    margin:  1.75rem auto;
    display:  flex;
    flex-direction:  column;
    justify-content:  center;
    align-items:  center;
    min-height:  calc(100% - 3.5rem);
}
.section__courses_modal_box_logo {
    /* padding:  20px 0; */
    background:  #ffffff;
    /*!* fallback for old browsers *! background:  -webkit-linear-gradient(to left,  #8b8a92,  #cfe4e7);*/
    /*!* Chrome 10-25,  Safari 5.1-6 *! background:  linear-gradient(to left, #8b8a92, #cfe4e7);*/
    /* W3C,  IE 10+/ Edge,  Firefox 16+,  Chrome 26+,  Opera 12+,  Safari 7+ */ position:  relative;
}
.section__courses_modal_box_logo button {
    position:  absolute;
    top:  10px;
    right:  10px;
    line-height:  1;
    background:  transparent;
    outline:  none;
    border:  none;
}
.section__courses_modal_box_logo button i {
    font-size:  35px;
    color:  rgb(228,  11,  11);
}
.section__courses_modal_box_logo_img {
    display:  flex;
    margin:  20px auto;
    width:  50%;
    height:  auto;
}
.section__courses_modal {
    background:  rgba(0,  0,  0,  0.453);
    position:  fixed;
    top:  0;
    left:  0;
    right:  0;
    bottom:  0;
    width:  100%;
    height:  100%;
    z-index:  1000;
    justify-content:  center;
    align-items:  center;
    display:  block;
}
.section__courses_modal_box_text {
    background-color:  #fff;
    padding:  30px;
}
.section__courses_modal_box {
    transform:  scale(1);
    transition:  1s;
}
@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");
.section__courses_modal_box_text_h5 {
    font-family:  "Rubik",  sans-serif !important;
    font-style:  normal;
    font-weight:  600;
    font-size:  20px;
    letter-spacing:  0.02em;
    color:  #000000;
    margin-bottom:  0;
    padding-bottom:  50px;
    text-align:  center;
}
.section__courses_modal_box_text_inp {
    width:  100%;
    padding:  15px;
    font-family:  Montserrat;
    font-style:  normal;
    font-weight:  normal;
    font-size:  18px;
    color:  #2855af !important;
    border:  0.5px solid #646464;
    outline:  none;
}
.hide {
    display:  none;
}
.section__courses_modal_box_text_inp::placeholder {
    font-family:  Montserrat;
    font-style:  normal;
    font-weight:  normal;
    font-size:  18px;
    color:  rgba(100,  100,  100,  0.5);
}
.inpt_margin {
    margin:  40px 0;
}
.section__courses_modal_box_text_btn {
    padding:  15px 48px;
    background:  #24c6dc;
    /* fallback for old browsers */ background:  -webkit-linear-gradient(to left,  #514a9d,  #24c6dc);
    /* Chrome 10-25,  Safari 5.1-6 */ background:  linear-gradient(to left,  #514a9d,  #24c6dc);
    /* W3C,  IE 10+/ Edge,  Firefox 16+,  Chrome 26+,  Opera 12+,  Safari 7+ */ border:  1px solid #24c6dc;
    font-family:  Montserrat;
    font-style:  normal;
    font-weight:  bold;
    font-size:  18px;
    letter-spacing:  0.02em;
    color:  #ffffff;
}
.section__courses_modal_box_text_button {
    display:  flex;
    justify-content:  center;
    align-items:  center;
}
.section__courses_modal_answer {
    width:  624px;
    background:  linear-gradient(124.06deg,  #ecfefa 9.47%,  #bee9ff 29.35%,  #dbeaff 60.79%,  #f3dbff 85.49%);
    position:  absolute;
    z-index:  1500;
    display:  none;
}
.section__courses_modal_answer_backg {
    width:  100%;
    height:  20px;
    background:  #00445b;
}
.section__courses_modal_answer_text {
    padding:  50px 100px;
}
.section__courses_modal_answer_text_p {
    font-family:  Montserrat;
    font-style:  normal;
    font-weight:  normal;
    font-size:  18px;
    line-height:  130%;
    letter-spacing:  0.02em;
    color:  #000000;
    margin-bottom:  0;
    padding-bottom:  50px;
}
.section__courses_modal_answer_text_btn {
    padding:  24px 48px;
    background:  #00445b;
    border:  1px solid #00445b;
    font-family:  Montserrat;
    font-style:  normal;
    font-weight:  bold;
    font-size:  14px;
    letter-spacing:  0.02em;
    color:  #ffffff;
}
#header {
    position:  relative;
    z-index:  900;
}

#phone {
    height: auto;
    margin: 0;
    width: 100% !important;
    padding: 15px 15px 15px 100px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
    border: 0.5px solid #646464 !important;
}

.intl-tel-input {
    position:  relative;
    display:  inline-block;
    width:  100% !important;
    margin-bottom:  20px !important;
}
.intl-tel-input * {
    box-sizing:  border-box;
    -moz-box-sizing:  border-box;
}
.intl-tel-input .hide {
    display:  none;
}
.intl-tel-input .v-hide {
    visibility:  hidden;
}

/*  ********************** */

.construct-header .extra-nav {
    padding: 0;
}

.top-phone{
    text-align: right;
    color: #000001;
}

.top-phone .title{
    line-height: 2.1875rem;
    font-size: 1.3712rem;
}

.top-phone .phone-num{
    line-height: 3.875rem;
    font-size: 2.3996rem;
    color: #000001;
}

@media only screen and (min-width: 991px) {
    .construct-header .logo-header {
        height: 93px;
    }
}


@media only screen and (max-width: 768px) {
    .logo-header img.logo-small {
        width: 85px;
    }

    .top-phone .title{
        line-height: 2rem;
        font-size: 1.2439rem;
    }

    .top-phone .phone-num {
        line-height: 3.5rem;
        font-size: 2.1906rem
    }
}


@media only screen and (max-width: 576px){
    .btns-action,
    .site-button.slider,
    .btn-box .tp-parallax-wrap,
    .btn-box .tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap .tp-caption {
        width: 100% !important;
    }

    .call-us-width {
        width: 100% !important;
    }
}

@media only screen and (max-width: 476px){
    .top-phone .phone-num {
        font-size: 30px;
    }
}

@media only screen and (max-width: 376px){
    .top-phone .phone-num {
        font-size: 25px;
    }

    .top-phone .title {
        font-size: 20px;
    }

    body .logo-header {
        width: 100px !important;
    }

    .logo-header, .is-fixed .logo-header {
        width: 100px;
        max-width: 100px;
    }

    .construct-header .is-fixed .extra-nav, .construct-header .extra-nav {
        padding: 0;
    }
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.main-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    position: absolute;
    top: 17%;
    left: 7%;
    z-index: 5;
    color: white;
    text-align: left;
    max-width: 80%;
}

.content h2 {
    font-size: 80px;
    line-height: 100px;
    font-weight: 600;
    margin: 0;
}

.content p {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    margin: 20px 0;
}

.buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.5em;
    color: #ffffff;
}

.btn-primary {
    background-color: #f39c12;
}

.btn-secondary {
    background-color: #ffffff;
    color: #000000;
}

@media (max-width: 768px) {
    .content {
        top: 5%;
        left: 2%;
        text-align: center;
    }

    .content h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .content p {
        font-size: 22px;
        line-height: 30px;
    }

    .buttons {
        flex-direction: column;
        gap: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .content {
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        max-width: 90%;
        padding: 0 10px; /* Adjust padding to ensure content doesn't touch screen edges */
    }

    .content h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .content p {
        font-size: 18px;
        line-height: 28px;
    }

    .buttons {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 100%;
        margin-top: 20px; /* Added margin to separate from content */
    }

    .btn-primary, .btn-secondary {
        width: 90%; /* Center buttons with equal spacing on both sides */
        text-align: center;
        font-size: 1.2em;
        padding: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .content {
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        max-width: 90%;
        padding: 0 10px; /* Adjust padding to ensure content doesn't touch screen edges */
    }

    .content h2 {
        font-size: 8vw; /* Adjust size relative to viewport width */
        line-height: 10vw; /* Adjust line-height relative to viewport width */
    }

    .content p {
        font-size: 4vw; /* Adjust size relative to viewport width */
        line-height: 6vw; /* Adjust line-height relative to viewport width */
    }

    .buttons {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 100%;
        margin-top: 20px; /* Added margin to separate from content */
    }

    .btn-primary, .btn-secondary {
        width: 90%; /* Center buttons with equal spacing on both sides */
        text-align: center;
        font-size: 1.2em;
        padding: 15px;
    }
}

.slider-big-text{
    z-index: 11;
    white-space: nowrap;
    font-size: 55px !important;
    line-height: 62px !important;
    font-weight: 600 !important;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
    visibility: inherit;
    transition: none;
    text-align: inherit;
    border-width: 0px;
    margin: 0px 0px 18px !important;
    padding: 0px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    filter: blur(0px);
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.slider-small-text {
    z-index: 8;
    /*min-width: 348px;*/
    max-width: 470px;
    white-space: normal;
    font-size: 22px !important;
    line-height: 27px !important;
    color: rgb(255, 255, 255) !important;
    display: block;
    font-family: Poppins;
    font-weight: 500 !important;
    visibility: inherit;
    transition: none;
    text-align: inherit;
    border-width: 0px;
    margin: 0px 0px 22px !important;
    padding: 0px;
    letter-spacing: 0px;
    min-height: 0px;
    max-height: none;
    filter: blur(0px);
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

@media only screen and (max-width: 600px) {
    .slider-big-text {
        font-size: 10vw !important; /* Adjust font size proportionally to the viewport width */
        line-height: 12vw !important; /* Adjust line height proportionally to the viewport width */
        margin: 0px 0px 5vw !important; /* Adjust margin proportionally */
    }

    .slider-small-text {
        font-size: 5vw !important; /* Adjust font size proportionally to the viewport width */
        line-height: 6vw !important; /* Adjust line height proportionally to the viewport width */
        margin: 0px 0px 7vw !important; /* Adjust margin proportionally */
    }

    .big-text-9vw {
        font-size: 9vw !important; /* Adjust font size proportionally to the viewport width */
    }
}
