@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

::-moz-selection {
    background: #64a5f7;
}
  
::selection {
    background: #64a5f7;
}

.main-wrapper {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h1 {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 90px;
    font-weight: 400;
    color: #8e785b;
    line-height: 1.3;
    margin-bottom: 0;
}

.main-wrapper h2 {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 32px;
    color: #79664e;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}

.main-wrapper h3 {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 24px;
    color: #867156;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
}

.main-wrapper p {
    margin-bottom: 0;
}

.main-wrapper a {
    text-decoration: none;
}

.section-1 {
    background: url(../img/kv.jpg) center top no-repeat;
    background-size: auto 100%;
    margin: 0 auto;
    min-height: 900px;
    text-align: center;
}

.section-1 h1 {
    padding-top: 120px;
}

.section-1 h1 span {
    font-weight: 300;
}

.section-1 p {
    font-size: 26px;
    font-weight: 400;
    color: #000;
}

.section-2 .row {
    display: flex;
    align-items: center;
    padding: 3rem 0;
}

.section-2 .btn-video {
    color: #fff;
    display: block;
    width: 177px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.2s;
    background: url(../img/btn-play.png) calc(100% - 15px) center no-repeat;
    background-size: 20px;
    background-color: #8e785b;
    margin-top: 20px;
    cursor: pointer;
}

.section-2 .btn-video:hover {
    background-color: #a58760;
}

.section-3 {
    background-color: #fbf9f5;
    padding: 3rem 0;
}

.slick-wrapper-1 .slick-dots {
    top: 0;
}

.slick-prev:before {
    display: none;
}
.slick-next:before {
    display: none;
}

.slick-wrapper-1 .slick-dots li {
    margin: 0 12px;
}

.slick-wrapper-1 .slick-dots .nav-button {
    display: block;
    min-width: 220px;
    padding: 7px 10px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #000;
    border: 2px solid #8e785b;
}

.slide-content {
    display: flex;
    align-items: center;
    padding-top: 85px;
}

.slick-wrapper-1 .slide-text {
    padding-left: 2rem;
}

.slide-wrapper span {
    display: block;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    margin-top: 2rem;
}

.slick-wrapper-1 .slick-dots .slick-active {
    color: #000;
    background-color: #8e785b;
}

.slick-wrapper-1 .slick-dots .slick-active .nav-button {
    background-color: transparent;
    color: #fff;
}

.section-4 {
    text-align: center;
    background-color: #efebe3;
    padding-top: 4rem;
}

.section-4 .figure {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.section-4 .twin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4 .single {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4 .data {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #696969;
    line-height: 1.4em;
    padding: 0 20px 0 10px;
}

.section-4 .data span {
    font-size: 1.6em;
    font-weight: 400;
    color: #79664e;
    display: inline-block;
    margin-right: 6px;
}

.section-5 {
    text-align: center;
    background-color: #fbf9f5;
    padding: 4rem 0;
}

.section-5 p {
    margin-bottom: 2rem;
}

.section-6 {
    text-align: center;
}

.backhaul-title p {
    padding: 0 15%;
    margin-bottom: 3rem;
}

.section-6 img {
    border-radius: 30px;
}

.section-6 h4 {
    font-size: 22px;
    margin: 20px 0 10px;
}

.section-7 {
    background: url(../img/connection-1.jpg) center top no-repeat;
    background-size: auto 100%;
    height: 920px;
    text-align: center;
    padding: 4rem 0;
    margin: 4rem 0;
}

.section-7 h2 {
    color: #fff0d6;
}

.section-7 p {
    color: #fff;
    padding: 0 20%;
    margin-bottom: 3rem;
}

.section-8 {
    margin-bottom: 4rem;
}

.slider-title {
    text-align: center;
}

.section-8 .slider-title p {
    padding: 0 15%;
    margin-bottom: 3rem;
}

.slick-wrapper-2 .slide-text {
    padding-left: 2rem;
}

.slick-wrapper-2 .slick-dots {
    top: 0;
}

.slick-wrapper-2 .slick-dots li {
    margin: 0 12px;
}

.slick-wrapper-2 .slick-dots .nav-button {
    display: block;
    min-width: 220px;
    padding: 7px 10px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #000;
    border: 2px solid #8e785b;
}

.slick-wrapper-2 .slick-dots .slick-active {
    color: #fff;
    background-color: #8e785b;
}

.slick-wrapper-2 .slick-dots .slick-active .nav-button {
    background-color: transparent;
    color: #fff;
}