@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #D5B263;
    text-align: center;
}
.actualInfo p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 30px;
    color: #C9AD8B;
}
.actualInfo {
    background-color:#293040b9;
    padding-top: 60px;
    padding-bottom: 60px;
}

h4 {
    font-size: 20px;
    color: #222;
}

h6 {
    font-weight: 700;
    font-size: 12px;
}

h3 {
    color: #5e5e5e;
}
p {
    font-size: 12px;
    color: #d7d7d7;
    text-align: center;
}

.section-p1 {
    padding: 40px 80px;
}

.section-m1 {
    margin: 40px 0;
}

body {
    width: 100%;
    background-color: #293040b9;
}
html {
    scroll-behavior: smooth;
}


.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 3333;
}

.hamburger span {
    height: 2px;
    width: 25px;
    background: #C9AD8B;
    margin: 4px 0;
    transition: all 0.3s ease;
}
#navbar ul {
    display: flex;
}

#navbar ul li {
    list-style: none;
}

.section-p1 {
    padding: 40px 80px;
}

.section-m1 {
    margin: 40px 0;
}

body {
    width: 100%;
    background-color:#293040b9;
}

/* Header start*/
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: linear-gradient(163deg, #474f5f 0%, #171e2e 100%);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

.logo {
    width: 300px;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2222;
}

#navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #C9AD8B;
    transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
    color: #D5B263;
}

#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background: #bb963f;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

#hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100vh; /* Full screen */
    overflow: hidden;
  }
  
  /* Slideshow container also needs full height */
  .slideshow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Important */
    z-index: 1;
  }
  
  /* Each slide fills the screen */
  .slide {
    position: absolute;
    width: 100%;
    height: 100%; /* Important */
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
  }
  
  .slide.active {
    opacity: 1;
  }
  
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Overlay on top of image */
  .slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 2;
  }

  #contact {
    background-color: #293040b9;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#contact h2 {
    color: #C9AD8B;
    margin-bottom: 40px;
}

#contact p {
    color: lightgray;
    font-size: large;
    line-height: 2em;
    margin-bottom: 40px;
}

#socialsOuterContainer {
    width: 60%;
    height: auto;
    padding: 40px 10px;
    background: black;
    border-radius: 20px;
    box-shadow: 0 0 20px black;
}

.socialButtonContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .socialButton {
    width: 110px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    box-shadow: 0 10px 15px rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: all 0.3s ease-out;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
  }
  
  .socialButton:hover {
    transform: scale(1.1) rotate(3deg);
    border-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.4));
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.1);
  }
  
  .socialButton:active {
    transform: scale(0.95) rotate(0deg);
  }
  
  .glow {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.7s ease-out;
  }
  
  .socialButton:hover .glow {
    transform: translateX(100%);
  }
  
  .socialIcon {
    position: relative;
    z-index: 1;
  }
  
  .socialIcon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
    color: white;
    transition: color 0.3s ease;
  }
  
  .socialButton:hover .icon svg {
    color: rgba(255, 255, 255, 0.9);
  }
  
  .socialButton-multi {
    border-color: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  }
  
  .socialButton-multi:hover {
    border-color: rgba(241, 99, 158, 0.1);
    background: linear-gradient(to top right, rgba(241, 99, 158, 0.1), rgba(0, 0, 0, 0.4));
    box-shadow: 0 15px 30px rgba(241, 99, 158, 0.1);
  }
  
  .socialButton-blue {
    border-color: #0072b133;
  }
  
  .socialButton-blue:hover {
    border-color: #0072b180;
    background: linear-gradient(to top right, #0072b11a, rgba(0, 0, 0, 0.4));
    box-shadow: 0 15px 30px #0072b14d;
  }
  
  .socialButton-blue svg {
    color: #0072b1;
  }
  
  .socialButton-blue:hover svg {
    color: #2288be;
  }
  
  .socialButton-red {
    border-color: rgba(239, 68, 68, 0.2);
  }
  
  .socialButton-red:hover {
    border-color: rgba(239, 68, 68, 0.5);
    background: linear-gradient(to top right, rgba(239, 68, 68, 0.1), rgba(0, 0, 0, 0.4));
    box-shadow: 0 15px 30px rgba(239, 68, 68, 0.3);
  }
  
  .socialButton-red svg {
    color: #ef4444;
  }
  
  .socialButton-red:hover svg {
    color: #f87171;
  }

#footer {
    background-color: #293040b9;
}

#footer .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#footer .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.column .logo {
    width: 600px;
    margin-bottom: 30px;
}

.column h4 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #fff;
}

.column p {
    font-size: 16px;
    margin: 15px 15px 8px 0;
    color: white;
}

.copyright {
    text-align: center;
}
@media (max-width:399px) {

    #header {
        padding: 20px 40px;
    }
   
    #navbar {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 250px;
        background-color: #293040;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }

    #navbar ul {
        
        width: 100%;
    }

    #navbar ul li {
        width: 100%;
        text-align: left;
        padding: 15px 30px;
    }

    #navbar ul li a {
        display: block;
        width: 100%;
    }

    .hamburger {
        display: flex;
    }

    #navbar button {
        display: flex ;
    }

    #navbar.active {
        transform: translateX(0);
    }


    .hamburger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    .logo {
        width: 150px;
    }
    .column .logo {
        width: 200px;    
    }
    
    
    .column p{
        font-size: 14px;
        padding: 0;
    }

    .copyright p{
        font-size: 14px;
        padding: 0;
    }
    p{
        padding-left: 10px;
        padding-right: 10px;
    }
    .actualInfo p {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #contact p {
        font-size: medium;
        line-height: 1.5em;
    }
    #socialsOuterContainer {
        width: 100%;
      }
      #contact {
        padding: 40px 20px;
      }
      #footer {
        padding: 40px 20px;
      }

}
@media (min-width:400px) and (max-width:639px) {
    #header {
        padding: 20px 40px;
    }
   
    #navbar {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 250px;
        background-color: #293040;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }

    #navbar ul {
        
        width: 100%;
    }

    #navbar ul li {
        width: 100%;
        text-align: left;
        padding: 15px 30px;
    }

    #navbar ul li a {
        display: block;
        width: 100%;
    }

    .hamburger {
        display: flex;
    }

    #navbar button {
        display: flex ;
    }

    #navbar.active {
        transform: translateX(0);
    }


    .hamburger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    .logo {
        width: 150px;
    }
        
    
    .column .logo {
        width: 300px;
        margin-bottom: 30px;
    }
    .column p{
        font-size: 14px;
        padding: 0;
    }

    .copyright p{
        font-size: 14px;
        padding-left: 10px;
    }
    p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .actualInfo p {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #contact p {
        font-size: medium;
        line-height: 1.5em;
    }
    #socialsOuterContainer {
        width: 100%;
      }#contact {
        padding: 40px 20px;
      }
      #footer {
        padding: 40px 20px;
      }
}

@media (min-width:640px) and (max-width:950px) {
    #header {
        padding: 20px 40px;
    }
    .logo {
        width: 200px;
    }
    #navbar li {
        padding: 0 10px;
    }
    
    #navbar li a {
        font-size: 14px;
        font-weight: 600;
    }
    .column .logo {
        width: 500px;
        margin-bottom: 30px;
    }
    p{
        padding-left: 30px;
        padding-right: 30px;
    }
    #socialsOuterContainer {
        width: 100%;
      }
}
@media (min-width:951px) and (max-width:1280px) {
    #header {
        padding: 20px 40px;
    }
    .logo {
        width: 200px;
    }
    #navbar li {
        padding: 0 10px;
    }
    
    #navbar li a {
        font-size: 14px;
        font-weight: 600;
    }

    .column .logo {
        width: 500px;
        margin-bottom: 30px;
    }
    .column p{
        font-size: 14px;
       
    }

    .copyright p{
        font-size: 14px;
        padding-left: 30px;
    }
    #socialsOuterContainer {
        width: 100%;
      }
}