@font-face{
  font-family: Barlow;
  src: url(barlow/BarlowCondensed-Thin.ttf)
}
html{
  scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
    }
    ul {
        list-style: none;
      }
      
      a {
        text-decoration: none;
      } 
    .header{
        background-color: rgba(26, 35, 126, 1);
        width: 100%;
        height: 100px;
        color: #eee;
        position: fixed;
        padding-top: 0px;
    }
    .container {
        max-width: 67rem;
        padding: 0 3rem;
        margin: 0 auto;
        display: flex;
        position: relative;
        padding-top: 1px;
      }
      .logo-container {
        flex: 1;
        display: flex;
        align-items: center;
      }
      .nav-btn {
        flex: 3;
        display: flex;
      }
      
      .nav-links {
        flex: 2;
      }
      
      .log-sign {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
      }
      .logo {
        color: rgba(231, 229, 240, 0.993);
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 3rem;
        padding-top: 25px;
      }
      
      .logo span {
        font-weight: 300;
        color: orange;
      }
      .btn {
        display: inline-block;
        padding: 0.5rem 1.3rem;
        font-size: 1rem;
        border: 1px solid #fff;
        border-radius: 2rem;
        line-height: 1;
        margin: 0 0.2rem;
        transition: 0.3s;
      }
      
      .btn.solid,
      .btn.transparent:hover {
        color: #fff;
      }
      .btn.transparent,
.btn.solid:hover {
  background-color: transparent;
  color: #fff;
}

.nav-links > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link {
  position: relative;
}
.nav-link > a {
    line-height: 6rem;
    color: #fff;
    padding: 0 0.8rem;
    letter-spacing: 1px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    font-size: 20px;
  }
  
  .nav-link > a > i {
    margin-left: 0.2rem;
  }
  
  .nav-link:hover > a {
    transform: scale(1.1);
  }
  .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  
  .dropdown ul {
    position: relative;
  }
  .dropdown-link > a {
    display: flex;
    background-color: #fff;
    color: #34073f;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
  }
  
  .dropdown-link:hover > a {
    background-color: #34073f;
    color: #fff;
  }
  
  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid #efefef;
  }
  
  .dropdown-link i {
    transform: rotate(-90deg);
  }
  .arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.3s;
    z-index: -1;
  }
  
  .dropdown-link:first-child:hover ~ .arrow {
    background-color: #34073f;
  }
  
  .dropdown-link {
    position: relative;
  }
  
  .dropdown.second {
    top: 0;
    left: 100%;
    padding-left: 0.8rem;
    cursor: pointer;
    transform: translateX(10px);
  }
  
  .dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
  }
  
  .nav-link:hover > .dropdown,
  .dropdown-link:hover > .dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
  
  .hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end !important;
  }
  
  .hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    margin-left: 220px !important;
    padding-top: 17px !important;
    justify-content: flex-end !important;
    
  }
  
  .hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 1001;
    transition: 0.5s;
  }
  
  .hamburger-menu div:before,
  .hamburger-menu div:after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: 0.5s;
  }
  
  .hamburger-menu div:before {
    transform: translateY(-7px);
  }
  
  .hamburger-menu div:after {
    transform: translateY(7px);
  }
  
  #check {
    position: absolute;
    top: 60%;
    right: 3rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
  }

  #check:checked ~ .hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
  }
  
  #check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
  }
  
  #check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
  }

  /* language css starts */
  .lang-menu{
    width: 60px;
    margin-top: 0px;
}
.selectedlang{
    cursor: pointer;
    text-align: center;
    margin-left: 0;
}
.languagebtn{
  display: flex;
  justify-content: space-between;
}
.langselector{
    display: none;
    text-align: center;
    margin-left: 0;
}
.langselector ul{
    padding-left: 22px;
    display: none;
    text-decoration: none;
}
.langselector ul li{
    list-style: none;
    margin-top: 10px;
    margin-bottom: 7px;
    margin-left: -23px;
}
.langselector ul li a{
    text-decoration: none;
    padding-top: 2px !important;
    text-align: center;
    color: white;
}
.lang-menu:hover .langselector, .langselector ul{
    transition: 1s ease-in-out;
    display: inline-block;
    width: 70px;
    border-radius: 3px;
}
.en:hover,.am:hover{
    scale: 1;
    transition: 0.3s ease-in-out;
}
  /* language css ends */

  
  @keyframes animation {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  
  @media (max-width: 920px) {
    .hamburger-menu-container {
      display: flex;
      width: 155px;
    }
  
    #check {
      display: block;
    }
  
    .nav-btn {
      position: fixed;
      height: calc(100vh - 6rem);
      top: 6rem;
      right: 0;
      width: 50%;
      background-color: rgba(0,0,0, 0.5);
      flex-direction: column;
      align-items: center;
      overflow-x: hidden;
      transform: translateX(100%);
      transition: 0.65s;
    }
  
    #check:checked ~ .nav-btn {
      transform: translateX(0);
    }
  
    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn .log-sign {
      animation: animation 0.3s ease forwards var(--i);
    }
  
    .nav-links {
      flex: initial;
      width: 100%;
    }
  
    .nav-links > ul {
      flex-direction: column;
    }
  
    .nav-link {
      width: 100%;
      opacity: 0;
      transform: translateY(15px);
    }
  
    .nav-link > a {
      line-height: 1;
      padding: 1rem 2rem;
    }
  
    .nav-link:hover > a {
      transform: scale(1);
      background-color: #50a9d6;
    }
  
    .dropdown,
    .dropdown.second {
      position: initial;
      top: initial;
      left: initial;
      transform: initial;
      opacity: 1;
      pointer-events: auto;
      width: 100%;
      padding: 0;
      background-color: #34073f;
      display: none;
    }
  
    .nav-link:hover > .dropdown,
    .dropdown-link:hover > .dropdown {
      display: block;
    }
  
    .nav-link:hover > a > i,
    .dropdown-link:hover > a > i {
      transform: rotate(360deg);
    }
  
    .dropdown-link > a {
      background-color: transparent;
      color: #fff;
      padding: 1.2rem 2rem;
      line-height: 1;
    }
  
    .dropdown.second .dropdown-link > a {
      padding: 1.2rem 2rem 1.2rem 3rem;
    }
  
    .dropdown.second .dropdown.second .dropdown-link > a {
      padding: 1.2rem 2rem 1.2rem 4rem;
    }
  
    .dropdown-link:not(:nth-last-child(2)) {
      border-bottom: none;
    }
  
    .arrow {
      z-index: 1;
      background-color: #69bde7;
      left: 10%;
      transform: scale(1.1) rotate(45deg);
      transition: 0.5s;
    }
  
    .nav-link:hover .arrow {
      background-color: #50a9d6;
    }
  
    .dropdown .dropdown .arrow {
      display: none;
    }
  
    .dropdown-link:hover > a {
      background-color: #34073f;
    }
  
    .dropdown-link:first-child:hover ~ .arrow {
      background-color: #34073f;
    }
  
    .nav-link > a > i {
      font-size: 1.1rem;
      transform: rotate(-90deg);
      transition: 0.7s;
    }
  
    .dropdown i {
      font-size: 1rem;
      transition: 0.7s;
    }
  
    .log-sign {
      flex: initial;
      width: 100%;
      padding: 2.5rem 1.9rem;
      justify-content: flex-start;
      opacity: 0;
      transform: translateY(15px);
    }
  }

/*slider css starts here*/
.containerslider{
    width: 60%;
    height: auto;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 20px solid #ffffff;
    border-radius: 8px;
    box-shadow: 10px 25px 30px rgba(30,30,200,0.3);
}
@media only screen and (max-width: 800px){
.containerslider{
    width: 85%;
    height: auto;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 20px solid #ffffff;
    border-radius: 8px;
    box-shadow: 10px 25px 30px rgba(30,30,200,0.3);
}
.container{
  padding-top: 16px;
}
.usercontainer{
  padding-top: 0px !important;
}
}
@media(max-width:921px){
  .container{
    padding-top: 16px;
  }
  .usercontainer{
    padding-top: 0px !important;
  }
}
.wrapperslider{
    width: 100%;
    display: flex;
    animation: slide 16s infinite;
}
@keyframes slide{
    0%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(0);
    }
    30%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    55%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-200%);
    }
    80%{
        transform: translateX(-300%);
    }
    100%{
        transform: translateX(-300%);
    }
}
.containerslider img{
    width: 100%;
}

/*slider css ends here*/

  @media (max-width: 580px) {
    .container{
      padding-top: 16px;
    }
  }
  
    /* common1 css starts here */
    img{
      max-width: 100%;
    }
    
    .common1{
      width: 100%;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
    }
   
    .common1 h2{
      font-family: Barlow; 
      font-size: 3rem;
      color: rgba(26, 35, 126, 1);
      padding-top: 50px;
      padding-bottom: 5px;
      letter-spacing: 0.4rem;
    }
    p{
      font-size: 16px;
    }
    .images{
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, auto));
      gap: 1.5rem;
      margin-right: auto;
      margin-left: auto;
    }
    .imagesupdate{
      grid-template-columns: repeat(auto-fit, minmax(500px, auto));
    }
    
   .common1img{
    margin-right: auto;
    margin-left: auto;
   }
   .eventimage{
    height: 200px !important;
    width: 50% !important;
   }
   .common1img img{
    width: 100%;
   }
   .gallerycommon{
    padding-top: 20px !important;
   }
   .partnerimage img{
    width: 60%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }   
    .about{
      margin-top: 20px;
      text-align: center;
    }
    .aboutimage h3{
      color: rgba(51, 51, 51, 1) !important;
    }
  .divswrapper{
    display: flex;
    text-align: center;
    padding-bottom: 5px;
  }
  .half{
    width: 100%;
  }
  .servicesdiv{
     width: 80% !important; 
     margin-bottom: 60px !important;
  }
  .servicesdiv h3{
    color: rgba(51, 51, 51, 1);  
    padding-bottom: 10px;
    text-align: center;
  }
  .servicesdiv i{
    margin-right: 10px;
    color: rgba(26, 35, 126, 1);
   
  }
  .servicesdiv i::before{
    width: 40px;
    height: 40px;
  }
  .sizesofabout{
    width: 40%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border: 20px solid #ffffff;
    border-radius: 8px;
    box-shadow: 10px 20px 25px rgba(30,30,200,0.3);
    line-height: 25px;
  }
   @media (max-width: 400px) {
   .divswrapper {
    display: block;
}
.sizesofabout{
  margin-bottom: 10px;
  margin-top: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.common1img{
  width: 90%;
}

}
   @media (max-width: 800px) {
   .divswrapper {
    display: block;
}
.half{
  display: block;
}
.sizesofabout{
  margin-bottom: 10px;
  margin-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
}

/* table css starts here */
.chamber-table{
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 20px;
  min-width: 70%;
}
.chamber-table{
  margin-left: auto;
  margin-right: auto;
}
.chamber-table thead tr{
  background-color: #495bfc;
  color: white;
  text-align-last: left;
  font-weight: bold;
}
.chamber-table th{
  padding: 12px 15px;
}
.chamber-table td{
  padding: 12px 5px;
}
.chamber-table .trbuttons{
  display: flex;
  justify-content: space-evenly;
}
.chamber-table tbody tr{
  border-bottom: 2px solid #dddddd;
}
.chamber-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.chamber-table tbody tr:last-of-type{
  border-bottom: 2px solid #495bfc;
}
.pagination{
  width: 50% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pagination a{
  font-size: 20px;
}
/* Pagination styles */
.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin: 0 5px;
  cursor: pointer;
}

.pagination button a {
  text-decoration: none;
  color: #333;
}

.pagination .active {
  background-color: #495bfc;
  color: white;
  border: 1px solid #495bfc;
}

.pagination button:hover {
  background-color: #ddd;
}

.fa-phone, .fa-box {
  color: #333;
  margin-right: 8px; 
}
    .footer{
      display: flex;
      flex-direction: column;
      align-items: center;
      background: rgb(70 75 117);
      width: 100%;
    }
      .hero {
        width: 100%;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 25px;
      }
      .footercontacts{
        margin-top: 15px;
        color: white;
      }
      .footercontacts .fa-phone, .fa-box, .fa-envelope{
        color: white !important;
        font-weight: 700;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 1.5;
        border: 1px white solid;
        border-radius: 50%;
      }
      .footercontacts a{
        color: white;
        margin-right: 1rem;

      }
      .social-links {
        display: flex;
        margin-top: 15px;
      }
      .social-links a {
        width: 25px;
        height: 25px;
        text-align: center;
        text-decoration: none;
        color: white;
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid white;
        margin: 0 15px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        transition: 0.5s;
      }
      .social-links a .fab {
        font-size: 15px;
        font-weight: 700;
        line-height: 25px;
        position: relative;
        z-index: 10;
        transition: color 0.5s;
      }
      .social-links a:nth-child(1)::after {
        background: #3b5998;
      }
      .social-links a:nth-child(2)::after {
        background: #37afe2;
      }
      span {
        color: rgba(26, 35, 126, 1); 
        padding: 10px 30px;
        border-radius: 10px;
      }
      .social-links a::after {
        position: absolute;
        top: -90px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, #fa709a 0%, #fee140 100%);
        content: "";
        transition: 0.5s;
      }
      .social-links a:hover::after {
        top: 0;
      }
      .social-links a:hover .fab {
        color: #fff;
      }
      .social-links a:hover {
        transform: translateY(-5px);
      }

      .hrfooter{
        width: 60%;
        margin: auto;
        margin-bottom: 0px;
      }
      .copy{
        text-align: center;
        color: white;
        padding-bottom: 2px;
      }
      .copy p{
        color: white !important;
        padding-bottom: 2%;
      }
      .smallp{
        font-size: 20px !important;
        font-weight: 600;
      }

      /* modified event image and its container */
.events .common1img {
  height: 400px !important;
  width: 500px !important;
  overflow: hidden;
  display: flex;
  align-items: center; 
  justify-content: center;
  flex-wrap: wrap;
margin-bottom: 10px;
}

.events .common1img img {
  width: 100%; 
  height: 100%; 
  object-fit: fill; 
}

/* For mobile */
@media (max-width: 600px) {
  .events .common1img {
      height: 100% !important; 
      width: 95% !important;
      display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
  }
}
      @media (max-width: 768px){
        .footercontacts{
          display: flex;
          flex-direction: column;
        }
        .footercontacts a{
          margin: 10px;
        }
      }
      @media (max-width: 521px) {
        .hero {
          width: 100%;
        }
      }
      @media (max-width: 450px) {
        .hero {
          width: 100%;
          flex-direction: column;
        }
        .social-links a {
          width: 30px;
          height: 30px;
          text-align: center;
          text-decoration: none;
          color: white;
          box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
          margin: 0 15px;
          border-radius: 50%;
          position: relative;
          overflow: hidden;
          transition: 0.5s;
        }
        .social-links a .fab {
          font-size: 15px;
          line-height: 30px;
          position: relative;
          z-index: 10;
          transition: color 0.5s;
        }
      }
      @media (max-width: 450px) {
        .logo{line-height: 1rem;
    padding-top: 31px;
      }
    }
      @media (max-width: 438px) {
        .btn{padding: 0.5rem 1rem
      }
    }

    /* animator css */
    .sponsortitle,.sponsorimage,.servicetitle,.serviceimage,.eventimage,.eventtitle,.partnertitle,.partnerimage,.adtitle,.adimage,.abouttitle,.aboutimage,.gallerytitle,.galleryimage,.renttitle,.contacttitle{
      opacity: 0;
    }
    .sponsortitle,
    .sponsorimage,
    .servicetitle,
    .serviceimage,
    .eventtitle,
    .eventimage,
    .partnertitle,
    .partnerimage,
    .adtitle,
    .adimage,
    .abouttitle,
    .aboutimage,
    .gallerytitle,
    .galleryimage,
    .renttitle,
    .contacttitle{
      opacity: 1;
    }