
@keyframes slideInLeft {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }

  @keyframes slideInRight {
    100% {
      transform: translateX(0);
    }
    0% {
      transform: translateX(100%);
    }
  }

  h1 {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: slideInLeft;

    padding-top: 30px;
    padding-bottom: 29px;
  }

  .p1 {
       padding-bottom: 40px;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: slideInRight;
    padding-right: 40px;
    padding-left: 40px;
  
    
  }
  
  header{
    background-color: wheat;
    
  }
    .head{
        font-family: 'CharukolaUltraLight', sans-serif;
text-align: center;
color: rgb(3, 103, 150);
padding-top: 50px;
 
    }
    #nav1, #nav2, #nav3, #nav4{
        color: #0097B2;
    }
    #nav2{
        display: inline-block;
        position: relative;
        color: #0097B2;
      }
      
      #nav2:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #0087ca;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
        
      }

      
      #nav2:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
        
      }

      #nav3{
        display: inline-block;
        position: relative;
        color: #0097B2;
      }
      
      #nav3:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #0087ca;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
        
      }

      
      #nav3:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
        
      }


      #nav1{
        display: inline-block;
        position: relative;
        color: #0097B2;
      }
      
      #nav1:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #0087ca;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
        
      }

      
      #nav1:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
        
      }

      .about{
        background-color: #FFFAF3;
        text-align: center;
        padding: 20px;
      }

      .about h3{
        font-family: 'CharukolaUltraLight', sans-serif ;
        font-weight: bolder;
        color: #0097B2;
      }

      .about p{
        font-family: 'Hind Siliguri', sans-serif;
      }

      nav{
       
font-family: 'Maven Pro', sans-serif;
      }

      .but{
        height: 50px;
        font-family: 'Maven Pro', sans-serif;
      }

      a{
        text-decoration: none;
      }

    .container  .header{
      margin-top: 50px;
        border: 5px solid ;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-top-color: #0097B2;
        border-right-color: #0097B2;
        border-bottom-color: #2c75ea;
        border-left-color: #2c75ea;
      }

      .svg{
        align-items: center;
      justify-content: center;    display: block;
      margin-left: auto;
      margin-right: auto;
  
      }

      .categories h3{
        background-color: #0b4866;
        color:white;
        padding: 10px;
        border: 2px solid black;

      }


      .segments h3{
        background-color: rgb(5, 78, 5);
        color:rgb(255, 255, 255);
        padding: 10px;
        border: 2px solid black;
       
      }


.mc .card{
  border-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 border-top-left-radius: 30px;
 font-family: 'CharukolaUltraLight', sans-serif;
 font-weight: bold;
}

@import url('https://cdn.rawgit.com/sh4hids/bangla-web-fonts/sornaly/stylesheet.css');


  @import url('https://fonts.googleapis.com/css2?family=Mina&display=swap');

  @media only screen and (max-width: 700px) {
    .p1, .aboutp {
      font-size: 14px; /* Adjust font size for small devices */
    }

    .paraimg{
      width: 100%;
    }
  }

.nav1{
  font-weight: bold;
}
  .head-main{
    font-family: 'CharukolaUltraLight', sans-serif ;
    font-weight: bolder;
  }

  .first{
    color: #0097B2;
  }

  .second{
    color: #FF914D;
  }

  .hello{
    border: 2px solid #083279;
    color: #083279;
    
                    }
    
                    .hello:hover{
                      
                      background-color: #083279;
                      color: white;
                    }

                    #register{
                      border: 2px solid #083279;
                      background-color: #083279;
                      color: white;
                    }


                    .question-no{
                      text-align: center;
                      background-color: green;
                      color: white;
                      font-weight: bold;
                      width: 35px;
                      height: 35px;
                      padding-top: 5px;
                      border: 1px solid yellowgreen;
                      border-radius: 10px;
                    }


.btn-1{
  background-color: #0b4866;
  color: white;
  width: 150px;
  height: 35px;
  border: 2px solid #0b4866;
  border-radius: 20px;
  margin-right: 5px;
  margin-top: 7px;
  transition: 0.4s;
}
.btn-1:hover{
  transition: 0.4s;
  background-color: transparent;
  color:#0b4866;
  width: 150px;
  height: 35px;
  border: 2px solid #0b4866;
  border-radius: 20px;
  margin-right: 5px;
  margin-top: 7px;
}

.btn-2:hover{
  transition: 0.4s;
  background-color: transparent;
  color:#0097B2;
  width: 100px;
  height: 35px;
  border: 2px solid #0097B2;
  border-radius: 20px;
  margin-right: 5px;
  margin-top: 7px;
}

.btn-2{
  transition: 0.4s;
  background-color: #0097B2;
  color: white;
  width: 100px;
  height: 35px;
  border: 2px solid #0097B2;
  border-radius: 20px;
  
}

.header{
  background-color: #306e80;
  height: 150px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom: 5px double #306e80;
}

.margin1{
  padding-top: 30px;
}

.bangla{
  font-family: 'Hind Siliguri', sans-serif;
}

.eng{
  font-family: 'Ubuntu', sans-serif;
}

.footer{
  background-image: url(/wave\ \(2\).svg);
  background-size: cover;
  background-color: #d0d9de;
  height: 433px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-top-color: #24aed5;
  border: 3px solid #24aed5;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.img2{
  
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.style2{
  border: 2px solid #306e80;
  background-color: #306e80;
  opacity: 100%;
  border-radius: 20px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.big{
  font-size: 35px;
  padding-left: 10px;
  padding-right: 10px;

}

.color3{
  color: #fff;
  background-color: #004456;
  height: 85px;
  padding-top: 10px;
}

.link{
  text-decoration: none;
  color: #306e80;
}
