@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&family=Cairo:wght@200..1000&display=swap');
@font-face {
    font-family: 'Azer'; /* The name you'll use in CSS */
    src: url('/assets/fonts/Azer.ttf') format('truetype'); /* Path to the font file */
    font-weight: normal; /* Optional: Specify font weight */
    font-style: normal; /* Optional: Specify font style */
  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-optical-sizing: auto;
    transition: all 0.3s ease;
    font-style: normal;
}

.conatiner {
    width: 90%;
    margin: auto;
    max-width: 1400px;

}

body{    top: 0px !important;

    background: rgba(0, 0, 0, 0.028) url('/assets/images/bg.svg');
    background-repeat: no-repeat; /* Prevents the background from repeating */
    background-size: cover; /* Adjusts the size of the background to cover the entire screen */
    background-position: center; /* Centers the background */
}

.between-title{
    width: 100%;
    display: flex;
    justify-content: center;
}
.between-title .btcontent{
    display: flex;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: #ff961e;
    padding: 5px 30px;
    border-radius: 50px;
}
#google_translate_element {
    display: none;
}

.skiptranslate iframe {
    display: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
  /* Basic container styles */
  .logo-slider1 {
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.logo-slider-container1 {
    display: flex;
    animation: scroll-left 30s linear infinite;
}

.logo-slider-container1 img {
    width: auto;
    height: 100px;
    /* Adjust as needed */
    margin: 0 10px;
    border-radius: 20px;
    flex-shrink: 0;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 1024px) {
    
}

@media screen and (max-width: 768px) {
   
}

@media screen and (max-width: 580px) {
     /* Basic container styles */
  .logo-slider1 {
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;

}


.logo-slider-container1 {
    display: flex;
    animation: scroll-left 30s linear infinite;
}

.logo-slider-container1 img {
    width: auto;
    height: 50px;
    /* Adjust as needed */
    margin: 0 10px;
    border-radius: 20px;
    flex-shrink: 0;
}
   
}


