*,
*::before,
*::after { box-sizing: inherit; padding: 0;margin: 0; }
*:focus { outline: 0; }

html { box-sizing: border-box; font-size: 100%; scroll-behavior: smooth; }
body { font-family: "Raleway", sans-serif; margin: 0; padding: 0; }

a, a:focus, a:visited, a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 900; text-transform: uppercase; text-wrap: balance; }
h1, h2 { font-size: 30px; line-height: 1.3; margin-bottom: 20px; }
h3 { font-size: 23px; line-height: 1.4; }
p { margin: 20px 0; }
p, li { font-size: 20px; line-height: 1.4; text-wrap: balance; }
p a { color: #000;}
h2.section-title { margin-bottom: 50px; }

.container { max-width: 1440px; padding: 0 30px; margin: 0 auto; }
.row { display: flex; flex-wrap: wrap; margin: 0 -30px;}
.row > * { padding: 0 30px; }
section { padding: 100px 0; }

.justify-content-center { justify-content: center; }
.align-items-end { align-items: flex-end; }
.text-center { text-align: center; }
.text-uppercase { text-transform: uppercase; color: #67B0B0; font-weight: 700; }
.img-fluid { max-width: 100%; height: auto; display: block; }
.order-1 { order: 1; }
.order-2 { order: 2; }

.col-12 { width: 100%; }

.error { color: red; }

@media (min-width: 992px) {
    .col-lg-auto { width: auto; }
    .col-lg-1 { width: 8.33333333%; }
    .col-lg-2 { width: 16.66666667%; }
    .col-lg-3 { width: 25%; }
    .col-lg-4 { width: 33.33333333%; }
    .col-lg-5 { width: 41.66666667%; }
    .col-lg-6 { width: 50%; flex: 0 0 auto;}
    .col-lg-7 { width: 58.33333333%; }
    .col-lg-8 { width: 66.66666667%; }
    .col-lg-9 { width: 75%; }
    .col-lg-10 { width: 83.33333333%; }
    .col-lg-11 { width: 91.66666667%; }
    .col-lg-12 { width: 100%; }

    .offset-lg-1 { margin-left: 8.33333333%; }
    .offset-lg-2 { margin-left: 16.66666667%; }
    .offset-lg-3 { margin-left: 25%; }
    .offset-lg-4 { margin-left: 33.33333333%; }
    .offset-lg-5 { margin-left: 41.66666667%; }
    .offset-lg-6 { margin-left: 50%; }

    .order-lg-1 { order: 1; }
    .order-lg-2 { order: 2; }
}

.style-text > *:first-child { margin-top: 0; }
.style-text > *:last-child { margin-bottom: 0; }

.nav { display: none; position: absolute; top: 60px; right: 100px; background: rgb(167,216,184); background: linear-gradient(0deg, rgba(167,216,184,1) 0%, rgba(144,207,241,1) 100%); padding: 40px 30px 60px 30px; z-index: 10; }
.menu-active .nav { display: inline-block; }
.nav a { position: relative; display: block; font-size: 20px; color: #000; text-transform: uppercase; font-weight: 700; }
.nav a::after { content: ""; position: absolute; bottom: -15px; left: 0; width: 30px; height: 2px; border-radius: 10px; background: #000; }
.nav a:not(:last-child) { margin-bottom: 30px; }

header { display: flex; justify-content: space-between; align-items: flex-start; padding-top: 60px; }

.section-1 { position: relative; height: 1030px; background: url('/assets/images/bg-1.jpg') top center / cover no-repeat; padding: 0; }
.section-1 .container { position: relative; height: 100%; }
.section-1 h1 { position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); text-align: center; text-transform: unset; margin: 0; background: rgba(255,255,255,.5); width: 55%; padding: 50px; backdrop-filter: blur(3px); border-radius: 30px;}
.section-1 .button { position: absolute; bottom: 120px; display: inline-block; font-size: 30px; color: #000; font-weight: 900; line-height: 1; text-transform: uppercase; background: #fff; border: 1px solid #000; padding: 10px 20px; }
.logo img { width: 250px; height: auto; }
.menu-toggle { width: 40px; height: 30px; background: url('/assets/images/icon-bar.svg') center / contain no-repeat; cursor: pointer; }
.menu-active .menu-toggle { background: url('/assets/images/icon-close.svg') center / contain no-repeat; }
.menu-toggle img { width: 40px; height: auto; }

.text-box {  background: #fff; height: 100%; padding: 30px; background: linear-gradient(119deg, rgba(212, 212, 212, 0.83) 0%, rgba(255, 255, 255, 0.00) 63.5%), linear-gradient(61deg, #FFF 54.41%, #D4D4D4 100%); }
.text-box p strong { color: #67B0B0; }
.text-box ul { list-style: none; }
.text-box ul li:not(:last-child) { margin-bottom: 10px; }
.text-box, .faq-box { position: relative; }
.text-box::before, .text-box::after, .faq-box::before, .faq-box::after { content: ''; position: absolute; top: 80%; bottom: 13px; display: block; width: 50%; -webkit-box-shadow: 0 15px 10px #777; box-shadow: 0 15px 10px #777; z-index: -1; }
.text-box::before, .faq-box::before { background: transparent; left: 10px; -webkit-transform: rotate(-4deg); transform: rotate(-4deg); }
.text-box::after, .faq-box::after { background: transparent; right: 10px; -webkit-transform: rotate(4deg); transform: rotate(4deg); } 
 
.section-3 { background: url('/assets/images/bg-2.jpg') center center / cover no-repeat; }

.section-3, .section-8 { position: relative; z-index: -1; }
.section-3 .row .col-style:not(:last-child) { margin-bottom: 60px; }

.section-4 { padding-top: 0; }
.section-4 img { margin-bottom: 50px; }

.section-5 { background: url('/assets/images/bg-3.jpg') top  center / cover no-repeat; }
.section-5 .quex-ed-img { margin: -50px 0 40px 0; }
.section-5 .row-gap { margin-top: 30px; }
.section-5 .element-img { width: 80%; height: auto; margin-bottom: 40px; }

.section-7, .section-9 { padding: 0; }
.section-8, .section-11 { background: rgb(255,255,255); background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(106,177,177,1) 100%); }

.faq-box { display: flex; flex-direction: column; height: 100%; }
.faq-inner { flex-grow: 1; }
.faq-inner { position: relative; background: rgb(142,206,241); background: linear-gradient(180deg, rgba(142,206,241,1) 0%, rgba(73,175,195,1) 100%); padding: 20px 30px; }
.faq-head { position: relative; display: flex; align-items: flex-end; min-height: 120px; padding: 0 70px 20px 20px; }
.faq-head::after { content: ""; position: absolute; bottom: -1px; right: 0; width: 0;height: 0; border-width: 0 0 75px 90px; border-color:  transparent transparent #8ecef1 transparent; border-style: solid; }
.faq-head h3 { font-size: 20px; line-height: 1.3; font-weight: 700; text-transform: initial; }
.faq-box p { margin: 0; }

.section-8 .row .col-style:nth-child(-n+3) { margin-bottom: 60px; }

.prices { margin-bottom: 30px; }
.prices p { margin: 0; padding: 12px 30px;}
.prices > div { display: flex; justify-content: space-between; align-items: center; }
.prices > div:nth-child(odd) { background: rgb(144,207,241); background: linear-gradient(60deg, rgba(144,207,241,1) 0%, rgba(167,216,183,1) 100%); }
.prices > div p { text-align: center; width: 50%;}


.prices + p { margin: 0; }

form input, form textarea { font-family: "Raleway", sans-serif; font-size: 20px; border: 2px solid #67B0B0; padding: 20px; }
.form-group { display: flex; }
.form-group > * { margin: 0 10px; }
.form-group input { width: 50%; }
form .form-group:not(:last-child) { margin-bottom: 20px; }
form .form-group textarea { width: 100%; }
form button { display: inline-block; font-size: 26px; text-transform: uppercase; color: #fff; padding: 14px 60px; font-weight: 700; background: #67B0B0; text-align: center; border: 0; cursor: pointer; }

.section-11 .style-text { text-align: center; margin-bottom: 40px; }

footer { position: relative; padding: 100px 0 400px 0;}
footer p { margin: 10px 0; }
footer::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 328px; background: url('/assets/images/bg-4.png') bottom center / cover no-repeat; z-index: -1; }

.vazno { display: none; }

@media only screen and (max-width: 991px) {
    .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { width: 100%; }

    .section-1 { height: 100vh; background: url('/assets/images/bg-1-mob.jpg') 77% center / cover no-repeat;}
    .section-1 h1 { width: calc(100% - 60px); }
    .section-1 .button { left: 50%; transform: translateX(-50%); }

    .section-2 { padding-top: 0; }

    .section-3 { background: url('/assets/images/bg-2-mob.jpg') top center / cover no-repeat; }
    .section-3 .row .col-style:not(:last-child) { margin-bottom: 30px; }

    .section-5 { background: url('/assets/images/bg-3-mob.jpg') 19% 100% / cover no-repeat; padding-top: 0; }

    .section-6 .row .col-style:not(:last-child) { margin-bottom: 30px; }

    .section-8 .row .col-style:nth-child(-n+3) { margin-bottom: 0; }
    .faq-head { min-height: unset; } 
    .faq-head::after { border-width: 0 0 45px 60px; }

    .form-group { flex-direction: column; align-items: center; }
    .form-group > * { margin: 0; } 
    .form-group input + input { margin-top: 20px; }
    .form-group input { width: 100%; }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .logo img { width: 200px; }

    .section-5 .quex-ed-img { width: 70%; margin: 0 auto 70px auto; }
    .section-5 .element-img { width: 50%; margin: 0 0 -70px auto; }

    .section-8 .row .col-style:not(:last-child) { margin-bottom: 80px; }

    footer { padding: 100px 0 240px 0; }
    footer::after { height: 200px; }
}

@media only screen and (max-width: 767px) {
    h1, h2 { font-size: 22px; }
    h2.section-title { margin-bottom: 30px; }
    p, li { font-size: 14px; }

    .style-text + .style-text { margin-top: 20px; }
    section { padding: 40px 0; }

    .nav { top: 80px; width: calc(100% - 60px); left: 30px; right: auto; }
    .nav a { font-size: 14px; }
    
    header { padding-top: 40px; }
    .logo img { width: 140px; }
    .menu-toggle { width: 35px; height: 25px; }
    .section-1 h1 { top: 50%; padding: 25px 25px 30px 25px; border-radius: 20px; }
    .section-1 .button { font-size: 22px; bottom: 90px;}

    .section-4 { padding-bottom: 0; }
    .section-4 img { margin-bottom: 30px; }

    .section-5 h2 { text-align: center; }
    .section-5 .quex-ed-img { margin: 60px 0 40px 0; }
    .section-5 .row-gap { margin-top: 30px; }
    .section-5 .element-img { width: 70%; margin: 0 0 -60px auto; }

    .section-8 .section-title { margin-bottom: 50px; }
    .faq-head h3 { font-size: 16px; }

    .prices { margin-bottom: 20px; }
    .prices p { padding: 10px 16px; }

    .section-8 .row .col-style:not(:last-child) { margin-bottom: 50px; }

    .section-11 .style-text { margin-bottom: 30px; }

    form input, form textarea { font-size: 14px; padding: 15px; }
    form button { font-size: 20px; width: 100%; }

    footer { padding: 40px 0 140px 0; }
    footer::after { height: 100px; }
}

@media only screen and (max-width: 991px) and (orientation: landscape){
    .section-1 { height: 200vh; }
}
