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

  }
  

  #title,#faq-heading,#history-title,#notablelauretes-heading{
        font-size: clamp(20px, 5vw, 70px); }
    .description,.photo-heading,.streams,.clickhere{
        font-size: clamp(12px, 5vw, 30px); 
    }
    .history-description,.coming-up-para{ font-size: clamp(12px, 5vw, 20px); }
    .section-title,.footer-title,.form-title{
        font-size: clamp(18px, 5vw, 55px);
    }
    .btn h4, .btn-fixed h4{
        font-size: clamp(10px, 5vw, 20px);
    }
    #arrow-icon{ width: clamp(10px, 5vw, 20px);
        height: clamp(10px, 5vw, 20px);
    }
    .video2-text{
        font-size: clamp(5px, 5vw, 20px);
    }
    .section-description,.list,.form-quiz,.intro,.history-categories,.footer-line{
        font-size: clamp(10px, 5vw, 17px);
    }
    
    .nomination-links,.nomination-intro{
        font-size: clamp(10px, 5vw, 18px);
    }
    .categories,.sub-title{
        font-size: clamp(12px, 5vw, 20px);
        font-weight: bolder;
    }
    
    .laurete-main,.drop-down{

     font-size: clamp(12px, 5vw, 15px);
    }
    .facts-para{ font-size: clamp(12px, 2vw, 15px);}
   .faqs-q{
    font-size: clamp(12px, 5vw, 19px);
   }
   .faqs-p{
    font-size: clamp(11px, 5vw, 15px);
   }
  
  .history-sec-main{
    font-size: clamp(18px, 5vw, 30px);
   }
 .navbar-menu li a
{   font-size: clamp(8px, 5vw, 15px);

}

/* getstrated */
.GetStarted{
    position: fixed;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    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%);

    z-index: 9999999999;
    display: flex ;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.GetStarted img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 50px;
}
.GetStarted  button{
    padding: 8px 20px 12px 20px;
border: none;
    font-weight: bold;
border-radius: 30px;
    background-color: white;
    color: #03047d;
    font-size: 20px;
    transition: transform 0.5s;

}
.GetStarted button:hover{
   transform: scale(1.2);
}
@media (max-width:250px) 
{.GetStarted img{
    width: 100px;
    height: 100px;
  
}
.GetStarted  button{
    padding: 8px 20px 12px 20px;
            font-size: 10px;

}  
}

/* hero-section */
#hero-section {
    position: relative;
    width: 100%;
    height: 150vh;
    margin-top: 50px;
  

}
   


#video1,#video2{
    position: absolute;
  
    object-fit: cover;
    z-index: -1;
}
#video1{
    width: 100%;
    height: 100%;
    margin-top: 50px;
    
}
#hero-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 128, 0.7);
    z-index: 0;
    margin-top: 50px;
    color: rgba(206, 187, 187, 0.199);
}


#divtext {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
   
}

#title {

    text-transform: uppercase;
    font-weight: bold;
    word-spacing: 2px;
    line-height: 1.2;
    -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;
}
.description,.history-description {
   
    -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;
}

#btn {
    background-color: #a465ed;
    color: white;
    border-radius: 40px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;

    
    transition: background-color 0.5s;
    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;

    
}

#btn:hover {
    background-color: white;
    color: #a465ed;
}


#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%;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-11-22 23:7:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-hor-center
 * ----------------------------------------
 */
 @-webkit-keyframes scale-up-hor-center {
    0% {
      -webkit-transform: scaleX(0.4);
              transform: scaleX(0.4);
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
  @keyframes scale-up-hor-center {
    0% {
      -webkit-transform: scaleX(0.4);
              transform: scaleX(0.4);
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
  
#form{
    top: 60%;
}
#fixed-div{
    top: 90%;
}
#form .col-2,
#form .col-8 {
    padding: 10px;
}
.form-cont{
border-radius: 20px;


}
.form-title{
    color:  rgb(5, 5, 128);
    
font-weight: bold;
}
.form-quiz{
    color: #3c057a;
   
}
.form-aside{
    background-color: #3c057a;
line-height: 1.8;

}
.form-small-sec {
    background-color: #4a0797;
    border-bottom-left-radius: 20px;
   
}
.grey-sec{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius:20px;
}
details summary{
   animation: categories 3s infinite;
}
@keyframes categories {
    to{
        transform: scale(1.5);
    }
}

.list {
    border: 1px solid #a465ed;
    margin-top: 5px;
    border-radius: 20px;
    background-color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
    list-style: none;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.facts{
    border: 1px solid #a465ed;
    margin-top: 5px;
    border-radius: 20px;
    background-color: white;
    transition: transform 0.5s; 
    list-style: none;

   
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.facts:hover{
    transform: scale(1.05); 

}
.list:hover {
    background-color: rgba(130, 25, 250, 0.7);
    color: white; 
    transform: scale(1.05); 
}
.list:hover {
    animation: none;
}

 



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

    border: none;
    font-family: Arial, Helvetica, sans-serif;

    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;
    transition: background-color 0.5s;
 
}

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

}
#arrow-icon{
    transition: transform 0.5s;
}
#arrow-icon:hover{
    transform: rotate(0.5turn);
}
#fixed-btn1:hover {
    background-color: white;
    color: #a465ed;
}
#fixed-btn2:hover {
 
    font-size: 1.7vw;
}

@media (max-width: 508px) {
    #form .col-8 {
        width: 100%; 
        padding: 0;
    }
    .grey-sec {
        width: 100%; 
        padding: 0 10px;
        display: block;  
    }
    .list {
        max-width: 100%; 
        word-wrap: break-word;
      
    }
 
   
}
@media (max-width: 992px) {
.form-small-sec{
    display: none;
}}

   
/*  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;
   
     }
   
     #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;
     }
     
    
    
    .logo.animate-logo {
        transform: translateX(50px) ;
        opacity: 1;
    }
    
    #logoforms{
border-radius: 50%;
display: none;
    }
  
     .logo {
        height: 80px;
        transition: transform 1.5s ease, opacity 0.5s ease; 
        width: 100px;
   border-radius: 50%;
   opacity: 0;
   transform: translateX(0px); 

     }
    
     
     
     @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;
            }
            #scroll{
                margin-top: 550px;
            }}

            @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} 

}




/* Nobel Prize Award Ceremony Section Styles */

#nobel-award-ceremony {
    background-color: #f4f6f9;
    padding-top: 50px;
    padding-bottom: 50px;
  
 
  }
  .further-info{
    font-size: clamp(9px,5vw,18px);
    z-index: -1;
  }
  .section-title {

    font-weight: 700;
    color: #03047d;
  }
  
  .section-description {
    font-family: 'Open Sans', sans-serif;
 
    color: black;
  }
  
  .ceremony-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  
 
  .event-highlight{
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    transition:  transform 0.5s;
  }
  .special-para{
    line-height: 1.8;
  }
  .special-guests {
    background-color: #fff;
    border-radius: 8px;
    padding: 8.5px;
    transition:  transform 0.5s;
  }
  .event-timing{
    background-color: #fff;
    border-radius: 8px;
padding: 10px;
transition:  transform 0.5s;
  }
  .event-highlight h3,
  .event-timing h3,
  .special-guests h3 {

    font-weight: 600;
    color: #03047d;
    margin-bottom: 15px;
  
  }
  
  
  
  .event-highlight li {

    color: black;
    margin-bottom: 10px;
  }
  
  .cta-button {
    background-color: #03047d;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;

    font-weight: 600;
    transition: background-color 0.3s ease-in-out;
    text-decoration: none;
  }
  
  .cta-button:hover {
    background-color:#3c057a;
  }
  
  .cta-button:focus {
    outline: none;
  }
  

  @media (max-width: 767px) {
    .ceremony-details {
      display: block;
      margin-bottom: 0;
    }
  
    .event-highlight,
    .event-timing,
    .special-guests {
      margin-bottom: 20px;
    }
  }
  @media(min-width:768px){
    .event-highlight:hover
  {transform: scale(1.1);
  }
  .event-timing:hover
  {transform: scale(1.1);
  }
  .special-guests:hover
  {transform: scale(1.1);
  }
  }
  /* Featured Laureates Section */
.featured-laureates {
    padding: 60px 0;
    font-size: clamp(10px,5vw,20px);
    z-index: -2;
    position: relative;

 }
 
 
 .card {
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 

 }
 

 .card-img-top {
    border-radius: 10px 10px 0 0; 
  height: 200px;
   
 }
 
 @media (max-width:992px) {
    .card-img-top {
    
      height: 300px;
       
     }
 }@media (max-width:768px) {
    .card-img-top {
    
      height: auto;
       
     }
 }
 .card-body {
    padding: 20px;
    text-align: center;
 }
 

 .card-title {
    font-weight: bold;
    margin-bottom: 10px;
 }
 
 
 .card-text {
    color: #555; 
 }
 .more-btn{
    color: #03047d;
    text-decoration:underline  #03047d 2px;
font-weight: bold;
 }.more-h{position: relative; z-index: -4;}
 
 @media (max-width: 767px) {
    .card {
       margin-bottom: 20px; 
    }
 }
 @media(min-width:768px){
  .card{
    transition: transform 0.3s ease; 
  }
  
    .card:hover {
       transform: scale(1.05);
       box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    }
    }

 /* <!-- timeline section --> */
.time-line-div{
    height:120px;
width: 300px;
border-radius: 50%;
background: linear-gradient(255deg, #04094d, #7a4dbe); 
cursor: pointer;
}
.timeline-year{
    text-decoration: underline white 2px;
}

.row {
    position: relative; /
}


.time-line-details {
    border-radius: 30px;
    padding: 20px 20px 10px 20px;                                 
    position: absolute;
    opacity: 0; 
    transition: opacity 0.5s;
    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%);
    color: white;

 font-size: 19px;
                       
}  
#timeline-box5,#timeline-box3,#timeline-box4,#timeline-box2,#timeline-box1 {
   margin-top: 150px;}                                                           



#timeline-box1 {
opacity: 1;}
#timeline2{
    display: none;
}

@media (max-width: 768px) {
    #timeline{
        display: none;}
        #timeline2{
            display: block;
            font-size: clamp(10px,5vw,15px);
        }
    }
  
  @media (max-width: 576px) {
  
    
    .timeline-year {
      font-size: 12px;
    }
    
    .time-line-details {
      width: 95%;
      padding: 10px;

    }
   
  }


 
 /* Footer section */
.nobel-footer {
    background: linear-gradient(255deg, #04094d, #7a4dbe); 
    color: white;
    padding: 40px 0;
    position: relative;
    z-index: -3;
}
#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;
    }
}
