@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Sora:wght@100..800&display=swap');


* {
  
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Onest", sans-serif;

}

body {
    font-family: "Onest", sans-serif;
overflow-x: hidden;
}




 h1, h2, h3, h4, h5,h6{
    font-family: "Sora", sans-serif;
 
} 


.header_all {
    display: flex;
    justify-content: space-between;
  background-color: #B60000;
    padding: 0 7%;
    padding-block: 5px;
}

.motto span {
    color: #B60000;
    padding-right: 15px;
    font-style: normal;
  
    font-weight: 700;
}

.motto p {
    color: #fff;
   
}

.navbar_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 7%;
    position: sticky;
    top: 0;
    z-index: 454;
    padding-block: 5px;
    width: 100%;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.logo {
    height: 95px;
    width: 100px;
    background-image: url(../images/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    color: #B60000;
}

.nav_links a {
    padding: 15px;
    color: #000;
  
}

.nav_links a:hover {
    color: #B60000;
}

.mobile a {
    color: #000;
}

.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
  background-color: #B60000;
    min-width: 200px;
    z-index: 701;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;

}

.social_media a {
    padding: 10px;
    height: 30px;
    width: 30px;
    font-size: 20px;
  background-color: #B60000;
    color: #fff;
}


#toggleButton {
    display: none;
  background-color: #B60000;
}

.mobile {
    display: none;
}




.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;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #B60000;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.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;
  }
.copyright{
    padding: 50px;
    text-align: center;
    background-color: #B60000;
    color: #fff;
}

.hero_bg{
    /* background-color: #F68B1F; */
    background-color: #B60000;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
align-items: center;
color: #fff;
background-image: url(../images/slide_1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.swiper-slide:nth-child(1n) {
    background-color: rgb(206, 17, 17);
  }

  .swiper-slide:nth-child(2n) {
    background-color: rgb(0, 140, 255);
  }

  .swiper-slide:nth-child(3n) {
    background-color: rgb(10, 184, 111);
  }

  .swiper-slide:nth-child(4n) {
    background-color: rgb(211, 122, 7);
  }

  .swiper-slide:nth-child(5n) {
    background-color: rgb(118, 163, 12);
  }

  .swiper-slide:nth-child(6n) {
    background-color: rgb(180, 10, 47);
  }

  .swiper-slide:nth-child(7n) {
    background-color: rgb(35, 99, 19);
  }

  .swiper-slide:nth-child(8n) {
    background-color: rgb(0, 68, 255);
  }

  .swiper-slide:nth-child(9n) {
    background-color: rgb(218, 12, 218);
  }

  .swiper-slide:nth-child(10n) {
    background-color: rgb(54, 94, 77);
  }

  .gallery_all {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 5%;
}

.gallery {
    width: 95%;
    height: 300px;
    margin-top: 50px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1110px) {

    
    footer {
        display: flex;
        flex-direction: column;
        padding-block: 20px;
    }

    .copyright {
        margin-top: 20px;
        text-align: center;
    }

    .header_all {
        display: flex;
        justify-content: space-between;
    }




    #toggleButton {
        display: block;
      background-color: #B60000;
        background-color: transparent;
        border: none;
        padding: 15px;
        color: #fff;

    }

    #toggleButton i {
        font-weight: 900;
        font-size: 20px;
        color: #B60000;
    }

    .nav_links {
        display: none;
    }

    .mobile {
        position: absolute;
        top: 90px;
        z-index: 4554;
        left: 0;
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        display: none;
    }

    .mobile a {
        border-top: 2px solid #534f4f2a;
        width: 100%;
        padding: 0 10%;
        padding-block: 20px;
    }


    .dropdown {
        border-top: 2px solid #534f4f2a;
        width: 100%;
        padding-block: 20px;
    }

    .dropdown-content {
        margin-left: 10%;
    }

    .dropdown-content a:hover {
        color: #B60000;
    }

    .whatsapp_box a {
        color: #fff;
    }

    .footer_all {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ft_card {
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 710px) {
    .footer_all {
        display: grid;
        grid-template-columns: 1fr;
    }
}
