@font-face {

    font-family: Outfit;
    src: url(/font/outfit/Outfit-Medium.ttf);

    font-family: Oswald;
    src: url(/font/Oswald/Oswald-Medium.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

h6 {
    margin-bottom: 0px !important;
}

ul {

    margin-bottom: 0px !important;
    padding-left: 0px !important;

}

ul li {
    list-style-type: none;

}

a {
    text-decoration: none !important;
    color: inherit;
}

@media only screen and (max-width: 1280px) {
    .gellary {
        overflow: hidden;
    }

}

@media only screen and (max-width: 912px) {
    .gellary-top {
        padding-top: 40px;
    }

    .gellary-section {
        padding-top: 40px;
    }

    .gellery-image-main {
        margin-top: 40px;
    }

    .gellery-image-main {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .gellaryimages img {
        height: 300px;
    }

    .gellart-h1-text {
        height: 40px;
    }

    .contact-image img {
        height: 300px;
        object-fit: cover;
    }

    .banner-text h1 {
        font-size: 6.68vw !important;
    }
}

@media only screen and (max-width: 360px) {
    .gellaryimages img {
        height: 250px;
    }
}

@media only screen and (max-width: 320px) {
    .gellary-heading svg {
        width: 220px;

    }

    .gellary-heading {
        position: relative;
        width: 220px;
    }

    .gellary-heading::after {
        font-size: 16px;
    }

    .banner-text h1 {
        font-size: 9.68vw !important;
    }

    .gellary-second {
        margin-bottom: 42px !important;
    }
}