* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: sans-serif;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    display: grid;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}




/* header */
.hero-section {
    z-index: 1;
    position: relative;
    height: 1000px;
    background-image: url(img/fon1.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 140% 140%;
    text-align: left;
    width: 100%;
}

.verh {
    position: absolute;
    width: auto; /*  или другие значения */
    height: auto; /*  или другие значения */
    z-index: 2;
}

.shading {
    position: absolute;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}


/* ////////////////////////////////////////////////////////////////////////header */





/* fura pogrus */

.bottom{
    position: absolute;
    top: 18%;
    left: 5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 5;
    display: block;
}
.bottom2{
    position: absolute;
    top: 81%;
    left: 38%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 25;
    display: block;
}
.bottom3{
    position: absolute;
    top: 59%;
    left: 13%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 25;
    display: block;
}
.bottom4{
    position: absolute;
    top: 59%;
    left: 3%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 25;
    display: block;
}
.bottom5{
    position: absolute;
    top: 57%;
    left: 5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 25;
    display: block;
}
.bottom6{
    position: absolute;
    top:87%;
    left: 8%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 25;
    display: block;
}
.bottom7{
    position: absolute;
    top:80%;
    left: 46%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 25;
    display: block;
}
.bottom8{
    position: absolute;
    top:280px;
    left: 7%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 25;
    display: block;
}
.bottom9{
    position: absolute;
    top:2050px;
    left: 8%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 25;
    display: block;
}
.bottom10{
    position: absolute;
    top:2000px;
    left: 48%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 25;
    display: block;
}
.submit-btn {
    position: absolute;
    top: 5260px;
    left: 15.5%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 30;
}

.bottom11 {
    width: auto;
    height: auto;
    display: block;
}
.bottom12{
    position: absolute;
    top:51%;
    left: 10%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 30;
    display: block;
}
.bottom13{
    position: absolute;
    top: 13%;
    left: 62%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 30;
    display: block;
}
.bottom14{
    position: absolute;
    top: 58%;
    left: 4.5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 30;
    display: block;
}
.bottom15{
    position: absolute;
    top: 72%;
    left: 10%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 30;
    display: block;
}
.swaper-wrapper {
    position: relative;
    width: 100%;
    height: 100%; /* Или нужная высота контейнера */
}

.swaper-link {
    position: absolute;
    top: 73%;
    left: 58%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 59;
    text-decoration: none;
}

.swaper {
    transition: all 0.3s ease;
    display: block;
    width: auto; /* Укажите нужный размер */
    height: auto;
    filter: none;
}

/* Эффекты при наведении */
.swaper:hover {
    filter: url(#orangeFilter);
    cursor: pointer;
    transform: scale(1.1); /* Опциональная анимация */
}
.testtext112{
    position: absolute;
    top: 82%;
    left: 52%;
    color: #ffffff;
    z-index: 10;
}
.testtext113{
    position: absolute;
    top: 82%;
    left: 72%;
    color: #ffffff;
    z-index: 10;
}

.text22 {
    position: absolute;
    top: 7%;
    left: 62%;
    color: #4D4343;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    margin: 0 0 16px 0;
}
.text2 {
    position: absolute;
    top: 46%;
    left: 3%;
    color: #4D4343;
}
.text3 {
    position: absolute;
    top: 7.5%;
    left: 5%;
    color: #ECA351;
}

.text4 {
    position: absolute;
    top: 9.5%;
    left: 5%;
    color: #4D4343;
}

.text5 {
    position: absolute;
    top: 12%;
    left: 62%;
    color: #4D4343;
}


.Ellipse2 {
    position: absolute;
    top: 6.91%;
    right: 0%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}





.text9
{
    position: absolute;
    top: 78%;
    left: 8%;
    color: #4D4343;
    z-index: 12;
}
.text10
{
    position: absolute;
    top: 81%;
    left: 8%;
    color: #4D4343;
    z-index: 12;
}
.text11
{
    position: absolute;
    top: 65%;
    left: 38%;
    color: #ffffff;
    z-index: 12;
}.text12
{
    position: absolute;
    top: 69%;
    left: 38%;
    color: #ffffff;
    z-index: 12;
}





.input-field {
    position: absolute; /* Абсолютно позиционируем поле ввода */
    left: 14.2%;
    top: 50.2%;
    width: 200px;        /* Задайте ширину поля ввода (относительно контейнера) */
    padding: 10px;
    box-sizing: border-box; /* Включаем padding в ширину */
    z-index: 20;
    color: #4D4343;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: none;         /* Убирает границу */
    outline: none;        /* Убирает контур при фокусе */
  }
.input-field2
{
    position: absolute; /* Абсолютно позиционируем поле ввода */
    left: 14.2%;
    top: 53.9%;
    width: 200px;        /* Задайте ширину поля ввода (относительно контейнера) */
    padding: 10px;
    box-sizing: border-box; /* Включаем padding в ширину */
    z-index: 20;
    color: #4D4343;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: none;         /* Убирает границу */
    outline: none;        /* Убирает контур при фокусе */
  }

.t3ext32{
    position: absolute;
    top: 46.8%;
    left: 13%;
    color: #ffffff;
    z-index: 30;
}
.t3ext4{
    position: absolute;
    top: 46.8%;
    left: 42%;
    color: #ffffff;
    z-index: 30;
}
.t3ext5{
    position: absolute;
    top: 55%;
    left: 42%;
    color:#ECA351;
    z-index: 30;
}
.t3ext6{
    position: absolute;
    top: 57%;
    left: 42%;
    color: #ffffff;
    z-index: 30;
}
.t3ext7{
    position: absolute;
    top: 78%;
    left: 12%;
    color:#4D4343;
    z-index: 30;
}
.t3ext8{
    position: absolute;
    top: 78%;
    left: 57%;
    color:#4D4343;
    z-index: 30;
}

.item1 {
    position: absolute;
    top: 78%;
    left: 45%;
    z-index: 10;
    transition: all 0.5s ease;
    cursor: pointer;
}

/* CSS */
/* Стили для контейнера элементов */
/* Общие стили контейнера */
/* Общие стили контейнера */
.container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* Базовые стили элементов */
.item2, .item3, .item4 {
    position: absolute;
    left: 45%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.item2 { top: 78%; }
.item3 { top: 83%; }
.item4 { top: 88%; }

/* Стили изображений */
.photo, .photo2a, .photo3a {
    width: 58px;
    display: block;
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Анимация линии */
.line {
    width: 670px;
    height: 2px;
    background: #ECA351;
    position: absolute;
    left: -275px;
    top: 80px;
    transform: translateX(-50%);
    opacity: 0.8;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
}

/* Состояния активации */
.item2.active .photo,
.item3.active .photo2a,
.item4.active .photo3a {
    transform: rotate(90deg);
}

.item2.active .line,
.item3.active .line,
.item4.active .line {
    transform: translate(-50%, 80px);
}

/* Статичные тексты (запрет анимации) */
.content1g, .content2g {
    position: absolute;
    left: -615px !important;
    top: 10px !important;
    width: 700px;
    color: #4D4343;
    opacity: 1 !important;
    pointer-events: none;
    transition: none !important;
    transform: none !important;
}

.content1g h4, .content2g h4 {
    font-size: 18px;
    margin: 0;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
}

/* Анимируемый контент */
.content {
    max-height: 0;
    opacity: 0;
    color: #4D4343;
    overflow: hidden;
    position: absolute;
    left: -615px;
    top: 30px;
    width: 700px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.item2.active .content,
.item3.active .content,
.item4.active .content {
    max-height: 200px;
    opacity: 1;
    margin-top: 40px;
}

/* Смещение элементов */
.item2.active ~ .item3,
.item2.active ~ .item4,
.item3.active ~ .item4 {
    transform: translateY(150px);
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .line {
        width: 300px;
        left: -150px;
    }
    
    .content, .content1g, .content2g {
        width: 300px;
        left: -150px !important;
    }
}

  /*  ---------------------------------------------------------- */

.container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* Базовые стили элементов */
.item22, .item33, .item44 {
    position: absolute;
    left: 90%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.item22 { top: 78%; }
.item33 { top: 83%; }
.item44 { top: 88%; }

/* Стили изображений */
.photo, .photo2a, .photo3a {
    width: 58px;
    display: block;
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Анимация линии */
.line {
    width: 670px;
    height: 2px;
    background: #ECA351;
    position: absolute;
    left: -275px;
    top: 80px;
    transform: translateX(-50%);
    opacity: 0.8;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
}

/* Состояния активации */
.item22.active .photo,
.item33.active .photo2a,
.item44.active .photo3a {
    transform: rotate(90deg);
}

.item22.active .line,
.item33.active .line,
.item44.active .line {
    transform: translate(-50%, 80px);
}

/* Статичные тексты (запрет анимации) */
.content1g, .content2g {
    position: absolute;
    left: -615px !important;
    top: 10px !important;
    width: 700px;
    color: #4D4343;
    opacity: 1 !important;
    pointer-events: none;
    transition: none !important;
    transform: none !important;
}

.content1g h4, .content2g h4 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 14px 0;
}

/* Анимируемый контент */
.content {
    max-height: 0;
    opacity: 0;
    color: #4D4343;
    overflow: hidden;
    position: absolute;
    left: -615px;
    top: 30px;
    width: 700px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.item22.active .content,
.item33.active .content,
.item44.active .content {
    max-height: 200px;
    opacity: 1;
    margin-top: 40px;
}

/* Смещение элементов */
.item22.active ~ .item33,
.item22.active ~ .item44,
.item33.active ~ .item44 {
    transform: translateY(150px);
}









  /* Смещение нижних элементов */
  .item.active ~ .item {
    transform: translateY(60px);
  }
/*БЕЛЫЙ КВАДРАТ -----------------------------------------*//*БЕЛЫЙ КВАДРАТ -----------------------------------------*/
.section3{
    width: 100%;
    height: 1000px;
    background-color: rgb(236, 163, 81);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}

.t2ext{
    position: absolute;
    top: 5%;
    left: 5%;
    color: #ffffff;
}

.t2ext2{
    position: absolute;
    top: 5%;
    left: 62%;
    color: #ffffff;
}
/*БЕЛЫЙ КВАДРАТ --------------*/




/* Вертикальный контейнер для прямоугольников */
.final-rectangle {
    left: -5%;
    width: 800px;
    height: 150px;
    position: relative;
    cursor: pointer;
    margin: 0 auto 10px;
}
.final-rectangle2 {
    left: 5%;
    top: 26%;
    width: 800px;
    height: 150px;
    position: relative;
    cursor: pointer;
    margin: 0 auto 10px;
}

/* Контейнер для элементов у левого края */
.left-content {
    position: absolute;
    left: 50px; /* Отступ от левого края */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 3;
    transition: all 0.4s;
}
.left-content2 {
    position: absolute;
    left: 50px; /* Отступ от левого края */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 3;
    transition: all 0.4s;
}

.item3c {
    top: -10%;
    left: -20%;
    width: 60px;
    height: 60px;
}

.item3c img {
    width: 100%;
    filter: brightness(0) invert(0);
    transition: filter 0.4s;
}

.main-text {
    font-size: 18px;
    margin: 0;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    position: relative;
    left: 00%;
    color:#4D4343;
    white-space: nowrap;
    transition: color 0.4s;
}
.main-text2 {
    font-size: 18px;
    margin: 0;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    position: relative;
    left: 00%;
    color:#4D4343;
    white-space: nowrap;
    transition: color 0.4s;
}
.main-text3 {
    font-size: 18px;
    margin: 0;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    position: relative;
    left: 00%;
    color:#4D4343;
    white-space: nowrap;
    transition: color 0.4s;
}
.main-text4 {
    font-size: 18px;
    margin: 0;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    position: relative;
    left: 00%;
    color:#4D4343;
    white-space: nowrap;
    transition: color 0.4s;
}
.border-transform {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.border-transform2 {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.border-transform3 {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.border-transform4 {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.border-transform5 {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.border-transform6 {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.border-transform::after {
    content: "From 20ft to 40ft highcubes, we \Awill find the container solution \Athat suits your needs.";
    position: absolute;
    white-space: pre;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4343;
    opacity: 0;
    transition: opacity 0.2s ease 0.4s;
}
.border-transform2::after {
    content: "Individual storage, handling and \Atransshipment options worldwide.";
    position: absolute;
    white-space: pre;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4343;
    opacity: 0;
    transition: opacity 0.2s ease 0.4s;
}
.border-transform3::after {
    content: "Uncomplicated, efficient and \Asolution-focused ";
    position: absolute;
    white-space: pre;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4343;
    opacity: 0;
    transition: opacity 0.2s ease 0.4s;
}
.border-transform4::after {
    content: "From collection to delivery,\A customized solutions for your \Asuccess. ";
    position: absolute;
    white-space: pre;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4343;
    opacity: 0;
    transition: opacity 0.2s ease 0.4s;
}
.border-transform5::after {
    content: "Road-bound needs of palletized \Agoods in mixed containers up to\A 40ft solutions.";
    position: absolute;
    white-space: pre;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4343;
    opacity: 0;
    transition: opacity 0.2s ease 0.4s;
}
.border-transform6::after {
    content: "Exercitation ullamco laboris nisi \Aut aliquip ex ea commodo ";
    position: absolute;
    white-space: pre;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4343;
    opacity: 0;
    transition: opacity 0.2s ease 0.4s;
}

/* Анимация */
.final-rectangle.active .border-transform,
.final-rectangle.active .border-transform2,
.final-rectangle.active .border-transform3,
.final-rectangle2.active .border-transform4,
.final-rectangle2.active .border-transform5,
.final-rectangle2.active .border-transform6 {
    border-radius: 15px;
    left: 50%;
    width: 400px;
    margin-left: -100px;
    background: white;
    border-color: white;
}

.final-rectangle.active .border-transform::after,
.final-rectangle.active .border-transform2::after,
.final-rectangle.active .border-transform3::after,
.final-rectangle2.active .border-transform4::after,
.final-rectangle2.active .border-transform5::after,
.final-rectangle2.active .border-transform6::after{
    opacity: 1;
}

.final-rectangle.active .item3c img, 
.final-rectangle2.active .item3c img {
    filter: brightness(0) invert(1);
}

.final-rectangle.active .main-text,
.final-rectangle.active .main-text2,
.final-rectangle.active .main-text3,
.final-rectangle.active .main-text4 {
    color: white;
}
.final-rectangle2.active .main-text,
.final-rectangle2.active .main-text4 {
    color: white;
}
/*БЕЛЫЙ КВАДРАТ -----------------------------------------*/

.section4 {
    width: 100%;
    height: 2400px;
    background-color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}
.t3ext{
    position: absolute;
    top: 6%;
    align-items: center; 
    color: #4D4343;
}
.t3ext2{
    
    position: absolute;
    top: 8.8%;
    align-items: center; 
    color: #4D4343;
    text-align: center;
}

.lop1{
    position: absolute;
    top: 14%;
    left: 4%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}
/* Должен----------------------------------------- 2ХОВЕРРРРРРРР АНИМАЦИЯ  совпадать с width .verh */
/* Базовые стили контейнера */
/* Основной контейнер */
[class^="image-swap"] {
    position: absolute;
    top: 14.2%;
    width: 415px;
    height: 500px;
    background: 
        url("img/vers2.png") center/cover no-repeat,
        linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
    border-radius: 37px;
}
[class^="image-swapi"] {
    position: absolute;
    top: 2150px;
    width: 415px;
    height: 500px;
    background: 
        url("img/vers2.png") center/cover no-repeat,
        linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
    border-radius: 37px;
}

/* Позиционирование для каждого элемента */
.image-swapi { left: 5.5%; }
.image-swapi2 { left: 29.0%; }
.image-swapi3 { left: 52.2%; }
.image-swapi4 { left: 75.5%; }

.image-swap { left: 4%; }
.image-swap2 { left: 27.5%; }
.image-swap3 { left: 51%; }
.image-swap4 { left: 74.5%; }

/* Общие hover-эффекты */
[class^="image-swap"]:hover,
[class^="image-swapi"]:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.image-caption {
    position: absolute;
    bottom: 50px;
    left: 8%;
    text-align: center;
    padding: 15px;
    color: #4D4343;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    font-size: 24px;
    border-bottom-left-radius: 37px;
    border-bottom-right-radius: 37px;
    backdrop-filter: blur(5px);
    transition: 
        all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Та же анимация, что и у .image-swap4 */
    transform: translateY(0);
    will-change: transform, opacity, box-shadow;
    max-width: 90%;
    margin: 0 auto;
    pointer-events: none; 
}
[class^="image-swap"]:hover .image-caption,
[class^="image-swap"]:hover .item2a,
/* Для всех элементов, чьи классы начинаются на image-swapi */
[class^="image-swapi"]:hover .image-caption,
[class^="image-swapi"]:hover .item2a {
    transform: translateY(-10px);
}

.image-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 
        opacity 0.3s ease,
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
    border-radius: 10px; /* И здесь тоже */
}


.item2a{
    position: absolute;
    top: 79%;
    right: 12%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 30;
    transition: 
        all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Та же анимация, что и у .image-swap4 */
    transform: translateY(0);
    will-change: transform, opacity, box-shadow;
    max-width: 90%;
    margin: 0 auto;
}
/* Должен----------------------------------------- 2ХОВЕРРРРРРРР АНИМАЦИЯ  совпадать с width .verh */
.lop2{
    position: absolute;
    top: 14%;
    left: 27.5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}
.lop3{
    position: absolute;
    top: 14%;
    left: 51%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}
.lop4{
    position: absolute;
    top: 14%;
    left: 74.5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}

.Rectangle5{
    position: absolute;
    top: 42%;
    left: 5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}
.t3ext3{
    position: absolute;
    top: 72%;
    color: #4D4343;
    text-align: center;
}


.section5 {
    width: 100%;
    height: 1600px;
    background-color: rgb(77, 67, 67);
    position: relative;
    display: flex;

}
.Rectangle7{
    position: absolute;
    top: 80%;
    left: 10%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}

.photo4{
    position: absolute;

    width: 48%; /* Должен совпадать с width .verh */
    height: 50%; /* Должен совпадать с height .verh */ 
    z-index: 10;
}
.t4ext{
    position: absolute;
    top: 57%;
    left: 10%;
    color: #ffffff;
}
.t4ext2{
    position: absolute;
    top: 57%;
    left: 55%;
    color: #ffffff;
}
.t4ext3{
    position: absolute;
    top: 60%;
    left: 10%;
    color: #ECA351;
}
.t4ext4{
    position: absolute;
    top: 60%;
    left: 55%;
    color: #ECA351;
}
.t4ext5{
    position: absolute;
    top: 65%;
    left: 10%;
    color: #ffffff;
}
.t4ext6{
    position: absolute;
    top: 65%;
    left: 55%;
    color: #ffffff;
}

.Rectangle6{
    position: absolute;
    top: 10%;
    right: 10%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}





/* Подключение шрифта Sarabun (предполагается, что он подключен через Google Fonts или @font-face) */

/* Базовые настройки */
body {
    font-family: 'Sarabun', sans-serif;
}

/* Заголовки */
h1 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    margin: 0 0 20px 0;
}

h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 18px 0;
}

h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    margin: 0 0 16px 0;
}

h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 14px 0;
}

h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 12px 0;
}

/* Кнопки */
.buttons {
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}

/* Параграфы (если нужно отдельный класс) */
.p1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* Или для всех параграфов */
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
}


/*//////////////////////////////////////////////Втарая страница*/

.hero-section2 {
    z-index: 1;
    position: relative;
    height: 1000px;
    background-image: url(img/fon2.jpg);
    background-position: bottom center; /* Выравниваем по низу и центру */
    background-repeat: no-repeat;
    background-size: cover; /* Покрываем всю область, сохраняя пропорции */
    width: 100%;
  }

.verh2 {
    position: absolute;
    width: auto; /*  или другие значения */
    height: auto; /*  или другие значения */
    z-index: 2;
}

.shading {
    position: absolute;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}
.textlogo{
    position: absolute;
    top: 1.5%;
    left: 17.5%;
    color: #ffffff;
    z-index: 10;
}
.customized{
    position: absolute;
    top: 35%;
    left: 4.5%;
    color: #ffffff;
    z-index: 10;
}
.efficient{
    position: absolute;
    top: 49%;
    left: 4.5%;
    color: #ffffff;
    z-index: 10;
}




.s2ection{
    width: 100%;
    height: 6700px;
    background-color: rgb(255, 255, 255);
    position: relative;
    display: flex;

}

.Rectangle8{
    position: absolute;
    top: 1%;
    left: 5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}
.ourcarr {
    position: absolute;
    top: 850px;
    left: 40%;
    
    z-index: 10;
}
.Rectangle9{
    position: absolute;
    top: 950px;
    left: 14%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}

.textindex2{
    position: absolute;
    top: 1450px;
    left: 10%;
    color:#4D4343;
    z-index: 10;
}
.textindex22{
    position: absolute;
    top: 1550px;
    left: 10%;
    color:#4D4343;
    z-index: 10;
}
.textindex23{
    position: absolute;
    top: 1650px;
    left: 10%;
    color:#4D4343;
    z-index: 10;
}
.photo5{
    position: absolute;
    top: 1420px;
    right: 5%;
    z-index: 10;
}
.Explore{
    position: absolute;
    top: 1990px;
    left: 32%;
    align-items: center; 
    color: #4D4343;
    text-align: center;
}

.bylever{
    position: absolute;
    top: 2040px;
    left: 30%;
    align-items: center; 
    color: #4D4343;
    text-align: center;
}




.Rectangle10{
    position: absolute;
    top: 2150px;
    left: 5.5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 3;
}

.photo6{
    position: absolute;
    top: 2750px;
    right: 0%;
    z-index: 10;
}
.Rectangle11{
    position: absolute;
    top: 3650px;
    left: 5.5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}
.Rectangle12{
    position: absolute;
    top: 4400px;
    left: 5.5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}
.Rectangle13{
    position: absolute;
    top: 5300px;
    left: 7%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 10;
}
.photo7{
    position: absolute;
    top: 6040px;
    right: 10%;
    z-index: 10;
}




/*//////////////////////////////////////////////3333333333 страница*/

.hero-section3 {
    z-index: 1;
    position: relative;
    height: 1000px;
    background-color: #ECA351;
    background-position: bottom center; /* Выравниваем по низу и центру */
    background-repeat: no-repeat;
    background-size: cover; /* Покрываем всю область, сохраняя пропорции */
    width: 100%;
  }
.textlogo2{
    position: absolute;
    left: 19.5%;
    top: 1.6%;
    color: #ffffff;
}
.textlogo3{
    position: absolute;
    left: 7.2%;
    top: 1.6%;
    color: #ffffff;
}
.drive{
    position: absolute;
    left: 10%;
    top: 27%;
    color: #4D4343;
}
.onetime{
    position: absolute;
    left: 10%;
    top: 30%;
    color: #ffffff;
}


.sectio3n {
    z-index: 1;
    position: relative;
    height: 5500px;
    background-color: #ffffff;
    background-position: bottom center; /* Выравниваем по низу и центру */
    background-repeat: no-repeat;
    background-size: cover; /* Покрываем всю область, сохраняя пропорции */
    width: 100%;
  }

.whychoose{
    position: absolute;
    left: 7%;
    top: 100px;
    color:#4D4343;
}
.fromits{
    position: absolute;
    left: 7%;
    top: 150px;
    color:#4D4343;
}
.Rectangle14{
    position: absolute;
    top: 100px;
    left: 5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}

.texti1{
    position: absolute;
    left: 28.5%;
    top: 420px;
    color:#4D4343;
}
.texti2{
    position: absolute;
    left: 7%;
    top: 670px;
    color:#4D4343;
}
.texti3{
    position: absolute;
    left: 28.5%;
    top: 650px;
    color:#4D4343;
}
.texti4{
    position: absolute;
    left: 51%;
    top: 650px;
    color:#4D4343;
}
.texti5{
    position: absolute;
    left: 75%;
    top: 650px;
    color:#4D4343;
}
.texti6{
    position: absolute;
    left: 28.5%;
    top: 720px;
    color:#4D4343;
}
.texti7{
    position: absolute;
    left: 51%;
    top: 720px;
    color:#4D4343;
}
.texti8{
    position: absolute;
    left: 75%;
    top: 720px;
    color:#4D4343;
}
.texti9{
    position: absolute;
    left: 7%;
    top: 900px;
    color:#4D4343;
}
.texti10{
    position: absolute;
    left: 28%;
    top:900px;
    color:#4D4343;
}
.Rectangle15{
    position: absolute;
    top: 900px;
    left: 28%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}
.changecore1{
    position: absolute;
    top: 1070px;
    left: 28%;
    color: #4D4343;
    z-index: 3;
}
.changecore2{
    position: absolute;
    color: #4D4343;
    top: 1170px;
    left: 28%;
    z-index: 1;
}
.changecore3{
    position: absolute;
    top: 1270px;
    color: #4D4343;
    left: 28%;
    z-index: 1;
}
.changecore4{
    position: absolute;
    color: #4D4343;
    top: 1370px;
    left: 28%;
    z-index: 1;
}
.changecore1:hover h4,
.changecore2:hover h4,
.changecore3:hover h4,
.changecore4:hover h4 {
    color: #ECA351; /* Новый цвет при наведении */
    cursor: pointer; /* Меняет курсор на "указатель" (опционально) */
}

.linei3{
    position: absolute;
    top: 1550px;
    left:5%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}
.input-field3 {
    position: absolute; /* Абсолютно позиционируем поле ввода */
    left: 15%;
    top: 4820px;
    width: 200px;        /* Задайте ширину поля ввода (относительно контейнера) */
    padding: 10px;
    box-sizing: border-box; /* Включаем padding в ширину */
    z-index: 40;
    color: #4D4343;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: none;         /* Убирает границу */
    outline: none;        /* Убирает контур при фокусе */
  }
.input-field4 {
    position: absolute; /* Абсолютно позиционируем поле ввода */
    left: 15%;
    top: 4900px;
    width: 200px;        /* Задайте ширину поля ввода (относительно контейнера) */
    padding: 10px;
    box-sizing: border-box; /* Включаем padding в ширину */
    z-index: 40;
    color: #4D4343;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: none;         /* Убирает границу */
    outline: none;        /* Убирает контур при фокусе */
}  
.input-field5 {
    position: absolute; /* Абсолютно позиционируем поле ввода */
    left: 15%;
    top: 4990px;
    width: 200px;        /* Задайте ширину поля ввода (относительно контейнера) */
    padding: 10px;
    box-sizing: border-box; /* Включаем padding в ширину */
    z-index: 40;
    color: #4D4343;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: none;         /* Убирает границу */
    outline: none;          /* Убирает контур при фокусе */
  }  
.input-field6 {
    position: absolute;
    left: 15%;
    top: 5070px;
    width: 480px;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 40;
    color: #4D4343;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: none;
    outline: none;
    resize: none; /* Отключает изменение размера (опционально) */
    white-space: pre-wrap; /* Сохраняет пробелы и переносы */
    word-wrap: break-word; /* Переносит длинные слова */
    overflow-y: auto; /* Добавляет скролл, если текст не помещается */
}
.texti11{
    position: absolute;
    left: 7%;
    top:1700px;
    color:#4D4343;
}
.texti12{
    position: absolute;
    left: 17%;
    top:1700px;
    color:#4D4343;
}
.texti13{
    position: absolute;
    left: 17%;
    top:1780px;
    color:#4D4343;
}
.Rectangle16{
    position: absolute;
    top: 1860px;
    left: 4%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}
.Rectangle17{
    position: absolute;
    top: 2550px;
    left: 4%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}
.Rectangle18{
    position: absolute;
    top: 2850px;
    left: 9%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}
.Rectangle19{
    position: absolute;
    top: 3400px;
    left: 4%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}
.photo7{
    position: absolute;
    top: 3950px;
    left: 10%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}
.Rectangle20{
    position: absolute;
    top: 4600px;
    left: 10%;
    width: auto; /* Должен совпадать с width .verh */
    height: auto; /* Должен совпадать с height .verh */ 
    z-index: 1;
}
.photo8{
    position: absolute;
    top: 4600px;
    border-radius: 15px;
    left: 48%;
    width: 650px; /* Должен совпадать с width .verh */
    height: 770px; /* Должен совпадать с height .verh */ 
    z-index: 1;
}
.logos{
    
    top: 10%;
    left: 10%;    
}
/*-------------------------*/
.hero-section4{
    z-index: 1;
    position: relative;
    height: 1000px;
    background-color: #ffffff;
    background-position: bottom center; /* Выравниваем по низу и центру */
    background-repeat: no-repeat;
    background-size: cover; /* Покрываем всю область, сохраняя пропорции */
    width: 100%;
  }
.header{
    width: 100%;
}
.logo2{
    position: absolute;
    top: 2.5%;
    left: 7%;
    z-index: 10;
}
.eror{
    position: absolute;
    top: 25%;
    left: 24%;
    z-index: 10;
}
.section6{
    z-index: 1;
    position: relative;
    height: 1000px;
    background-color: #000000;
    background-position: bottom center; /* Выравниваем по низу и центру */
    background-repeat: no-repeat;
    background-size: cover; /* Покрываем всю область, сохраняя пропорции */
    width: 100%;
  }