@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;1,700&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html {
    scroll-behavior: smooth;
}

section
{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('AJ1_0154.JPG');
    background-size: cover; /* This property makes sure the background image covers the entire section */
    background-position: unset; /* This property centers the background image within the section */
    background-repeat: no-repeat; /* This property prevents the background image from repeating */
    

}
header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
header .logo
{
    position: relative;
    max-width: 80px;
} 
header ul
{
    position: relative;
    display: flex;
    
}
header ul li
{
    list-style: none;
}
header ul li a 
{
    display: inline-block;
    color: #fff;
    font-weight: 400;
    margin-left: 40px;
    text-decoration: none;
    
}
.content {
    position: relative;
    width: calc(100% - 300px); 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .textBox {
    position: relative;
    max-width: 600px;
    margin-right: 350px;
}


.content .textBox h2
{
    margin-top: 10%;
    color: white;
    font-size: 4em;
    line-height: 1.4em;
    font-weight: 500;
    text-shadow: #fff;
}
.content .textBox h2 span{
    color: yellow;
    font-size: 1.2em;
    font-weight: 900;
}
.content .textBox p 
{
    color: white;
    font-style: oblique;
}

.content .textBox a{
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    background-color: black;
    color: hsl(61, 100%, 55%);
    border-radius: 40px;
    font-weight: 1px;
    letter-spacing: 1px;
    text-decoration: none;

}

.cards {
    display: flex;
    justify-content: center;
    margin-left: 200px;
  }
  
  .carousel-container {
    padding: 2rem;
  }

  .cards h1{
    color: white;
    text-shadow: 0 0 5px #999;
    font-size: medium;
    display: flex;
    justify-content: center;
    margin-top: 4%;
  }
  
  .slider-wrapper{
    position: relative;
    max-width: 18rem;
    margin: 0 auto;
}
.slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow: hidden;
    margin-top: -60px;
}



  
  .carousel {
    display: flex;
    transition: transform 0.3s;
  }
  
  .card {
    
        width: 214px;
        height: 165px;
        padding-inline-start: 5px;
        border-radius: 10px;
        box-sizing: border-box;
        cursor: pointer;
        margin: 3px 5px;
        background-position: center;
        background-size: cover;
        transition: 0.5s;
        margin-top: 86px;
        margin-right: 12px;
        margin-left: 16px;
        margin-bottom: 74px;
    
  }

  
  h5 {
    color: #fff;
    text-shadow: 0 0 5px #999;
  }

.card3 {
    background-image: url(241952284_237658568314457_7365012159014179983_n.jpg);
}

.card4 {
    background-image: url(244452482_250272647053049_3426499786237629659_n.jpg);
}

.card5 {
    background-image: url(307125482_3332672080350983_2885605275887859190_n.jpg);
}

.card a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 9px 43px 53px -17px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    transition: 0.5s;
}

.card a h5 {
    color: #fff;
    text-shadow: 0 0 5px #999;
}
 


/* Adjust the styles for the social icons to align them with the cards on the right */
.sci {
    position: absolute;
    top: 43%;
    transform: translateY(102px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-left: 25%;
}
.sci2{
    display: none;
}
.sci li {
    list-style: none;
}

.sci li a {
    display: inline-block;
    margin: 4px 10px;
    transform: scale(0.6);
    filter: invert(1);
}

.circle
{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-color: black;
}
.about-text {
    z-index: 2; /* This property ensures that the text is on top of the circle */
}

#partners {
    background-image: none;
    background-color: teal; /* Replace this with the color you want */
  }
  .container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: -30rem;
  }
  
  .section-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  
  .section-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
    margin-top: 0;
  }
  .logo {
    width: 100px;
    height: auto;
    margin-top: 0rem;
}


#partners {
    position: relative;
    width: 100%;
    min-height: 40vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
  
  #partners .container {

    position: absolute;
    margin-top: -2%;
    left: 5%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
     color: #fff;
    z-index: 1;
  }
   

  
  #partners .background-video {
    position: absolute;
    top: 0px;
    left: -40%;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
}
.photo-gallery {
    background-image: none;
    background-color: #f5f5f5;
    min-height: fit-content;
    position: relative;
    width: 100%;
    min-height: 40vh;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  
  .photo-item {
    flex-shrink: 0;
    width: 300px; /* Set a fixed width */
    height: 200px; /* Set a fixed height */
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    scroll-snap-align: start;
  }
  
  .photo {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  
  .scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }
  
  .scroll-button:hover {
    opacity: 1;
  }
  
  .left-button {
    left: 20px;
  }
  
  .right-button {
    right: 20px;
  }
  
  .photo-gallery .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 200px;
    margin-top: 0;
  }

  .photo-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10%;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
 
@media only screen and (max-width: 1024px){
    html {
        scroll-behavior: smooth;
    }
        section {
            padding: 50px 50px 150px;
          
            background-image: url('AJ1_0057.JPG');
            background-size: cover; /* This property makes sure the background image covers the entire section */
            background-position: center; /* This property centers the background image within the section */
            background-repeat: no-repeat; /* This property prevents the background image from repeating */
            
        }
        
        header {
            padding: 20px;
            align-items: center;
        }
        header.logo{
            max-width: 60px;
        }
        header ul{
            display: none;
        }
    
        header ul li a 
    {
        display: inline-block;
        color: #fff;
        font-weight: 400;
        margin-left: -1px;
        text-decoration: none;
        
    }
        .toggle{
            position: relative;
            width: 60px;
            height: 60px;
            cursor: pointer;
            background: url(menu.png);
            background-size: 60px;
            background-position: center;
            background-repeat: no-repeat;
    
        }
        .menu li{
            padding-left: 0px;
            list-style: none;
        }
        
        
        .content {
            flex-direction: column;
            padding: 20px;
        }
        .content .textBox {
            margin-left: 543px;
            margin-bottom: 480px;
        }
        
        .content .textBox h2 {
            display: inline;
            font-size: 3em;
            margin-bottom: 21px;
            padding-top: 19px;
            padding-right: 127px;
            color: white;
        }
     
        
        .content .textBox h2 span {
            font-size: 1em;
        }
        
        .content .textBox p {
            font-size: 1em;
            color: white;
        }
        
        .content .textBox a {
            margin-top: 10px;
            background-color: black;
            color:hsl(61, 100%, 49%);;
    
        }
    
        .cards .carousel-container {
            display: none;
        }
    
    
        .sci2 {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            left: -52px;
            transform: translateY(-314px);
        }
    
       
    
        .sci2 li a {
            display: inline-block;
            margin: 2px 4px;
            transform: scale(0.6);
            filter: invert(1);
        }
    
        .circle
    {
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    
        
    
    }
    
    .slider-nav{
        display: flex;
        column-gap: 1rem;
        position: absolute;
        bottom: 71.25rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .slider-wrapper {
    position: relative;
    max-width: 48rem;
    margin: -2px auto;
    margin-right: -11px;
    padding-left: 24px;
}
.carousel-container {
    padding: 0rem;
    margin-left: -33px;
    margin-block-end: 50px;
}
  
    

}
