*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    display: block;
}
html{
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.container--header {
    max-width: 1550px;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.7);
}
.header-wrapper {
    display: flex;
    align-items: center;
    padding: 26px 0;
    width: 100%;
}
.header-icons a {
    margin-left: 49px;
    display: inline-block;
}
h1,h2{
    font-size: 53px;
    font-weight: 900;
    color: #FFF728;
    text-transform: uppercase;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.75);
    text-align: center;
    margin: 0 auto;
}

h2 {
    font-size: 64px;
}

.hero {
    position: relative;
}
.hero-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    height: 100vh;
    min-height: 800px;
    display: block;
}
/* .hero-cta{
    position: absolute;
    right: 58px;
    bottom: 60px;
} */
.hero-cta img {
    width: 30vw;
    max-width: 576px;
}
.container-bottom {
    position: absolute;
    bottom: 60px;
    max-width: 1800px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-socials {
    display: flex;
    align-items: center;
}
.social {
    width: 8vw;
    max-width: 142px;
}
.social img {
    max-width: 100%;
}
.slider-inner {
    padding: 60px 0;
}

.need {
    background-color: #fff728;
}

.need-inner {
    padding: 60px 0;
}

.need h2 {
    color: black;
    text-shadow: none;
    margin-bottom: 70px;
}

.need-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.need-single {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.need-single img {
    margin-bottom: 24px;
}

.slider {
    background-image: url(img/tir.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-inner{
    padding: 60px 0;
}

.swiper-wrapper {
    width: 100%;
    max-width: 708px;
    height: 530px;
    object-fit: cover;
}
.swiper-slide {
    display: flex!important;
    justify-content: center;
}
.slider .swiper-button-prev::after, .slider .swiper-rtl .swiper-button-next::after,.slider .swiper-button-next::after, .slider .swiper-rtl .swiper-button-prev::after {
    content: unset;
}
.slider .swiper-button-prev {
    width: 72px;
    height: 72px;
    background-image: url(img/left.png);
    background-size: cover;
}
.slider .swiper-button-next {
    width: 72px;
    height: 72px;
    background-image: url(img/right.png);
    background-size: cover;
}
.slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #FFF728;
    opacity: .6;
}
.slider .swiper-pagination-bullet-active {
    width: 21px;
    height: 21px;
}
.slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    background-color: black;
    color: white;
}

.form-inner {
    padding: 60px 0;
}

.form-wrapper {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.form-form {
    width: calc(100% - 425px);
    padding-right: 20px;
    padding-left: 80px;
}
.form-contact {
    width: 425px;
}
.form-row {
    display: flex;
    align-items: center;
}

.form-label {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.form-label input {
    max-width: 300px;
    height: 65px;
    margin-right: 10px;
    border-radius: 15px;
    outline: none;
    appearance: none;
    border: none;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 900;
    font-family: inherit;
}

.form-label label, h3 {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;

}
.form-label label {
    margin-bottom: 10px;
}
textarea {
    border-radius: 15px;
    width: 100%;
    height: 223px;
    resize: none;
    outline: none;
    appearance: none;
    border: none;
    padding: 15px;
    font-size: 22px;
    font-weight: 900;
    font-family: inherit;
}

.form-full .form-label {
    width: 100%;
    padding-right: 20px;
  

}

.form-btn {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.form-btn input {
    width: 171px;
    height: 65px;
    text-align: center;
    outline: none;
    appearance: none;
    border: none;
    border-radius: 15px;
    background-color: white;
    font-size: 22px;
    font-family: inherit;
    font-weight: 900;
    cursor: pointer;
}

.form h3 {
    margin-bottom: 20px;
}
.form p {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
}

.form-icons {
    display: flex;
    align-items: center;
    margin-bottom: -10px;
}

.form-map {
    width: 100%;
    margin-bottom: 30px;
}

.yellow {
    background-color: #FFF728;
}

.yellow-inner {
    padding: 60px 0;
}

.yellow h2 {
    color: black;
    text-shadow: none;
    font-size: 58px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.yellow h2 span {
    font-size: 90px;
}

.yellow p {
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 600;
}

.yellow-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
}

.spring {
    background-color: #efefef;
}
.spring-inner {
    padding: 60px 0;
}

.spring h2 {
    font-size: 60px;
    color: black;
    text-shadow: none;
    margin-bottom: 10px;
    text-align: left;
}
.spring h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.spring-wrapper {
    display: flex;
    align-items: center;
}

.spring-img {
    max-width: 652px;
    padding-right: 50px;
}

.spring ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.spring li {
    padding-left: 28px;
    background-image: url(img/li.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left top 7px;
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
}
.spring li:last-child{
    margin-bottom: 0;
}

.gallery {
    background-color: #FFF728;
}

.gallery-inner{
    padding: 60px 0;
}

.gallery h2 {
    color: black;
    text-shadow: none;
    margin-bottom: 30px;
}

.gallery-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
}

.aztech{
    background-color: #FFF728;
    position: relative;
}
.aztech-bg {
    position: relative;
    width: 100%;
    max-width: 1920px;
}
.aztech img.bg {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.ed {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .8;
    width: 30vw;
    max-width: 576px;
}
.footer {
    background-color: #efefef;
    padding: 60px 0;
    text-transform: uppercase;
}
.footer-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.socials{
    display: flex;
}
.socials a {
    margin-left: 20px;
}
.footer p {
    font-size: 21px;
    font-weight: 600;
}
.footer p span {
    font-weight: 900;
}
.cr {
    background-color: #d0d0d0;
}
.cr-inner{
    padding: 30px 0;
}
.cr-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.cr-wrapper span {
    font-weight: 900;
}
@media(max-width:1350px){
    .cr-wrapper{
        flex-direction: column;
        align-items: flex-start;
        font-size: 16px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 34px;
    }
    .need-single {
        font-size: 28px;
    }
    .form-form {
        padding-left: 0;
    }
    .yellow h2 {
        font-size: 36px;
        text-align: left;
    }
    .yellow h2 span {
        font-size: 54px;
    }
    .spring h2 {
        font-size: 36px;
    }
    .spring h3 {
        font-size: 30px;
    }
    .spring li {
        font-size: 22px;
    }
    .yellow-images,.gallery-wrapper {
        gap: 50px;
    }
}
@media(max-width:998px){
    .header-title {
        display: none;
    }
    .header-icons {
        margin-left: auto;
    }
    .hero-cta img {
        width: 50vw;
    }
    .container-bottom{
        left: 50%;
        top: 50%;
        right: unset;
        bottom: unset;
        display: flex;
        flex-direction: column-reverse;
    }
    .social {
        width: 15vw;
        max-width: 100px;
    }

    .hero-cta {
        margin-bottom: 50px;
    }
    .slider .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: 0;
    }
    .slider .swiper-button-next {
        width: 40px;
        height: 40px;
        right: 0;
    }
    .slider .swiper-pagination {
        transform: translateY(5px);
    }
    .need-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .form-wrapper {
        flex-wrap: wrap;
    }
    .form-form {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .form-label label, h3 {
        font-size: 18px;
    }
    .form-row {
        flex-wrap: wrap;
    }
    .form-label {
        width: 100%;
    }
    .form-label input, textarea {
        width: 100%;
        max-width: 100%;
        height: 40px;
        font-size: 18px;
        margin-right: 0;
    }
    textarea {
        height: 200px;
    }
    .form-full .form-label,.form-btn {
        padding-right: 0;
    }
    .yellow-images {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }
    .spring-wrapper {
        flex-wrap: wrap;
    }
    .spring-img {
        padding-right: 0;
        margin: auto;
        margin-bottom: 30px;
    }
    .spring li {
        font-size: 18px;
    }
    .gallery-wrapper {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }
    .gallery-wrapper img {
        width: 100%;
    }
    .ed {
        width: 50vw;
        right: 50%;
        bottom: 50%;
        transform: translate(50%,50%);
    }
    .yellow-col {
        display: flex;
        justify-content: center;
    }
    .footer-wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .col {
        margin-bottom: 30px;
    }
    .socials a:first-child{
        margin-left: 0;
    }
}