.anchors>a,
.main-navigation>div>a {
    color: inherit;
    text-decoration: none
}

.about-us ul,
.hiw-wrapper ul {
    grid-template-columns: 1fr 1fr 1fr;
    list-style-type: none
}

.about-us ul,
.hiw-wrapper ul,
.language>ul,
.services-content ul,
.small-conn {
    list-style-type: none
}

#services,
.gs-item,
.language,
.products-content {
    position: relative
}

:root {
    --woodsmoke-50: #f6f6f6;
    --woodsmoke-100: #e7e7e7;
    --woodsmoke-200: #d1d1d1;
    --woodsmoke-300: #b0b0b0;
    --woodsmoke-400: #888888;
    --woodsmoke-500: #6d6d6d;
    --woodsmoke-600: #5D5D5D;
    --woodsmoke-700: #4f4f4f;
    --woodsmoke-800: #454545;
    --woodsmoke-900: #3d3d3d;
    --woodsmoke-950: #1D1D1D;
    --brown-50: #edefff;
    --brown-100: #dde1ff;
    --brown-200: #c2c7ff;
    --brown-300: #9ea2ff;
    --brown-400: #7c77ff;
    --brown-500: #6855fd;
    --brown-600: #5c39f2;
    --brown-700: #502cd6;
    --brown-800: #4026ad;
    --brown-900: #372788;
    --brown-950: #22174f;
    --green-text: #377661;
    --purple-background: #ECECFF;
    --purple-tex: #654EF2;
    --blue-mute-text: #71A9F9;
    --orange-mute-text: #FFAD5C;
    --green-mute-text: #85C6B1;
    --orange-background: #FFF4E9;
    --orange-text: #FA7800;
    --green-background: #E3F2ED;
    --blue-background: #E8F1FE;
    --primary: #1171F1;
    --primary-shade-600: #1583FB;
    --primary-shade-700: #1171F1;
    --alert: #F93839;
    --success: #32BB78;
    --modal-overlay: rgba(22, 22, 22, 0.48);
    --navigation-overlay: rgba(255, 255, 255, 0.48);
    --icon-overlay: rgba(214, 214, 214, 0.24);
    --green-container-backround: #F1F8F6;
    --white: #FFFFFF
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../font/Gilroy-Regular.ttf) format('truetype')
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/Gilroy-Medium.ttf) format('truetype')
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../font/Gilroy-Semibold.ttf) format('truetype')
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../font/Gilroy-Bold.ttf) format('truetype')
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../font/Gilroy-Black.ttf) format('truetype')
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: Gilroy, sans-serif;
    max-width: 100vw
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0
}

.m1-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

.main-navigation>div>a {
    font-weight: 600;
    font-size: 22px
}

.main-navigation {
    height: 70px;
    border-bottom: 1px solid #f6f6f6;
    top: -70px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999
}

.fixed-nav .main-navigation {
    position: fixed !important;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    top: 0
}

.main-navigation>div {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-navigation+.nav-placeholder {
    display: none;
    height: 70px
}

.btn-radio input:checked+label>svg>rect.active,
.fixed-nav .main-navigation+.nav-placeholder,
.show-modal .modal-placeholder {
    display: block
}

.anchors {
    color: var(--woodsmoke-800);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .02em;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    height: 100%
}

.anchors>a {
    height: 100%;
    line-height: 70px;
    padding: 0 20px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.anchors>a:hover {
    background-color: var(--icon-overlay)
}

.language {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 10px
}

.language>ul {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 98%;
    background-color: var(--navigation-overlay);
    -webkit-box-shadow: 0 0 3px 3px var(--woodsmoke-50);
    box-shadow: 0 0 3px 3px var(--woodsmoke-50);
    display: none;
    z-index: 999
}

.language.active>ul {
    display: block;
    animation: .2s linear localeAnimate
}

.language>ul>li:hover {
    background-color: var(--woodsmoke-50)
}

.language>ul>li {
    padding: 10px 25px;
    cursor: pointer;
    background-color: var(--white);
    text-align: center
}

@keyframes localeAnimate {
    from {
        top: 130%;
        opacity: .5
    }

    to {
        top: 98%;
        opacity: 1
    }
}

.w-gradient {
    background-image: url(../image/Gradient.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 80px;
    margin-bottom: 80px
}

.ab-services .bg-purple,
.hiw-wrapper {
    background: var(--purple-background, #ececff)
}

.opening-text+img,
.pimg>img {
    max-width: 100%
}

.opening-text>h1 {
    color: var(--primary-shade-700, #1171f1);
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0
}

.opening-text>p {
    margin: 24px auto;
    max-width: 500px;
    font-size: 20px;
    line-height: 30px;
    color: var(--woodsmoke-800);
    font-weight: 400
}

.ab-services h3,
.about-us>div>h3,
.hiw-wrapper h3 {
    font-size: 40px;
    line-height: 130%;
    letter-spacing: -.8px
}

.opening-text {
    margin-bottom: 60px
}

.about-us {
    margin-bottom: 80px
}

.about-us ul {
    margin: 0 auto;
    padding: 0;
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    gap: 32px;
    text-align: center;
    max-width: 1024px
}

.about-us ul img,
.grid-item>img {
    width: 64px;
    height: 64px
}

.about-us>div>h3 {
    color: var(--woodsmoke-950, #1d1d1d);
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.about-us>div>p {
    margin: 16px 0 56px;
    color: var(--woodsmoke-600, #5d5d5d);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: .32px
}

.about-us ul h2,
.hiw-wrapper h3 {
    font-weight: 500;
    color: var(--woodsmoke-950, #1d1d1d)
}

.about-us ul h2 {
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    margin: 16px 0 8px
}

.ab-services .badge,
.about-us ul p,
.hiw-wrapper ul li p {
    font-size: 16px;
    line-height: 150%
}

.ab-services ul li p,
.about-us ul p,
.hiw-wrapper ul li p {
    font-weight: 400;
    font-style: normal
}

.about-us ul p {
    color: var(--woodsmoke-600, #5d5d5d);
    max-width: 275px;
    letter-spacing: .32px;
    margin: 0 auto
}

.hiw-wrapper {
    padding: 40px 40px 56px;
    border-radius: 20px
}

.hiw-wrapper>div {
    max-width: 944px;
    margin: 0 auto;
    text-align: center
}

.hiw-wrapper h3 {
    margin: 0 0 40px;
    font-style: normal
}

.hiw-wrapper ul {
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: -moz-grid;
    display: grid
}

.hiw-wrapper ul li {
    display: flex;
    align-items: center;
    gap: 24px
}

.hiw-wrapper ul li p {
    max-width: 180px;
    text-align: left;
    color: var(--woodsmoke-800, #454545);
    letter-spacing: .32px
}

section.ab-services {
    margin-top: 128px;
    margin-bottom: 60px
}

.ab-services>div {
    display: flex;
    gap: 20px
}

.grid-2,
.services-content ul {
    display: -ms-grid;
    display: -moz-grid
}

.ab-services>div>div {
    flex: 1
}

.s-image>img {
    position: -webkit-sticky;
    position: sticky;
    top: 150px !important;
    z-index: 99999
}

.ab-services .badge {
    padding: 6px 12px;
    text-align: center;
    gap: 12px;
    border-radius: 120px;
    font-style: normal;
    font-weight: 600
}

.ab-services .purple {
    color: var(--purple-text, #654ef2)
}

.ab-services .bg-orange,
.orange-1 {
    background: var(--orange-background, #fff4e9)
}

#contact-us>div,
.products-content {
    border-radius: 20px;
    background: var(--woodsmoke-50, #f6f6f6)
}

.ab-services .orange,
.orange-1>div>h2 {
    color: var(--orange-text, #fa7800)
}

.ab-services h3 {
    margin: 20px 0 32px;
    font-style: normal;
    font-weight: 600;
    color: var(--woodsmoke-950, #1d1d1d)
}

.ab-services ul li p,
.grid-item>p,
.small-conn p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .32px
}

.s-section-1 {
    margin: 40px 0 200px;
    display: flex;
}

.s-section-2 {
    display: flex;
    margin: 40px 0
}

@media (max-width:1000px){
.s-section-1,.s-section-2{
    flex-direction: column;
    }
.s-section-1,.s-section-2 > .s-image > img{
    width: 80%;
}
}
@media (max-width:690px) {
    .s-section-1,.s-section-2 > .s-image > img{
        width: 100%;
}
}
#mission-image{
    position: static; 
    @media (max-width: 1000px) {
         position: static;
         margin-top: 0px;
        
    }
}
.searchbox:focus {
    background-color:#fff;
    outline-color: var(--primary-shade-600);
  }
@media (max-width: 600px){
    .searchbar{
        flex-direction: column;
        align-items: center;
        gap: 32px ;
    }
    .searchbox,.searcharea{
        width: -webkit-fill-available;;
    }
}

#contact-us,
.prd-group {
    margin-top: 40px
}

.ab-services ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.ab-services ul li img {
    margin-bottom: 1px;
    margin-right: 16px
}

.ab-services ul li p {
    margin: 0;
    color: var(--woodsmoke-800, #454545);
    max-width: 500px
}

.ab-services ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px
}

#services {
    background: var(--green-background, #e3f2ed);
    padding: 56px 0;
    margin-bottom: 96px
}

.grid-2 {
    display: grid;
    grid-template-columns: auto 1fr
}

.gap-80 {
    gap: 80px
}

.services-content ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 40px;
    max-width: 440px
}

.grid-item>b {
    display: block;
    margin: 12px 0 6px;
    color: var(--woodsmoke-950, #1d1d1d);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

.grid-item>p,
.small-conn p {
    margin: 0;
    color: var(--woodsmoke-600, #5d5d5d);
    font-style: normal;
    font-weight: 400
}
.restaurants{
    display: flex;
    flex-direction: column;
}
.products>h1,
.restaurants>h3,
.services-content>h2 {
    color: var(--woodsmoke-950, #1d1d1d);
    font-style: normal
}

.services-content>h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    max-width: 500px;
    margin: 20px 0 32px
}

.restaurants>h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -.8px
}

.products>h1 {
    margin: 0 0 32px;
    text-align: center;
    font-size: 64px;
    font-weight: 500;
    line-height: normal
}

.prd-group>div>small,
.products-content>small {
    font-size: 18px;
    line-height: 130%;
    font-style: normal
}

.products-content {
    text-align: center;
    padding: 40px 40px 0
}

.products-content>small {
    color: var(--woodsmoke-300, #b0b0b0);
    font-weight: 400
}

.products-content>img.my-img {
    margin: 0 auto -5px;
    max-width: min(800px, 100%)
}

.products-content>h2 {
    color: var(--woodsmoke-950, #1d1d1d);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 360px;
    margin: 16px auto 14px
}

.products-content>p {
    margin: 0 auto 31px;
    max-width: 360px;
    color: var(--woodsmoke-600, #5d5d5d);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: .32px
}

.prd-group {
    border-radius: 20px;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 41px 0 41px 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.blue-1 {
    background: var(--blue-background, #e8f1fe)
}

.green-1 {
    background: var(--green-background, #e3f2ed)
}

.prd-group>div {
    flex: 0 0 50%
}

.pimg {
    text-align: right
}

.prd-group>div>small {
    font-weight: 500;
    margin: 0;
    padding: 0
}

.blue-1>div>small {
    color: var(--blue-mute-text, #71a9f9)
}

.orange-1>div>small {
    color: var(--orange-mute-text, #ffad5c)
}

.green-1>div>small {
    color: var(--green-mute-text, #85c6b1)
}

#contact-us h2,
.blue-1>div>h2 {
    color: var(--primary-shade-700, #1171f1)
}

.green-1>div>h2 {
    color: var(--green-text, #377661)
}

#contact-us p,
.prd-group>div p {
    color: var(--woodsmoke-600, #5d5d5d)
}

.prd-group>div>h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 8px 0 16px
}

.prd-group>div p,
.small-conn h3 {
    line-height: 150%;
    font-style: normal
}

.prd-group>div p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px
}

.ft-content>div>span,
.small-conn h3 {
    color: var(--woodsmoke-950, #1d1d1d);
    font-weight: 500
}

.small-conn {
    margin: 0;
    padding: 0
}

.small-conn>li {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px
}

.small-conn>li:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--green-container-backround, #f1f8f6)
}

.small-conn h3 {
    margin: 0 0 4px;
    font-size: 20px
}

.ft-content p,
.modal-content h1 {
    text-align: center;
    font-weight: 600;
    line-height: 130%
}

#contact-us>div {
    padding: 40px;
    text-align: center
}

#contact-us h2 {
    max-width: 532px;
    margin: 0 auto 16px;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

#contact-us p,
.ft-content .copyright {
    font-weight: 400;
    letter-spacing: .32px;
    font-size: 16px;
    font-style: normal
}

#contact-us p {
    max-width: 532px;
    margin: 0 auto 32px;
    text-align: center;
    line-height: 150%
}

.ft-content {
    background: var(--blue-background, #e8f1fe);
    margin-top: 80px
}

.ft-content>div {
    text-align: center;
    padding: 80px 15px 20px
}

.ft-content>div>span {
    display: block;
    margin-bottom: 20px;
    font-size: 64px;
    font-style: normal;
    line-height: 150%
}

.ft-content p {
    color: var(--primary-shade-700-primary, #1171f1);
    font-size: 32px;
    font-style: normal;
    letter-spacing: -.64px;
    margin: 16px 0 32px
}

.ft-content .copyright {
    color: var(--woodsmoke-500, #6d6d6d);
    line-height: 150%;
    margin-top: 130px
}

.ft-content .copyright>b {
    color: var(--woodsmoke-950)
}

.btn-primary {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 12px 32px;
    border-radius: 16px;
    background-color: var(--primary-shade-600);
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block
}

.gs-item,
.p-container .glide__arrow {
    background: var(--woodsmoke-50, #f6f6f6)
}

.btn-primary:active {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    transform: translate(3px, 3px)
}

section {
    scroll-margin-top: 100px
}

.marquee {
    overflow: hidden;
    display: flex;
    margin-bottom: 60px
}

.marquee>div {
    white-space: nowrap;
    display: flex;
    gap: 40px
}



.p-container .glide__arrow {
    top: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%)
}

.p-container .glide__arrow--left {
    left: -55px
}

.p-container .glide__arrow--right {
    right: -55px
}

.gs-item {
    border-radius: 20px;
    min-height: 487px;
    box-sizing: border-box;
    padding: 80px 120px 40px;
    text-align: center
}

.gs-item>svg {
    position: absolute;
    top: 40px;
    right: 80px
}

.gs-item .texts p {
    color: var(--woodsmoke-800, #454545);
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 32px 0 56px
}

.gs-item .texts strong,
.modal-content h1 {
    color: var(--woodsmoke-950, #1d1d1d);
    font-style: normal
}

.gs-item .texts strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .48px;
    display: block;
    margin-bottom: 4px
}

.gs-item .texts small {
    color: var(--woodsmoke-500, #6d6d6d);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: .32px
}

.glide-wrapper {
    margin: 80px 0
}

.modal-content,
.modal-placeholder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none
}

.modal-placeholder {
    opacity: .3;
    background: var(--woodsmoke-950, #1d1d1d)
}

.n-active,
.show-modal {
    height: 100vh;
    width: 100vw;
    overflow: hidden
}

.show-modal .modal-content {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal-content>form {
    background-color: var(--white);
    padding: 40px 80px;
    border-radius: 40px;
    position: relative;
    width: 800px
}

.show-modal .modal-content>form {
    animation: .2s linear animateModal
}

@keyframes animateModal {
    from {
        transform: translateY(140px);
        opacity: .5;
        scale: 0.8
    }

    to {
        transform: translateY(0);
        opacity: 1;
        scale: 1
    }
}

.modal-content h1 {
    max-width: 400px;
    margin: 0 auto 40px;
    font-size: 40px;
    letter-spacing: -.8px
}

.btn-radio>label,
.mc-input>input {
    padding: 16px 24px;
    background: var(--white, #fff);
    font-style: normal;
    letter-spacing: .32px
}

.modal-content>form>span {
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer
}

.mc-input {
    width: 100%;
    margin-bottom: 16px;
    display: block
}

.mc-input>input {
    width: 100%;
    outline: 0;
    border-radius: 12px;
    border: 1.5px solid var(--woodsmoke-100, #e7e7e7);
    color: var(--woodsmoke-400, #888);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.btn-radio,
.mc-grid {
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

@media (max-width:400px){
        .btn-radio,.mc-grid{
     grid-template-columns: repeat(1, 1fr);
    }
    .btn-primary{
        width: -webkit-fill-available;
    }
}
.content-right {
    text-align: right;
    padding-top: 16px
}

.modal-content p {
    color: var(--woodsmoke-950, #1d1d1d);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0 0 8px
}

.btn-radio input,
.btn-radio input+label>svg>rect.active,
.btn-radio input:checked+label>svg>rect:not(.active),
.visible-xs {
    display: none
}

.btn-radio>label svg {
    position: relative;
    bottom: 1px
}

.btn-radio>label {
    border-radius: 12px;
    border: 2px solid var(--woodsmoke-100, #e7e7e7);
    color: var(--woodsmoke-400, #888);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px
}

.btn-radio>label::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px
}

.btn-radio input:checked+label {
    border-color: var(--primary-shade-600, #1583fb)
}

.marquee_img {
    height: 75px;
    width: auto;
    margin: 10px;
    object-fit: contain
}

.hamburger-menu {
    margin: 20px 15px 20px 30px;
    display: none;
    flex-flow: column wrap;
    justify-content: space-between;
    height: 30px;
    width: 30px;
    cursor: pointer
}

.bar-bottom,
.bar-middle,
.bar-top {
    height: 3px;
    background: var(--woodsmoke-950);
    border-radius: 4px;
    margin: 3px 0;
    transform-origin: left;
    transition: .5s
}

.n-active .hamburger-menu .bar-top {
    transform: rotate(45deg)
}

.n-active .hamburger-menu .bar-middle {
    transform: translateX(1rem);
    opacity: 0
}

.n-active .hamburger-menu .bar-bottom {
    transform: rotate(-45deg)
}

.n-right {
    display: flex
}

.s-section-1>img {
    display: none;
    width: 100%
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 40px;
    display: none;
    justify-content: center;
    align-items: center
}

.loader>span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -28px 0 0 -28px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    -webkit-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (max-width:1280px) {
    .glide-wrapper {
        max-width: calc(100% - 100px);
        margin-left: auto;
        margin-right: auto
    }

    .m1-container,
    .p-container {
        padding: 0 30px
    }

    .language>ul {
        right: 0
    }
}

@media (max-width:992px) {

    .ab-services h3,
    .opening-text>h1 {
        font-size: 32px;
        letter-spacing: -.64px
    }

    #services,
    .about-us,
    .w-gradient {
        margin-bottom: 40px
    }

    .hidden-xs,
    .p-container .glide__arrows {
        display: none !important
    }

    .visible-xs {
        display: block !important
    }

    section {
        scroll-margin-top: 20px
    }

    img {
        max-width: 100%
    }

    .hamburger-menu {
        display: -webkit-flex;
        display: flex
    }

    .modal-content>div {
        width: initial
    }

    .m1-container,
    .p-container {
        padding: 0 24px
    }

    .main-navigation>div {
        position: relative
    }

    .main-navigation .anchors {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999
    }

    .n-active .main-navigation .anchors {
        display: block !important;
        animation: .2s linear localeAnimate;
        border-top: 1px solid var(--woodsmoke-100);
        box-shadow: 0 4px 2px -2px rgba(22, 22, 22, .25);
        height: auto !important;
        background: rgba(255, 255, 255, .2);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
    }

    .n-active .main-navigation .anchors>a {
        display: block;
        width: 100%;
        text-align: center;
        background-color: transparent
    }

    .w-gradient {
        margin-top: 40px
    }

    .opening-text>h1 {
        font-weight: 600;
        line-height: 130%;
        max-width: 320px;
        margin: 0 auto
    }

    .about-us ul {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .about-us>div>h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -.48px
    }

    .about-us>div>p {
        margin: 16px 0 56px
    }

    section.ab-services {
        margin-top: 8px;
        margin-bottom: 48px
    }

    .ab-services>div {
        display: flex;
        gap: 20px;
        flex-direction: column
    }

    .ab-services>div>div {
        flex: 1
    }

    .s-image>img {
        width: 100%;
        position: sticky;
        top: 150px
    }

    .s-section-1,
    .s-section-2 {
        margin: 40px 0
    }

    .s-section-1>img {
        display: block
    }

    #services {
        padding: 40px 0
    }

    .grid-2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse
    }

    .gap-80 {
        gap: 80px
    }

    .services-content ul {
        grid-template-columns: 1fr;
        text-align: center
    }

    .services-content>h2 {
        font-size: 24px;
        line-height: 130%;
        letter-spacing: -.48px;
        text-align: center
    }

    .restaurants>h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 150%;
        margin-bottom: 0;
        letter-spacing: .48px
    }

    #contact-us h2,
    .products>h1 {
        line-height: 130%
    }

    .gs-item {
        padding: 94px 24px 32px;
        text-align: center;
        min-height: initial
    }

    .gs-item>svg {
        top: 16px;
        right: 24px
    }

    .gs-item .texts p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: .32px;
        margin: 24px 0
    }

    .glide-wrapper {
        max-width: initial;
        margin: 40px 0
    }

    .products>h1 {
        margin: 0 0 32px;
        font-size: 32px;
        font-style: normal;
        letter-spacing: -.64px
    }

    #contact-us h2,
    .prd-group>div>h2 {
        letter-spacing: -.48px;
        font-size: 24px
    }

    .products-content {
        padding: 24px 24px 0
    }

    .products-content>h2 {
        font-size: 24px
    }

    .prd-group {
        padding: 24px 0 24px 24px;
        flex-direction: column
    }

    .prd-group>div {
        flex: initial
    }

    .prd-group>div:first-child {
        margin-right: 24px
    }

    .prd-group>div>small {
        font-size: 16px
    }

    .prd-group>div>h2 {
        font-style: normal;
        line-height: 130%
    }

    #contact-us p {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: .28px
    }

    #contact-us>div {
        box-sizing: border-box;
        margin: 0 24px;
        padding: 40px
    }

    .ft-content {
        margin-top: 40px
    }

    .ft-content>div {
        padding: 50px 15px 20px
    }

    .ft-content>div>span {
        font-size: 24px;
        line-height: 150%
    }

    .ft-content p {
        font-size: 20px;
        line-height: 150%
    }

    .modal-content>form .loader {
        border-radius: 24px
    }

    .modal-content>form {
        padding: 24px;
        border-radius: 24px;
        width: initial;
        max-width: 90vw;
        max-height: 90vh;
        overflow: auto
    }

    .modal-content h1 {
        max-width: 400px;
        margin: 24px auto;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: -.48px
    }

    .modal-content>form>span>svg {
        width: 32px;
        height: 32px
    }

    .modal-content>form>span {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer
    }
}
