@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Rubik&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Rubik', sans-serif;
    background-color: #fff;
}

.top- {
    /* height: 30px; */
    background-color: #ff5d00;
    background-color: #3e71c5;
    padding: 0 6%;
    color: #fff;
    display: flex;


}

.top-left- {
    display: flex;
    justify-content: flex-start;
    width: 50%;
}

.top-left- p {
    padding-top: 10px;
}

.top-right- {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.top-right- p {
    padding-top: 10px;
}

.nav- {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 0 5%;
    font-family: 'Rubik', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

    /* margin-top: -50px; */
}

/* .whole{
    position: fixed;
    width: 100%;
    z-index: 10;
} */
.nav-own {
    display: flex;
    justify-content: flex-end;
}

.top {
    display: flex;
    width: 100%;
    padding: 0 10%;
}

.location-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.contact-top {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-words {
    position: absolute;
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    padding: 20%;
    margin-top: 30%;
    color: #fff;
}

.hero-words- {
    position: absolute;
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    padding: 20%;
    margin-left: -50%;
    color: #fff;
}
.other-word {
    position: absolute;

}

.other-word h1 {
    font-family: Playfair Display;
    text-transform: uppercase;
}

.set img {
    width: 500px;
    height: 350px;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
}

p {
    font-family: 'Rubik', sans-serif;
}

.welcome {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0 5%;
}

.welcome-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 10%;
}

.welcome-image {
    width: 100%;
}

.welcome-image img {
    width: 100%;
}

.home-cover {
    height: 40vh;
    background-image: url("images/cover.jpg");
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 10px; */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.home-cover h1 {
    text-transform: uppercase;
    padding: 0 5%;
    font-size: 30px;
    text-align: center;
    padding-block: 50px;
    font-weight: 900;
    color: #fff;
}

.ab {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .row{
    margin-top: 50px;
} */

.concession {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0 5%;
}

.concession {
    width: 100%;
}

.concession-image {
    width: 100%;
}

.concession-image img {
    width: 100%;
}

.concession-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 10%;
}

.what-we-do {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0 5%;
}

.what-we-do-image {
    width: 100%;
}

.what-we-do-image img {
    width: 100%;
}

.what-we-do-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 10%;
}

.other-service {
    height: 52vh;
    background-color: #e7e7e7 !important;
    margin-bottom: 50px;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 60% 40%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.other-service-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 10%;
}

.other-service-image img {
    width: 100%;

}

.foot li a {
    font-family: 'Rubik', sans-serif;
    line-height: 38px;
    color: #fff;
    text-decoration: none;
}

.foot li a:hover {
    text-decoration: none;
    color: rgb(148, 132, 132);
}

.foot p {
    color: #fff;
}

.foot h1 {
    color: #fff;
    font-weight: bold;
}

.foot {
    background-color: #1f1f1f;
}

.add {
    margin-top: -50px;
}

.new img {
    width: 414px;
    height: 290px;
}

.typed {
    color: #fff;
}

.top- {
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 10px;

}

footer {
    padding: 0 5%;
}

@media screen and (max-width: 1335px) {
    .welcome {
        display: flex;
        flex-direction: column;
    }

    .welcome-image img {
        /* background-color: red; */
        display: grid;
        margin: auto;
        width: 100%;
        height: 100%;
    }

    .welcome-text h1 {
        text-align: center;
        margin-top: 30px;
    }

    .welcome-text p {
        text-align: center;
        padding-right: 10%;
    }

    .home-cover h1 {
        text-transform: uppercase;
        padding: 0 5%;
        font-size: 20px;
        text-align: center;
        padding-block: 50px;
    }

    .concession {
        display: flex;
        flex-direction: column-reverse;
    }

    .concession-image img {
        /* background-color: red; */
        display: grid;
        margin: auto;
        width: 100%;
        height: 100%;
        margin-bottom: 50px;
    }

    .concession-text h1 {
        text-align: center;
    }

    .concession-text p {
        text-align: center;
        padding-right: 10%;
    }

    .what-we-do {
        display: flex;
        flex-direction: column;
    }

    .what-we-do-image img {
        /* background-color: red; */
        display: grid;
        margin: auto;
        width: 100%;
        height: 100%;
        margin-top: 30px;
    }

    .what-we-do-text h1 {
        text-align: center;
    }

    .what-we-do-text p {
        text-align: center;
        padding-left: 10%;
    }

    .other-service {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-block: 50px;
    }

    .other-service-text h1 {
        text-align: center;
    }

    .other-service-image {
        padding-block: 20px;
    }

    .photo img {
        padding-top: 30px;
    }

    .top- {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        text-align: center;
        height: 60px;
        font-size: 13px;
        width: 100%;
        gap: 3%;
    }

    .top-left- {
        display: block;
        width: 100%;
    }

    .top-right- {
        display: flex;
        /* justify-self: flex-end; */
    }

    .other-word {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        text-align: center;
    }

    .other-word h1 {
        font-size: 25px;
    }

    .hero-words {
        font-size: 10px;
        margin-top: 10px;
    }
    .hero-words- {
        font-size: 10px;
        margin-top: 10px;
    }
    .swiper-slide img {
        width: 100%;
        height: 100%;
    }

}