@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* { box-sizing: border-box; padding: 0; margin: 0; }
:root { 
    --logo: url(img/logo.webp);
    --color_1: #000;
    --color_2: #000;
    --color_3: #e7e2f0;
    --color_4: #293C5D;
    --color_5: #fff;
    --color_6: #001134;
    --color_7: #40e4f1
}
html{overflow-x: hidden;}
body,html { height: 100%; min-height: 100%; }
body {
    --webkit-font-smoothing: antialiased;
    font-family: arial;
    color: var(--color_6);
    background-color: #fff;
    font-family: "Libre Caslon Text", serif;
}
a { text-decoration: none; color: inherit; cursor:pointer }
h1 {font-size: 120px;line-height: 120px;position: relative;display: inline-block;margin-bottom: 20px;}
h2{font-size:40px;}
h3 {font-size: 24px;color: var(--color_4);margin: 15px 0;}
h5 { font-size: 22px }
p,small { font-size: 16px; line-height: 150%; }
ul li { 
    list-style: none;
    & :hover { cursor: pointer; }
}
.wrap { max-width: 1440px; width: 100%; margin: 0 auto; display: block; padding: 160px 20px; position: relative; }
.grd { display: grid; }
.flx { display: flex; }
.ta_c { text-align: center; }
.w_100 { width: 100%; }
._wrap_768 { max-width: 768px; margin: 0 auto }
.hero p { line-height: 150%; }
.btn {
    display: inline-block;color: var(--color_3);font-size: 16px;border-radius: 5px;font-weight: 600;padding: 12px 24px;font-size: 16px;color: #000;border-radius: 40px;background: #001134;color: #fff;transition:all .2s ease;
}
.btn:hover{
    background-color: #945068;
    cursor: pointer;
}
input { width: 100%; display: flex; padding: 15px; font-size: 16px; align-items: center; align-self: stretch; border-radius: 4px; border: 1px solid var(--color); background: linear-gradient(0deg, rgba(230, 245, 255, 0.50) 0%, rgba(230, 245, 255, 0.50) 100%), #FFF; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }
.mainHero{
    display:flex; align-items: center;
    & .innerWrap { max-width: 820px; margin: 0 auto; text-align: center; }
    & h1 span { display:inline; color:var(--color_4) }
    & small { display: block; margin:20px auto}
    & p { width: 100%; font-size: 50px; color: var(--color_4); line-height: 1.1; text-transform: uppercase; margin: 20px 0; }
} 
.logo {width: 165px;height: 29px;background-size: contain;background-repeat: no-repeat;background-image: var(--logo);}
footer {
    position: relative; overflow: hidden;
    & p { line-height: 16px; }
    & .links>* { margin: 10px; display: inline-block; }
    & .links:last-child { margin-right: 0 }
    & ul { display: grid; grid-gap: 32px; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; max-width: fit-content; margin: 0 auto; }
}
form>* { margin-bottom: 20px }
section { position: relative; }
input[
    type='text'],input[type='password'],input[type='email'] { border: none; box-shadow: none; border: none 
    &:focus-visible { outline: none }
}
.field_wrap.has-error input { background-color: #ffeef1; border-color: #f9abab; color: #000 }
.nav b:hover,.footer1 span:hover { cursor: pointer; }
.overflow_u { overflow:unset }
.grid { display: grid; }
.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #0000009c; z-index: -1; opacity: 0; visibility: hidden; }
.open_shelf .overlay { opacity: 1; visibility: visible; z-index: 3; }
.nav {
    position: fixed;width: 100%;z-index: 4;
    & .wrap{
        display: flex; align-items: center; justify-content: space-between; padding:0; padding:24px 20px; 
    }
    & .btn {padding: 20px 40px;}
}
.nav_right {
    & a,b { margin:10px } 
}
.btn {padding: 25px 57px;}
.shelf { 
    width: 100%; max-width: 500px; position: fixed; overflow:hidden; background:#fff; height: 100vh; z-index: 10; display: flex; flex-direction: column; top: 0; left: -500px; transition: all .3s ease;
    & .logo { display: inline-block; }
    & .btn { text-align: center; }
}
.modal.modal2{
    
}
.shelf_body { 
    & a, span { padding: 15px 0; font-weight: bold; text-transform: uppercase; border-radius: 5px; color: var(--color_6); }
    text-align:center; 
}
.shelf_head {display: flex;justify-content: end;}
.modal2 .shelf { left: 0; }
.mobile_menu_icon { font-size:35px; display:none }
footer .wrap {padding: 50px 20px;}
.footer1 {display: flex;color: var(--color_6);justify-content: space-between;
    & .col{
        grid-gap:10px;
    }
    & .col span{
        margin-left:20px;
    }
}
.footer2 { 
    opacity: .8; font-size: 12px;
    & p { text-align: center; padding: 50px; font-size: 12px; }
}   
._features{
    &  .wrap > .grid { grid-template-columns: 1fr 0.8fr; align-items:center; }
    & .left img { width: 80%; bottom: 0; position: absolute; border-radius: 50%; z-index: 9; left: -40%; z-index: 1; }
}
.__section_3 {
    background: #291f3d;
    color: #fff;
    & h3{
        color:#fff;
    }
    & .btn{
        border: 1px solid #fff;
        background: transparent;
        color: #fff;
    }
}
.__section_4 .left {
    order:2; 
    & .left img { right: -25%; left: unset; }
    & .left:after { left: unset; right: -180px; }
}
.shelf > * { padding:20px; }
.shelf_body { 
    display: flex; flex-direction: column; 
    & .btn { margin-bottom:20px; }
}
.__section_6 .badge{
    filter: brightness(10.5);
    opacity: 0.2;
    margin: 0;
    display: inline-block;
    width: 200px;
    height: 200px;
}
.right{
    & p {margin:20px 0}
}
.col{
    & a, span{
        padding: 5px 0; color: var(--color_6);
    }
    & p { margin-bottom: 20px; font-weight: bold; }
}
.feature span { font-size:30px; }
.nav_right { align-items: center; display: flex }
.badge {background-image: url(img/badge.svg);width: 160px;height: 160px;background-size: cover;display: block !important;position: absolute;top: -80px;right: 12%;opacity: 1;zoom:.5;}
.shelf > p{text-align: center;font-size: 12px;opacity: 0.7;}
.hero,.hero2{background-image: url('img/hero.webp');background-size: cover;background-position: center;}
.hero2{background-image: url('img/hero2.webp');}
.hero small {max-width: 500px;}
.contact {
    & .material-symbols-outlined{position: absolute;top: 0;right: 0;margin: 30px;cursor: pointer;}
    position: fixed;max-width: 700px;width: 100%;top: 0;height: 100vh;right: -700px;padding: 0;transition: all .3s ease;z-index: 7;background: #fff;padding: 90px;
    & .logo {margin: 40px 0;}
    & input{height: 48px;border-radius: 5px;}
}
label.error{color:red;font-size:12px}
.contact input.error {border-color: red;background: #fff0f0;}
.contact input, .contact textarea {outline: 0;font-family: inherit;padding: 10px;border: none;border: 1px solid #dbdbdb;border-radius: none;width: 100%;margin-bottom: 10px;font-size: 16px;}
form label {padding-bottom: 10px;display: block;}
.overlay,.overlay2 {position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: #ffffff7d;z-index: 5;transition: all .3s ease;opacity: 0;visibility: hidden;}
.modal .contact{right: 0;}
.modal .overlay,.modal2 .overlay2{opacity: 1;visibility:visible;}
.feature span::after {
    content: "";
    background-image: url(img/sprite.webp);
    width: 160px;
    height: 90px;
    display: block;
    background-size: cover;
    top: -10px;
    position: absolute;
    z-index: -1;
    left: -30px;
    opacity: 0.5;
}



.__section_4 .left {
    order: 2;
}

._features .left img {
    width: 80%;
    bottom: 0;
    position: absolute;
    border-radius: 50%;
    z-index: 9;
    left: -40%;
    z-index: 1;
}
.__section_4 .left img {
    right: -15%;
    left: unset;
}
.feature{
    position: relative;
}
._features .feature {
    position: relative;
    display: flex;
    align-items: center;
    width: 60%;
    padding: 10px 0px 0px 30px;
    gap: 20px;
    border-left: 2px solid var(--color_4);
    margin: 20px 0;
}
#s4 .wrap{
    padding-top: 20px;
}
[scrolled="1"] .nav{
    background: #fff;
}
.modal2.modal .shelf{
    left: -500px!important;
}
/* --------------------------------------------- media queries ----------------------------------------------------------------------------*/
/* -------- 1440px --------*/
@media (max-width:1440px) {
 }
/* -------- 1024px --------*/
@media (max-width:1024px) {
h1{ font-size: 90px; line-height: 80px;}
h2 { font-size: 32px; }
.wrap {max-width: 720px;}
._features .feature{border:none;padding:0;width:100%;flex-direction: column;;}
.feature span:after {left:0;top: -10px;margin-top: -60px;z-index: -1;position: relative;}
.footer1 > * { margin-bottom:40px; }
.home_mobile_menu { display: block }
.gc3 { grid-template-columns: 1fr; }
.gc4 { grid-template-columns: 1fr 1fr; }
.nav_right { display:none }
.mobile_menu_icon { display:block }
._features .left img { width: 120%; bottom: 0; left: -10%; position: relative; }
.selected_package .price { zoom: 1.5 }
.__section_2 .wrap > .grid {
    grid-template-columns: 1fr;
}
._features .left img {
    width: 120%;
    bottom: 0;
    left: -10%;
    position: relative;
}
.__section_2 .left {
    order: 2;
    position: relative;
}
.feature {
    text-align: center;
    justify-content: center;
    width: 100%;
}
}
/* -------- 768px --------*/
@media (max-width:768px) {
    section {
        overflow-x: hidden;
    }
h1 {
    font-size: 54px;
    line-height: 50px;
}
h3 { font-size: 24px; }
.logo {zoom: 0.8;}
footer .logo{
    margin: 40px auto;
}
.form { padding: 30px; margin: 10px auto; width: calc(100% - 20px); }
.footer1 {flex-direction: column;text-align: center;}
.gc4 { grid-template-columns: 1fr; }
.feed { grid-template-columns: 1fr 1fr; }
.full_split img { position: relative; width: 100%; top: 0; left: 0; transform: none; vertical-align: middle; }
.side_b { padding: 40px 20px 20px 20px }
.m_menu_icon { display: block; }
.mainHero .innerWrap { width: unset }
.gg20 { grid-gap: 40px; }
#features b { display:block }
footer ul { grid-template-columns: 1fr; }
.footer_2 { 
    flex-direction: column-reverse;
    & .links{
        display: flex; flex-direction: column; margin-bottom: 40px;
    }
}
.mainHero .wrap { padding: 60px 20px 20px 20px; }
.fl2 img { transform:unset; }
.__section_3 h3 { margin-top: 24px; }
.__section_3 p.mt_24 { margin-top:5px; }
.mainHero .wrap {padding: 110px 20px 210px 20px;}
.nav .wrap {padding: 15px 20px;}
.footer1 {
    & logo{
        width: 181px;position: relative;margin: 20px auto;
    }
    & .col span {
        padding: 0px 10px;margin:0;
    }
}
.__section_5 .left:after { height: 45%; }
.mainHero p { font-size: 24px; }

.feature:before { zoom: .8; }
.feature > div h3 { margin:0 }
.wrap {padding: 40px 20px;}
.__section_2 .feature {padding: 10px;}
.badge {top: -120px;right: -8%;}
p, small {font-size: 14px;line-height: 150%;}
.hero{background-image: url('img/hero_mobile.webp');}
.hero2{background-image: url('img/hero2_mobile.webp');}
.contact {padding: 40px;}
.logo {
        zoom: 0.8;
        /* filter: invert(1) brightness(2); */
    }
 }
/* -------- 375px --------*/
 @media (max-width:575px) {
h2 {font-size: 24px;}
.__section_2 .left img { max-width: 120%; left: -10%; }
#s4 .feature { margin-bottom:20px; }
.__section_4 .right > p { width: 100%; margin-top: 20px; margin-bottom: 40px; }

 }
/* -------- 425px --------*/
@media (max-width:425px) {
.mainHero p { width: 100%; }
.mainHero .btn2 { margin-right: 10px; padding: 15px 40px; }
.footer1 .logo { margin-bottom: 40px; }
 }


