* {
    box-sizing: border-box;
  }
  
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  
  html, body {
    overflow-x: hidden;
  }
  
  :root {
    
    --c51: rgb(0, 55, 219);
    --c8d: rgb(37, 81, 212);
    --c9e: #5375db;
    --c66: #666666;
    --c66: #6b6b6b;
    --c33: #333333;
    --c22: #222222;
    --C16: #000816;
    --CC: #3333cc;
  }
  
  body:lang(en) {
    font-family: 'Montserrat', sans-serif;
  }
  
  body {
    color: var(--C16);
  }
  
  header {
    position: fixed;
    top: 0;
    width: 100vw;
    background: #fff;
    box-shadow: 0px 10px 100px rgba(161, 161, 161, 0.45);
    z-index: 20;
  }
  
  header .logo img {
    width: 50px;
    height: auto;
  }
  
  header .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  header .main-menu > ul {
    display: flex;
    list-style: none;
    padding-top: 1rem;
    align-items: center;
  }
  
  header .main-menu > ul > li {
    margin-right: 1.75rem;
    transition: all 0.3s ease;
  }
  
  header .main-menu > ul > li a,
  header .main-menu > ul > li {
    text-decoration: none;
    color: var(--c66);
    cursor: pointer;
    font-size: 1rem;
    /* font-weight: 600; */
  }
  
  header .main-menu > ul > li:hover > a,
  header .main-menu .parent-menu:hover span,
  header .main-menu .sub-menu li:hover a {
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  
  header .main-menu > ul > li.active > a,
  header .main-menu .parent-menu.active span,
  header .main-menu .sub-menu li.active a {
    color: var(--c51);
    transition: all 0.3s ease;
    font-weight: 600;
  }
  
  header .main-menu .parent-menu svg {
    font-size: 0.75rem;
    margin-left: 0.25rem;
    position: relative;
  }
  
  header .main-menu .parent-menu .sub-menu-container {
    position: absolute;
    /* background: #000; */
    width: 14rem;
    display: none;
    transition: all 0.3s ease;
    z-index: 20;
  }
  
  header .main-menu .parent-menu:hover .sub-menu-container {
    display: block;
  }
  
  header .main-menu .sub-menu {
    list-style: none;
    background: #fff;
    margin-top: 2rem;
    padding: 1.5rem 2rem;
  }
  
  header .main-menu .sub-menu li:not(:last-child) {
    margin-bottom: 1rem;
  }

  .nav-link{
    position: relative;
    display: inline-block;
  }

  .sup-nav-list{
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style-type: none;
  }

  .sup-nav-list a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .sup-nav-list a:hover {
    border-bottom:2px solid #0037dd;
    padding-bottom: 0.5rem;
  }
  .nav-link:hover ~ .sup-nav-list,
  .sup-nav-list:hover{
    display: block;
    padding: 1rem 0.2rem;
  }
  .nav-link:hover {
  background-color: #c7cde0;
  color: #060606;
}

  .carousel-section {
    margin-top: 5.25rem;
    width: 100vw;
    /* height: 60vh;
    overflow: hidden; */
  }
  
  /* ? Carousel setup */
  /* .carousel-item {
    position: relative;
    display: inline-block;
  } */
  .carousel-item img {
    display: block;
    height: 75vh;
    object-fit: cover;
    filter: brightness(0.6);
  }
  .carousel-item1 img {
    display: block;
    width: 100%;
    height: 80vh;
    object-fit: cover;
    filter: brightness(0.6);
  }
  
  /* .carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 55, 219,0.7598389697675946) 0%, rgba(37, 81, 212,0.28084737312893904) 64%, 
    rgba(52, 92, 212, 0.116) 100%);
    z-index: 10;
  } */
  
  .carousel-indicators {
    z-index: 65;
   
  }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0a0a0a;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    top:18rem !important;
}
  
  .carousel-control-next, .carousel-control-prev {
    width: 10%;
  }
  
  .carousel-item .carousel-caption {
    z-index: 25;
    bottom: unset;
    right: unset;
    top: 10rem;
    left: 10rem;
    text-align: left;
    padding: 5rem;
  }
  
  .carousel-item .carousel-caption a {
    color: #fff;
    text-decoration: unset;
  }
  
  .carousel-item .carousel-caption h1 {
    font-size: 3.6rem;
    font-weight: 600;
    width: 90%;
    line-height: 1.2;
  }
  .carousel-item .carousel-caption p {
    width: 80%;
    font-size: 1.2rem;
  }
  
  .carousel-item .link-container {
    margin-top: 2rem;
  }
  
  .carousel-link {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 0.65rem 1rem;
    font-weight: 700;
    font-size: 1.25rem;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease;
  }
  
  .carousel-link:hover {
    color: #fff;
    letter-spacing: 2px;
    border: unset;
    background: rgba(255, 255, 255, 0.281);
    padding: 0.75rem 1rem;
  }
  
  section.normal {
    padding: 5.5rem 0;
  }
  
  .centered-title {
    text-align: center;
    font-size: 2.25rem;
    /* line-height: 1.4; */
    font-weight: 700;
    position: relative;
    /* margin-bottom: 1rem; */
    /* background-color: wheat; */
    padding-bottom: 2rem;
  }
  
  .centered-title::after {
    content: '';
    border-bottom: 3px solid var(--CC);
    display: inline-block;
    position: absolute;
    top: 3.5rem;
    left: calc(50% - 1.5rem);
    /* background: #000; */
    /* position: absolute;
    bottom: 0;
    left: calc(50% - 3rem); */
    width: 3rem;
    height: 0.5rem;
  }
  
  .centered-title.green {
    color: #44d89e;
  }
  
  .noraml-content {
    margin-top: 7rem;
  }
  
  /* ? countdown */
  .countdown-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    background: var(--c9e);
    color: rgba(255, 255, 255, 1);
    border-radius: 50px;
    /* width: 70%; */
    padding: 1rem;
  }
  
  .countdown-container .timeset {
    text-align: center;
    /* background: darkgoldenrod; */
    width: 5.5rem;
    margin-right: 1rem;
  }
  
  .countdown-container .timeset .digit {
    font-size: 2.3rem;
    font-weight: 800;
    position: relative;
  }
  
  .countdown-container .timeset .timename {
    font-size: 0.9rem;
  }
  
  .countdown-container .timeset .digit.d::after {
    content: ':';
    position: absolute;
    margin-left: 1.2rem;
  }
  
  .event img {
    width: 200px;
    height: auto;
    object-fit: cover;
  }
  .gallery {
    background-image: url("../img/bg/circle-background-pattern.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 80vh; */
    display: flex;
    align-items: self-start;
    justify-content: center;
  }
  
  .gallery .gallery-container {
    width: var(--width);
    padding: 5em 0;
    text-align: center;
  }
  
  .gallery .gallery-container .small-header {
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.35);
    letter-spacing: 1px;
    line-height: 1em;
    padding-bottom: 1.75em;
  }
  
  .gallery .gallery-container .big-title {
    font-weight: 700;
    font-size: var(--fs-header);
    color: #242424;
    line-height: 1.4em;
    padding-bottom: 1em;
  }
  
  .gallery .gallery-container .par-text {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.4em;
  }
  
  .gallery .gallery-container .img-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4em;
    margin-top: 5em;
  }
  
  .gallery .gallery-container .img-gallery .imges-box {
    position: relative;
    cursor: pointer;
    flex: 1;
  }
  
  .gallery .gallery-container .img-gallery .imges-box:hover {
    transform: scale(1.1);
  }
  
  .year-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
  }
  
  .year-img img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
  
  .year-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:linear-gradient( 180deg, rgb(33 150 243 / 13%) 0%, rgb(102 112 165 / 39%) 100% );
  }

#about-section{
    padding: 90px 0;
  }
  .about_highlight{
    font-size: 1rem;
    font-weight: 500;
    color: #333333;
    text-align: start;
    /* width: 100%; */
    line-height: 2.3rem;

  }

  
  .about-cotent-text {
    height: auto;
    display: flex;
    align-items: self-start;
    justify-content: center;
  }
  
  .about.why .about-cotent-text {
    background-color: #f7f7f7;
  }
  
  .about-cotent-text .container-text {
    width: var(--width);
    padding: 5em 0;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
  }
  
  .about.exhibiting .about-cotent-text .container-text {
    flex-direction: row;
    align-items: self-start;
    justify-content: space-between;
    gap: 2em;
  }
  
  .about-cotent-text .container-text .about-img {
    width: 550px;
    padding-bottom: 2.5em;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .about.official .about-cotent-text .container-text .about-img {
    width: 250px;
    margin-bottom: 2em;
  }
  
  .about-cotent-text .container-text .about-par .strong {
    font-weight: 700;
    color: #666;
    display: inline;
  }
  
  .about-cotent-text .container-text .about-par,
  .about-cotent-text .container-text .about-ul {
    padding-bottom: 1em;
    text-align: left;
    line-height: 2.5rem;
  }
  
  .about-cotent-text .container-text .about-par a,
  .about-cotent-text .container-text .about-ul li a {
    color: #2ea3f2;
    padding: 0 0.25em;
  }
  
  .about-cotent-text .container-text .exhibitor-h {
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-size: var(--fs-header);
    padding-bottom: 1.5em;
  }
  
  .about-cotent-text .container-text .about-header {
    color: #333;
    line-height: 1em;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    word-wrap: break-word;
    font-family: Open Sans, Arial, sans-serif;
    margin: 1em 0 2em;
  }
  
  .travels .about-cotent-text .container-text .about-header {
    font-size: 28.5px;
  }
  
  .travels .about-cotent-text .container-text .about-par {
    font-size: 23.5px;
    line-height: 1.6em;
  }
  
  .about-cotent-text .container-text .about-ul {
    padding-left: 1em;
  }
  
  .about-cotent-text .container-text .about-img-line {
    margin: 0 auto;
    width: 100%;
  }
  
  .about-cotent-text .container-text .about-ul li {
    list-style-type: disc;
    line-height: 1.8em;
  }
  
  .about-cotent-text .container-text .about-box {
    width: 100%;
    margin-bottom: 2.5em;
  }
  
  .about-cotent-text .container-text .about-box .box-header {
    text-align: center;
    background-color: #011354;
    color: #ffffff;
    line-height: 1em;
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding-top: 16.5px;
    padding: 15px 5px;
    border-bottom: 5px solid #fff;
  }
  
  .about-cotent-text .container-text .about-box .box-body {
    background-color: #474747;
    color: hsl(var(--clr-white));
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 10px;
  }
  
  .about-cotent-text .container-text .about-box .box-body .body-line {
    padding-bottom: 1em;
  }
  
  .about-cotent-text .container-text .about-box .box-body.map,
  .about-cotent-text .container-text .about-box .box-body .body-line.map {
    padding: 0;
  }
  
  .about-cotent-text .container-text .about-box .box-body .body-line a {
    color: #2ea3f2;
  }
  
  .about .contact-us {
    position: relative;
    background-image: unset;
    background-repeat: unset;
    background-size: unset;
    background-position: unset;
    height: unset;
    display: flex;
    align-items: self-start;
    justify-content: center;
    margin-top: -300px;
  }
  .about-gallery .gallery-container {
    display: grid;
    width: 1075px;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 3rem;
    margin: 1.5em 0 3em;
  }
  
  .about-gallery .gallery-container .box {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .about-gallery .gallery-container .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .about-gallery .gallery-container .box:hover img {
    transform: scale(1.1);
  }
  
  .about-gallery .gallery-container .box .icon {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
  }
  
  .about-gallery .gallery-container .box .icon img {
    width: 20px;
    height: 20px;
    filter: invert(100%) sepia(21%) saturate(0%) hue-rotate(85deg)
      brightness(106%) contrast(101%);
  }
  
  .about-gallery .gallery-container .box:hover .icon {
    display: flex;
  }
  .main-header{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.4em;
    color: #fff;
  }
  .date{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4em;
    color: white
  }
  .years-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
  }
  
  .years-img .military_img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
  .years-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient( 180deg, rgb(33 150 243 / 13%) 0%, rgb(102 112 165 / 39%) 100% );
  }

  
  .gallery .gallery-container .img-gallery .imges-box .lable {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#ecf4fa;
    font-size: 25px;
    font-weight: 700;
  }
  
  /* who we are section */
  .about-text .overline {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.3em;
    font-weight: 200;
    margin-bottom: 1.25rem;
    opacity: 0.75;
  }
  
  .about-text .highlight {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.4em;
    margin-bottom: 5.82%;
  }
  
  .about-text .list {
    color: var(--c66);
  }
  
  .about-text .btn-container {
    margin-top: 4rem;
  }
  
  .btn-container .link-1 {
    text-decoration: none;
    font-weight: 700;
    color: var(--c9e);
    text-transform: uppercase;
    font-size: 0.9rem;
    border: solid 3px var(--c9e);
    border-radius: 50px;
    padding: 0.75rem 1.75rem;
    /* height: 5rem; */
    transition: all 0.3s ease;
  }
  
  .btn-container .link-1:hover {
    background: var(--c9e);
    color: #fff;
  }
  
  .full-logo {
    width: 500px;
    height: 270px;
    object-fit: cover;
  }
  
  section.gradiant {
    margin: 5rem 0;
    background: linear-gradient(176deg,#2aea97 0%,rgba(67,216,191,0.72) 100%);
  }
  
  .left-title {
    font-size: 2.25rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--c66);
  }
  
  .doing-list {
    margin-top: 3.5rem;
  }
  
  .doing-list .row > div {
    margin-bottom: 2.5rem;
  }
  
  .doing-list .row > div li {
    font-size: 1.5rem;
    color: var(--c66);
    font-weight: 600;
    text-align: justify;
    padding-right: 4rem;
  }
  
  .gallery-grid {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .gallery-grid > div {
    margin-bottom: 1.5rem;
  }
  
  .gallery-grid .thumbnail {
    cursor: pointer;
    transition: all 0.35s ease;
  }
  
  .gallery-grid .thumbnail img {
    width: 280px;
    height: 250px;
    object-fit: cover;
    transition: all 0.2s ease;
  }
  
  .gallery-grid .thumbnail:hover img {
    opacity: 0.7;
  }
  
  .mt-3rm {
    margin-top: 3.5rem;
  }
  
  .contact-grid {
    margin-top: 8rem;
  }
  
  .contact-grid > div {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
  }
  
  .contact-card {
    box-shadow: 0px 2px 30px rgb(233, 233, 233);
    width: 30rem;
    height: 8rem;
    padding: 2rem;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    transition: all 0.3s ease;
  }
  
  .contact-card:hover {
    box-shadow: 0px 2px 65px rgb(214, 214, 214);
  }
  
  .contact-card .icon {
    background: var(--c9e);
    padding: 1rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    margin-right: 2.5rem;
    text-align: center;
  }
  
  .contact-card .icon svg {
    font-size: 2rem;
    color: #fff;
  }
  
  .contact-card .info a,
  .contact-card .info span {
    font-size: 1.5rem;
    color: var(--c9e);
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .contact-card .info .underline {
    color: #959ca5;
    margin-top: 0.5rem;
  }
  
  hr {
    margin: 3rem auto;
    background: rgb(172, 172, 172);
  }
  
  .send-message-form {
    margin-top: 6rem;
    width: 100%;
    /* background: #000; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .send-message-form .row {
    width: 90%;
  }
  
  .send-message-form input,
  .send-message-form textarea {
    width: 100%;
    box-shadow: 0px 2px 30px rgb(233, 233, 233);
    border: unset;
    padding: 1.5rem 1rem;
    appearance: none;
    -webkit-appearance: none;
  }
  
  .send-message-form .input-container {
    margin-bottom: 2rem;
  }
  
  .send-message-form input:focus,
  .send-message-form textarea:focus {
    outline: 2px solid var(--c9e);
  }
  
  .send-message-form .btn-container {
    display: flex;
    width: 88%;
    justify-content: flex-end;
    text-align: right;
    margin: 2rem 0 ;
  }
  
  .send-message-form .btn-container .link-1 {
    background: none;
  }
  
  .send-message-form .btn-container .link-1:hover {
    background: var(--c9e);
  }
  
  .map-frame {
    width: 100vw;
    height: 600px;
    object-fit: cover;
    position: relative;
    bottom: -1rem;
  }
  
  footer {
    background-color: #212121;
    padding: 8rem 1.5rem;
    color: #fff;
  }
  
  .footer-logo {
    width: 200px;
    height: auto;
    object-fit: cover;
  }
  
  .footer-grid {
    align-items: flex-start;
  }
  
  .footer-grid > div {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .footer-grid .title {
    padding-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--c9e);
  }
  
  .footer-grid ul {
    list-style: none;
    padding-top: 2rem;
    padding-left: 0;
    text-align: left;
  }
  
  .footer-grid ul li {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
  
  }
  
  .footer-grid ul a {
    color: #fff ;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    text-align: left;
    /* background: rgba(172, 5, 5, 0.637); */
  }
  
  .footer-grid ul a:hover {
    opacity: 0.8;
  }
  
  .footer-grid .icons-list li {
    /* margin-bottom: 1.2rem; */
    margin-left: 2rem;
    
  }
  
  .footer-grid .icons-list li svg {
    font-size: 2rem;
  }
  
  .footer-grid .recent-list li {
    margin-bottom: 1.2rem;
  }
  
  footer .copyright {
    margin-top: 5rem;
    text-align: center;
    color: var(--c66);
  }
  
  /* ? Gallery setup */
  .gallery-grid .thumbnail.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    cursor: default;
    transition: all 0.35s ease;
  }
  
  .gallery-grid .thumbnail.active img {
    width: 75vw;
    height: 75vh;
  }
  
  .gallery-grid .thumbnail .control-icons {
    display: none;
  }
  
  .gallery-grid .thumbnail.active .control-icons {
    display: block;
    /* z-index: 101; */
    /* background: rgb(247, 5, 5, 0.4); */
    position: fixed;
    width: 100%;
    height: 100%;
  }
  
  .gallery-grid .thumbnail.active .control-icons svg {
    color: #fff;
    font-size: 3rem;
  }
  
  .gallery-grid .thumbnail.active .control-icons .close-icon {
    position: fixed;
    right: 10vw;
    top: 5vh;
    cursor: pointer;
    z-index: 500;
  }
  
  .gallery-grid .thumbnail.active .control-icons .rolling {
    position: fixed;
    top: 50vh;
    width: 100vw;
    padding: 0 6rem 0 5rem;
    /* background: rgba(30, 211, 105, 0.425); */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .gallery-grid .thumbnail.active .control-icons .rolling > div {
    cursor: pointer;
  }
  
  .burger-btn {
    display: none;
  }
  
  .gallery-grid .thumbnail {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .up-btn {
    display: none;
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    cursor: pointer;
    z-index: 250;
    background: rgba(255, 255, 255, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 5px;
  }
  
  .up-btn svg {
    font-size: 2rem;
  }
  
  /* ? new edits */
  .carousel-item .underline-details {
    font-size: 0.9rem;
    padding: 1rem 2rem;
    opacity: 0.85;
  }
  
  .carousel-item .underline-details svg {
    margin-right: 0.35rem;
  }
  
  .carousel-item .underline-details .underline {
    margin-bottom: 1rem;
    font-style: italic;
    font-weight: 300;
    font-size: 1.2rem;
  }
  
  .carousel-item .underline-details .dt {
    margin-bottom: 0.25rem;
  }
  
  .noraml-content > div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
  
  .left-title.v2 {
    text-transform: uppercase;
    color: var(--C16);
    font-weight: 700;
    font-size: 1.85rem;
    padding-left: 1.5rem;
    /* border-bottom: 3px solid var(--c9e); */
    /* padding-bottom: 1rem; */
  }
  
  .event {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .event .highlihgt {
    font-size: 2.7rem;
    font-weight: 700;
  }
  
  .event .underline {
    font-weight: 300;
  }
  
  section.bg-texture {
    background-blend-mode: overlay;
    background-image: url(../images/bg-texture.jpeg),linear-gradient(
    180deg,#0037dd 0%,rgba(6,64,224,0.69) 100%);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  }
  
  section.bg-texture .btn-container .link-1,
  section.blue-bg .btn-container .link-1 {
    background-color: #fff;
    color: #0E15DB;
    border: unset;
    box-shadow: 0px 0px 20px 5px rgb(181 181 255 / 38%);
    
    transition: all 300ms ease 0ms;
  }
  
  section.bg-texture .btn-container .link-1:hover,
  section.blue-bg .btn-container .link-1:hover  {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
  }
  
  .full-logo {
    /* margin-top: 3rem; */
    width: 200px;
    height: auto;
    object-fit: cover;
  }
  
  .inner-ceo-avatar .ceo-title {
    margin-top: 0.85rem;
  
  }
  
  .inner-ceo-avatar .ceo-title .name {
    font-size: 1.2rem;
  }
  
  .inner-ceo-avatar .ceo-title .title {
    font-weight: 200;
    font-size: 0.8rem;
  }
  
  .light-paragraph {
    font-weight: 300;
    color: var(--c66);
  }
  
  .cert-grid > div {
    display: flex;
    justify-content: flex-end;
  }
  
  .cert-grid .inner {
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;

  }
  
  .cert-grid .inner.sybmol img {
    width: 150px;
    height: auto;
    object-fit: contain;
  }
  
  
  .cert-grid .inner.cert {
    margin-top: 1rem;
  }
  
  .cert-grid .inner.cert img {
    width: 90%;
  }
  
  .members-grid .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .members-grid img {
    width: 60%;
  }
  
  /* ?.obj-grid  */
  .obj-grid {
    justify-content: center;
  }
  
  .obj-grid .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
    padding: 1rem;
  }
  
  .obj-grid .inner img {
    width: 90px;
    margin-bottom: 1.5rem;
  }
  
  .obj-grid .inner p {
    font-size: 0.8rem;
    color: var(--c66);
    font-weight: 300;
    margin-top: 0.5rem;
    line-height: 1.6;
  }
  
  /* ? exhibits-grid-container */
  .exhibits-grid-container {
    margin-top: 2rem;
    color: var(--c66);
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .exhibits-grid-container .row {
    width: 100%;
    /* background-color: wheat; */
    justify-content: flex-end;
  }
  
  .exhibits-grid-container .row > div {
    padding: 1rem;
  }
  
  .exhibits-grid-container li {
    padding: 1.5rem 2.5rem 1.5rem 0.5rem;
    /* width: 90%; */
  }
  
  .exhibits-grid-container ol li::marker {
    font-size: 3rem;
    color: var(--CC);
    font-weight: 700;
  }
  
  .alert-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0px 0px 60px 0px rgb(71 74 182 / 12%);
  }
  
  .alert-container .card-container p {
    margin-bottom: 0;
    font-weight: 200;
    color: var(--c66);
  }
  
  .alert-container .card-container .highlight {
    color: var(--CC);
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  /*? numbers-statistcs */
  .variant-title {
    font-size: 2.25rem;
    font-weight: 300;
  }
  
  .variant-title.center {
    text-align: center;
  }
  
  .variant-title strong {
    font-weight: 700;
  }
  
  .numbers-statistcs .row {
    /* background: rgba(54, 202, 170, 0.473); */
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
  }
  
  .numbers-statistcs .row > div {
    margin-top: 3rem;
  }
  
  .numbers-statistcs .row .counter-container .number {
    color: var(--CC);
    font-size: 4rem;
    font-weight: 500;
  }
  
  
  
  .numbers-statistcs .row .counter-container .title {
    font-weight: 200;
    font-size: 0.9rem;
    color: #333;
    padding: 0 1.5rem;
  }
  
  .events-grid {
    padding: 5rem 0;
  }
  
  .events-grid a {
    text-decoration: none;
  }
  
  .events-grid .inner-event {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 15rem;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: darken;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    width: 100%;
    position: relative;
  }
  

  
  .events-grid .inner-event:hover {
  
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .events-grid .title {
    z-index: 3;
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 0.08em 0.01em 0.25em #000000;
    position: absolute;
    text-align: center;
    transform: translate(73%, -336%);
    font-size: 25px;
    font-weight: 700;
  }
  .events-grid .title:hover{
    cursor: pointer!important ;
    text-shadow: 0.08em 0.01em 0.25em #000000;
    color: #010101;


  }
  
  .blue-bg {
    background-color: var(--CC);
    color: #fff;
    padding: 4rem 3rem;
  }
  
  .blue-grid > div {
    display: flex;
    align-items: center;
  }
  
  .blue-grid .btn-container {
    display: flex;
    align-items: center;
    margin: auto;
  }
  
  .blue-grid .btn-container .link-1 {
    font-size: 1.3rem;
    min-height: 3rem;
    min-width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .blue-grid .text {
    font-size: 1.3rem;
    width: 60%;
  }
  
  .footer-grid > div:first-of-type {
    padding-top: 2rem;
    align-items: flex-start !important;
  }
  
  .footer-logo {
    margin-bottom: 1.85rem;
    width: 150px;
  }
  
  footer .breif-about {
    font-weight: 300;
    font-size: 0.9rem;
    width: 90%;
  }
  
  .carousel-caption.full-width {
    width: 100%;
    /* background-color: violet; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
  }
  
  .carousel-item .carousel-caption p.center-paragraph {
    width: 100%;
    font-size: 1.3rem !important;
    line-height: 2;
    padding: 1rem 1rem 0 1rem;
    font-weight: 300;
    height: 100%;
    /* background-color: rgb(94, 94, 13); */
  }
  
  .carousel-caption.full-width h1 {
    width: 100%;
  }
  
  .cards-container .card-item {
    box-shadow: 0px 10px 24px 6px rgba(0,0,0,0.06);
    padding: 2.5rem;
    margin-bottom: 3.5rem;
  }
  
  .cards-container .card-item .card-logo {
    width: 100%;
    height: auto;
  }
  
  .cards-container .card-item .subject {
    padding-right: 2rem;
  }
  
  .cards-container .card-item .details {
    margin-top: 0.7rem;
    font-weight: 300;
    color: var(--c66);
    font-size: 0.9rem;
    line-height: 2;
    text-align: justify;
  }
  
  .cards-container .time-inner {
    /* background-color: whitesmoke; */
    height: 100%;
  }
  
  .cards-container .time-inner .location {
    margin: 1rem 0;
  }
  
  .cards-container .time-inner .location a {
    color: var(--CC);
    text-decoration: none;
  }
  
  .cards-container .time-inner .more-details {
    margin-bottom: 1.5rem;
  }
  
  /* .card-grid > div:last-of-type{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
  } */
  .form-control {

    margin-bottom: 1.5rem;
}
  /* ! #x ==== MEDIA QUERIES ==== */
  @media (max-width: 1200px) {
    header .container {
      justify-content: space-between;
    }
  
    header .main-menu > ul {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 200;
      display: flex;
      flex-direction: column;
      background: #fff;
      height: 100vh;
      width: 20rem;
      padding: 5rem 1.5rem 8rem 2.5rem; 
      overflow-y: auto;
      transform: translateX(100%);
      transition: all 0.3s ease;
    }
  
    header .main-menu.open > ul {
      transform: translateX(0);
      box-shadow: -10px 0px 60px rgba(85, 85, 85, 0.45);
    }
  
    header .main-menu > ul > li  {
      margin-bottom: 1.5rem;
      font-size: 1.5rem;
    }
  
    header .main-menu > ul > li > a {
      font-size: 1.5rem;
    }
  
    .burger-btn {
      display: block;
      cursor: pointer;
      z-index: 210;
      position: relative;
    }
  
    .burger-btn svg {
      font-size: 2rem;
    }
  
    header .main-menu .parent-menu .sub-menu-container {
      position: unset;
      width: unset;
      display: unset;
    }
    
    header .main-menu .parent-menu:hover .sub-menu-container {
      display: unset;
    }
  
    header .main-menu .sub-menu {
      margin-top: 0.75rem;
      margin-bottom: 1.5rem;
      padding: 0rem 1rem 0rem 0;
      border-right: solid 1px rgb(219, 219, 219);
    }
  
    header .main-menu ul {
      text-align: right;
    }
  
    header .parent-menu {
      margin-bottom: 0 !important;
    }
  
    header .main-menu .parent-menu svg {
      display: none;
    }
  
    .gallery-grid .thumbnail.active .control-icons svg {
      font-size: 2rem;
    }
  
    .gallery-grid .thumbnail.active .control-icons .rolling {
      padding: 0 3rem;
    }
  
  }
 
  /* 1200px */
.title_contact{
color: #fff;
}


  
  @media (max-width: 1100px), (max-height: 880px) {
    .carousel-item .carousel-caption {
      top: 0;
      left: 0;
    }
  
    .carousel-item .carousel-caption h1 {
      font-size: 3rem;
    }
    .about-gallery .gallery-container {
      grid-template-columns: 1fr 1fr 1fr ;
      width: 100%;
    }
  }
  /* 1100px */
  
  @media (max-width: 992px), (max-height: 720px)  {
    .centered-title::after {
      bottom: -1.5rem;
    }
    .noraml-content {
      margin-top: 3rem;
    }
    
  
    .event {
      margin-top: 3rem;
    }
  
    section.normal {
      padding: 5rem 0;
    }
  
    
  
    .gallery-grid, .contact-grid {
      margin-top: 4.5rem;
    }
  
    .carousel-item .carousel-caption h1 {
      font-size: 2.5rem;
    }
  
    .doing-list .row > div li {
      text-align: left;
    }
  
    /* ? new edits */
  
    .event img,
    .full-logo {
      width: 150px;
    }
  
    .event .highlihgt,
    .left-title.v2,
    .about-text .highlight {
      font-size: 1.7rem;
    }
  
    .event .underline {
      font-size: 0.9rem;
    }
  
    .countdown-container .timeset .digit,
    .numbers-statistcs .row .counter-container .number {
      font-size: 1.7rem;
    }
  
    .inner-ceo-avatar {
      margin-top: 3rem;
    }
  
    .about-text .btn-container {
      margin-top: 2rem;
    }
  
    .about-text .highlight {
      margin-bottom: 1rem;
    }
  
    .about-text .overline {
      margin-bottom: 0.5rem;
    }
  
    .up-btn {
      z-index: 3;
    }
  
    .events-grid > div {
      margin-top: 1.5rem;
    }
  
    .events-grid .inner-event {
      width: 100%;
    }
  
    .blue-grid .text {
      width: 100%;
    }
  
  }
  /* 992px */
  
  @media (max-width: 768px), (max-height: 600px) {
    .carousel-item .carousel-caption h1,
    .centered-title,
    .about-text .highlight,
    .left-title {
      font-size: 2rem;
    }
  
    .gallery-grid .thumbnail img {
      padding: 0 1rem;
    }
  
    .carousel-item .carousel-caption h1 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  
    .carousel-item .carousel-caption p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
  
    /* ? initial section */
  
    .noraml-content > div:first-of-type {
      justify-content: center;
      align-items: center;
    }
  
    .countdown-container {
      width: 100%;
    }
  
    .left-title.v2 {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .event .highlihgt,
    .left-title.v2,
    .about-text .highlight,
    .centered-title {
      font-size: 1.2rem;
    }
  
    .centered-title::after {
      top: 2rem;
    }
  
    .about-text .overline {
      font-size: 0.8rem;
    }
  
    header .logo img {
      width: 50px;
    }
  
    .burger-btn svg {
      font-size: 1.2rem;
    }
  
    /* header .main-menu > ul {
      width: 17rem;
    } */
  
    .exhibits-grid-container ol li::marker {
      font-size: 2rem;
    }
  
    .carousel-item .carousel-caption {
      padding: 2rem;
    }
  
    .carousel-control-next-icon, .carousel-control-prev-icon {
      width: 1rem !important;
      height: 1rem !important;
    }
  
    .carousel-section {
  
      margin-top: 2.5rem;
    }
  
    .carousel-control-next, .carousel-control-prev {
      width: 8%;
    }
  
    .events-grid {
      padding: 2rem 0;
    }
  
    .about-gallery .gallery-container {
      grid-template-columns: 1fr 1fr  ;
      width: 100%;
    }
  
  }
  /* 768px */
  
  @media (max-width: 576px), (max-height: 520px) {
  
    .carousel-item .carousel-caption {
      padding: 3rem 1rem 3rem 3rem;
    }
  
    .carousel-item .carousel-caption h1,
    .centered-title,
    .about-text .highlight,
    .left-title {
      font-size: 1.25rem;
    }
  
    .carousel-link {
      font-size: 0.9rem;
    }
  
    section.normal {
      padding: 3rem 1.5rem;
    }
  
    .countdown-container .timeset .digit {
      font-size: 1rem;
    }
  
    .countdown-container .timeset .timename {
      font-size: 0.7rem;
    }
  
    .left-title.v2 .timer {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .countdown-container {
      padding: 0.5rem;
      /* width: 80%; */
      margin: 1rem auto;
    }
  
    .countdown-container .timeset {
      width: 100%;
      margin: 0 0.7rem;
    }
  
    .burger-btn {
      margin-right: 0.75rem;
    }
  
    .event img {
      width: 90px;
    }
  
    .about-text .overline,
    .about-text .highlight {
      text-align: center;
    }
  
    .btn-container {
      display: flex;
      justify-content: center;
      margin-top: 2rem !important;
    }
  
    .full-logo {
      width: 250px;
    }
  
    .doing-list .row > div li {
      font-size: 1rem;
      padding-right: unset;
    }
  
    .doing-list {
      margin-top: 1.5rem;
    }
  
    .doing-list .row > div {
      margin-bottom: 1rem;
    }
  
    section.gradiant {
      margin: 2rem 0;
    }
  
    .gallery-grid .thumbnail img {
      width: 180px;
      height: 100px;
    }
  
    .gallery-grid .thumbnail.active .control-icons svg {
      font-size: 1rem;
    }
  
    .gallery-grid .thumbnail.active .control-icons .rolling {
      padding: 0 1rem;
    }
  
    .contact-card {
      width: 100%;
      padding: 1rem;
    }
  
    .contact-card .icon svg {
      font-size: 1.2rem;
    }
  
    .contact-card .icon {
      width: 2.5rem;
      height: 2.5rem;
      padding: 0.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 1.5rem;
    }
  
    .contact-card .info a, .contact-card .info span {
      font-size: 1rem;
    }
  
    .contact-grid > div {
      margin-bottom: 1.25rem;
    }
  
    .send-message-form {
      margin-top: 3rem;
    }
  
    .send-message-form .input-container {
      margin-bottom: 1rem;
    }
  
    .send-message-form .btn-container,
    .send-message-form .row {
      width: 100%;
    }
  
    .send-message-form .btn-container {
      justify-content: center;
    }
  
    .map-frame {
      height: 400px;
    }
  
    footer {
      padding: 5rem 1rem;
    }
  
    .footer-logo {
      width: 150px;
    }
  
    .footer-grid .title {
      font-size: 1.1rem;
    }
  
    .footer-grid .icons-list li svg {
      font-size: 1.5rem;
    
    }
  
    .up-btn {
      right: 1rem;
    }
  
    .up-btn svg {
      font-size: 1rem;
    }
  
    .centered-title::after {
      all: unset;
    }
  
    .carousel-item .underline-details {
      padding: 1rem;
    }
  
    .exhibits-grid-container li {
      padding: unset;
    }
  
    .exhibits-grid-container .row > div {
      padding: 0.5rem;
    }
  
    .alert-container {
      padding: 0.5rem;
    }
    
    .carousel-item img {
      height: 50vh;
    }
  
    .cert-grid {
      justify-content: center;
    }
  
    .obj-grid .inner {
      padding: 0;
    }
  
    .carousel-item .carousel-caption.full-width {
      padding: 2rem;
    }
  
    .left-title.v2 {
      padding-left: 0;
    }
  
    .cards-container .card-item {
      padding: 1rem;
    }
  
    .cards-container .card-item .subject {
      padding-top: 1rem;
      padding-right: unset;
    }
    .about-gallery .gallery-container {
      grid-template-columns: 1fr ;
      width: 100%;
    }
  

  }
  /* 576px */
  