@font-face {    
    src: url(https://fonts.googleapis.com/css2?family=Alata&display=swap);
    font-family:'Alata', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

body, html {
    font-family: 'Alata', sans-serif;
    background: #E8E8E7;
}

.logo {
    flex: 1;
    display: flex;
}


.logo img {
    width: 250px;
}

nav .logo img {
    width: 250px;
}

nav {
    position: fixed;
    top:0;
    z-index: 9999;
    width: 100%;    
    background: linear-gradient(to right,#000000, #624747);
    display: flex;
    align-items: center;      
        
}

nav a {
    color: #FFFFFF;
   
}

.menu {
    display: flex;
    align-items: center;
    padding: 15px 10px;
}

.menu li {
    padding: 15px 10px;
    font-size: 16px;
}

.toggle {
    font-size: 30px;
    display: none;
}


nav  li a {
    
    display:block;
    margin: 0 15px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.2s;
    border-radius: 30px;
    text-decoration: none;    
    font-weight: bold;
}

.navbar-action {    
    font-size: 15px;
    background-color: #FFFFFF;
    color: #463333;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    width: auto;
    margin-left: 100px;
  }

nav ul li a:hover {
    color: #806262;
}

.navbar-action:hover {
    background-color: #806262;
    color:#463333 ;
}

nav ul li a.active {
    color: #bdbdbd;
}

.top h1 {
    margin-top: 200px;
    color: #463333;
    position: relative;
    display: block;
    text-align: center;

}


.services {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px 0;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    text-align: center;
    margin: 50px;
}

.service-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.description {
    margin-top: 20px;
}

.description h2 {
    font-size: 1.3em;
    margin: 10px;
    color: #FDB422;
}

.description h1 {
    font-size: 1.7em;
    margin: 10px;
    color: #463333;
}


.description p {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.divider {
    width: 25px;
    background-color: #ccc;
    margin: 0 20px;
    align-self: stretch;
}

.button {
    display: block;
    padding: 10px 15px;
    background-color: #463333;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: auto;
    margin-top: 50px;
    border-radius: 3%;
    width: 200px;
    font-size: 1.3em;
}

.button:hover {
    background-color: rgba(128, 98, 98, 0.638);
    transition: 0.3s;
}

.top2 {
    margin-top: 100px;
    margin-bottom: 70px;
    color: #463333;
    position: relative;
    display: block;
    text-align: center;

}

.partnerships-container {
    text-align: justify;
    padding: 20px;
}

.partnership {
    display: flex;
    justify-content: space-evenly; 
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1300px;
}

.partner-services {
    margin-left: 60px;
    margin-right: 60px;
}

.partner-services h2 {
    font-size: 1.5em;
    margin: 10px 0;
    color: #463333;
}

.partner-services h1 {
    font-size: 2em;
    margin: 10px 0;
    color: #FDB422;
}

.partner-services p {
    font-size: 20px;
    color: #000000;  
}

.partner-services img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.partner-description {
    text-align: left;
}

.partner-description ul {
    list-style: none;
    padding: 0;
}

.partner-description li {
    display: flex;
    align-items: center;
    text-align: justify;
    margin-left: 30px;
    margin-bottom: -20px;
    font-size: 20px;
    color: #000000;
    
}

.partner-description li img {
    width: 80px;
    height: auto;
    margin-left: -40px;
  
}

.icon {
  position: relative;
  left: 50%;
  width: 300px !important;
  height: auto !important;  
}


.divider {
    width: 3px;
    background-color: #ddd;
    margin: 0 20px;
}


.footer-container {
    background: linear-gradient(to right, #000000, #624747);
    color: white;
    font-size: 0.8em;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    top: 80px;

   }

   .whole-thing {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Add some space between elements */
    width: 100%; 
    position: relative;
    justify-content: center;
    top: -20px;
  }

    .footer-section {
      position: relative;
      left: 200px;
      top: -35px;
      flex-basis: 5%; /* Adjust as necessary */
      min-width: 150px; /* Prevents the sections from becoming too narrow on small screens */
    }
  
    .footer-section h3 { /* Corrected class selector */
      color: #F8D210; /* Gold color for headings */
      position: relative;
      top: 70px;
      right: 70%;
      width: 100%;
       
    }
  
    .footer-links h3 { /* Corrected class selector */
      color: #F8D210; /* Gold color for headings */
      position: relative;
      left: 35%;
      top: 70px;
    }
  
    .footer-services h3 { /* Corrected class selector */
      color: #F8D210; /* Gold color for headings */
      position: relative;
      left: 70%;
      top: 70px;
    }
  
    .footer-contact h3 { /* Corrected class selector */
      color: #F8D210; /* Gold color for headings */
      position: relative;
      left: 150%;
      justify-content: center; /* Center the images within the container */
      top: 70px;
    }
  
     .footer-links a {
      position: relative;
      left: 35%;
      color: white;
      text-decoration: none;
      display: block; /* To list down links */
      margin-bottom: 5px;
      top: 70px;
     
    }
  
  .footer-section p {
      color: white;
      text-decoration: none;
      display: block; /* To list down links */
      margin-bottom: 5px;
      text-align: justify;
      position: relative;
      right: 70%;
      width: 100%;
      top: 90px;
  }
  
    .footer-section a {
      color: white;
      text-decoration: none;
      display: block; /* To list down links */
      margin-bottom: 5px;
      text-align: justify;
      top: 90px;
  }
  
  .footer-services a  {
    position: relative;
      left: 70%;
      color: white;
      text-decoration: none;
      display: block; /* To list down links */
      margin-bottom: 5px;
      text-align: left;
  }
  
  
    .footer-links a:hover, .footer-services a:hover {
      text-decoration: underline;
    }
  
    .logo-footer img {
      position: relative;
      align-items:left;
      left: 450px;
      top: 40px;
      max-width: 300px; /* Prevents the sections from becoming too narrow on small screens */
      
          }
     
    .contact-icons img {
     position: relative;
      right: 0px;
      top: 200px;
      gap: 10px; 
      width: 70px;
      
    }
   
    .footer-contact p {
      text-align: justify;
      margin-bottom: 20px;
      position: relative;
      left: 150%;
      justify-content: center
    }
  
    .credit {
        background: linear-gradient(to right, #000000, #2e2121);
        text-align: center;
        align-content: center;
        position: relative;
        width: 100%;
        height: 4vh;
        top: 50px;
      
    }

.credit p {
    color: white;
    opacity: 0.7;
}
  
    .designed {
    position: relative;
    justify-content: center;
    align-items: center;
    opacity: 0.7;    
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 0px
    }


@media screen and (max-width: 1248px){
    nav{
        display: block;
        position: relative;
        padding: 15px 20px;
        
    }

    .menu{
        margin-top: 15px;
        display: none;
    }

    .menu.active, .toggle {
        display: block;        
    }

    .toggle {
        position: absolute;
        top:15px;
        right: 20px;
    }

    .toggle:hover {
        background-color: #DAB36A;
        border-radius: 5px;
        transition: 0.5s;
    }

    .navbar-action {
        margin-top: 15px;
        flex: 1;
        
    }

    a.navbar-action {
        width:fit-content;
        right: 73px ;
        position: relative;           
    }

    .top {
        margin-top: -150px;
    }

    .service-item img {
        width: 120%;
        height: auto;
    }

    .icon {
        position: relative;
        left: 40%;
        width: 250px !important;
        height: auto !important;  
      }

      .footer-container {
        background: linear-gradient(to right, #000000, #624747);
        color: white;
        font-size: 0.7em;
        align-items: center;
        position: relative;
        width: 100%;
        height: auto;
        top: 70px;
    
       }
    
       .whole-thing {
        display: flex;
        flex-wrap: wrap;
        width: 100%; 
        position: relative;
        justify-content: left;
        top: -20px;
      }
    
        .footer-section {
          position: relative;
          top: -35px;
          
        }
      
        .footer-section h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          top: 70px;
          right: 90%;
          width: 100%;
           
        }
      
        .footer-links h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          left: -40%;
          top: 70px;
        }
      
        .footer-services h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          left: -30%;
          top: 70px;
        }
      
        .footer-contact h3 { /* Corrected class selector */
          color: #F8D210; /* Gold color for headings */
          position: relative;
          left: 0%;
          justify-content: center; /* Center the images within the container */
          top: 70px;
        }
      
         .footer-links a {
          position: relative;
          left: -40%;
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          top: 90px;
        }
      
      .footer-section p {
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          text-align: justify;
          position: relative;
          right: 90%;
          width: 100%;
          top: 90px;
      }
      
      .footer-services a  {
        position: relative;
          left: -30%;
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          text-align: left;
      }
      
      
        .footer-links a:hover, .footer-services a:hover {
          text-decoration: underline;
        }
      
        .logo-footer img {
          position: relative;
          align-items:left;
          left: 125px;
          top: 40px;
          width: 220px; /* Prevents the sections from becoming too narrow on small screens */
          
              }
         
        .contact-icons img {
         position: relative;
          left: 620px;
          top: 50px;
          gap: 10px; 
          width: 70px;
          
        }
       
        .footer-contact p {
          text-align: justify;
          margin-bottom: 20px;
          position: relative;
          left: 0%;
          justify-content: center
        }
      
        .credit {
            background: linear-gradient(to right, #000000, #2e2121);
            text-align: center;
            align-content: center;
            position: relative;
            width: 100%;
            height: 4vh;
            top: 50px;
          
        }
    
    .credit p {
        color: white;
        opacity: 0.7;
    }
      
        .designed {
        position: relative;
        justify-content: center;
        align-items: center;
        opacity: 0.7;    
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0px 0px;
        }
    
    }


@media screen and (max-width: 950px) {

    .services {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .divider {
        display: none;
    }

    .partnership {
        display: flex;
        flex-direction: column;
    }

    .icon {
        position: relative;
        left: 50%;
        bottom: 0%;
        width: 250px !important;
        height: auto !important;  
      }

      .partner-services img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin-top: 20px;
        margin-bottom: 40px;
       
    }

    .footer-container {
        background: linear-gradient(to right, #000000, #624747);
        color: white;
        font-size: 0.7em;
        position: relative;
        width: 100%;
        height: auto;
        top: 70px;

       }

       .whole-thing {
        display: flex;
        flex-wrap: wrap;
        width: 100%; 
        position: relative;
        justify-content: left;
        top: -20px;
        left: -9%;
      }

      .footer-contact h3 { /* Corrected class selector */
        color: #F8D210; /* Gold color for headings */
        position: relative;
        left: 0%;
        justify-content: center; /* Center the images within the container */
        top: 70px;
      }

      .footer-contact p {
        text-align: justify;
        margin-bottom: 20px;
        position: relative;
        left: 0%;
        justify-content: center
      }

      .footer-section h3 { /* Corrected class selector */
        color: #F8D210; /* Gold color for headings */
        position: relative;
        top: 70px;
        right: 50%;
        width: 100%;
      }
    
      .footer-section p {
        color: white;
        text-decoration: none;
        display: block; /* To list down links */
        margin-bottom: 5px;
        text-align: justify;
        position: relative;
        right: 50%;
        width: 100%;
        top: 90px;
    }

      .footer-links h3 { /* Corrected class selector */
        color: #F8D210; /* Gold color for headings */
        position: relative;
        left: 0%;
        top: 70px;
      }

      .footer-links a {
        position: relative;
        left: 0%;
        color: white;
        text-decoration: none;
        display: block; /* To list down links */
        margin-bottom: 5px;
        top: 90px;
      }
    
      .footer-services h3 { /* Corrected class selector */
        color: #F8D210; /* Gold color for headings */
        position: relative;
        left: 0%;
        top: 70px;
      }

      .footer-services a  {
        position: relative;
          left: 0%;
          color: white;
          text-decoration: none;
          display: block; /* To list down links */
          margin-bottom: 5px;
          text-align: left;
      }



    .logo-footer img {
        position: absolute;
        left: 680px;
        top: 150px;
        width: 150px; /* Prevents the sections from becoming too narrow on small screens */
        margin-bottom: 20px;
            }
       
      .contact-icons img {
       position: relative;
        left: 100px;
        top: 50px;
        gap: 10px; 
        width: 70px;
      }

      .credit {
        background: linear-gradient(to right, #000000, #2e2121);
        text-align: center;
        align-content: center;
        position: relative;
        width: 100%;
        height: 4vh;
        top: 50px;
        left: 9%;
    }
    
}



    @media screen and (max-width: 549px){

        .partner-services h2 {
            font-size: 1.4em;
            margin: 10px 0;
            color: #463333;
        }
        
        .partner-services h1 {
            font-size: 1.8em;
            margin: 10px 0;
            color: #FDB422;
        }
        
        .partner-services p {
            font-size: 17px;
            color: #000000;  
        }

        .partner-description li {
            font-size: 17px;
            
            
        }

        .service-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 350px;
            text-align: center;
            margin-bottom: 30px;
            margin-top: 30px;
        }
        
        .service-item img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .partnerships-container {
            text-align: justify;
            padding: 20px;
        }
        
        .partnership {
            display: flex;
            justify-content: space-evenly; 
            align-items: flex-start;
            margin: 0 auto;
            max-width: 1300px;
        }
        
        .partner-services {
            margin-left: 10px;
            margin-right: 10px;
        }

        .icon {
            position: relative;
            left: 40%;
            margin-bottom: -50%;
            width: 200px !important;
            height: auto !important;  
            
          }


          .footer-container {
            background: linear-gradient(to right, #000000, #624747);
            color: white;
            font-size: 0.7em;
            position: relative;
            width: 100%;
            height: auto;
            top: 60px;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            
    
           }
    
           .whole-thing {
            display: flex;
            width: 100%; 
            position: relative;
            justify-content: left;
            left: -40%;
          }
    
          .footer-section {
            position: relative;
          }
        
          .footer-section h3 { /* Corrected class selector */
            color: #F8D210; /* Gold color for headings */
            position: relative;
            top: 70px;
            right: -10%;
            width: 100%;
             
          }
        
          .footer-links h3 { /* Corrected class selector */
            color: #F8D210; /* Gold color for headings */
            position: relative;
            left: 30%;
            top: 70px;
          }
        
          .footer-services h3 { /* Corrected class selector */
            color: #F8D210; /* Gold color for headings */
            position: relative;
            left: 10%;
            top: 90px;
          }
        
          .footer-contact h3 { /* Corrected class selector */
            color: #F8D210; /* Gold color for headings */
            position: relative;
            left: 30%;
            justify-content: center; /* Center the images within the container */
            top: 90px;
          }
        
           .footer-links a {
            position: relative;
            left: 30%;
            color: white;
            text-decoration: none;
            display: block; /* To list down links */
            margin-bottom: 5px;
            top: 90px;
          }
        
        .footer-section p {
            color: white;
            text-decoration: none;
            display: block; /* To list down links */
            margin-bottom: 5px;
            text-align: justify;
            position: relative;
            right: -10%;
            width: 100%;
            top: 90px;
        }
        
        .footer-services a  {
          position: relative;
            left: 10%;
            top: 110px;
            color: white;
            text-decoration: none;
            display: block; /* To list down links */
            margin-bottom: 5px;
            text-align: left;
        }
        
        
        .footer-contact p {
            text-align: justify;
            margin-bottom: 20px;
            position: relative;
            left: 30%;
            justify-content: center;
            top: 110px;
            
          }
    
          .footer-links a:hover, .footer-services a:hover {
            text-decoration: underline;
          }
        
          .logo-footer img {
            position: relative;
            align-items:left;
            left: 180px;
            top: 70px;
            width: 180px;
                }
           
          .contact-icons img {
           position: relative;
            left: 150px;
            top: 120px;
            gap: 10px; 
            width: 45px;
            
          }
    
          .credit {
              background: linear-gradient(to right, #000000, #2e2121);
              text-align: center;
              align-content: center;
              position: relative;
              width: 100%;
              height: 4vh;
              top: 50px;
              left: 40%;
          }
          .designed {
            position: relative;
            justify-content: center;
            align-items: center;
            opacity: 0.7;    
            letter-spacing: 1px;
            font-weight: 400;
            margin: 0px 0px;
            }
    }


    @media screen and (max-width: 414px){

        .whole-thing {
            display: flex;
            width: 100%; 
            position: relative;
            justify-content: left;
            left: -45%;
          }
    
          .credit {
            background: linear-gradient(to right, #000000, #2e2121);
            text-align: center;
            align-content: center;
            position: relative;
            width: 100%;
            height: 4vh;
            top: 50px;
            left: 45%; 
        }
        .logo-footer img {
        position: relative;
        align-items:left;
        left: 180px;
        top: 70px;
        width: 180px;
            }
       
      .contact-icons img {
       position: relative;
        left: 170px;
        top: 120px;
        gap: 10px; 
        width: 35px;
      }
    }


    @media screen and (max-width: 375px) {

.icon {
    left: 35%;
    width: 200px !important;
}

        .whole-thing {
            display: flex;
            width: 100%; 
            position: relative;
            justify-content: left;
            left: -54.5%;
          }
    
          .credit {
            background: linear-gradient(to right, #000000, #2e2121);
            text-align: center;
            align-content: center;
            position: relative;
            width: 100%;
            height: 6vh;
            top: 50px;
            left: 54.5%; 
        }
    
        .logo-footer img {
            position: relative;
            align-items:left;
            left: 180px;
            top: 70px;
            width: 180px;
                }
           
          .contact-icons img {
           position: relative;
            left: 350px;
            top: 0px;
            gap: 10px; 
            width: 35px;
          }

    }