@font-face {
    font-family: "Inter-Medium";
    font-weight: 500;
    font-display: swap;
    src: local(Inter-Medium),
        url(../fonts/Inter-Medium.otf) format('truetype');
}
@font-face {
    font-family: "Inter-SemiBold";
    font-weight: 600;
    font-display: swap;
    src: local(Inter-SemiBold),
        url(../fonts/Inter-SemiBold.otf) format('truetype');
}
@font-face {
    font-family: "Inter-Bold";
    font-weight: 700;
    font-display: swap;
    src: local(Inter-Bold),
        url(../fonts/Inter-Bold.otf) format('truetype');
}

@font-face {
    font-family: "Arsenal-Regular";
    font-weight: 400;
    font-display: swap;
    src: local(Arsenal-Regular),
        url(../fonts/Arsenal-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Arsenal-Bold";
    font-weight: 700;
    font-display: swap;
    src: local(Arsenal-Bold),
        url(../fonts/Arsenal-Bold.ttf) format('truetype');
}

@font-face {
    font-family: "ArsenalSC-Bold";
    font-weight: 700;
    font-display: swap;
    src: local(ArsenalSC-Bold),
        url(../fonts/ArsenalSC-Bold.ttf) format('truetype');
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
img,
ol,
ul,
li,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

footer,
header,
menu,
nav,
section,
img {
    display: block
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

button {
    border: none;
    color: inherit;
    font-size: inherit;
    background-color: transparent;
    cursor: pointer;
    font-family: inherit;
    padding: 0
}

html {
    box-sizing: border-box
}

*,
::before,
::after {
    box-sizing: inherit
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block
}

li {
    list-style: none
}

html {
    height: 100vh;
    scroll-behavior: smooth;
}

*,
::before,
::after {
    box-sizing: border-box
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

body {
    min-height: 100vh;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    font-family: "Inter-Medium";
    font-weight: 500;
    font-size: clamp(0.875rem, 0.42rem + 2.022vw, 2rem);
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor
}

textarea:not([rows]) {
    min-height: 10em
}

:target {
    scroll-margin-block: 5ex
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Header */

.header{
    background-image: url(../img/bg__header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: clamp(1.25rem, -0.014rem + 5.618vw, 4.375rem);
    height: 100vh;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.burger-menu__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.burger__button-mob{
    display: none;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
}

.burger-menu {
    max-width: 100%;
    width: 100%;
}

.top-menu{
    color: #FFFFFF;
    padding-left: 54px;
}

.top-menu__list{
    display: flex;
    column-gap: 60px;
}

.header-phone{
    font-family: "Arsenal-Bold";
    font-weight: 700;
    font-size: clamp(1.563rem, 1.183rem + 1.685vw, 2.5rem);
    padding-left: 41px;
    color: #F02F2F;
}

.header__control{
    display: none;
    justify-content: space-between;
}

.header__control > .header__logo > .logo__img{
    width: 100px;
    height: auto;
}

.close-menu-btn {
    display: none;
}

.header-info__wrap{
    /* padding-top: clamp(1.875rem, -1.487rem + 14.944vw, 10.188rem); */
    padding-top: clamp(1.25rem, -0.553rem + 8.013vw, 9.063rem);
    padding-bottom: 26px;
}

h1.title{
    font-family: "ArsenalSC-Bold";
    font-weight: 700;
    /* font-size: clamp(2.188rem, 0.291rem + 8.427vw, 6.875rem); */
    font-size: clamp(1.875rem, 0.938rem + 4.167vw, 5.938rem);
    color: #FFFFFF;
    line-height: 110%;
    text-transform: uppercase;
}

.header-info__inner{
    padding-top: 22px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header-info__list{
    display: flex;
    gap: clamp(3.125rem, -39.042rem + 61.333vw, 8.875rem);
}
.header-info__item{
    width: 360px;
    font-family: "Arsenal-Regular";
    font-weight: 400;
    font-size: clamp(1.25rem, 0.744rem + 2.247vw, 2.5rem);
    color: #FFFFFF;
    line-height: 110%;
}

.main__btn{
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-family: "Inter-Bold";
    font-weight: 700;
    font-size: clamp(0.875rem, 0.622rem + 1.124vw, 1.5rem);
    padding: clamp(0.625rem, 0.347rem + 1.236vw, 1.313rem) clamp(1.25rem, 0.896rem + 1.573vw, 2.125rem);
    background: rgb(240,47,47);
    background: linear-gradient(180deg, rgba(240,47,47,1) 0%, rgba(203,34,34,1) 100%);
    color:#fff;
    border-radius: 14px;
    line-height: 1;
}

.main__btn:hover{
    background: rgb(240,47,47);
    background: linear-gradient(180deg, rgba(240,47,47,1) 0%, rgb(133, 43, 43) 100%);
}


/* end Header */

/* Main */

main {
    flex: 1 1 auto;
}

/* section About */

.about{
    padding-top: clamp(0.938rem, 0.305rem + 2.809vw, 2.5rem);
}

h2.title{
    font-family: "ArsenalSC-Bold";
    font-weight: 700;
    font-size: clamp(1.563rem, 0.425rem + 5.056vw, 4.375rem);
    color:#F02F2F;
    text-transform: uppercase;
    line-height: 110%;
}

.about__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: clamp(0.75rem, 0.244rem + 2.247vw, 2rem);
    gap: clamp(0.625rem, -4.708rem + 10.667vw, 3.625rem);
}

.about__item{
    font-family: "Inter-SemiBold";
    font-weight: 600;
    font-size: clamp(0.75rem, 0.244rem + 2.247vw, 2rem);
    padding: clamp(0.938rem, -2.951rem + 7.778vw, 3.125rem);
    color: #FFFFFF;
    background-color: #000000;
    opacity: 47%;
    border-radius: 19px;
    line-height: 110%;
    width: calc(50% - clamp(0.039rem, -2.018rem + 9.143vw, 5.125rem));
    text-align: center;
}

/* end section About */

/* section Fulmilment, Trust, Cross doking */
.fulmilment,
.trust{
    position: relative;
}


.trust{
    margin-top: clamp(1.563rem, -0.409rem + 8.764vw, 6.438rem);
}

.cross-doking{margin: 0;}

.fulmilment__inner,
.trust__inner{
    display: flex;
    align-items: center;
}

.fulmilment__info{
    padding-right: clamp(0rem, -1.48rem + 5.921vw, 5.625rem);
}

.block__image{
    position: relative;
    padding-top: clamp(0.938rem, -0.428rem + 6.067vw, 4.313rem);
}

.fulmilment__section,
.trust__section{
    flex: 1;
}

.fulmilment::after{
    content: '';
    position: absolute;
    background: rgb(240,47,47);
    background: linear-gradient(270deg, rgba(242, 48, 48, 1) 16%, rgba(189, 173, 27, 1) 100%);
    width: 50%;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: -1;
}

.trust::after{
    content: '';
    position: absolute;
    background: rgb(240,47,47);
    background: linear-gradient(180deg, rgba(242, 48, 48, 1) 16%, rgba(189, 27, 27, 1) 100%);
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.trust__info{
    padding-left: clamp(0rem, -2.68rem + 11.91vw, 6.625rem);
}

.trust__info > h2.title span{color:#000000;}

.trust__text{
    padding-top: 12px;
}

.image-sec{
    width: 100%;
}

.title-desc{
    font-family: "Inter-Medium";
    font-weight: 500;
    font-size: clamp(0.875rem, 0.42rem + 2.022vw, 2rem);
    line-height: 110%;
}
/* end section Fulmilment */

/* section TMC */

.tmc{
    background-image: url(../img/bg__tmc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tmc__inner{
    padding: clamp(1.563rem, -0.713rem + 10.112vw, 7.188rem) 0 clamp(1.563rem, -0.94rem + 11.124vw, 7.75rem);
}

.tmc__inner > h2.title{
    color:#FFFFFF;
}

.tmc__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: clamp(0.938rem, -3.84rem + 9.556vw, 3.625rem);
    padding-top: clamp(1.25rem, -0.317rem + 6.966vw, 5.125rem);
}

.tmc__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 37px;
    row-gap: 22px;
    font-family: "Inter-SemiBold";
    font-weight: 600;
    font-size: clamp(0.75rem, 0.497rem + 1.124vw, 1.375rem);
    width: calc(33.333% - clamp(0.938rem, -3.84rem + 9.556vw, 3.625rem));
    background-color: rgba(255, 255, 255, 0.79);
    border-radius: 22px;
    height: 238px;
    line-height: 110%;
}

.tmc__item img{height: auto;}

.tmc__item:nth-child(1) img{width: 104px;}
.tmc__item:nth-child(2) img{width: 92px;}
.tmc__item:nth-child(3) img{width: 108px;}
.tmc__item:nth-child(4) img{width: 100px;}
.tmc__item:nth-child(5) img{width: 114px;}
.tmc__item:nth-child(6) img{width: 77px;}
/* end section TMC */

/* section Transportation services */

.transportation-services{
    position: relative;
    margin-top: clamp(2.188rem, -0.897rem + 13.708vw, 9.813rem);
    padding-bottom: clamp(2.188rem, -1.478rem + 16.292vw, 11.25rem);

}

.transportation-services::after{
    content: '';
    position: absolute;
    background-image: url(../img/bg__transportation-services.png);
    background-position: bottom right clamp(-21.875rem, -46.927rem + 39.106vw, 0rem);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0; 
    max-width: 1256px;
    width: 100%;
    height: clamp(15.625rem, -2.173rem + 79.101vw, 59.625rem);
    z-index: -1;
}

.transportation-services__inner > h2.title{color:#EF3E23;max-width: 659px;}
.transportation-services__list{
    padding-top: clamp(1.25rem, 0.163rem + 4.831vw, 3.938rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(0.938rem, 0.23rem + 3.146vw, 2.688rem);
    max-width: 546px;
    line-height: 110%;
}

.transportation-services__item{
    display: flex;
    column-gap: clamp(0.625rem, 0.296rem + 1.461vw, 1.438rem);
}

.transportation-services__item::before{
    content: '';
    background-image: url(../img/galka__icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: clamp(1.25rem, 0.593rem + 2.921vw, 2.875rem);
    height: clamp(0.938rem, 0.432rem + 2.247vw, 2.188rem);
}

/* end section Transportation services */

/* section Location */

.location{
    position: relative;
    margin-top: clamp(1.563rem, -0.814rem + 10.562vw, 7.438rem);
    padding-bottom: clamp(1.563rem, -0.612rem + 9.663vw, 6.938rem);
}

.location::after{
    content: '';
    position: absolute;
    background-image: url(../img/bg__location.jpg);
    background-size: cover;
    background-position: top -351px left -250px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    max-width: 4316px;
    width: 100%;
    /* height: 2366px; */
    height: clamp(61.75rem, 26.913rem + 154.831vw, 147.875rem);
    z-index: -2;
}

.location__inner > h2.title{color:#EF3E23;max-width: 541px;}
.location__inner > .location__text{max-width: 535px;}

.location__inner:nth-child(2){
    /* padding-top: 675px; */
    padding-top: clamp(17.188rem, 7.075rem + 44.944vw, 42.188rem);
}

/* end section Location */

/* section Keeping */
.keeping{
    background-image: url(../img/bg__keeping.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: clamp(4.063rem, -0.766rem + 21.461vw, 16rem);
    padding-bottom: clamp(0.938rem, -0.579rem + 6.742vw, 4.688rem);
}

.keeping__inner > h2.title{
    color:#FFFFFF;
}

.keeping__text{
    padding: clamp(0.938rem, 0.027rem + 4.045vw, 3.188rem) 0px;
    font-family: "Arsenal-Regular";
    font-weight: 400;
    font-size: clamp(1rem, 0.393rem + 2.697vw, 2.5rem);
    color:#fff;
    line-height: 110%;
}

.keeping__inner > h2.title span{
    color:#F02F2F;
}

.keeping__link{
    font-size: clamp(0.875rem, 0.42rem + 2.022vw, 2rem);
    justify-content: center;
    padding: clamp(0.75rem, 0.418rem + 1.474vw, 2.188rem) 0px;
}
/* end section Keeping */


/* end Main */


/* Footer */
.footer {
    background: rgba(242, 48, 48);
    background: linear-gradient(180deg, rgba(242, 48, 48, 1) 0%, rgba(195, 35, 35, 1) 100%);
    padding-top: clamp(2.5rem, 0.301rem + 9.775vw, 7.938rem);
    padding-bottom: clamp(1.25rem, -0.115rem + 6.067vw, 4.625rem);
}

.footer__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0.938rem, -0.605rem + 6.854vw, 4.75rem);
}

.footer__item{
    
}

.footer__inner{
    display: flex;
    flex-direction: column;
    gap: clamp(0rem, -0.278rem + 1.236vw, 0.688rem);
}

.footer__item h2.title{
    color:#fff;
}

.footer__name,
.footer__contact{
    color:#fff;
    font-size: clamp(0.813rem, 0.332rem + 2.135vw, 2rem);
}

.footer__name{
    font-family: "Inter-Bold";
    font-weight: 700;
}

.footer__contact{
    font-family: "Inter-Medium";
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer__icon{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;;
}

.footer__item:nth-child(2),
.footer__item:nth-child(4),
.footer__item:nth-child(6){width: 380px;}
/* Footer */

@media(max-width:1025px) {
    .header-info__inner{
        flex-direction: column;
        align-items: center;
        row-gap: clamp(0.938rem, 0.092rem + 3.759vw, 2.5rem);
    }
    .header-info__item{
        width: auto;
    }   
    .transportation-services::after{
        opacity: 0.2;
        background-position: bottom right;
    }

    .footer__item:nth-child(1){width: 100%;}
    .footer__item:nth-child(2),
    .footer__item:nth-child(3),
    .footer__item:nth-child(4),
    .footer__item:nth-child(5),
    .footer__item:nth-child(6){width: calc(50% - clamp(0.938rem, -0.605rem + 6.854vw, 4.75rem));}
    .footer__list{align-items: normal;}
}


@media(max-width:800px) {

    .header__wrapper > .header__logo > .logo__img{
        width: clamp(6.25rem, -0.245rem + 28.865vw, 14.188rem);
        height: auto;
    }

    .burger-menu {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        backdrop-filter: blur(10px);
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 100%;
        z-index: 999;
        transition: .5s;
    }

    .burger-menu.active {
        transition: .5s;
        left: 0;
    }

    .burger__button-mob {
        display: block;
    }

    .burger-menu__inner {
        justify-content: normal;
        flex-direction: column;
        align-items:normal;
        max-width: 300px;
        width: 100%;
        background: #19181A;
        height: 100vh;
        border-radius: 16px 0 0 16px;
        padding: 28px 24px;
    }

    .header__wrapper {
        flex-wrap: wrap;
    }

    .top-menu,
    .header-phone{
        padding: 0;
    }

    .header-phone{
        padding-top: 10px;
    }

    .top-menu__list{
        flex-direction: column;
        padding-top: 25px;
        gap: 10px;
    }

    .header__control{
        display: flex;
    }

    .close-menu-btn {
        margin-left: auto;
        display: block;
    }

    .location::after{
        background-position: top -250px left -520px;
    }
}

@media(max-width:600px) {
    .header-info__inner{
        align-items: normal;
    }
    .header-info__list{
        flex-direction: column;
        gap: 15px;
    }
    .main__btn{
        margin-right: auto;
    }

    .about__list{
        flex-direction: column;
    }

    .about__item{width: 100%;}

    .tmc__item{width: calc(50% - 10px);height: 200px;}

    .location::after{
        background-position: top -231px left -391px;
    }

    .footer__item:nth-child(2),
    .footer__item:nth-child(3),
    .footer__item:nth-child(4),
    .footer__item:nth-child(5),
    .footer__item:nth-child(6){width: 100%;}
}

@media(max-width:400px) {
    .fulmilment{
        padding-top: 25px;
    }
    .fulmilment::after,
    .trust::after {display: none;}
    .fulmilment__inner, .trust__inner{align-items: normal;}
    .fulmilment__image{padding-top:clamp(0.938rem, -0.428rem + 6.067vw, 4.313rem);}
    .fulmilment__inner{flex-direction: column;}
    .trust__inner {flex-direction: column-reverse;}
    .cross-doking{padding-top: 25px;}
    .tmc__item{width: 100%;height: 165px;row-gap: 10px;}
    .trust__text{padding: 0;}

    .location::after{
        background-position: top -179px left -348px;
    }

    .footer__icon,
    .footer__icon > .main__btn-img{
        width: 20px;
        height: 20px;
    }
}