@import url("https://fonts.googleapis.com/css2?family=Allerta&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Lobster&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Lobster&family=PT+Serif:ital@1&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Reem+Kufi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Agbalumo&family=Bebas+Neue&family=IBM+Plex+Sans+Arabic&family=Lobster&family=Noto+Serif&family=PT+Serif&family=Reem+Kufi&display=swap");
/* ===== Google Font Import - Poppins ===== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
:root {
  --clr-neon: rgba(60, 165, 241, 1);
  --clr-bg: rgba(7, 43, 119, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.whowearetext1 {
  transform: translateX(-15%);
}
body {
  margin: 0;
  background-color: #f4f4f4;
  font-family: Poppins;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#check {
  display: none;
}
label #btn,
label #cancel {
  display: none;
  opacity: 0;
}
label #btn {
  right: 30px;
  top: 90px;
  color: white;
  padding: 6px 12px;
  transition: all 1s;
  display: block;
}
label #cancel {
  z-index: 1111;
  right: -195px;
  top: 17px;
  font-size: 30px;
  color: white;
  padding: 4px 9px;
  transition: all 1s ease;
  display: block;
}
#check:checked ~ .sidebar {
  right: 0;
  display: block;
  transition: all 1s;
}
#check:checked ~ label #btn {
  right: 250px;
  opacity: 0;
  pointer-events: none;
  display: block;
}
#check:checked ~ label #cancel {
  right: 50px;
  display: block;
}
#check:checked ~ section {
  margin-right: 250px;
  display: block;
}

.sidebar {
  position: absolute;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgba(60, 165, 241, 0.7);
  backdrop-filter: blur(17px);
  --webkit-backdrop-filter: blur(17px);
  border: rgba(60, 165, 241, 0.7);
  transition: width 0.3s ease;
  z-index: 999;
}

.sidebar .logo {
  color: #000;
  display: flex;
  align-items: center;
  padding: 25px 15px 0px;
}

.logo img {
  position: relative;
  width: 100px;
  left: 15px;
  top: 35px;
}
.logo h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 40px;
  display: block;
}

.sidebar:hover .logo h2 {
  display: block;
}
.sidebar .logo img {
  position: relative;
  left: 75px;
  transition: all 3s ease;
}

.sidebar .links {
  list-style: none;
  margin-top: 120px;
  overflow-y: auto;
  scrollbar-width: none;
  height: calc(100% - 140px);
}

.sidebar .links::-webkit-scrollbar {
  display: none;
}

.links li {
  display: flex;
  border-radius: 4px;
  align-items: center;
}

.links li:hover {
  cursor: pointer;
  background: #04596d;
}

.links h4 {
  color: #222;
  font-weight: 500;
  margin-bottom: 10px;
}
.links h4:hover {
  color: #04596d;
}

.sidebar .links h4 {
  display: block;
}

.links hr {
  margin: 10px 8px;
  border: 1px solid #4c4c4c;
}

.sidebar .links hr {
  border-color: transparent;
}

.links li span {
  padding: 12px 10px;
}

.links li a {
  padding: 10px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  font-family: "Cairo", sans-serif;
  text-decoration: none;
  display: block;
}

.contanierforsizexlargeiphone {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.hamburger {
  display: none;
  opacity: 0;
}
.select-menu {
  width: 80px;
  border: 2px solid #3ca5f1;
  border-radius: 8px;
}
.notificationbar .logo {
  position: absolute;
  z-index: 100;
  height: 6rem;
  margin-left: 2rem;
  object-fit: cover;
}
.navbar {
  width: 85%;
  margin: auto;
  padding: 2.1875rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar,
.notificationbar img {
  transform: translateY(30%);
}
.navbar ul li {
  list-style: none;
  display: inline-block;
  margin: 0 1rem;
  position: relative;
  padding: 0.5rem;
  z-index: 100;
  left: 14rem;
}

.navbar ul li a {
  text-decoration: none;
  color: #3ca5f1;
  text-transform: uppercase;
}
.navbar ul li::after {
  content: "";
  height: 3px;
  width: 0;
  background: #3ca5f1;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.5s;
}

.navbar ul li:hover::after {
  width: 100%;
}

.content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10px;
}
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-icon {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}
.socailicons {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 40%;
  top: 20px;
  z-index: 100;
}
.socailicons a {
  text-decoration: none;
  padding: 10px;
  background-color: #3ca5f1;
  margin: 10px;
  border-radius: 50%;
  color: white;
  font-size: 10px;
}
.notificationbar {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-color: #072b77;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 25px 25px;
  padding: 4rem 4rem;
}
.navbar h4 a {
  list-style: none;
  display: inline-block;
  margin: 0 1rem;
  position: relative;
  padding: 0.5rem;
  z-index: 100;
  left: 14rem;
}
.neon-button {
  font-size: 1.3rem;

  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: var(--clr-neon);
  border: var(--clr-neon) 0.125em solid;
  padding: 0.25em 1em;
  border-radius: 1em;

  text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;

  box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);

  position: relative;
}

.neon-button::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: var(--clr-neon);
  top: 120%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.9em;
  transform: perspective(1em) rotateX(40deg) scale(1, 0.35);
  filter: blur(1em);
  opacity: 0.7;
}

.neon-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 2em 0.5em var(--clr-neon);
  opacity: 0;
  border-radius: 0.9em;
  background-color: var(--clr-neon);
  z-index: -1;
  transition: opacity 100ms linear;
}

.neon-button:hover,
.neon-button:focus {
  color: var(--clr-bg);
  text-shadow: none;
}

.neon-button:hover::before,
.neon-button:focus::before {
  opacity: 1;
}
.neon-button:hover::after,
.neon-button:focus::after {
  opacity: 1;
}

.notificationbar h4 a {
  position: absolute !important;
  right: 14% !important;
  top: 13% !important;
  opacity: 1;
  animation: showcontent 1s ease-in-out 0.3s 1 forwards;
  color: #ffffff;
  font-size: var(--font-size-l);
  font-weight: 700;
  line-height: normal;
  font-size: 1.5rem;
  padding: 0.5rem;
  text-decoration: none;
  font-family: "reem kufi", sans-serif;
}
.notificationbar h4 a:hover {
  color: #3ca5f1;
  transition: 0.2s;
}
.notificationbar h4 a:not(:hover) {
  transition: 0.2s;
}
.socailicons a i {
  font-size: 15px;
  color: rgb(255, 255, 255);
  opacity: 1;
}
.socailicons a:hover {
  background-color: #111;
  transition: all 0.5s;
}
.socailicons a:not(:hover) {
  transition: all 0.5s;
}
.socailicons a:hover i {
  color: white;
  transition: 0.5s all;
}
.socailicons a:not(:hover) i {
  transition: 0.5s all;
}
body {
  width: 1650px;
  max-width: 100%;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.notificationbar h4 a {
  position: relative;
  opacity: 0;
  animation: showcontent 1s ease-in-out 0.3s 1 forwards;
  color: #ffffff;
  font-size: var(--font-size-l);
  font-weight: 700;
  line-height: normal;
  font-size: 1.5rem;
  padding: 0.5rem;
  text-decoration: none;
  font-family: "reem kufi", sans-serif;
}
.notificationbar h4 a:hover {
  color: #3ca5f1;
  transition: 0.2s;
}
.notificationbar h4 a:not(:hover) {
  transition: 0.2s;
}

body {
  width: 1650px;
  max-width: 100%;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10px;
}
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-icon {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}
body {
  width: 1650px;
  max-width: 100%;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.aboutsection {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  margin-bottom: 15%;
}
.aboutsection img {
  margin-right: -5%;
  position: relative;
  animation: float 5s ease-in-out infinite;
  height: 400px;
  border-radius: 150px 25px 25px 150px;
}
.aboutsection img:hover {
  filter: blur(10px);
  transition: all 0.5s ease-in-out;
}

.aboutsection img:not(:hover) {
  filter: none;
  transition: all 0.7s ease-in-out;
}

.aboutsection2 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  z-index: 100;
  margin-bottom: 15%;
}
.aboutsection2 img {
  right: 5%;
  position: relative;
  animation: float 5s ease-in-out infinite;
  height: 400px;
  border-radius: 25px 100px 100px 25px;
}
.aboutsection2 img:hover {
  filter: blur(10px);
  transition: all 0.5s ease-in-out;
}

.aboutsection2 img:not(:hover) {
  filter: none;
  transition: all 0.7s ease-in-out;
}
.aboutsection1 h2 {
  color: #000;
  font-family: "Bebas Neue", cursive;
  font-size: var(--font-size-l);
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  z-index: 100;
  font-size: 50px;
  position: relative;
}

.aboutsection2 h2:before {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  border-radius: 50px;
  background-color: #000;
  position: absolute;
  transform: translateX(-140px);
  top: 50%;
}

.aboutsection2 h2 {
  color: #000;
  font-family: "Bebas Neue", cursive;
  font-size: var(--font-size-l);
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  z-index: 100;
  font-size: 50px;
  transform: translateX(58%);
}
.aboutsection2 p {
  color: #1e1e1e;
  font-family: "Bebas Neue", sans-serif;
  font-size: var(--font-size-m);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2.3px;
  line-height: 46.5px;
  position: relative;
  text-align: left;
  width: 600px;
}

.aboutsection1 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 15%;
  z-index: -1;
  transform: translateY(0%);
}
.aboutsection1 img {
  transform: translateY(-3%);
  height: 700px;
  object-fit: cover;
  position: relative;
  width: 100%;
  border-radius: 0 0 0 150px;
  z-index: -1;
}
.notificationbar h4 a {
  opacity: 1;
}
.aboutsection1 img:hover {
  filter: blur(10px);
  transition: all 0.5s ease-in-out;
}

.aboutsection1 img:not(:hover) {
  filter: none;
  transition: all 0.7s ease-in-out;
}
.textbox1 {
  position: absolute;
  top: 10%;
  left: 20%;
}

.aboutsection1 h2:before {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  border-radius: 50px;
  background-color: #000;
  position: absolute;
  left: -140px;
  top: 45%;
}

.aboutsection h2:before {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  border-radius: 50px;
  background-color: #000;
  position: absolute;
  left: -140px;
  top: 50%;
}

.aboutsection h2 {
  color: #000;
  font-family: "Bebas Neue", cursive;
  font-size: var(--font-size-l);
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  z-index: 100;
  left: 140px;
  font-size: 50px;
}

.aboutsection h2.stop-blinking::before {
  animation: none;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.aboutsection p {
  color: #1e1e1e;
  font-family: "Bebas Neue", sans-serif;
  font-size: var(--font-size-m);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2.3px;
  line-height: 46.5px;
  position: relative;
  text-align: left;
  width: 600px;
}
.section2 {
  margin: 0 auto;
  justify-content: center;
  align-items: center;

  width: 80%;
}

.slider1 {
  width: 100%;
  height: 600px;
  position: relative;
  margin: auto;
  overflow: hidden;
  right: 0;
}
.slider1 .list1 {
  position: absolute;
  width: max-content;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  transition: 1s;
}
.slider1 .list1 img {
  width: 1650px;
  height: 100%;
  object-fit: cover;
}
.slider1 img {
  background-color: rgba(0, 0, 0, 0.6);
}
.slider1 .buttons {
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.slider1 .buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff5;
  color: #fff;
  border: none;
  font-family: monospace;
  font-weight: bold;
}
.slider1 .dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slider1 .dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 10px;
  border-radius: 20px;
  transition: 0.5s;
}
.slider1 .dots li.active {
  width: 30px;
}

.wrapper1 .outer1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25rem;
  transform: translateY(50%);
}
.wrapper1 .outer1:before {
  width: 500px;
  height: 300px;
  content: "";
  background-image: linear-gradient(70deg, #dc422a, blue);
  position: absolute;
  z-index: -1;
  border-radius: 20% 30% 80% 10%;
  filter: blur(150px);
  top: 50%;
  left: 60%;
  transform: translate(-10%, -50%);
  transition: 1s;
}
.wrapper1 .card1 {
  background: #3ca5f1;
  width: 1000px;
  height: 250px;
  display: flex;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  justify-content: space-between;
  border-radius: 100px 20px 20px 100px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  animation: animate5 15s linear infinite;
  animation-delay: calc(3s * var(--delay));
}
.wrapper1 .card1:last-child {
  animation-delay: calc(-3s * var(--delay));
}
@keyframes animate5 {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.5);
  }
  5%,
  20% {
    opacity: 0.4;
    transform: translateY(100%) scale(0.7);
  }
  25%,
  40% {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0%) scale(1);
  }
  45%,
  60% {
    opacity: 0;
    transform: translateY(-100%) scale(0.7);
  }
  65%,
  100% {
    opacity: 0;
    transform: translateY(-100%) scale(0.5);
  }
}
.Aboutus320px {
  display: none;
  opacity: 0;
}
.card1 .content1 {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.wrapper1 .card1 .img1 {
  height: 150px;
  width: 150px;
  position: absolute;
  left: -5px;
  margin-left: 30px;
  border: #072b77 5px solid;
  border-radius: 50%;
  transform: translateY(-15%);
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.card1 .img1 img {
  height: 100%;
  height: 100%;
  display: flex;
  border-radius: 80%;
  justify-content: center;
  align-items: center;
}
.card1 .details1 {
  margin-left: 150px;
}

.details1 p {
  color: #ffffff;
  font-family: "Bebas Neue", cursive;
  font-weight: 500;
  font-size: 20px;
  width: 500px;
  margin-left: 100px;
  text-align: center;
  margin-bottom: 10%;
}
.siebig {
  color: #ffffff;
  font-family: "Bebas Neue", cursive;
  font-weight: 500;
  font-size: 20px;
  width: 500px;
  margin-left: 100px;
  text-align: center;
  margin-bottom: 10%;
}

.details1 span {
  font-size: 30px;
  color: #ffffff;
  font-family: "Bebas Neue", cursive;
  font-weight: 700;
  margin-left: 310px;
  margin-bottom: 10%;
}
.card1 a {
  text-decoration: none;
  padding: 7px 18px;
  border-radius: 25px;
  color: #072b77;
  background-color: white;
  margin: 0;
  position: absolute;
  left: 47%;
  bottom: 10%;
  transition: all 0.3s ease;
}
.card1 a:hover {
  transform: scale(0.94);
}
.Aboutus {
  margin-top: 10rem;
  transform: translateY(30%);
}

.Aboutus .aboutus1 {
  animation: float 5s ease-in-out infinite;
}
.Aboutus .aboutus2 {
  animation: float 5s ease-in-out infinite;
  position: relative;
  left: 35%;
  margin-top: 5rem;
}
.aboutus3 {
  animation: float 5s ease-in-out infinite;
  margin-top: 5rem;
}
.wing {
  position: absolute;
  right: -25%;
  top: -25%;
  z-index: 100;
}
.square4 {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: solid 5px #072b77;
  transform: translateY(-40%);
  left: 10%;
}
.circle224 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3ca5f1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50px;
  overflow: hidden;
  margin: auto;
  -webkit-animation: circle 15s linear infinite;
  animation: circle1 15s linear infinite;
}
.circle224:hover {
  transition: all 15s linear;
  background-image: linear-gradient(to right, #072b77, #3ca5f1);
}
.Aboutus840px,
.Aboutus420px {
  display: none;
  opacity: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Agbalumo&family=Bebas+Neue&family=IBM+Plex+Sans+Arabic&family=Lobster&family=Noto+Serif&family=PT+Serif&family=Reem+Kufi&display=swap");

.whowearetext1 {
  position: absolute;
  font-family: "Gulzar", serif;
  color: black;
  font-size: 35px;
  top: 43%;
  left: 26%;
  z-index: 100;
}

@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(120px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(120px) rotate(-360deg);
  }
}

@keyframes float {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 30px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@media screen and (max-width: 1280px) {
  .navbar ul {
    transform: translateX(-10%);
  }
  .textbox2 p {
    width: 400px;
  }
  .textbox2 h2 {
    transform: translateX(35%);
  }
  .section2 {
    margin-top: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .aboutsection .textbox {
    position: relative;
    left: -10%;
  }
  .aboutsection2 {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    transform: translateY(0%);
    z-index: 100;
  }
  .aboutsection2 img {
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    left: -1%;
    animation: float 5s ease-in-out infinite;
  }
  .aboutsection2 h2 {
    color: #000;
    font-family: "Bebas Neue", cursive;
    font-size: var(--font-size-l);
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    z-index: 100;
    font-size: 45px;
    transform: translateX(38%);
  }
  .aboutsection2 p {
    color: #1e1e1e;
    font-family: "Bebas Neue", sans-serif;
    font-size: var(--font-size-m);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 46.5px;
    position: relative;
    text-align: center;
    width: 700px;
    transform: translateX(5%);
  }
  .textbox2 {
    transform: translateY(35%);
  }
  .section2 {
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 840px) {
  .Aboutus840px {
    display: block;
    opacity: 1;
  }
  .textbox2 {
    margin-bottom: 10%;
  }
  .Aboutus {
    display: none;
    opacity: 0;
  }
  .Aboutus840px {
    margin-top: 10rem;
    transform: translateY(30%);
  }

  .Aboutus840px .aboutus1 {
    animation: float 5s ease-in-out infinite;
  }
  .Aboutus840px .aboutus2 {
    animation: float 5s ease-in-out infinite;
    position: relative;
    left: 10%;
    margin-top: 5rem;
  }
  .aboutus3 {
    animation: float 5s ease-in-out infinite;
    margin-top: 5rem;
  }
  .wrapper1 .card1 {
    background: #3ca5f1;
    width: 700px;
    display: flex;
    align-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    justify-content: space-between;
    border-radius: 100px 20px 20px 100px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    animation: animate5 15s linear infinite;
    animation-delay: calc(3s * var(--delay));
  }
  .details1 p {
    color: #ffffff;
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    width: 400px;
    margin-left: 30px;
  }
  .details1 {
    margin-bottom: 10%;
  }

  .details1 span {
    font-size: 30px;
    color: #ffffff;
    font-family: "Bebas Neue", cursive;
    font-weight: 700;
    margin-left: 150px;
  }
  .card1 a {
    text-decoration: none;
    padding: 7px 18px;
    border-radius: 25px;
    color: #072b77;
    background-color: white;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 320px) {
  .wrapper5 .card5 {
    background: #3ca5f1;
    width: 300px;
    display: flex;
    align-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    justify-content: space-between;
    border-radius: 100px 20px 20px 100px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    animation: animate5 15s linear infinite;
    animation-delay: calc(3s * var(--delay));
  }
  .details5 p {
    color: #ffffff;
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    position: relative;
    width: 100px;
    top: 60px;
    margin-top: px;
    margin-left: 30px;
  }
  .aboutsection .textbox p {
    width: 200px;
    text-align: left;
  }
  .aboutsection .textbox h2::before {
    height: 2px;
    width: 50px;
    left: -70px;
  }
  .aboutsection .textbox {
    margin-bottom: 0% !important;
    margin-top: -20% !important;
  }
  .aboutsection .textbox h2 {
    width: 200px;
  }
  .aboutsection2 img {
    display: block;
    opacity: 1;
    position: relative;
    width: 200px;
    height: 300px;
    margin: 0 auto;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    animation: float 5s ease-in-out infinite;
  }
  .aboutsection img {
    display: block;
    opacity: 1;
    position: relative;
    width: 200px;
    height: 300px;
    margin: 0 70px;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    animation: float 5s ease-in-out infinite;
  }
  .aboutsection img {
    margin-top: 130% !important;
  }
  .aboutsection h2 {
    color: #000;
    font-family: "Bebas Neue", cursive;
    font-size: var(--font-size-l);
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    z-index: 100;
    font-size: 40px;
    left: 20%;
  }
  .Aboutus420px {
    display: none;
    opacity: 0;
  }
  .aboutsection p {
    color: #1e1e1e;
    font-family: "Bebas Neue", sans-serif;
    font-size: var(--font-size-m);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 46.5px;
    position: relative;
    text-align: center;
    width: 270px;
    transform: translateX(30%) !important;
  }

  .aboutsection2 h2 {
    color: #000;
    font-family: "Bebas Neue", cursive;
    font-size: var(--font-size-l);
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    z-index: 100;
    font-size: 40px;
    left: -10%;
  }
  .aboutsection2 p {
    color: #1e1e1e;
    font-family: "Bebas Neue", sans-serif;
    font-size: var(--font-size-m);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 46.5px;
    position: relative;
    text-align: center;
    width: 270px;
    transform: translateX(15%);
  }

  .details5 span {
    font-size: 30px;
    color: #ffffff;
    font-family: "Bebas Neue", cursive;
    font-weight: 700;
    margin-left: 310px;
    width: 100px;
    position: relative;
    top: 30px;
    left: -75%;
  }
  .card5 a {
    text-decoration: none;
    padding: 7px 18px;
    border-radius: 25px;
    margin-left: 430px;
    color: #072b77;
    width: 100px;
    position: relative;
    left: -100%;
    background-color: white;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1280px) {
  /* small laptops */
  .carousel .list .item {
    width: 90%;
    left: 10%;
  }
  .carousel.showDetail .list .item:nth-child(2) .detail .specifications {
    overflow: auto;
  }
  .carousel.showDetail .list .item:nth-child(2) .detail .title {
    font-size: 2em;
  }
  .rectangle12 {
    transform: translateY(-10%);
  }
  .rowflex img {
    margin: 0 50px;
    height: 200px;
  }
  .logos {
    transform: translateY(-30%);
  }
  .aboutsection {
    position: relative;
    display: flex;
    justify-content: space-between;
    transform: translateY(-30%);
    z-index: 100;
  }
  .aboutsection img {
    position: relative;
    height: 350px;
    animation: float 5s ease-in-out infinite;
  }
  .aboutsection h2 {
    color: #000;
    font-family: "Bebas Neue", cursive;
    font-size: var(--font-size-l);
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    z-index: 100;
    transform: translateX(20%);
    font-size: 50px;
  }

  .aboutsection p {
    color: #1e1e1e;
    font-family: "Bebas Neue", sans-serif;
    font-size: var(--font-size-m);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 46.5px;
    position: relative;
    width: 480px;
  }
  .Mission1 {
    position: relative;
    height: 700px;
    transform: translateY(90%);
  }
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    opacity: 1;
  }
  .carousel img {
    height: 100%;
  }
  .carousel .list .item:nth-child(2) .introduce {
    opacity: 1;
    pointer-events: auto;
    width: 700px;
    position: absolute;
    top: 37%;
    transform: translateY(-250%);
    left: -15%;
    transition: opacity 0.5s;
  }
  .carousel .list .item .introduce .title {
    font-size: 2em;
    font-weight: 500;
    line-height: 1em;
  }
  .carousel .list .item .introduce .topic {
    font-size: 3em;
    font-weight: 500;
  }
  .carousel .list .item .introduce .des {
    font-size: medium;
    width: 75%;
    color: #000;
  }
  .containerselfyfive {
    transform: translateY(30%);
  }
  .containerselfyfive1 {
    transform: translateY(6%);
  }

  .navbar ul,
  .navbar button {
    opacity: 0;
    display: none;
  }
  .carousel video {
    top: 14%;
    left: 10%;
    height: 800px;
  }
  .hamburger {
    position: relative;
    left: 90%;
    transform: translateY(-40%);
  }

  .carousel.showDetail .list .item:nth-child(2) .detail .specifications {
    overflow: auto;
  }
  .carousel.showDetail .list .item:nth-child(2) .detail .title {
    font-size: 2em;
  }
  .rectangle12 {
    width: 100%;
    height: 400px;
    transform: translateX(-30%);
    position: relative;
    top: 40%;
  }
  .rowflex img {
    margin: 0 50px;
    height: 200px;
  }
  .logos {
    transform: translateY(0%);
  }
  .aboutsection {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    transform: translateY(-25%);
    z-index: 100;
  }
  .aboutsection img {
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    left: -1%;
    animation: float 5s ease-in-out infinite;
  }
  .textbox {
    transform: translateY(45%);
  }
  .OurInterest {
    transform: translateY(35%);
  }
  .aboutsection h2 {
    color: #000;
    font-family: "Bebas Neue", cursive;
    font-size: var(--font-size-l);
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    z-index: 100;
    font-size: 45px;
    transform: translateX(38%);
  }
  .aboutsection p {
    color: #1e1e1e;
    font-family: "Bebas Neue", sans-serif;
    font-size: var(--font-size-m);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 46.5px;
    position: relative;
    text-align: center;
    width: 700px;
    transform: translateX(20%);
  }
  .Mission1 {
    position: relative;
    height: 600px;
    transform: translateY(90%);
  }
}
@media screen and (max-width: 840px) {
  .navbar ul,
  .navbar button {
    opacity: 0;
    display: none;
  }

  .hamburger {
    position: relative;
    left: 90%;
    transform: translateY(-40%);
  }

  .aboutsection {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    transform: translateY(-25%);
    z-index: 100;
  }
  .aboutsection img {
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    animation: float 5s ease-in-out infinite;
  }
  .textbox {
    transform: translateY(45%);
  }
  .OurInterest {
    transform: translateY(35%);
  }
  .aboutsection h2 {
    color: #000;
    font-family: "Bebas Neue", cursive;
    font-size: var(--font-size-l);
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    z-index: 100;
    font-size: 45px;
    transform: translateX(15%);
  }
  .aboutsection p {
    color: #1e1e1e;
    font-family: "Bebas Neue", sans-serif;
    font-size: var(--font-size-m);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 46.5px;
    position: relative;
    text-align: center;
    width: 650px;
    transform: translateX(12%);
  }
  .aboutsection2 p {
    color: #1e1e1e;
    font-family: "Bebas Neue", sans-serif;
    font-size: var(--font-size-m);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 46.5px;
    position: relative;
    text-align: center;
    width: 650px;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 600px) {
  .Aboutus420px {
    display: block;
    opacity: 1;
  }
  .wrapper1 .card1 {
    background: #3ca5f1;
    width: 500px;
    left: 6%;
    display: flex;
    align-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    justify-content: space-between;
    border-radius: 100px 20px 20px 100px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    animation: animate5 15s linear infinite;
    animation-delay: calc(3s * var(--delay));
  }
  .details1 p {
    color: #ffffff;
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    width: 300px;
    margin-left: 20px;
  }
  .details1 {
    margin-bottom: 15%;
  }

  .details1 span {
    font-size: 30px;
    color: #ffffff;
    font-family: "Bebas Neue", cursive;
    font-weight: 700;
    margin-left: 100px;
  }
  .card1 a {
    text-decoration: none;
    padding: 7px 18px;
    border-radius: 25px;
    color: #072b77;
    background-color: white;
    transition: all 0.3s ease;
  }
  .navbar ul,
  .navbar button {
    opacity: 0;
    display: none;
  }
  .hamburger {
    position: relative;
    left: 90%;
    transform: translateY(-40%);
  }

  .aboutsection {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    transform: translateY(-25%);
    z-index: 100;
  }
  .aboutsection img {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 290px;
    margin-top: 30%;
    animation: float 5s ease-in-out infinite;
  }
  .textbox {
    transform: translateY(45%);
  }
  .OurInterest {
    transform: translateY(35%);
  }
  .aboutsection h2 {
    color: #000;
    font-family: "Bebas Neue", cursive;
    font-size: var(--font-size-l);
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    z-index: 100;
    font-size: 45px;
    transform: translateX(33%);
  }
  .aboutsection p {
    color: #1e1e1e;
    font-family: "Bebas Neue", sans-serif;
    font-size: var(--font-size-m);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 46.5px;
    position: relative;
    text-align: center;
    width: 500px;
    transform: translateX(10%);
  }
  .textbox {
    transform: translateY(15%);
  }
  .aboutsection2 {
    transform: translateY(-7%);
  }
  .textbox2 {
    transform: translateY(10%);
  }
  .aboutsection2 p {
    width: 400px;
    left: 10%;
  }
  .Aboutus840px {
    display: none;
    opacity: 0;
  }
  .Aboutus420px {
    margin-top: 10rem;
    transform: translateY(30%);
  }
  .Aboutus420px .aboutus1 {
    animation: float 5s ease-in-out infinite;
  }
  .Aboutus420px .aboutus2 {
    animation: float 5s ease-in-out infinite;
    position: relative;
    left: 20%;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 420px) {
  .socailicons {
    transform: translateX(-30%);
    top: 5%;
  }
  .notificationbar .logo {
    margin-left: -10%;
  }
  .hamburger {
    transform: translateY(20%);
  }
  .wrapper1 .card1 {
    background: #3ca5f1;
    width: 350px;
    height: 600px;
    left: 4%;
    display: flex;
    align-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    justify-content: space-between;
    border-radius: 100px 20px 20px 100px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    animation: animate5 15s linear infinite;
    animation-delay: calc(3s * var(--delay));
  }

  .details1 p {
    color: #ffffff;
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    width: 100px;
    margin-left: 20px;
  }
  .details1 {
    margin-bottom: 40%;
  }

  .details1 span {
    font-size: 30px;
    color: #ffffff;
    font-family: "Bebas Neue", cursive;
    font-weight: 700;
    margin-left: -100px;
    top: -50%;
  }
  .card1 a {
    text-decoration: none;
    padding: 7px 18px;
    border-radius: 25px;
    color: #072b77;
    background-color: white;
    transition: all 0.3s ease;
  }
  .aboutsection {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    transform: translateY(-25%);
    z-index: 100;
  }
  .aboutsection img {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: 60%;
    animation: float 5s ease-in-out infinite;
  }
  .aboutsection2 img {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 250px;
    margin-left: 10%;
    animation: float 5s ease-in-out infinite;
  }
  .textbox2 {
    transform: translateY(15%);
  }
  .aboutsection h2 {
    color: #000;
    font-family: "Bebas Neue", cursive;
    font-size: var(--font-size-l);
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    z-index: 100;
    font-size: 45px;
    transform: translateX(25%);
  }
  .aboutsection2 p {
    color: #1e1e1e;
    font-family: "Bebas Neue", sans-serif;
    font-size: var(--font-size-m);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 46.5px;
    position: relative;
    text-align: center;
    width: 280px;
    transform: translateX(5%);
  }
  .Aboutus420px {
    transform: translateY(50%);
  }
  .aboutus2 {
    margin-left: -20%;
    height: 180px;
  }
  .aboutsection p {
    color: #1e1e1e;
    font-family: "Bebas Neue", sans-serif;
    font-size: var(--font-size-m);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 46.5px;
    position: relative;
    text-align: center;
    width: 300px;
    transform: translateX(10%);
  }
}
@media screen and (max-width: 320px) {
  .Aboutus320px {
    display: block;
    opacity: 1;
  }
  .wrapper1 .card1 {
    background: #3ca5f1;
    width: 280px;
    height: 650px;
    left: 4%;
    display: flex;
    align-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    justify-content: space-between;
    border-radius: 100px 20px 20px 100px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    animation: animate5 15s linear infinite;
    animation-delay: calc(3s * var(--delay));
  }

  .details1 p {
    color: #ffffff;
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    width: 100px;
    margin-left: -20px;
  }
  .card1 .content1 .img1 img {
    height: 100px;
  }
  .details1 {
    margin-bottom: 40%;
  }

  .details1 span {
    font-size: 30px;
    color: #ffffff;
    font-family: "Bebas Neue", cursive;
    font-weight: 700;
    margin-left: -20px;
    top: -50%;
  }
  .card1 a {
    text-decoration: none;
    padding: 7px 18px;
    border-radius: 25px;
    color: #072b77;
    background-color: white;
    transition: all 0.3s ease;
  }
  .wrapper1 .card1 .img1 {
    height: 120px;
    width: 120px;
    position: absolute;
    left: -5px;
    margin-left: 30px;
    border: #072b77 5px solid;
    border-radius: 50%;
    transform: translateY(-15%);
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  .Aboutus,
  .Aboutus840px,
  .Aboutus420px {
    display: none;
    opacity: 0;
  }
  .Aboutus320px {
    margin-top: 10rem;
    transform: translateY(30%);
  }
  .Aboutus320px .aboutus1 {
    animation: float 5s ease-in-out infinite;
  }
  .Aboutus320px .aboutus2 {
    animation: float 5s ease-in-out infinite;
    position: relative;
    left: 20%;
    margin-top: 5rem;
  }
  .OurInterest {
    transform: translateY(35%);
  }
  .aboutsection .textbox p {
    width: 200px;
    text-align: left;
  }
  .aboutsection .textbox h2::before {
    height: 2px;
    width: 50px;
    left: -70px;
  }
  .aboutsection .textbox {
    margin-bottom: 30%;
    margin-top: -50%;
  }
  .aboutsection2 .textbox2 p {
    width: 210px;
    text-align: left;
  }
  .aboutsection2 .textbox2 h2::before {
    height: 2px;
    width: 50px;
    left: 70px;
  }
  .aboutsection2 .textbox2 {
    margin-bottom: 30%;
    margin-top: -50%;
  }
}
@media screen and (max-width: 1024px) {
  .neon-button {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  label #btn,
  label #cancel {
    position: absolute;
    background-image: linear-gradient(to right, #18007a, #04596d);
    transition: all 5s ease-in-out;
    border-radius: 25px;
    cursor: pointer;
    display: block;
    opacity: 1;
  }
  .sidebar {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(60, 165, 241, 0.7);
    backdrop-filter: blur(17px);
    --webkit-backdrop-filter: blur(17px);
    border: rgba(60, 165, 241, 0.7);
    transition: width 0.3s ease;
    z-index: 999;
  }
  .sidebar .links {
    justify-content: center;
    align-items: center;
  }
  .neon-button {
    display: none;
    opacity: 0;
  }
}
.footer1 {
  position: relative;
  transform: translateY(100%) !important;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  background: #072b77;
  border-radius: 6px;
}

.footer1 .footer-row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 60px;
}

.footer-row1 .footer-col1 h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-col1 .links1 {
  margin-top: 20px;
}

.footer-col1 .links1 li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-col1 .links1 li a {
  text-decoration: none;
  color: #bfbfbf;
}

.footer-col1 .links1 li a:hover {
  color: #fff;
}

.footer-col1 p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}

.footer-col1 form {
  display: flex;
  gap: 5px;
}

.footer-col1 input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489c6;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}

.footer-col1 input::placeholder {
  color: #ccc;
}

.footer-col1 form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.footer-col1 form button:hover {
  background: #cecccc;
}

.footer-col1 .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}

.footer-col1 .icons i {
  color: #afb6c7;
}

.footer-col1 .icons i:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .footer1 {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }

  .footer1 .footer-row {
    padding: 20px;
    gap: 1rem;
  }

  .footer-col1 form {
    display: block;
  }

  .footer-col1 form :where(input, button) {
    width: 100%;
  }

  .footer-col1 form button {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 600px) {
  .socailicons {
    transform: translateX(-25%);
  }
  .navbar,
  .notificationbar img {
    transform: translateX(-30%);
    margin-top: 2rem;
  }
}
@media (max-width: 420px) {
  .socailicons {
    transform: translateX(-55%);
  }
  .navbar,
  .notificationbar img {
    transform: translateX(0%);
    margin-top: 2rem;
  }
}
@media (max-width: 320px) {
  .notificationbar h4 a {
    transform: translateX(50%);
    top: 4% !important;
  }
}
@media (max-width: 1280px) {
  .aboutus2 {
    left: 25% !important;
    animation: float 5s ease-in-out infinite;
  }
}
@media (max-width: 1024px) {
  .aboutus2 {
    left: 3% !important;
    animation: float 5s ease-in-out infinite;
  }
}
@media (max-width: 840px) {
  .aboutus2 {
    left: 8% !important;
    animation: float 5s ease-in-out infinite;
  }
}
@media (max-width: 768px) {
  .aboutus2 {
    left: 2% !important;
    animation: float 5s ease-in-out infinite;
  }
}
@media (max-width: 600px) {
  .aboutus2 {
    left: 20% !important;
    animation: float 5s ease-in-out infinite;
  }
}
@media (max-width: 420px) {
  .aboutus2 {
    left: 21% !important;
    animation: float 5s ease-in-out infinite;
  }
}
@media (max-width: 320px) {
  .aboutus2 {
    left: 20% !important;
    animation: float 5s ease-in-out infinite;
  }
}
.footterbottom {
  background-color: #18007a;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.footterbottom p {
  margin-top: 20px;
}
.footterbottom p {
  list-style: none;
  margin-bottom: 10px;
  text-decoration: none;
  color: #bfbfbf;
}
.footterbottom p a {
  list-style: none;
  margin-bottom: 10px;
  text-decoration: none;
  color: #3ca5f1;
}
.footterbottom p a:hover {
  color: #fff;
}
.footterbottom p:hover {
  color: #fff;
}
.footer-col1 .links1 li {
  list-style: none;
  margin-bottom: 10px;
  text-decoration: none;
  color: #bfbfbf;
}
.footer-col1 .links1 li:hover {
  color: #fff;
}
@media screen and (min-width: 1920px) {
  body {
    width: 1920px;
  }
}
