
* {
    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; 

  } 
 
 /*  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;
 }
 
 
 #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: -180px;
   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: 80%;
}
@media (max-width:300px) {
  #fixed-btn2{

     margin-right: 0px;
  
 
 }
  
}
@media (max-width:1190px) {
   #fixed-btn2{
      border-radius: 50%;
   
      margin-right: 0px;
      transition: font-size 0.5s;
   
   }
   
}
 
 @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: block;
  margin-bottom: 20px;
  animation: logo 2s ease forwards;
}

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

   .navbar-menu a:hover {
      color: white;
   

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

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

}


 
 /* notable lauretes section styling */
   
 .title{
    font-size: clamp(20px,5vw,60px);
    color: #04094d;
 }
 .snap-scroll-container{
    display: flex;
    overflow-x: hidden;
 
    
}

#notablelauretes-heading{
    color:  rgba(5, 5, 128);
}
.snap-item{
    flex: 0 0 30%;
    display: flex;
    color: #3c057a;
    border-color:#3c057a;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
    padding: 20px 20px 20px 20px;
    scroll-snap-align: start;
    margin-bottom: 200px;
    transition: background-color 0.5s ease;
    background-color: white;
font-size: clamp(10px,5vw,18px);
}

.snap-item:hover{
    background-color:rgb(2, 2, 71);

    color: white;
    border-color:rgb(2, 2, 71);
}

@media (max-width: 992px) {
    .snap-scroll-container{
        display: block;
      
    }
  
    .snap-item{
margin-bottom:50px ;
margin-left: 20px;
margin-right: 20px;

    }
    #item1{
        margin-top: 50px;
    }
    #notablelauretes-heading{
 padding-top:50px;
        position: relative;
    }
}
    @media (min-width: 992px) {
        .snap-scroll-container{
            margin-left:30px;

            
        }
    .snap-item{
        margin-left: 20px;
        margin-right: 20px;
        animation: snap-items 8s infinite  both;
        animation-play-state: running;
        transition: background-color 0.5s ease, transform 0.3s ease; 
    }
    .snap-item:hover{  animation-play-state: paused;}
    .snap-scroll-container:hover .snap-item {
        animation-play-state: paused;  
    }
    @keyframes snap-items {
        from{
         transform: translateX(200px);
 
        }
        
         to{
             transform: translateX(-4000px);
         }
     }
    }


/* books section */

.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 15px;
}

.section-title {
    text-align: center;
font-size: clamp(20px,5vw,40px);
    margin-bottom: 50px;
    color: #04094d;;
}

.book-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    padding: 50px;
}

.book-item:hover {
    transform: translateY(-10px);
}

.book-title {
   font-size: clamp(15px,5vw,25px);
    margin-bottom: 15px;
    color: #3c057a;}

.book-description {
    font-size: clamp(10px,5vw,15px);
    color: #555;
    margin-bottom: 20px;
}

.download-btn {
    background-color:  #04094d;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
@media(max-width:768px){
    .download-btn{
        padding: 5px 10px;
    }
}
.download-btn:hover {
    background-color: #0b148b
}

.download-btn:active {
    background-color: #003c80;
}
.quotes{
    border-radius: 30px;
    padding: 40px;
background-color: white;
color: black;
max-height: 400px;

    transition: transform 0.3s ease;}

.quotes:hover {
    transform: translateY(-10px);
}


.quotes-text{
   font-size: 18px;
}
.text-label{
    font-size: 15px;
    font-weight: bold;
 }
#quotes-sec{
    /* background: rgb(0,7,36);
    background: linear-gradient(90deg, rgba(0,7,36,1) 0%, rgba(102,83,177,1) 100%); */
border-radius: 20px;
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%);
width: 100%;
padding: 50px;
margin-top: 100px;

}
    @media (max-width: 768px) {
    .book-item {
        margin-bottom: 30px;
    }
    .quotes-text{
        font-size: 10px;
     }
     .text-label{
        font-size: 8px;
     }
}
   /* 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;
    }
 }
 