@font-face {
  font-family: "strasu";
  src: url(../font/strasua-webfont.woff2) format("woff2"),
    url(../font/strasua-webfont.woff) format("woff");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  /* font-size: 10px; */
  /* 10px / 16px = 0.625 = 62.5% */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;
  /* Does NOT work on Safari */
  /* scroll-behavior: smooth; */
}

body {
  position: relative;
  background-color: #000;
  color: #fff;
  /* font-size: 2.2rem; */
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.header {
  /* height: max(100vh, 90rem); */
  padding-top: 3rem;
}

.container {
  margin: 0 3vw 0;
  padding: 0 1.2rem 0;
  background-color: #17202aad;
  height: 100%;
}

/* ---------events text-------- */

.events-text {
  display: flex;
  padding-top: 15rem;
  align-content: center;
  justify-content: center;
  gap: 2rem;
  font-family: "strasu", sans-serif;
  font-weight: 200;
  font-size: 6rem;
}

.events-text img {
  width: 7rem;
}

/* ---event scroll---- */

.event_scroll {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  overflow-x: scroll;
  /* overflow-y: hidden; */
}
.event_scroll {
  height: 78px;
  justify-content: unset;
  overflow-x: scroll;
}
.event_scroll::-webkit-scrollbar {
  height: 2px;
}
.event_scroll::-webkit-scrollbar-track {
  background-color: #2f4b4a;
}
.event_scroll::-webkit-scrollbar-thumb {
  background-color: rgba(101, 207, 181, 0.516);
}

.event_scroll_img,
.event_scroll_img:visited {
  transition: all 0.3s ease-in-out;
  -webkit-user-drag: none;
}

.event_scroll_img:hover,
.event_scrolla_img:active {
  cursor: pointer;
  transform: scale(1.1);
}

.event_scroll_img {
  height: 55px;
}

.event_scroll_img img {
  height: 100%;
}

/* ---event scroll end--- */

.coading_img img {
  margin-top: 10rem;
  margin-left: 10vw;
  height: 10rem;
}

.coading_events_grid {
  margin: 0 auto 0;
  margin-top: 10rem;
  width: 930px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 8rem;
  align-items: center;
  justify-items: center;
}

.coading_event {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22rem;
  width: 22rem;
  background: linear-gradient(
    91.01deg,
    #3b5261 0.87%,
    rgba(95, 177, 199, 0.3) 54.47%
  );
  backdrop-filter: blur(10px);
  transition: all 0.1s ease-in-out;
  border: 5px solid #3a6695;
}

.coading_event:hover,
.coading_event:active {
  /* box-sizing: content-box; */
  border: 5px solid #9db2bf;
  outline: 5px solid #9db2bf;
  cursor: pointer;
}

.coading_event span {
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}

/* ----------FOOTER------------ */

.container {
  margin: 0 3vw 0;
  padding: 0 1.2rem 0;
  background-color: rgba(31, 43, 42, 0.51);
  height: 100%;
}


.container-footer {
  /* background-image: url("./images/grid.png"); */
  background: linear-gradient(180deg, #17202aad 37.86%, rgba(0, 0, 0, 0) 100%);
  background-size: 100% 100%;
  padding-bottom: 4rem;
  width: 100%;
  padding-top: 3rem;
}

.footer {
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
}

.footer-ele {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer p {
  font-size: 2rem;
}

.footer a {
  color: #5ca7cc;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
}

.follow-us-on-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  gap: 1rem;
}

.follow-us-on-items img {
  height: 4rem;
}

/* ---------- media quaries--------- */

@media (max-width: 1000px) {
  .coading_events_grid {
    grid-template-columns: 1fr 1fr;
    width: 600px;
  }
  .coading_event {
    width: 20rem;
    height: 20rem;
  }
  .event_scroll {
    height: 78px;
    justify-content: unset;
    overflow-x: scroll;
  }
  .event_scroll::-webkit-scrollbar {
    height: 2px;
  }
  .event_scroll::-webkit-scrollbar-track {
    background-color: #2f4b4a;
  }
  .event_scroll::-webkit-scrollbar-thumb {
    background-color: rgba(101, 207, 181, 0.516);
  }
  .rect {
    display: none;
  }
}

@media (max-width: 700px) {
  .container-footer {
    padding-bottom: 2rem;
  }
  .coading_events_grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 5rem;
  }
  .container-footer {
    padding-bottom: 2rem;
  }
  .coading_event {
    width: 20rem;
    height: 20rem;
  }
  .coading_img img {
    height: 10rem;
  }
  .footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 3rem;
    padding-bottom: 0rem;
  }
  .get-to-know-us {
    grid-column: 1/3;
  }
  .site-map {
    grid-column: 3/5;
  }
  .follow-us-on {
    text-align: center;
    grid-column: 1/5;
    width: 100%;
    margin-bottom: 2rem;
  }
  .follow-us-on-items {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .navbar {
    padding-top: 10px;
  }
  .events-text {
    font-size: 4rem;
  }
  .events-text img {
    width: 5rem;
  }
  .event_scroll {
    height: 78px;
    justify-content: unset;
    overflow-x: scroll;
  }
  .event_scroll::-webkit-scrollbar {
    height: 2px;
  }
  .event_scroll::-webkit-scrollbar-track {
    background-color: #2f4b4a;
  }
  .event_scroll::-webkit-scrollbar-thumb {
    background-color: rgba(101, 207, 181, 0.516);
  }
  .events-text {
    padding-top: 5rem;
  }
}

/* -------navbar----- */

/* navbar */

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 3vw;
  background: linear-gradient(180deg, #17202aad 37.86%, rgba(0, 0, 0, 0) 100%);
  z-index: 99;
}

.navbar:nth-last-child() {
  background: linear-gradient(0deg, #141c1d 37.86%, rgba(0, 0, 0, 0) 100%);
}

.main-navbar a:link,
.main-navbar a :visited {
  transition: all 0.3s ease-in-out;
}

.main-navbar a:hover,
.main-navbar a:active {
  transform: scale(1.1);
}

.main-navbar {
  margin-top: 2vw;
  margin-right: 2vw;
  gap: 2vw;
  display: flex;
  gap: 40px;
}

.nav_btn_img {
  height: 4rem;
  width: auto;
}

.nav_btn_img_middle {
  transform: scale(0.8);
}

.solutions-logo {
  margin-top: 2vw;
  margin-left: 2vw;
  height: 2.5rem;
}

.main-body {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 30px;
  justify-items: center;
  margin-top: 5vw;
}

.hamburger-button {
  display: none;
  position: relative;
  height: 0.5rem;
  width: 4rem;
  background-color: #5ca7cc;
  align-self: center;
  margin-right: 10px;
  border-radius: 100px;
}

.hamburger-button::before {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 4rem;
  background-color: #5ca7cc;
  top: -10px;
  left: 0px;
}

.hamburger-button::after {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 4rem;
  background-color: #5ca7cc;
  top: 10px;
  left: 0px;
}

.sidemenu {
  display: none;
  position: absolute;
  top: 3.5rem;
  right: 0rem;
  height: max-content;
  width: max-content;
}

.menu {
  width: 100%;
  margin: 0rem auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-us_content {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
}

.ham {
  background: linear-gradient(#141c1d83 37.86%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1000px) {
  .hamburger-button {
    display: block;
  }
  .main-navbar {
    display: none;
  }
}

/* navabar complete */

/* --------end--------- */

::-webkit-scrollbar {
  height: 2px;
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #2f4b4a;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(101, 207, 181, 0.516);
}



.footer{
  
  border-radius: 25px;
  margin: auto;
  background: rgba(156, 178, 191, 0.11);
  
  /* opacity: 20%; */
}

.img-foot{
  width: 92%;
  margin: auto;
  background-image: url("../images/grid.png");
  
}

@media screen and (max-width: 600px) {
  .img-container{
    padding: 20px;
  }
}