* {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
@font-face {
  font-family: "RawasiDisplay";
  src: url("./RawasiDisplayIT-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "29LTZaridDisplay";
  src: url("./29LTZaridDisplay-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 10px;
  display: none;
}

::-webkit-scrollbar-track {
  background: #0a1744;
  display: none;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #1e3a8a;
  border-radius: 5px;
  display: none;
}

::-webkit-scrollbar-thumb:hover {
  background: #2563eb;
}

body {
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
  height: max-content;
  width: 100%;
  font-family: "RawasiDisplay", sans-serif !important;
}
i,
.fa,
.fas,
.fab {
  font-family: "Font Awesome 6 Free", sans-serif !important;
}

a {
  text-decoration: none !important;
  color: white !important;
}
.loading {
  z-index: 111111;
}
header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 70, 50),
    rgba(0, 0, 70, 0.5),
    rgba(0, 0, 10, 0.1)
  ) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

header h1 {
  line-height: 1.6;
  margin-bottom: 20px !important;
  width: 100%;
}
header p {
  width: 70% !important;
  margin-bottom: 40px auto !important;
  line-height: 1.7;
}
.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}

.content h1 {
  font-size: 2rem;
  margin-bottom: 0px !important;
  color: white;
  font-weight: 900;
  line-height: 1.7;
}

.content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem !important;
  line-height: 1.7;
}

.content button {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.content button:hover {
  background-color: rgba(255, 255, 255, 1);
}

header .content .btn1 {
  /* background-color: grey; */
  padding: 10px 10px !important;
  border-radius: 35px;
  /* background-color:rgba(148, 156, 185, 1); */
  background: linear-gradient(
    to bottom,
    rgba(202, 201, 203, 0.3),
    rgba(179, 176, 182, 0.5)
  );
  /* backdrop-filter: blur(10px); */
  font-size: 19px !important;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: normal;
  width: 20%;
  margin: 30px auto !important;
}
header .btn1 i {
  background-color: rgb(201, 198, 198);
  color: #8b8d99;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px !important;
  text-align: center !important;
  border-radius: 50%;
  font-size: 18px;
}
header .btn1 i {
  text-align: center !important;
}
header .content .btn1:hover {
  background-color: rgb(255, 255, 255);
  transition: 0.5s;
}
header .content .btn1:hover i {
  transition: 0.1s;
}
header .contact {
  gap: 20px !important;
  color: rgb(220, 213, 213) !important;
  bottom: 30px;
  background-color: gray;
  backdrop-filter: blur(10px);
  padding: 10px 2px !important;
  border-radius: 0px;
  background: linear-gradient(
    to bottom,
    rgba(202, 201, 203, 0.2),
    rgba(179, 176, 182, 0.2)
  );
  z-index: 20;
  position: fixed !important;
  width: 17px !important;
  left: 20px ;
  right:auto;
  z-index: 500;
}

header .contact span {
  width: 2px;
  height: 40px;
  background-color: white;
  top: 0px;
}
header .contact img {
  margin-bottom: 30px !important;
}
header .contact .icons {
  gap: 14px;
  z-index: 10;
  font-size: 13px;
}
header .contact .icons i:hover {
  color: #01b9ff;
  transition: 0.5s;
  cursor: pointer;
  transform: scale(1.1);
}
/* nav bar  */
nav {
  width: 95%;
  margin: auto !important;
  position: fixed;
  top: 20px!important;
  z-index: 1122;
}
nav .nav-left {
  background-color: #09094e;
  border-radius: 50%;
  cursor: pointer;
  padding: 15px !important;
  z-index: 10;
}
nav .nav-right img {
  width:150px !important;
  margin-top: 10px!important;
}
#checkbox {
  display: none;
}
/* From Uiverse.io by joe-watson-sbf */
.flip-card {
  background-color: transparent;
  width:100%;
  height: 254px;
  perspective: 1000px;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
}

.title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid coral;
  border-radius: 1rem;
}

.flip-card-front {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 20px !important;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "RawasiDisplay", sans-serif !important;
  width: 100%!important;
}
.flip-card-front h3 {
  font-size: 22px !important;
  font-weight: bold;
  margin-top: 30px;
}
.flip-card-front p {
  font-size: 18px !important;
  font-weight: bold;
}
.flip-card img{
  width: 190px!important;
}
.flip-card-back h3 {
  font-size: 22px !important;
  font-weight: normal;
  margin-top: 30px;
}
.flip-card-back small {
  font-size: 15px !important;
  font-weight: normal;
  color: #000c40!important;
  width: 95%!important;
}

.flip-card-back {
  /* background: linear-gradient(120deg,#747F9C 30%, rgb(170, 157, 153) 88%,
     bisque 40%,#000C40 78%); */
  color: #000c40;
  transform: rotateY(180deg);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px !important;
  gap: 20px;
  font-weight: bold;
  font-family: "RawasiDisplay", sans-serif !important;
  width: 70%!important;
}
.toggle {
  position: relative;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  transition-duration: 0.5s;
  transform: rotate(180deg);
}
.bars {
  width: 100%;
  height: 3px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}

#bar2 {
  transition-duration: 0.8s;
}

#bar1 {
  width: 50%;
  transition: 0.5s;
}
#bar2 {
  width: 100%;
}
.nav-left:hover #bar1 {
  transform: translate(-13px);
  direction: rtl;
  transition: 0.5s;
}
/* sidebar */
aside {
  width: 25%;
  background-color: #040449;
  height: 100vh;
  position: fixed !important;
  left: -4000px;
  top: 0px;
  /* bottom:0px !important; */
  padding: 0px 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: aliceblue;
  z-index: 190000;
}
aside .aside-top {
  width: 90% !important;
}
aside .lang {
  flex-direction: row-reverse;
}

aside .lang .lan span {
  width: 2px;
  height: 25px;
  top: 5px;
  position: absolute;
  background-color: aliceblue;
  left: 40% !important;
}
aside .x {
  color: gray;
  background-color: #0c0c64;
  width: 50px;
  height: 50px;
  display: flex !important;
  text-align: center !important;
  justify-content: center !important;
  border-radius: 50%;
}
aside .x i {
  transition: 0.6s;
  margin-bottom: 10px !important;
  font-size: 20px !important;
  color: whitesmoke;
  margin: auto !important;
}
aside .x:hover i {
  transition: 0.6s;
  transform: rotate(90deg);
  cursor: pointer;
}
aside ul {
  width: 100%;
}
aside ul li {
  padding: 18px 10px !important;
  border-bottom: 1px solid #01426f;
  position: relative;
  cursor: pointer;
  width: 100% !important;
  font-size:14px!important;
}
aside ul li a {
  color: whitesmoke;
  font-size: 15px!important;
  cursor: pointer;
  width: 100% !important;
  display: flex;
}
header aside ul li a {
  color: whitesmoke !important;
  font-size: 15px!important;
  cursor: pointer;
  width: 100% !important;
}
aside ul li span {
  position: absolute;
  width: 100%;
  height: 0%;
  background: linear-gradient(to right, #028dd8, #002147);
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: 0.6s;
}
aside ul li:hover span {
  height: 100%;
  cursor: pointer;
  border-bottom: 3px solid #028dd8;
}
/* aside .lang .lan .ar a{
  cursor: not-allowed!important;
} */
aside .side-content {
  margin-top: -40px !important;
}
aside .follow  {
width: 90%!important;
}
aside .follow .icons {
  color: rgb(209, 205, 205);
  transition: 0.6s;
}
aside .follow .icons i:hover {
  color: #01b9ff;
  transition: 0.6s;
  cursor: pointer;
}
.aside-top p {
  cursor: pointer;
}
aside small{
  font-size: 12px!important;
  width: 90%!important;
  margin: auto!important;
}
aside .subgroup{
  width: 100%!important;
}
aside .about-group i{ 
color: whitesmoke!important;
}
aside .Contact-group i{ 
  color: whitesmoke!important;
}
aside .subgroup li{
  width: 100%!important;
  padding: 14px!important;
  background-color: #0C0C64;
  list-style: none!important;
}
aside .subgroup li:hover{
  background-color:#051663 ;
  transition: 0.5s;
}
aside .subgroup li:hover a{
  color: white!important;
}
aside .subgroup li a{
  color: #ffffff!important;
  width: 100%!important;
  font-size: 15px!important;
}
aside .Contact{
  width: 100%!important;
}
aside .Contact li{
  width: 100%!important;
  padding: 14px!important;
  background-color:#0C0C64;
  color: white!important;
  list-style: none!important;
}
aside .Contact li:hover{
  background-color:#17297b ;
  transition: 0.5s;
}
aside .Contact li:hover a{
  color: white!important;
}
aside .Contact li a{
  color: #ffffff!important;
  width: 100%!important;
  font-size: 15px!important;
}
aside .services{
  width: 100%!important;
}
aside .services li{
  width: 100%!important;
  padding: 14px!important;
  background-color:#0C0C64;
  color: white!important;
  list-style: none!important;
}
aside .services li:hover{
  background-color:#17297b ;
  transition: 0.5s;
}
aside .services li:hover a{
  color: white!important;
}
aside .services li a{
  color: #ffffff!important;
  width: 100%!important;
  font-size: 15px!important;
}
.show {
  left: 0px;
  transition: 0.6s !important;
}
.hide {
  left: -800px !important;
  transition: 0.6s !important;
}
/* .bi-chevron-up{
  display: none;
} */
/* loading page */
.loading {
  background-color: #030246;
  height: 100vh !important;
  width: 100% !important;
}
.loading img {
  width: 30%;
  object-fit: contain;
}
/* About */
body .about {
  height: max-content !important;
  background-color: #000c40;
  padding: 30px 0px !important;
  overflow: hidden;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  height: 120vh !important;
}
body .about .about-right {
  color: white;
  margin-right: 20px !important;
  margin-top: 20px !important;
}
.about .about-right p {
  margin-top: 20px !important;
  line-height: 1.9 !important;
  text-align: justify;
  font-size: 15px !important;
}
.about-right h1 {
  font-size: 20px !important;
  font-weight: bold;
  margin-top: 30px !important;
}
.about .know {
  font-size: 22px !important;
  font-weight: bold;
  margin-top: 30px !important;
}
.about h1 a {
  color: rgb(1, 185, 255) !important;
  font-size: 20px !important;
  font-weight: bold;
}
.about .about-left {
  width: 40% !important;
}
.about .about-right .more {
  width: max-content;
  padding: 5px 25px !important;
  margin-top: 30px;
  margin-top: 20px !important;
  border-radius: 13px;
  font-size: 14px !important;
  background-color: #0177b6 !important;
}
.contact-section {
  position: relative;
  width: 300px;
  height: 300px;
}

.bars-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bar {
  width: 50px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}

.bar-1 {
  height: 120px;
  background-color: #6c757d;
}
.bar-2 {
  height: 150px;
  background-color: #007bff;
}
.bar-3 {
  height: 180px;
  background-color: #6c757d;
}
.bar-4 {
  height: 200px;
  background-color: #004080;
}

.contact-person img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 280px;
}
.orangeFilterNoHover {
  filter: invert(44%) sepia(90%) saturate(4799%) hue-rotate(6deg)
    brightness(105%) contrast(106%) !important;
}

.yanimate {
  animation-duration: 2s;
  animation-name: animate-fade;
  animation-delay: 2s;
  animation-fill-mode: backwards;
}

@keyframes animate-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sharingButtons {
  opacity: 0;
}

.shareButton:hover > .sharingButtons {
  opacity: 1;
  animation: 0.5s ease 0s normal forwards 1 fadein;
}
.text-mdTeal {
  color: #6cc0ff;
}

.whiteDivider:nth-last-of-type(1) {
  display: none;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tx {
  background-color: #000c40 !important;
}
#preloader {
  margin: auto;
  position: fixed;
  z-index: 999 !important;
  top: 0;
  left: 0;
  right: 0;
  background: #4e3177;
  width: 100%;
  height: 100%;
}
/* news */
.main .news {
  height: max-content !important;
  width: 100%;
  margin-bottom: 120px !important;
  padding-bottom: 10px;
}
.separate{
  width: 100%;
  background-color: #01b9ff!important;
  height: 2px;
  color: #01b9ff;
}
.news-right {
  width: 60% !important;
}
.news .t-map{
  color: #000c40!important;
}
.news .swiper {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
.news-left {
  width: 50% !important;
  height: 50%;
  /* margin-top:!important; */
  /* image 67 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #007bff; */
}
.news-left .im .img {
  width: 90%;
}
.news .news-left .im {
  position: relative;
  z-index: 222 !important;
  width: 100% !important;
}
.news-left .blue {
  position: absolute !important;
  width: 90px;
  height: 90%;
  top: 20px;
  right: 10px;
  z-index: -1 !important;
}
.news-left .nile {
  position: absolute !important;
  width: 130px;
  height: 100%;
  top: 180px !important;
  right: -10px;
  z-index: -2 !important;
}
.news-left .star {
  position: absolute !important;
  width: 50% !important;
  height: 50%;
  top: 280px !important;
  right: -60px;
  z-index: 2 !important;
}
.news .swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: #000c40;
  font-size: 24px;
  font-weight: bold;
  color: white;
  background: white;
  color: #000c40;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: max-content;
  padding: 40px 0px !important;
}

.news .swiper-button-prev,
.swiper-button-next {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 50%;
}

.news .swiper-pagination-bullet {
  background: #212f69 !important;
  width: 12px;
  height: 12px;
}

.news .swiper-pagination-bullet-active {
  background: #007bff !important;
}
.news-right {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-right: 45px !important;
  gap: 20px !important;
  color: #000c40 !important;
}
.news-right a {
  background-color: #000c40 !important;
  outline: none;
  border: none;
  padding: 7px 25px !important;
  font-size: 14px;
  border-radius: 10px;
}
.news-right h2 {
  font-size: 22px;
  font-weight: bold;
}
.news-right h3 {
  font-size: 20px;
  font-weight: bold;
}
.news-right .title {
  border-bottom: 2px solid #000c40 !important;
  padding-bottom: 8px !important;
}
.news .swiper-scrollbar {
  width: 70px !important;
  height: 5px !important;
  direction: rtl;
  margin-left: 0px !important;
  position: absolute;
  right: 50px;
  left: auto;
  bottom: 0px !important;
  background-color: rgba(0, 12, 64, 0.5);
  border-radius: 10px;
}
.news .swiper-slide .date span {
  width: 1px;
  height: 15px;
  background-color: #000c40;
}
.news .swiper-slide .date p {
  font-size: 14px !important;
  font-weight: normal;
}
.news .swiper-scrollbar-drag {
  background: #212f69 !important; /* لون الشريط المتحرك */
  border-radius: 10px; /* زوايا مستديرة */
}

.news .swiper-pagination-scrollbar-active {
  background: #007bff !important; /* لون الجزء المتحرك */
}

/* manhag */
.manhag {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.manhag h1 {
  font-size: 25px !important;
  font-weight: bold;
}
.manhag .categories {
  position: relative !important;
  width: 95% !important;
  margin: auto !important;
  flex-wrap: wrap;
}
.category .one {
  background-color: #000c40;
  height: 400px;
  justify-content: center;
  /* align-items: center; */
  border-radius: 10px;
  background: linear-gradient(to top, rgba(69, 156, 189, 0.5), rgb(15, 31, 94)),
    url("./imgs/image\ 76.png");

  background-size: cover;
  background-repeat: no-repeat;
  width: 23% !important;
  z-index: 60!important;
}

.category a {
  background-color: #459cbd !important;
  transition: 0.6s;
  border: none;
  width: 50% !important;
}
.category a:hover {
  transform: scale(1.09);
  transition: 0.6s;
}
.category h2 {
  font-size: 23px !important;
  width: 100%;
  text-align: center;
  line-height: 1.8;
}
.link {
  width: 100% !important;
  background-color: #007bff !important;
}
.categories .two {
  background-color: #000c40;
  height: 400px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(to top, rgb(11, 5, 68), rgb(15, 31, 94, 0)),
    url("./imgs/image\ 74.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 23% !important;
}
.categories .category .con h2{
  font-size:20px!important;
  color: white;
}
.categories .three {
  background-color: #000c40;
  height: 400px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(to top, rgb(11, 5, 68), rgb(15, 31, 94, 0)),
    url("./imgs/image\ 73.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 23% !important;
}
.categories .four {
  background-color: #000c40;
  height: 400px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(to top, rgb(11, 5, 68), rgb(15, 31, 94, 0)),
    url("./imgs/image\ 72.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 23% !important;
  z-index: 100;
}
.categories .one {
  background-color: #000c40;
  height: 400px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(to top, rgb(11, 5, 68), rgb(15, 31, 94, 0)),
    url("./imgs/image\ 76.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 23% !important;
  z-index: 55;
}
.category {
  overflow: hidden !important;
}
.manhag .blue {
  position: absolute !important;
  width: 60px;
  height: 45px;
  right: 70px;
  bottom: 0px;
  z-index: 1;
  background-color: #01b9ff;
}
.manhag .grey {
  position: absolute !important;
  width: 70px;
  height: 350px;
  right: 15px;
  bottom: 0px;
  z-index: 1;
  background-color: #bec5c8;
  opacity: 0.7;
}
.star {
  width: 200px !important;
  position: absolute;
  left: -120px;
  bottom: -95px;
  z-index: 3;
}
/* footer */
footer {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000c40;
  flex-direction: column;
  color: white;
}
footer .footer-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 14px;
  margin-right: 20px!important;
}
.footer-left{
  margin-left: 20px!important;
}
footer .footer-right img {
  width: 150px;
  margin-top: 10px!important;
}
footer .footer-top {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-left a:hover {
  color: #01b9ff!important;
  cursor: pointer;
  transition: 0.5s;
}
footer .footer-right a {
  color: #01b9ff!important;
  cursor: pointer;
  transition: 0.5s;
}
footer .footer-right a:hover {
  color: #0199d4!important;
  cursor: pointer;
  transition: 0.5s;
}
footer hr {
  background-color: white;
  width: 100%;
  height: 2px;
  margin: 10px 0px !important;
}
footer .footer-bottom {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
  
}
.footer-bottom h1 {
  margin-bottom: 10px !important;
  font-size: 20px !important;
  margin-right: 20px!important;
}
.footer-bottom p {
  margin-right: 20px!important;
}
.footer-bottom small {
  margin-right: 20px!important;
  font-size: 14px;
}
/* ------------------------------------------------------- */
/* main new */
.main-new {
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  background-color: rgb(242, 251, 255);
  position: relative;
  overflow: hidden;
}
.main-new nav {
  position: static;
  width: 100%;
  margin: 0px auto !important;
  top: 0px;
}
.main-new nav .nav-left {
  background-color: rgb(116, 127, 156);
  margin-left: 30px !important;
}
.main-new nav .nav-right img {
  margin-right: 30px !important;
  width: 164px !important;
}
.main-new .show {
  top: 0px;
  transition: 0.6s;
}
.main-new .hide {
  top: -1000px;
  transition: 0.6s;
}
.main-new .new {
  width: 60%;
  margin: 10px auto !important;
  height: max-content;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.main-new .new p {
  line-height: 1.8;
}
.main-new .new .new-top {
  width: 100%;
  position: relative;
}
.main-new .new .new-top img {
  width: 100%;
  border-radius: 10px;
}
.main-new .line1 {
  width: 3px !important;
  height: 200px;
  left: -20px;
  top: 5px;
}
.main-new .line2 {
  width: 3px !important;
  height: 200px;
  left: -10px;
  top: 30px;
}
.main-new .line3 {
  width: 3px !important;
  height: 200px;
  right: -10px;
  bottom: 5px;
}
.main-new .line4 {
  width: 3px !important;
  height: 200px;
  right: -20px;
  bottom: 25px;
}
.main-new .line5 {
  width: 200px !important;
  height: 200px;
  left: -20px;
  bottom: 25px;
}
/* .main-new aside{
  background-color: rgb(116, 127, 156);
}
.main-new aside .x{
  background-color: rgb(112, 115, 124);
}
.main-new aside ul li span{
  background: linear-gradient(to right, #53595c, #a1b5cc);
  border-color: gray;
} */
.main-new aside ul li {
  padding: 17px !important;
}
.main-new aside ul {
  margin-top: 30px !important;
}
/* --------------------------------------------- */
/* main shool */
.main-school {
  background-color: #000c40;
  padding-bottom: 30px !important;
  overflow: hidden;
}
.main-school nav {
  position: static;
  width: 100%;
  margin: 0px auto !important;
  top: 0px;
}
.main-school nav .nav-left {
  margin-left: 30px !important;
}
.main-school nav .nav-right img {
  margin-right: 30px !important;
  width: 164px !important;
}
.main-school {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}
.main-school-content {
  width: 100%;
  margin: auto;
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.main-school .maps {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 30px;
  margin: auto !important;
  flex-wrap: wrap;
  margin-top: 40px!important;
}
.main-school .maps .map {
  background-color: rgb(242, 251, 255);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between!important;
  align-items: center;
  width: 80%;
  gap: 0px;
  border-radius: 10px;
  padding: 25px 10px !important;
  z-index: 2;
}
.main-school .t-map  {
  color: #000c40!important;
  font-size: 300px!important;
}
.main-school .map p {
  color: #01B9FF!important;
  font-weight: normal!important;
}
.main-school .map .bxs-map {
  color: #01B9FF!important;
}
.main-school .map .t-map {
  font-size: 15px !important;
  width: 100% !important;
}
.main-school .maps .map .map-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: row-reverse;
}
.main-school-content .title {
  text-align: start !important;
  width: 92%;
  margin: auto;
  display: flex !important;
}
.map  img {
  width: 35% !important;
  height: 100%!important;
}
.map .map-left{
  width: 40%!important;
}
.map .contact-info{
  height: 100%!important;
  height: 70%!important;
  align-items: end;
  font-size: 16px!important;
  gap: 7px!important;
}
.map .contact-info p a{
  color: #000c40!important;
  font-size: 20px;
  font-family: "29LTZaridDisplay";
}
.map .map-right{
  width: 60%!important;
  display: flex;
  align-items: center;
  justify-content: space-between!important;
}
.map .map-right-bottom{
  width: 100%!important;
  display: flex;
  align-items: center!important;
  justify-content: space-around!important;
}
.map  iframe {
  width: 100% !important;
  height: 200px;
  margin: auto!important;
  border-radius: 10px;
  /* height: 250px; */
}
.map-bottom {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}
.map-bottom .map-bottom-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px !important;
}
.map-bottom-right p {
  color: #01b9ff;
  word-spacing: 4px;
  display: flex !important;
  font-size: 19px !important;
}
.map-bottom-right h2 {
  word-spacing: 4px;
  display: flex !important;
  font-size: 15px !important;
}
.map-bottom-right i {
  color: #01b9ff;
  font-size: 20px;
}
.map-bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 10px;
  margin-top: 30px !important;
}
.map-bottom-left div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px !important;
}
.map-bottom-left div i {
  font-size: 21px;
  color: #000c40;
}
.main-school .star1 {
  top: 90px;
  z-index: 1;
  left: -202px;
  width: 320px;
  opacity: 0.3;
}
.main-school .star2 {
  bottom: 290px;
  z-index: 1;
  left: -90px;
  width: 350px;
  opacity: 0.3;
}
.main-school .star3 {
  bottom: 690px;
  z-index: 1;
  right: -90px;
  width: 350px;
  opacity: 0.3;
}
.map .title h3{
  font-size: 20px!important;
  color: #000c40;
  font-weight: bold;
  /* margin-bottom: 30px!important; */
}
.map  .p-map{
  margin-bottom: 30px!important;
}
/*invests */
.main-invest {
  background-color: #000c40;
  padding-bottom: 30px !important;
  overflow: hidden;
  padding-top: 40px !important;
}
.main-invest nav {
  position: static;
  width: 100%;
  margin: 0px auto !important;
  top: 0px!important;
}
.main-invest nav .nav-left {
  background-color: rgb(116, 127, 156);
  margin-left: 30px !important;
}
.main-invest nav .nav-right img {
  margin-right: 30px !important;
  width: 150px !important;
}
.main-invest .pp {
  color: #01b9ff;
  margin-top: 10px !important;
  word-spacing: 3px;
}

.main-invest .btn-group {
  display: flex;
  width: 60%;
  margin: 30px auto !important;
  margin-bottom: 80px!important;
  gap: 30px;
}
.map .contact-info .phone a{
  font-family: serif;
}
/* .main-invest .btn-check  */
.main-invest .btn-check + .btn {
  color: white;
  border-color: #028dd8 !important;
  background-color: transparent;
}

.main-invest .btn-check:checked + .btn {
  background-color: #028dd8 !important;
  color: white;
  border-color: #01b9ff;
}

.main-invest .btn-outline-primary:hover {
  background-color: #028dd8 !important;
  color: white !important;
  border-color: #01b9ff !important;
}
.main-invest .btn-group label {
  padding: 10px !important;
  border-radius: 10px !important;
}
.main-invest .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
  width: 80% !important;
  margin:30px auto !important;
  position: relative;
  z-index:200;
}
.main-invest .investment-form {
  border-radius: 18px!important;
  background: white;
  padding: 20px !important;
  border-radius: 10px;
  margin: auto !important;
  width: 90% !important;
  z-index: 34;
}

.main-invest .form h2 {
  font-weight: bold;
  color: #001f3f;
  font-size: 25px;
  margin: 30px 0px !important;
}

.main-invest .form-label {
  font-weight: 600;
  color: #01b9ff;
  margin-bottom: 10px !important;
}

.main-invest .form-control {
  border: 1px solid #b6daf3;
  border-radius: 5px;
}

.main-invest .email-link {
  text-align: center;
  color: #01b9ff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px !important;
  font-family: "29LTZaridDisplay";
}
.main-invest .btn-group{
  width: 70%!important;
  gap: 20px;
}
.main-invest .btn-primary {
  background-color: #01b9ff;
  border: none;
  padding: 10px !important;
  font-size: 14px!important;
}
.main-invest .investment-form input {
  width: 90% !important;
  padding: 7px !important;
  outline-color: #babdcc;
}
.main-invest .investment-form textarea {
  width: 100% !important;
  padding: 10px !important;
  border-radius: 10px;
  min-height: 250px;
  margin-top: 20px!important;
  outline-color: #babdcc!important;
}
.main-invest .btn-primary:hover {
  background-color: #0199d4;
}
.main-invest .investment-form button {
  width: 10% !important;
  padding: 7px 5px !important;
}
.main-invest .sub {
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
}
.main-invest nav .nav-left {
  background-color: #09094e;
  margin-left: 30px !important;
}
.main-invest .star {
  opacity: 1;
  width: 140px!important;
  z-index:0;
  left: 0px;
  bottom: -130px;
}
.main-invest .star2 {
  position: absolute!important;
  opacity: 1;
  z-index:0;
  bottom: 130px;
}
.main-invest .star3 {
  position: absolute!important;
  opacity: 1;
  z-index:0;
  left: 0px;
  top: 30px;
}
.main-invest .container .one-right {
  position: absolute;
  right: -100px;
  z-index:-3;
  bottom: 80px;
}
.main-invest .container .two-right {
  position: absolute;
  left: -100px;
  z-index:-3;
  bottom: 80px;
}
/* ------------------------------------------------------------------------- */
/* About page */
.main-About {
  background-color: rgb(221, 220, 226) 4;
  overflow: hidden;
}
.main-About nav {
  position: static;
  width: 100%;
  margin: 0px auto !important;
  top: 0px;
}
.main-About nav .nav-left {
  background-color: rgb(116, 127, 156);
  margin-left: 30px !important;
}
.main-About nav .nav-right img {
  margin-right: 30px !important;
  width: 164px !important;
}
.About {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(221, 220, 226) 4;
}
#strategy,#manhag,#owner {
  visibility: hidden!important;
}
.About .About-right {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-right: 20px !important;
}
.About .About-right h1 {
  color: #000c40;
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0px !important;
}
.About .About-right h4 {
  color: #000c40;
  font-weight: bold;
}
.About .About-right h4 img {
  padding: 4px !important;
  margin-left: 5px !important;
  width: 40px !important;
}
.About .About-right P {
  line-height: 1.9;
  color: #000c40;
  text-align: justify;
  width: 90%;
}
.About-left img {
  width: 100% !important;
}
.About-right .props {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  font-size: 0px !important;
  color: #000c40;
}
.About-right .pr {
  width: 30px !important;
}
.About-right .props .props-top {
  margin-top: 20px !important;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
  font-weight: bold;
  gap: 100px;
}
.About-right .props .props-down {
  margin-top: 10px !important;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 10px !important;
  font-weight: bold;
  justify-content: start;
  gap: 108px;
}
.props h4 {
  font-weight: bold;
}

/* strategy */
.main-About .strategy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:100px !important;
  color: #000c40; 
}
.strategy-right {
  width: 40%;
}
.strategy-right img {
  width: 80% !important;
}
.strategy-left {
  width: 55% !important;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.strategy-right img {
  width: 100% !important;
}
.strategy-left .st {
  width: 67px !important;
}
.strategy-left .alm {
  width: 67px !important;
}
.strategy-left p {
  width: 90% !important;
  text-align: justify;
  
}
.strategy-left h2 {
  font-size: 20px !important;
  font-weight: bold;
}
.main-About .manhag {
  background-color: rgb(221, 220, 226) 4;
  margin-top: 30px !important;
  color: #000c40;
}
.main-About .manhag .categories .category {
  align-items: end;
  justify-content: end;
  text-align: start !important;
  width: 24% !important;
}
.main-About .manhag p {
  color: white;
  width: 90%;
  font-size: 12px !important;
  margin: 0px auto !important;
  line-height: 1.8;
  margin-bottom: 10px !important;
  margin-right: 10px !important;
  text-align: justify;
}
.main-About .manhag .category h2 {
  font-size: 18px !important;
  text-align: start;
  width: 95%;
  margin: 0px auto !important;
  margin-right: 10px !important;
  font-weight: bold;
}
.main-About .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main-About .categories .two {
  background-color: #000c40;
  height: 400px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(to top, rgb(11, 5, 68), rgb(15, 31, 94, 0)),
    url("./imgs/lab.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 23% !important;
}
.main-About .categories .three {
  background-color: #000c40;
  height: 400px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(to top, rgb(11, 5, 68), rgb(15, 31, 94, 0)),
    url("./imgs/image\ 71.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 23% !important;
}
.main-About .categories .four {
  background-color: #000c40;
  height: 400px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(to top, rgb(11, 5, 68), rgb(15, 31, 94, 0)),
    url("./imgs/image\ 72.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 23% !important;
}
.main-About .categories .one {
  background-color: #000c40;
  height: 400px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(to top, rgb(11, 5, 68), rgb(15, 31, 94, 0)),
    url("./imgs/image\ 76.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 23% !important;
  transition: 0.8s;
  z-index: 200;
}
.categories .one {
  background-color: #000c40;
  height: 400px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(to top, rgb(11, 5, 68), rgb(15, 31, 94, 0)),
    url("./imgs/image\ 76.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 23% !important;
  transition: 0.8s;
}
.category {
  background: url("your-image.jpg");
  background-size: cover !important;
  background-position: 0% 50% !important;
  transition: background-position 5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.category:hover {
  background-position: 100% 50% !important;
}
.owners-bottom {
  margin-top: 120px !important;
}
/* owners-c */
.owners-c {
  background-color: white !important;
  margin-top: 50px !important;
  background-color: rgb(221, 220, 226);
  padding-bottom: 140px !important;
}
.owners-c h4 {
  margin-right: 20px !important;
  margin-top: 30px !important;
  background-color: #000c40;
  width: max-content;
  padding: 10px !important;
  color: white;
  font-size: 20px !important;
  border-radius: 30px 0px 0px 30px;
}
.owners {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.owners-c .owners .owner {
  margin-top: 40px !important;
  color: #000c40;
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5px;
}
.owner hr{
  background-color: #01b9ff!important;
  color: #01B9FF;
  width: 70%!important;
  height:2px;
  margin: auto!important;
}
.owner .info{
  width: 70%!important;
  margin-top: 6px!important;
  display: flex;
  justify-content: start!important;
  align-items: start!important;
}
.owner .info p {
  color: #01b9ff!important;
  font-weight: normal;
  width: max-content!important;
  margin-right:0px!important;
}
.info h3{
  font-size: 20px;
}
.main-About .news {
  background: #212f69;
  color: white !important;
  height: max-content !important;
}
.main-About .news .swiper-slide {
  background-color: #212f69 !important;
  color: white !important;
}
.main-About .news .swiper-slide a {
  background-color: #0177b6 !important;
  padding: 7px 10px !important;
  border: none;
}
.main-About .news .swiper-scrollbar {
  width: 60px !important;
  direction: rtl;
  margin-left: 70px !important;
  position: absolute;
  right: 50px;
  bottom: 20px !important;
  background-color: #212f69;
}
.news .swiper-scrollbar {
  width: 70px !important;
  height: 5px !important;
  direction: rtl;
  margin-left: 0px !important;
  position: absolute;
  right: 50px;
  bottom: 20px !important;
  background-color: #212f69 !important;
  border-radius: 10px;
}

.news .swiper-scrollbar-drag {
  background: #01b9ff !important; 
  border-radius: 10px; 
}

.news .swiper-pagination-scrollbar-active {
  background: #007bff !important;
}
.main-About .swiper-slide h2 {
  border-color: white !important;
}
/* customer */
.customer .nile {
  color: #01b9ff;
}
.customer-right p {
  line-height: 1.9 !important;
  width: 90%;
}
.main-customer-content {
  width: 95% !important;
  display: flex;
  margin: auto !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px!important;
}
.customer-left {
  display: flex;
  justify-content: center;
  align-self: start;
}

.customer-left img {
  width: 70% !important;
  margin: auto;
}
.customer .top {
  width: 85% !important;
  margin-top: 40px !important;
}
.customer .middle {
  width: 70% !important;
  margin-top: 60px !important;
}
.customer .top {
  width: 85% !important;
  margin-top: 40px !important;
}
.customer .middle {
  width: 70% !important;
  margin-top: 60px !important;
}
.customer .last {
  width: 85% !important;
  margin-top: 60px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.customer .top .one {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  border: #01b9ff solid 2px;
  border-radius: 15px;
  position: relative;
  color: white !important;
  padding: 10px 50px !important ;
}
.customer .middle .one {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  border: #01b9ff solid 2px;
  border-radius: 15px;
  position: relative;
  color: white !important;
  padding: 10px 50px !important ;
}
.customer .last .one {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  border: #01b9ff solid 2px;
  border-radius: 15px;
  position: relative;
  color: white !important;
  padding: 10px 50px !important ;
}
.customer .top .one img {
  position: absolute;
  width: 50px !important;
  right: -10px;
}
.customer .last .one img {
  position: absolute;
  width: 50px !important;
  right: -10px;
}
.customer-left img {
  z-index: 1;
}
.customer .star1 {
  z-index: 1;
  width: 300px;
}
.customer .star3 {
  top: 730px !important;
  width: 200px;
}
.customer .star2 {
  bottom: 630px !important;
  /* width: 200px; */
}
.customer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
  width:80% !important;
  margin: auto !important;
  position: relative;
  z-index: 34!important;
}
.customer .investment-form {
  border-radius:15px!important;
  background: white;
  padding: 20px !important;
  border-radius: 10px;
  margin: auto !important;
  width:90% !important;
  z-index: 34!important;
}
.customer .title{
  color: white;
  width: 90%;
  margin: auto!important;
  display: flex;
  justify-content:start;
  flex-direction: column;
  align-items:start;
}
.customer .title p{
  color: #01B9FF;
  font-size: 16px;
  margin: 20px 0px!important;
}
.customer form {
  padding-top: 20px !important;
  font-weight: normal !important;
  z-index:200!important ;
  width: 100%!important;
  border: 0.1px solid rgb(182, 218, 243);
  border-radius: 12px;
}
form input::placeholder {
  color: rgb(156, 155, 155) !important;
}
form textarea::placeholder {
  color: rgb(156, 155, 155) !important;
}
.email-link a {
  color: #01b9ff !important;
}
.customer .form h2 {
  font-weight: bold;
  color: #001f3f;
  font-size: 25px;
  margin: 30px 0px !important;
}

.customer .form-label {
  font-weight: 600;
  color: #01b9ff;
  margin-bottom: 10px !important;
}

.customer.form-control {
  border: 1px solid #b6daf3;
  border-radius: 5px;
  z-index: 20!important;
}

.customer .email-link {
  text-align: center;
  color: #01b9ff !important;
  background-color: #dcf5ff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px !important;
  font-family: "29LTZaridDisplay"!important;
}
.main-invest .email-link {
  text-align: center;
  color: #01b9ff !important;
  background-color: #dcf5ff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px !important;
}
.customer .btn-primary {
  background-color: #01b9ff;
  border: none;
  padding: 10px !important;
  font-size: 14px;
}
.customer .investment-form input {
  width: 90% !important;
  padding: 7px !important;
  border-color: rgb(182, 218, 243)!important;
  outline-color: rgb(182, 218, 243)!important;
}
.customer .investment-form textarea {
  width: 100% !important;
  padding: 10px !important;
  border: none!important;
  outline: solid 0.5px rgb(182, 218, 243);
  z-index: 20!important;
}
.customer .container .one-right {
  position: absolute;
  right: -100px;
  z-index:-3;
  bottom: 20px;
}
.customer .container .two-right {
  position: absolute;
  left: -100px;
  z-index:-3;
  bottom: 20px;
}
.customer .btn-primary:hover {
  background-color: #0199d4;
}
.customer .investment-form button {
  width: 10% !important;
  padding: 7px 5px !important;
}
.customer .sub {
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
}
.customer .btn-group {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 70%;
  margin: 0px auto !important;
  gap: 10px!important;
}
/* .main-customer .btn-check  */
.customer .btn-check + .btn {
  color: #01b9ff;
  border-color: #01b9ff !important;
  background-color: transparent;
}
.customer .btn-check:checked + .btn {
  background-color: #01b9ff !important;
  color: white;
  border-color: #01b9ff;
}
.customer .btn-outline-primary:hover {
  background-color: #028dd8 !important;
  color: white !important;
  border-color: #01b9ff !important;
}
.customer .btn-group label {
  padding: 7px 5px !important;
  border-radius: 5px 5px 0px 0px !important;
  border-bottom: none;
  font-size: 15px !important;
}
.customer .icons a {
  color: whitesmoke;
}
.customer .icons a:hover {
  color: #01b9ff !important;
  transition: 0.5s;
}
.customer .partenres {
  margin-top: 140px !important;
}
.customer .par {
  margin-top: 130px !important;
}

/* responsive-section */
@media screen and (max-width: 480px) {
  header .content h1{
    width: 95%!important;
    margin: auto!important;
    line-height: 1.8;
  }

  header .content button {
    width: 50% !important;
    margin: auto !important;
  }
  nav .nav-right img{
    width: 120px!important;
  }
  aside {
    width: 60% !important;
  }
  aside ul li a {
    font-size: 17px !important;
  }
  aside ul li {
    font-size: 17px!important;
    padding: 20px 5px !important;
  }
   body .about {
    flex-direction: column-reverse;
    height: max-content!important;
    justify-content: center;
    align-items: center;
  }
  .about .about-left {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content !important;
  }
  .about-left img {
    width: 100% !important;
    margin: auto;
  }
  .about .about-right {
    width: 90% !important;
    margin: auto !important;
  }
  .news .swiper-slide {
    flex-direction: column-reverse;
    padding-bottom: 30px !important;
  }
  .news .swiper-slide .news-left {
    width: 90% !important;
  }
  .news .swiper-slide .news-right {
    width: 90% !important;
    margin: auto!important;
    margin-top: 40px !important;
  }
  .news .swiper-scrollbar {
    bottom: 10px !important;
  }
  .manhag .categories {
    flex-direction: column;
    gap: 30px;
  }
  .manhag .category {
    width: 90% !important;
    margin: auto !important;
    height:400px;
  }

  footer {
    padding: 20px !important;
    text-align: center;
    justify-content: start;
    align-items: start;
  }
  footer .footer-top {
    flex-direction: column !important;
    text-align: start !important;
    align-items: start;
    justify-content: start!important;
  }
  footer .footer-top .a {
    color: #01b9ff !important;
    margin: 20px auto !important;
    display: flex!important;
    width: 100%;
  }
  footer .footer-left  
{
  width: 80%!important;
    margin-right: 20px!important;
  }
  .footer-bottom h1 {
    text-align: center !important;
    line-height: 1.9;
  }
  .About {
    flex-direction: column-reverse;
  }
  .About .About-left {
    width: 100% !important;
  }
  .About-right img {
    width: 100% !important;
  }
  .About .About-right {
    width: 90% !important;
    margin: auto !important;
  }
  .strategy {
    flex-direction: column;
  }
  .strategy .strategy-right {
    width: 100% !important;
  }
  .strategy .strategy-right img {
    width: 90% !important;
    margin: auto !important;
  }
  .strategy .strategy-left {
    width: 90% !important;
    margin: 30px auto !important;
  }
  .main-About .manhag .categories .category {
    width: 90% !important;
    height: 400px;
  }
  .partenres .shield {
    width: 80%!important;
    height: 80%!important;
    -webkit-mask-image: url("./imgs/maskcust.png");
    mask-image: url("./imgs/maskcust.png");
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
    overflow: hidden !important;
    top:10%;
    right:20%;
    position: absolute;
    z-index:0;
  }.email-link a{
    background-color: #DCF5FF!important;
  }
  .main-About .owners .owner {
    width: 40%;
  }
  .main-About .news .swiper-slide {
    padding-bottom: 30px !important;
  }
  .main-About .news .swiper-scrollbar {
    bottom: 10px !important;
  }
  .main-About footer {
    padding: 20px !important;
    text-align: center !important;
  }
  .main-About footer .footer-top {
    flex-direction: column !important;
    text-align: center !important;
  }
  .main-About .owners {
    margin-top: 80px !important;
    width: 100% !important;
  }
  .main-About .owners .owner {
    width: 100% !important;
    margin: 20px auto !important;
  }
  .main-About .flip-card-front {
    width: 100%;
    margin: auto !important;
  }
  .main-school nav .nav-right img{
    width:130px!important;
  }
  .main-About nav .nav-right img{
    width:130px!important;
  }
  .main-invest nav .nav-right img{
    width:130px!important;
  }
  .main-new nav .nav-right img{
    width:130px!important;
  }
  .main-school-content .map {
    width: 85% !important;
    margin: auto !important;
    flex-direction: column!important;
  }
  .main-school-content .map .map-left {
    width: 100% !important;
    margin: auto !important;
  }
  .main-school-content .map .map-right {
    width: 100% !important;
    margin: auto !important;
  }
  .main-school-content .map .map-right-bottom{
    width: 100% !important;
    flex-direction: column-reverse;
    gap: 10px;
    justify-content: center!important;
    align-items: end!important;
    margin: auto !important;
  }
  .main-school-content .map .map-right h3{
    width: 100%!important;
    margin-top:13px!important;
  }
  .main-school-content .map .map-bottom {
    flex-direction: column;
    text-align: center;
  }
  .customer {
    flex-direction: column;
  }
  .customer .tt {
    margin-top: 50px !important;
  }
  .customer .nile {
    text-align: center !important;
    width: 85%;
    margin: auto;
    line-height: 1.7;
  }
  .customer .main-customer-content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .main-invest .investment-form button {
    width: 30% !important;
    padding: 7px 5px !important;
  }
  .main-invest .investment-form label {
    width: 100% !important;
    text-align: start;
    padding: 7px 5px !important;
  }
  .customer .investment-form button {
    width: 30% !important;
    padding: 7px 5px !important;
  }
  .customer .investment-form input {
    width: 100% !important;
    padding: 7px 5px !important;
  }
  .customer .star1  {
    width: 74% !important;
    left:-200px;
    padding: 7px 5px !important;
  }
  .customer .main-customer-content .customer-left {
    width: 100% !important;
  }
  .customer .main-customer-content .customer-left img {
    width: 90% !important;
    margin: auto !important;
  }
  .customer .main-customer-content .customer-right {
    width: 90% !important;
    margin: 40px auto !important;
  }
  .props {
    flex-direction: column;
  }
  .customer .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90% !important;
    margin: auto !important;
  }
  .customer .middle .one {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90% !important;
  }
  .customer .last .one {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90% !important;
  }
  .customer .last {
    margin: 30px auto !important;
    width: 90% !important;
  }
  .top .one {
    width: 90% !important;
    margin: 30px auto !important ;
  }
  .customer .middle .one {
    width: 90% !important;
    margin: 30px auto !important;
  }
  .customer .partenres {
    flex-direction: column;
    text-align: center;
  }
  .customer .par {
    text-align: center !important;
    line-height: 1.9;
  }
  .customer .partenres {
    flex-direction: column;
    margin-top: 30px!important;
  }
  .partenres .partener-right {
    width: 100% !important;
  }
  .partenres .partener-right {
    width: 100% !important;
    margin: auto!important;
  }
  .partenres .partener-right  img {
    width: 100% !important;
  }
  .partenres .partener-left {
    width:50% !important;
    margin: auto!important;
    margin-bottom: 80px!important;
  }
  .partenres .partener-left div img {
    width: 100% !important;
  }
  .btn-group {
    flex-wrap: wrap;
    width: 100% !important;
  }
  .btn-group .btn {
    border-bottom: 1px solid #01b9ff !important;
    border-radius: 10px !important;
    width: 50% !important;
  }
  form {
    margin-top: 30px !important;
  }
  .customer .investment-form form .email-link{
    width: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .customer .investment-form .email-link a{ 
    width:100%!important;
    margin: auto!important;
    background-color: #000c40;
    font-size: 15px;
  }
  .main-invest .investment-form {
    width: 95% !important;
  }
  .main-invest {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .main-invest .tk {
    margin: 30px auto !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  .main-invest .swiper {
    width: 90% !important;
  }
  .main-invest .btn-group {
    width: 80% !important;
  }
  .main-new .new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px !important;
    width: 85% !important;
  }
  .main-invest .container{
    width: 94%!important;
  }
  .customer .container{
    width: 94%!important;
  }
  .main-invest .pp {
    color: #01b9ff;
    margin-top: 50px !important;
    word-spacing: 3px;
    z-index:6;
  }
  .main-invest .re {
    margin-top: 50px !important;
    z-index:6;
  }
  .main-invest .star3 {
    z-index:-1;
  }
  .main .about-left img:first-child {
    width: 100%!important;
    position: relative;
    z-index: 1;
    margin-left: 0px!important;
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .main .about-left {
    width: 100% !important; /* Or keep 40% if you want it narrower */
    position: relative;
    overflow: hidden; /* Avoid image overflow if needed */
    margin-left: 0px!important;
    display: flex;
    justify-content:end!important;
  }
  .main .about-left img{
    width: 100%;
  }
  
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  header .content button {
    width: 40% !important;
    margin: auto !important;
  }
  aside {
    width: 50% !important;
  }
  header aside ul li a {
    font-size:21px !important;
  }
  aside ul li {
    font-size: 20px!important;
    padding: 30px 5px !important;
  }
  .about {
    flex-direction: column-reverse;
    height: max-content !important;
    justify-content: center;
    align-items: center;
  }
  .about .about-left {
    width: 100% !important;
    display: flex;
    justify-content: end;
    align-items: end;
    height: max-content !important;
  }
  .about-left img {
    width: 90% !important;
    margin: auto;
  }
  .about .about-right {
    width: 90% !important;
    margin: auto !important;
  }
  .news .swiper-slide {
    flex-direction: column-reverse;
    padding-bottom: 30px !important;
  }
  .news .swiper-slide .news-left {
    width: 90% !important;
  }
  .news .swiper-slide .news-right {
    width: 90% !important;
    margin-top: 40px !important;
  }
  .news .swiper-scrollbar {
    bottom: 10px !important;
    right: 60px;
  }
  .manhag .categories {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  .manhag .category {
    width: 45% !important;
    margin: auto !important;
    height: 600px;
  }
  footer {
    padding: 20px !important;
    text-align: center;
    justify-content: start;
    align-items: start;
  }
  footer .footer-top {
    flex-direction: column !important;
    text-align: start !important;
    align-items: start;
    justify-content: start!important;
  }
  footer .footer-top .a {
    color: #01b9ff !important;
    margin: 20px auto !important;
    display: flex!important;
    width: 100%;
  }
  footer .footer-left  
{
  width: 80%!important;
    margin-right: 20px!important;
  }
  .footer-bottom h1 {
    text-align: center !important;
    line-height: 1.9;
  }
  .About {
    flex-direction: column-reverse;
  }
  .About .About-left {
    width: 100% !important;
  }
  .About-right img {
    width: 100% !important;
  }
  .About .About-right {
    width: 90% !important;
    margin: auto !important;
  }
  .strategy {
    flex-direction: column;
  }
  .strategy .strategy-right {
    width: 100% !important;
  }
  .strategy .strategy-right img {
    width: 90% !important;
    margin: auto !important;
  }
  .strategy .strategy-left {
    width: 90% !important;
    margin: 30px auto !important;
  }
  .main-About .manhag .categories .category {
    width: 90% !important;
    height: 450px;
  }
  .main-About .owners .owner {
    width: 40%;
  }
  .main-About .news .swiper-slide {
    padding-bottom: 30px !important;
  }
  .main-About .news .swiper-scrollbar {
    bottom: 10px !important;
  }
  .main-About footer {
    padding: 20px !important;
    text-align: center !important;
  }
  .main-About footer .footer-top {
    flex-direction: column !important;
    text-align: center !important;
  }

  .main-school-content .map {
    width: 45% !important;
    margin: auto !important;
  }
  .main-school-content .map .map-bottom {
    flex-direction: column;
    text-align: center;
  }
  .customer {
    flex-direction: column;
  }
  .customer .tt {
    margin-top: 50px !important;
  }
  .customer .nile {
    text-align: center !important;
    width: 85%;
    margin: auto;
    line-height: 1.7;
  }
  .customer .main-customer-content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .customer .main-customer-content .customer-left {
    width: 100% !important;
  }
  .customer .main-customer-content .customer-left img {
    width: 90% !important;
    margin: auto !important;
  }
  .customer .main-customer-content .customer-right {
    width: 90% !important;
    margin: 40px auto !important;
  }
  .props {
    flex-direction: column;
  }
  .customer .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90% !important;
    margin: auto !important;
  }
  .customer .middle .one {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90% !important;
  }
  .customer .last .one {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90% !important;
  }
  .customer .last {
    margin: auto !important;
    width: 90% !important;
    margin: 30px auto!important;
  }
  .top .one {
    width: 90% !important;
    margin: 20px auto !important ;
  }
  .customer .middle .one {
    width: 90% !important;
    margin: 30px auto !important;
  }
  .customer .partenres {
    flex-direction: column;
    text-align: center;
  }
  .customer .par {
    text-align: center !important;
    line-height: 1.9;
  }
  .customer .partenres {
    flex-direction: column;
  }
  .partenres .partener-right {
    width: 100% !important;
  }
  .partenres .partener-right {
    width: 100% !important;
  }
  .partenres .partener-right div img {
    width: 100% !important;
  }
  .partenres .partener-left {
    width: 50% !important;
  }
  .partenres .partener-left div img {
    width: 100% !important;
  }
  .btn-group {
    flex-wrap: wrap;
    width: 100% !important;
  }
  .btn-group .btn {
    border-bottom: 1px solid #01b9ff !important;
    border-radius: 10px !important;
    width: 50% !important;
  }
  form {
    margin-top: 30px !important;
  }
  .main-invest {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .main-invest .tk {
    margin: 30px auto !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  .main-invest .swiper {
    width: 90% !important;
  }
  .main-invest .btn-group {
    width: 50% !important;
  }
  .main-invest .btn-group .btn {
    width: 30% !important;
  }
  .main-new .new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px !important;
    width: 85% !important;
  }
  .main-invest .investment-form {
    width: 90% !important;
  }
  .main-invest .container{
    width:70%!important;
  }
  .customer .container{
    width: 90%!important;
  }
  .main-invest .investment-form button {
    width: 20% !important;
    padding: 7px 5px !important;
  }
  .customer .inf{
    width: 100%!important;
    flex-direction: column!important;
  }
  .customer .inf .col{
    width: 100%!important;
    flex-direction: column!important;
  }
  .customer .investment-form input {
    width: 100% !important;
    padding: 7px 5px !important;
  }
  .customer .investment-form button {
    width: 20% !important;
    padding: 7px 5px !important;
  }
}
