@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%;
}

.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;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Outfit";
}
.container {
  transform: translateY(20%);
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 998;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #072b77;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #06011d);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #072b77;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem !important;
  background-color: #fff !important;
  border: 2px solid #fafafa !important;
  font-size: 0.95rem !important;
  color: #072b77 !important;
  line-height: 1 !important;
  border-radius: 25px !important;
  outline: none !important;
  cursor: pointer !important;
  transition: 0.3s !important;
  margin: 0 !important;
}

.btn:hover {
  background-color: transparent !important;
  color: #3ca5f1 !important;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #072b77;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #072b77;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #072b77, #18007a);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #072b77;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #072b77, #0b0233);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 80%;
  left: 50%;
  transform: translate(200%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

.footer1 {
  position: relative;
  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;
  text-decoration: none;
  color: #bfbfbf;
}
.footer-col1 .links1 li:hover {
  color: #fff;
}
.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;
}
.links li a {
  padding: 10px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  font-family: "Cairo", sans-serif;
  text-decoration: none;
  display: block;
}
@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 screen and (max-width: 840px) {
  .navbar ul,
  .navbar button {
    opacity: 0;
    display: none;
  }

  .hamburger {
    position: relative;
    left: 90%;
    transform: translateY(-40%);
  }
}
@media screen and (max-width: 600px) {
  .navbar ul,
  .navbar button {
    opacity: 0;
    display: none;
  }
  .hamburger {
    position: relative;
    left: 90%;
    transform: translateY(-40%);
  }
}
@media screen and (max-width: 420px) {
  .socailicons {
    transform: translateX(-30%);
    top: 5%;
  }
  .notificationbar .logo {
    margin-left: -10%;
  }
  .hamburger {
    transform: translateY(20%);
  }
}
@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;
  }
}
@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: 768px) {
  .container {
    margin-bottom: -25%;
  }
}
@media (max-width: 420px) {
  .container {
    margin-bottom: -70%;
  }
}
@media (max-width: 320px) {
  .container {
    margin-bottom: -120%;
  }
}
@media (max-width: 840px) {
  .container {
    margin-bottom: -35%;
  }
}
.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;
}
@media screen and (min-width: 1920px) {
  body {
    width: 1920px;
  }
}
