*{
    font-family: poppins;
    scroll-behavior: smooth ;
}   
body{ 
    /* background: #e5e5e5; */
    font-family: Arial, sans-serif;
    /* margin: 0;
    padding: 0px 200px 0px 200px ; */
}

.padd1{
    max-width: 100%;
    height: auto;
    padding: 0px 200px 0px 200px ;
}

@media (max-width: 1025px) {
    .padd1 {
        padding: 0px 20px 0px 20px;
    }
}

.navbar {
  animation: fadeInDown 2s 1.5s;
  /* background-color: #333; */
  color:  #171717;
  margin-top: 10px;
  padding: 1rem;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=SUSE:wght@100..800&display=swap');
.logo {
  max-width: auto;
  font-family: "Arvo", serif;
  font-weight: 500;
  font-size: 45px;
  display: flex;
  color: #540165;
  
}
.logo img{
  transform: translateY(10px);
  width: 40px;
  height: 40px;
}

.nav-menu {
  display: flex;
  list-style: none;
}

.nav-item {
  margin-left: 2rem;
}

.nav-link {
  font-weight:500;
  text-decoration: none;
  color: #171717;
  font-size: 1.1rem;
  transition: 0.3s ease;
}

.nav-link:hover {
  color: #107efb;
}

.hamburger {
  animation: fadeInDown 2s 1.5s;
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}

@media (max-width: 768px) {
  .hamburger {
      display: block;
  }

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

  .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu {
      position: fixed;
      left: -100%;
      top: 70px;
      margin-top: 30px;
      gap: 0;
      flex-direction: column;
      background: #f2f1f1;
      width: 100%;
      text-align: center;
      transition: 0.3s;
      z-index: 1000;
  }

  .nav-item {
      margin: 16px 0;
  }

  .nav-menu.active {
      left: 0;
  }
}

#section{
  margin-top: -50px;
  animation: fadeInDown 2s 1.3s;
}

  .loading-screen {
    background: #ffffff;
    transition: opacity 0.1s ease-out;
  }
  
  .loading-text {
    display: inline-block;
    color: #000000;
    font-weight: 500;
  }
  
  .loading-dots::after {
    content: '';
    display: inline-block;
    animation: loading-dots 1.5s infinite;
    width: 24px;
    color: #000000;
  }

  @keyframes loading-dots {
    0%, 20% { content: '.'; }
    40%, 60% { content: '..'; }
    80%, 100% { content: '...'; }
  }

  #btn{
    background-color: #107efb ;
    background-image: linear-gradient(to left, #4481eb 0%, #04befe 100%);
  }
  #btn:hover{
    background-color: #087bd3;
  }
  #btn2{
    background-color: #6ccf25 ;
    background-image: linear-gradient(to left, #0ba360 0%, #3cba92 100%);
    color: WHITE;
  }
  #btn2:hover{
    background-color: #5cbf25;
  }

  .section2{
    font-size: 3rem;
    font-weight: 500;
    animation: fadeInUp 2s 1.5s;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0px;
  }

  @media (max-width: 1025px) {
    .section2 {
        font-size: 2rem;
    }
  }

  .sub-section2{
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  } 

  @media (max-width: 1025px) {
    .sub-section2 {
        margin-top: 40px;
        flex-direction: column;
        gap: 40px;
    }
  }
  .sub-section2 img:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
  }

  .sub-section2 img:not(:hover){
    transition: ease-out 0.4s;
  }

  .section3 h1{
    font-size: 3.2rem;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
  }

  .section3 p{ 
    margin-top: 15px;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    }
    
    @media (max-width: 1025px) {
      .section3 p{
          font-size: 1.1rem;
      }
    }

    @media (max-width: 1025px) {
      .section3 h1{
          font-size: 2rem;
      }
    }
    
    #img1:hover {
      transform: scale(1.1);
      transition: all 0.5s ease-in; 
    }

    #img1:not(:hover) {
      transition: all 0.4s ease-out; 
    }

    #img2:hover {
      transform: scale(1.1);
      transition: all 0.5s ease-in; 
    }

    #img2:not(:hover) {
      transition: all 0.4s ease-out; 
    }

    #img3:hover {
      transform: scale(1.1);
      transition: all 0.5s ease-in; 
    }

    #img3:not(:hover) {
      transition: all 0.4s ease-out; 
    }

    #img4:hover {
      transform: scale(1.1);
      transition: all 0.5s ease-in; 
    }

    #img4:not(:hover) {
      transition: all 0.4s ease-out; 
    }

    #section5{
      margin-top: -100px;
    }

  .bg1{
    background-image: url('/assests/bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 200px 80px 200px;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

.bg2{
    background-image: url('/assests/bg2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 200px 80px 200px;
    /* margin-top: 100px; */
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .bg2 h1{
    font-size: 3.2rem;
    text-align: center;
    color: rgb(0, 0, 0);
  }

  .bg2 p{
    font-size: 1.2rem;
    text-align: center;
    margin-top: 20px;
    color: rgb(0, 0, 0);
  }

  @media (max-width: 1025px) {
    .bg2 {
        padding: 50px 20px 50px 20px;
    }
  }

  @media(max-width: 1025px){
    .bg2 h1{
        font-size: 2rem;
    }
  }

  @media(max-width: 1025px){
    .bg2 p{
        font-size: 1.1rem;
    }
  }

  .bg1 h1{
    font-size: 3rem;
    text-align: center;
  }

  .bg1 p{
    font-size: 1.2rem;
    text-align: center;
    margin-top: 20px;
  }

  @media (max-width: 1025px) {
    .bg1 {
        padding: 50px 20px 50px 20px;
    }
  }

  @media (max-width: 1025px) {
    .bg1 h1{
        font-size: 2rem;
    }
  }

  @media (max-width: 1025px) {
    .bg1 p{
        font-size: 1.1rem;
    }
  }

  .animated-button {
    margin-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    box-shadow: 0 0 0 2px rgb(0, 0, 0);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button svg {
    position: absolute;
    width: 24px;
    fill: rgb(0, 0, 0);
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .arr-1 {
    right: 16px;
  }
  
  .animated-button .arr-2 {
    left: -25%;
  }
  
  .animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    /* border: #000000 solid 2px; */
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #ffffff;
    border-radius: 12px;
  }
  
  .animated-button:hover .arr-1 {
    right: -25%;
  }
  
  .animated-button:hover .arr-2 {
    left: 16px;
  }
  
  .animated-button:hover .text {
    transform: translateX(12px);
  }
  
  .animated-button:hover svg {
    fill: #ffffff;
  }
  
  .animated-button:active {
    scale: 0.95;
    /* box-shadow: 0 0 0 4px rgb(0, 0, 0); */
  }
  
  .animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  }
  

  .animated-button2 {
    margin-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    box-shadow: 0 0 0 2px rgb(0, 0, 0);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button2 svg {
    position: absolute;
    width: 24px;
    fill: rgb(0, 0, 0);
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button2 .arr-1 {
    right: 16px;
  }
  
  .animated-button2 .arr-2 {
    left: -25%;
  }
  
  .animated-button2 .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    /* border: #000000 solid 2px; */
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button2 .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button2:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #ffffff;
    border-radius: 12px;
  }
  
  .animated-button2:hover .arr-1 {
    right: -25%;
  }
  
  .animated-button2:hover .arr-2 {
    left: 16px;
  }
  
  .animated-button2:hover .text {
    transform: translateX(12px);
  }
  
  .animated-button2:hover svg {
    fill: #ffffff;
  }
  
  .animated-button2:active {
    scale: 0.95;
    /* box-shadow: 0 0 0 4px rgb(0, 0, 0); */
  }
  
  .animated-button2:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
  }
  
  