* {
    box-sizing: border-box; 
scroll-behavior: smooth;
font-family: serif;
  }
  h1,h2,h3,h4,h5,h6{
   font-family: verdana;
  }

  body {
    max-width: 100vw; 
    max-height: 100vh; 
    overflow-x: hidden; 

  }
  .logo {
  display: block;
  margin-bottom: 20px;
  animation: logo 2s ease forwards;
}

@keyframes logo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform:  translateX(70px);
  }
}

   
/*  header section */ 

.navbar {
   display: flex;
   justify-content: space-between;
   align-items: center;
   background-color: rgba(4, 4, 78,0.9);
   padding: 10px 20px;
   position: sticky;
   width: 100%;
   height: 100px;
   top: 0;
   z-index: 1000;


}
 
 .toggler-btn{
    border: none;
 }
 #header-anchor{
    margin-right: 50px;
 }
 .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  height: 80px;

 }
 #logoforsm{
   border-radius: 50%;
   display: none;}
 .logo {
    height: 80px;
  
    width: 100px;
border-radius: 50%;
animation: logo-anim 1.5s both ease-in-out;
 }
@keyframes logo-anim {
   from{
      transform: translateX(0px);
      opacity: 0;
   }
   to{
      transform: translateX(50px);
      opacity: 1;
   }
}

 #scroll{
    width: 100%;
    height: 300px;
    margin-top: 300px;

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

 margin-top: 10px;
 }
 
 .navbar-menu li {
    margin-left: 50px;
 }
 
 .navbar-menu a {
    color: white;
    text-decoration: none;
   

 
 }
 
 
 .navbar-toggler {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
 }
 
 
 
 
 @media(max-width:1120px){
   
    
     .navbar-menu {
        list-style: none;
        display: flex;
   width: 80%;
     margin-top: 10px;
     }
     
     .navbar-menu li {
        margin-left: 50px;
     }
     #scroll{ height: 700px;}
     
    
 }

 @media(max-width:1050px){
   
     #scroll{
        height: 750px;
     }
  
     
    .navbar-menu {
       list-style: none;
       display: flex;
  width: 80%;
    margin-top: 10px;
    }
    
    .navbar-menu li {
       margin-left: 40px;
    }}
    @media(max-width:955px){
   
     
  
     
        .navbar-menu {
           list-style: none;
           display: flex;
      width: 80%;
        margin-top: 10px;
        }
        
        .navbar-menu li {
           margin-left: 30px;
        }}

        @media(max-width:890px){
   
     
  
     
            .navbar-menu {
               list-style: none;
               display: flex;
          width: 70%;
            margin-top: 10px;
            }
            
            .navbar-menu li {
               margin-left: 10px;
            }}

            @media(max-width:783px)and(min-width:751px){
   
     
  
     
                .navbar-menu {
                   list-style: none;
                   display: flex;
              width: 80%;
                margin-top: 10px;
                }
                
                .navbar-menu li {
                   margin-left: 10px;
                }}
 @media (max-width: 750px) {
   .navbar-menu {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 80px;
      left: 0;
      right: 0;
      background-color: rgba(4, 4, 78);
 max-height: 0;
      overflow: hidden;
      gap: 20px;
     width: 100%;
   justify-content: center;



   }
   #lauretes-link{

width:55%;


   }
.navbar-menu li{
   width:50%;
   display: flex;
   justify-content: end;


}
   .navbar-menu.active {
      display: flex;
      max-height: 500px;

   }

   .navbar-toggler {
      display: block;
      color: white;
   }
 .navbar-menu a {
      color: white;
      text-decoration: none;
     
      padding: 10px;
 
   }
#header-anchor{
margin-right: 0px;
}
.navbar-brand{
   width:55%;
display: flex;
justify-content: end;


}
.logo{
display: none;
}
#logoforsm{
   display: block;
   margin-bottom: 20px;
  
}
   .navbar-menu a:hover {
      color: white;
   

   }
}
@media (max-width:600px) {
   #scroll{
      margin-top: 1000px;
   }
}

@media(max-width:300px){
#scroll{margin-top:1150px} 

}


#nav-btns1,#nav-btns2,#nav-btns3,#nav-btns4,#nav-btns5,#nav-btns6,#nav-btns7{
    padding: 0.3vw;
    border-radius: 50%;
    border: 2px white solid;
    background-color: transparent;
    transition: background-color 0.5s;
}

#nav-btns1:hover{
    background-color: white;
}
#nav-btns2:hover{
    background-color: white;
}
#nav-btns3:hover{
    background-color: white;
}
#nav-btns4:hover{
    background-color: white;
}
#nav-btns5:hover{
    background-color: white;
}
#nav-btns6:hover{
    background-color: white;
}
#nav-btns7:hover{
    background-color: white;
}


#nav-btns-con {
    z-index: 2;
    margin-top: 100px;
    max-width: 100%;
}

.btn-fixed {
    background-color: #a465ed;
    color: white;
 
    border: none;

    font-size: clamp(10px, 5vw, 10px);  
    transition: color 0.5s;
    -webkit-animation: scale-up-hor-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-hor-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
   
    
}
#fixed-btn1{
    border-radius: 20px;
   
}

#fixed-btn2{
    border-radius: 50%;
    margin-right: 100px;
    transition: font-size 0.5s;

}
#fixed-btn1:hover {
   background-color: white;
   color: #a465ed;
}
#fixed-btn2:hover {

   font-size: 1.7vw;
}
#arrow-icon{
   transition: transform 0.5s;
}
#arrow-icon:hover{
   transform: rotate(0.5turn);
}
#fixed-div{
   top: 90%;
}
@media (max-width:300px) {
   #fixed-btn2{

      margin-right: 0px;
   
  
  }
   
}
 .contact-section {
   background: rgb(0,0,0);
    background: linear-gradient(27deg, rgba(0,0,0,1) 0%, rgba(9,9,121,1) 49%, rgb(0, 0, 0) 100%);

    padding-top: 200px;
    
  }

  .contact-info {
    background-color: white;

    padding: 20px;
    border-radius: 10px;
  }

  .contact-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .contact-title {
color: #04094d;
font-size: clamp(15px, 5vw, 35px);
    font-weight: bold;
  }

  .contact-btn {
    background-color: #3c057a;
    color: white;
    border: none;
    border-radius: 30px;
  }

  .contact-btn:hover {
    background-color: #2a0355;
  }
 .contact-para,.form-inputs, .list-unstyled li{
   font-size: clamp(10px,5vw,18px);
 }


   /* Footer section */
.nobel-footer {
   background: linear-gradient(255deg, #04094d, #7a4dbe); 
   color: white;
   padding: 40px 0;
   position: relative;
}


#footer-logo{
   border-radius: 50%  ;
}


.footer-section {
   margin-bottom: 30px;
}


.footer-title {
   font-size: 22px;
   font-weight: bold;
   color:white;
   margin-bottom: 10px;
}


.footer-section ul {
   list-style: none;
   padding-left: 0;
}

.footer-section ul li {
   margin-bottom: 8px;
}

.footer-section ul li a {
   color: #d3a8f6;
   text-decoration: none;
   font-size: 18px;
   transition: color 0.3s ease;
}

.footer-section ul li a:hover {
   color: #ffffff; 
}


.social-icons {
   list-style: none;
   padding-left: 0;
}

.social-icons li {
   display: inline-block;
   margin-right: 15px;
}

.social-icons li a {
   color: #d3a8f6;
   font-size: 24px;
   transition: color 0.3s ease;
}

.social-icons li a:hover {
   color: #ffffff;
}


.footer-text {
   color: #fff;
   font-size: 14px;
   margin-top: 20px;
}

@media (max-width: 768px) {
   .footer-section {
       text-align: center;
   }

   .social-icons li {
       margin-right: 10px;
   }
}
