@font-face {
    font-family:'ALKRoundedMtav-Medium';src:url(fonts/ALKRoundedMtav-Medium.eot);
    src:url(fonts/ALKRoundedMtav-Medium.eot?#iefix) format('embedded-opentype'),
    url(fonts/ALKRoundedMtav-Medium.woff2) format('woff2'),
    url(fonts/ALKRoundedMtav-Medium.woff) format('woff'),
    url(fonts/ALKRoundedMtav-Medium.ttf) format('truetype'),
    url(fonts/ALKRoundedMtav-Medium.svg) format('svg')
}
@font-face {
    font-family:'BPGBanner';src:url(fonts/BPGBanner.eot);
    src:url(fonts/BPGBanner.eot?#iefix) format('embedded-opentype'),
    url(fonts/BPGBanner.woff2) format('woff2'),
    url(fonts/BPGBanner.woff) format('woff'),
    url(fonts/BPGBanner.ttf) format('truetype'),
    url(fonts/BPGBanner.svg) format('svg')
}

.caps-font {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
}

* {
    box-sizing: border-box;
    line-height: 20px;
}

a {
    transition: all 0.3s ease;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'BPGBanner', sans-serif;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}

ul {
    padding-inline-start: 0;
   margin-block-start: 0;
    margin-block-end: 0;
}

.container {
    width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1510px) {
    .container {
        width: 100%;
    }
}


.firstSection {
    background-image: url(./images/first.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    margin-left: 0%;
    padding-top: 40px;
}
/* .header {

    height: 120px;
    width: 1200px;
    margin-left: 10%;
    margin-top: 30px;

} */

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 96px;
}
@media (max-width: 1024px) {
    .logo {
        width: auto;
        height: 60px;
    }
}
/*@media (min-width: 1025px) {*/
/*    .logo-mob {*/
/*        display: none;*/
/*    }*/
/*}*/
.menu-wrapper {
    position: relative;
}
@media (max-width: 1024px) {
    .menu-wrapper {
        display: none;
    }
}
.menu {
    display: flex;
    justify-content: center;
    /* margin-left: 15%;
    margin-top: -6%; */
    /* width: 700px; */
}
.menu-item {
    /* margin-left: 90px; */
    list-style: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0%;
    justify-content: center;
    margin-left: 150px;
}
@media (max-width: 1482px) {
    .menu-item {
        margin-left: 40px;
    }
}
.menu-item:first-child {
    margin-left: 0;
}
.menu-item-link {
    display: block;
    padding-bottom: 30px;
    text-decoration: none;
    color: #FFFFFF;
    position: relative;
}
.menu-item-link:hover {
    opacity: 0.8;
}
.menu-item-link-border-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 4px;
    background-color: #272727;
    border-radius: 4px;
}
.menu-item-link--active .menu-item-link-border-bottom {
    display: block;
}
.menu-bottom-border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.38);
    border-radius: 4px;
}
/*
.border {
    margin-left: 200px;
} */

.header-buttons {
    display: flex;
}

.phone-button,
.language-button {
    background-color: #FFE5A2;
    padding: 8px 15px;
    border-radius: 23px;
    text-decoration: none;
}
.phone-button:hover,
.language-button:hover {
    opacity: 0.8;
}

.phone-button {
    color: #141736;
    margin-right: 30px;
}
@media (max-width: 1024px) {
    .phone-button {
        display: none;
    }
}

.language-button {
    font-size: 10px;
    color: #141736;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
}
.language-button img {
    margin-right: 6px;
    width: 20px;
    height: 13px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1024px) {
    .language-button {
        padding: 4px 10px;
    }
    .language-button img {
        margin-right: 0;
    }
    .language-button span {
        display: none;
    }
}


.slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 160px);
}

.h1 {
    font-size: 96px;
    font-weight: 500;
    color: #FFE5A2;
    /* margin-top: 150px; */
    margin-top: 0;
    margin-bottom: 78px;
    text-align: center;
    line-height: 96px;
}

.p {
    font-size: 28px;
    line-height: 48px;
    color: #F6F5F1;
    text-align: center;
}
@media (max-width: 1482px) or (max-height: 900px) {
    .h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .p {
        font-size: 22px;
        line-height: 35px;
    }
}
@media (max-width: 767px) {
    .h1 {
        margin-top: 20px;
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 40px;
    }
}


.secondSection {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (max-height: 1664px) {
    .secondSection-inner,
    .sectionThird-inner,
    .sectionFour-white-inner,
    .gallerySection,
    .gallerySection-video {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.h2 {
    font-size: 65px;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: 0%;
    color: #141736;
    text-align: center;
    margin-top: 0;
}
@media (max-width: 1482px) or (max-height: 900px) {
    .h2 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .h2 {
        font-size: 35px;
        line-height: 35px;
    }
}

.servicesMain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1400px;
    margin-bottom: 30px;
}
@media (max-width: 1510px) {
    .servicesMain {
        width: 100%;
    }
}
@media (max-width: 1264px) {
    .servicesMain {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}

/* .secondLine {
    margin-left: 20%;
    display: flex;
    gap: 40px;
} */

.services {
    width: 33.33333333333333%;
    display: flex;
    padding: 20px;
}
@media (min-width: 1265px) and (max-width: 1300px) {
    .services {
        padding: 5px !important;
    }
    .h4 {
        font-size: 18px !important;
    }
}
@media (max-width: 1264px) {
    .services {
        width: 420px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .h4-1 {
        width: 100% !important;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .services {
        width: 100%;
    }
}

.img-service {
    width: 85px;
    height: 85px;
    margin-top: 20px;
    margin-right: 20px;
}

.h4 {
    font-size: 20px;
    font-weight: 500;
    color: #141736;
    letter-spacing: 0%;
}

.h4-1 {

    margin-top: 40px;
    font-size: 21px;
    font-weight: 500;
    color: #141736;
    letter-spacing: 0%;
    width: 370px;
}

.Pp {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0%;
    color: #14173680;
    margin-top: -20px;
}


.sectionThird-wrapper {
    overflow-x: hidden;
}
.sectionThird {
    background-color: #141736;
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
}
@media (max-width: 1024px) {
    .sectionThird {
        width: 100%;
        margin-left: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
@media (min-width: 1341px) {
    .sectionThird {
    width: 120%;
    margin-left: -10%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
        }
}

.mainDiv {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1340px) {
    .mainDiv {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.description2 {
    width: calc(70% - 50px);
}

.photos {
    position: relative;
    width: calc(30% - 50px);
}

@media (max-width: 1340px) {
    .description2 {
        width: 100%;
        margin-bottom: 60px;
    }
    .photos {
        width: 100%;
    }
}

.photos-1 {
    width: 380px;
    height: 380px;
    border-radius: 100%;
    margin-top: 60px;
    z-index: 1;
    object-fit: cover;
}
@media (max-width: 475px) {
    .photos-1 {
        width: 250px;
        height: 250px;
    }
}

.photos-2 {
    width: 320px;
    height: 320px;
    border-radius: 100%;
    z-index: 2;
    margin-top: -30%;
    margin-left: -10%;
    object-fit: cover;
}
@media (max-width: 475px) {
    .photos-2 {
        width: 190px;
        height: 190px;
    }
}

.h3 {
    font-size: 60px;
    line-height: 60px;
    margin-top: 100px;
    font-weight: 500;
    color: #FFE5A2;
}
@media (max-width: 1482px) or (max-height: 900px) {
    .h3 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .h3 {
        font-size: 35px;
        line-height: 35px;
    }
}

.aboutParagraph,
.aboutParagraph * {
    font-size: 22px;
    font-weight: 400;
    color: #FFEDBD;
    line-height: 35px !important;
}

@media (min-width: 1341px) {
    .aboutParagraph {
        max-width: 700px;
    }
}


.sectionFour-white {
    width: 100%;
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
}


.formDiv {
    position: relative;
    width: 900px;
    /* height: 650px; */
    margin-left: auto;
    margin-right: auto;
}


.h3-contact,
.gallerySection-title,
.gallerySection-video-title {
    font-size: 60px;
    font-weight: 500;
    color: #141736;
    text-align: center;
    margin-top: 0;
}
.gallerySection-video-title {
    margin-bottom: 40px;
}
.gallerySection-video-subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #141736;
    margin-bottom: 50px;
    text-align: center;
}
.gallerySection-video-subtitle a {
    color: #141736;
}
.h3-contact {
    margin-bottom: 120px;
}
@media (max-width: 1482px) or (max-height: 900px) {
    .h3-contact,
    .gallerySection-title,
    .gallerySection-video-title {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .h3-contact,
    .gallerySection-title,
    .gallerySection-video-title {
        font-size: 35px;
        line-height: 35px;
    }
}


.contactForm {
    width: 800px;
    background-color: #FFEDBD;
    border-radius: 110px;
    padding: 120px 90px 60px 90px;
    z-index: 1;
}


/* .inputGroup label {
    display: block;
    font-size: 16px;
    color: #141736;
    margin-bottom: 0px;
} */

.contactForm-els {
    width: calc(100% - 280px);
}

.inputGroup:not(:first-child) {
    margin-top: 40px;
}

.inputGroup input,
.inputGroup textarea {
    width: 100%;
    padding: 0px;
    font-size: 16px;
    background: none;
    border: none;
    border-bottom: 2px solid rgba(20, 23, 54, 0.53);
    outline: none;
}
.inputGroup input::placeholder,
.inputGroup textarea::placeholder {
    color: #141736;
}
.inputGroup input {
    padding-bottom: 10px;
}
.inputGroup textarea {
    resize: none;
}

.button2 {
    background-color: #FFFFFF;
    border-radius: 24px;
    font-size: 14px;
    line-height: 20px;
    border: none;
    margin-top: 50px;
    padding: 8px 30px;
    box-shadow: 0px 1px 0px 0px rgba(17, 27, 43, 0.1);
}
.button2:not(:disabled):hover {
    cursor: pointer;
    opacity: 0.8;
}
@media (max-width: 1024px) {
    .button2 {
        width: 100%;
    }
}

.button2:disabled {
    opacity: 0.8;
    cursor: not-allowed !important;
}

.input-error {
    border-bottom-color: #FF0000FF !important;
}

.contactDiv {
    position: absolute;
    top: 105px;
    right: -55px;
    width: 420px;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #141736;
    z-index: 2;
}

.social-icons1 {
    display: flex;
    flex-direction: column;
    color: #FFEDBD;
    font-size: 18px;
}



.social-icons1 a {
    display: block;
    text-decoration: none;
    color: #FFEDBD;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
}
.social-icons1 a:not(:first-child) {
    margin-top: 20px;
}
.social-icons1 a span {
    color: #fff;
}

@media (max-width: 1024px) {
    .formDiv {
        width: 100%;
    }
    .contactDiv {
        width: 290px;
        height: 290px;
        top: 120px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .contactForm {
        margin-top: 240px;
        width: 100%;
        padding: 180px 40px 40px 40px;
    }
    .contactForm-els {
        width: 100%;
    }
    .social-icons1 a {
        font-size: 14px;
    }
}


.footer {
    width: 100%;
    background-color: #141736;
    padding-top: 50px;
    padding-bottom: 50px;
}


.footerDiv {
    display: flex;
    align-items: center;
}

.li-2 {
    list-style: none;
    margin-top: 10px;
}

.footerDiv-logo {
    margin-right: 60px;
}
@media (max-width: 1024px) {
    .footerDiv-logo {
        display: none;
    }
}

.footer-a {
    color: rgba(134, 118, 73, 0.76);
    font-size: 18px;
    text-decoration: none;
}
.footer-a:hover {
    color: #FFEDBD;
}

.social-icons {
    display: flex;
    margin-top: auto;
    margin-left: 40px;
}

.social-icons a {
    display: block;
    text-decoration: none;
    color: #FFEDBD;
    font-size: 24px;
}
.social-icons a:not(:first-child) {
    margin-left: 11px;
}


/*// new sections*/
.gallerySection {
    background-color: #FFEDBD;
    padding-top: 50px;
    padding-bottom: 50px;
}

.gallerySection-video {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1300px) {
    .gallerySection-list,
    .gallerySection-video-list {
        display: flex;
        flex-wrap: wrap;
    }
}
.gallerySection-list-item,
.gallerySection-video-list-item {
    display: block;
    width: calc(33.33333333333333% - 26px);
    height: 385px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    margin: 13px;
}
.gallerySection-list-item img,
.gallerySection-video-list img {
    width: 100%;
    height: 385px;
    object-fit: cover;
}
@media (max-width: 1299px) {
    .gallerySection-list-item,
    .gallerySection-video-list-item {
        width: 290px;
        height: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .gallerySection-list-item img,
    .gallerySection-video-list-item img {
        height: 290px;
    }
}
.f-counter {
    display: none;
}
.gallerySection-video-list-item {
    display: block;
    position: relative;
}
.gallerySection-video-list-item:hover {
    opacity: 0.8;
}
.gallerySection-video-list-item-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(./images/play.svg) no-repeat center rgba(13, 20, 52, 0.6);
}

.gallerySection-video-list-item-content-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px;
}
.gallerySection-video-list-item-content-bottom-desc {
    display: block;
    font-size: 12px;
    color: #F5A623;
    margin-bottom: 8px;
}
.gallerySection-video-list-item-content-bottom-title {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.swal2-confirm {
    font-family: 'BPGBanner', sans-serif;
    background-color: #141736 !important;
    margin-top: 20px !important;
}

.grecaptcha-badge {
    z-index: 100;
}
