
:root {
    --fontahead: clamp(12px, 2vw, 20px);
    --white: #FFFFFF;
    --regular: 400;
    --black: #000000;
    --blue: #4985FF;
    --fontlabelhead: clamp(14px, 2vw, 30px);
    --maintextwhite: #FFFFFF;
    --blackbut: #000000;
    --backbut: #FFD050;
    --backbuthov: rgb(220,220,3);
    --head1fs: clamp(20px, 2vw, 40px);
    --colhea: #000000;

}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: clamp(13px, 2vw, 28px); 
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: #FFFFFF;
}
h1, p, h2, h3, h4 {
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: "Jost";
    src: url("font/Jost-VariableFont_wght.ttf") format("truetype");
    font-weight: 100-900;
    font-style: normal;
    font-display: swap;
}
body {
    background-color: #FFFFFF;
    font-family: "Jost", sans-serif;
    overflow-x: hidden
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    width: 100%;
}
.main1 {
    width: 100vw;
    max-width: 1920px;
    margin: 0 auto;
}
.main-00 {
    max-height: 900px; 
    background-image: url(32.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    padding-bottom: clamp(150px, 30vw, 300px);
    overflow-x: hidden;
}
.projects1 {
    width: 100vw;
    max-width: 1920px;
    max-height: 900px; 
    background-image: url(36.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    padding-bottom: clamp(150px, 30vw, 220px);
    overflow: hidden;
}



.headert {
    color: white; font-size: 1rem; font-family: 'Montserrat'; text-align: center; font-weight: 500; word-wrap: break-word; border-bottom: 1px solid #A1A1A1; transition: all 1s; white-space: nowrap; width: 110%
}
.headert:hover {
    border-bottom: 1px solid #fff; color: #A1A1A1
}
.main2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding-top: clamp(100px, calc(50vh - 100px), 300px);
}

.hidden {
    opacity: 0;
    transition: all 1s ease-in-out;
    transform: scale(0.7);
}

.visible {
    opacity: 1;
    transform: scale(1);
}

.maina {
    font-size: var(--fontahead);
    color: var(--white);
    font-weight: var(--regular);
    transition: all 1s;
}
.maina:hover {
    color: rgb(230,230,0);
}
.maina1 {
    color: var(--black);
    background-color: var(--white);
    padding: 16px 48px;
    transition: all 1s;
}
.maina1:hover {
    background: var(--backbut);
}
.mainnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    width: 100vw;
    max-width: 1440px;
}
.head0 {

    max-width: inherit;
    background: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
}
.head1 {
    font-size: var(--fontlabelhead);
    color: var(--white);
    font-weight: var(--regular);
    transition: all 1s;
}
.head1:hover {
    color: rgb(230,230,0);
}
.head2, .head20 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

@media screen and (min-width: 768px) {
    #svghead {
        display: none;
    }
}
.s1 {
    
    background-image: url(../images/starter-page.JPG);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 599;
    margin: 0 auto;
    padding: clamp(60px,25dvh,100px) 15px;
    overflow-x: hidden;
}
.sd1 {
    margin-left: 30px;
    max-width: 800px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    background: rgba(0,0,0,0.25)
}
.s1d {
    width: 100vw;
    max-width: 1440px;
    margin: 0 auto;
}
.sh1 {
    color: var(--white);
    font-size: clamp(25px, 3vw, 56px);
    font-weight: 700;
}
.sp1 {
    font-size: var(--fontahead);
    font-weight: 400;
    color: var(--maintextwhite)
}
.sb1 {
    color: var(--blackbut);
    background: var(--backbut);
    padding: 10px 30px;
    transition: all 1s ease-in-out;
    font-size: var(--fontahead);
}
.sb1:hover {
    background: var(--backbuthov)
}
.otstup {
    height: 50px;
    width: inherit;
    max-width: 1920px;
}
.s2h {
    font-size: var(--head1);
    font-weight: 600;
    color: var(--colhea)
}
.s2d2 {
    border: 0.3px solid rgba(87, 84, 84, 0.1);
    box-shadow: 1px 1px rgba(87, 84, 84, 0.1);
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    max-width: 720px;
}
.s2img1 {
    max-width: 700px;
}
.smd {
    width: 100vw;
    max-width: 1440px;
    padding: 0px 40px;
    margin: 0 auto;
}

.s2d3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    
}
.s2d4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    max-width: 450px;
}
.s2p4, .s3p1 {
    font-size: var(--fontahead);
}
.s3p1 {
    font-weight: 300;
    text-align: center;
}
.s2d5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
    max-width: 450px;
}
.s2d6 {
    padding: 10px 15px;
    transition: all 1s;
    max-width: 450px;
    border: 0.3px solid rgba(87, 84, 84, 0.05);
    box-shadow: 1px 1px rgba(87, 84, 84, 0.05);
    flex-grow: 1;
}
.s2d6:hover {
    background: #FBF6EA
}
.s2a {
    color: #592EA9;
    font-size: var(--fontahead)
}
.s2p1 {
    font-size: var(--fontahead);
    font-weight: 300;
    color: #000000;
}
.s2h2 {
    font-size: var(--fontlabelhead);
    font-weight: 600;
    color: var(--colhea);
    text-align: center;
}
.s2h21 {
    font-size: var(--fontlabelhead);
    font-weight: 600;
    color: var(--colhea);
    text-align: justify;
}
.s3 {
    margin: 0 auto;
    width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    flex-direction: column;
}
#svghead {
    transform: rotateY(180deg);
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .s2d3 {
        flex-direction: column;
        align-items: center;
        gap: 30px;

    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .s2d4, .s2d5, .s2d6, .sd1 {
        width: 720px;
        max-width: 720px;
    }
    .sd1 {
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px) {
    .main56 {
        width: 489px;
        height: 45px;
    }
    .main57 {
        height: 45px;
        padding-left: 30px;
    }
    .main58 {
        height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .sd1 {
        width: calc(100% - 30px);
        margin-left: 0px;
    }
    .mainnav {
        padding: 10px 15px;
        position: relative;
    }
    .s2d4 {
        width: 100%;
        max-width: 100%;
    }
    .s2d5, .s2d6 { 
        width: 100%;
        max-width: 100%;
    }
    .s2d {
        width: calc(100%);
    }
    .s2img1 {
        width: 100%;
    }
    .smd {
        padding: 0px 15px;
    }
    .s3 {
        max-width: 290px;
    }
    .main56 {
        width: calc(100vw - 30px);
        height: 30px;
    }
    .main57 {
        height: 30px;
        padding-left: 20px;
    }
    .main58 {
        height: 30px;
    }
    .main55 {
        text-align: center;
    }
    .head2 {
        position: absolute;
        top: -100%;
        z-index: 600;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
        background: rgba(0,0,0,0.7);
        transition: all 1s;
        width: 100vw;
        padding: 20px 20px 10px 20px; 
    }
    .head0 {
        position: relative;
        z-index: 700;
    }
    .head20 {
        display: none;
    }
}
.open {
    top: calc(var(--fontlabelhead) + 20px);
}
.main52 {
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.main53 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.main55, .main551 {
    color: #999999;
    font-size: 0.8rem;
}
.main551 {
    text-align: center
}
.main56 {
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.main57 {
    
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    
    border: 2px solid #F2F2F2
}
.main58 {
    background: #4985FF;
    
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    border: none;
    cursor: pointer;
    transition: all 1s;
}
.main58:hover {
    background: #6C9DFF
}
.main59 {
    font-size: clamp(11px, 3vw, 16px);
    color: #FFFFFF
}
.sv1 {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sv2 {
    border: 0.3px solid rgba(87, 84, 84, 0.1);
    box-shadow: 1px 1px rgba(87, 84, 84, 0.1);
    max-width: 100px;
}
.sv3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    max-width: 700px;

}
.sv-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.sv4 {
    font-size: 1rem;
    font-weight: 600;
    text-wrap: pretty
}
.sv5 {
    font-size: 0.7rem;
    color:rgba(87, 84, 84)
}
.sv6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.sv8 {
    padding: 5px;
    background: #4985FF;
    color: #FFF;
    font-size: 0.5rem;
    border-radius: 5px;
    transition: all 1s;
}
.sv9 {
    padding: 10px 20px;
    background: #4985FF;
    border-radius: 5px;
    transition: all 1s;
}
.sv9:hover, .sv8:hover {
    background: #206aff
}
.sv99 {
    font-weight: 600;
    font-size: 0.8rem;
    color: #0558fd
}
.sv10 {

    border-radius: 5px;
    width: 90%;
}
.sv11 {
    font-size: var(--arttext);
    font-weight: 600;
}
.sv12 {
    font-size: var(--arttext);
    text-wrap: pretty;
    font-family: 'Jost';
}
strong {
    font-weight: 600;
}
.sv31 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}