.hero-section {
  width: 100%;
  background: #2092d2;
  /* height: 900px; */
  min-height: 947px;
  position: relative;
}

button {
  padding: 15px 40px 15px 40px;
  border-radius: 40px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  background: #dc214b;
  color: rgb(255, 255, 255, 1);
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
button:hover {
  background: white;
  color: #dc214b;
  border: 1px solid #dc214b;
}
.front-page {
  width: 90%;
  height: 820px;
}
.hero-text {
  width: 800px;
  height: 122px;
  margin: 60px 0 20px;
  position: relative;
  left: 100px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60.51px;
  letter-spacing: -0.02em;
  text-align: left;
  z-index: 2;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 4px 17px 0px rgba(18, 108, 158, 0.79);
}
.hero-details {
  width: 700px;
  height: 124px;
  position: relative;
  left: 100px;
  font-size: 17px;
  font-weight: 500;
  line-height: 30.6px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  z-index: 2;
}
.learn-more {
  margin-top: 60px;
  width: 167px;
  height: 54px;
  left: 100px;
  padding: 15px 40px 15px 40px;
  border-radius: 40px;
  position: relative;
  z-index: 5;
}
.news {
  width: 60%;
  height: 320px;
  margin-top: 50px;
  position: relative;
  left: 100px;
  z-index: 3;
  display: flex;
  gap: 26px;
  align-items: center;
  cursor: pointer;
}
.news swiper-slide {
  width: 30%;
  height: 98%;
  border-radius: 20px;
  position: relative;
  background-position: center;
}
.new1 {
  background: linear-gradient(
      180deg,
      rgba(10, 5, 5, 0) 32.5%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url(../Images/gallery-images/gallery11.JPG);
  background-size: cover;
}
.new2 {
  background: linear-gradient(
      180deg,
      rgba(175, 138, 138, 0) 0%,
      rgba(74, 58, 58, 0.58) 47%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url(../Images/gallery-images/gallery14.JPG);
  background-size: cover;
}
.new3 {
  background: linear-gradient(
      180deg,
      rgba(10, 5, 5, 0) 32.5%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url(../Images/gallery-images/gallery13.JPG);
  background-size: cover;
}
.new4 {
  background: linear-gradient(
      180deg,
      rgba(175, 138, 138, 0) 0%,
      rgba(74, 58, 58, 0.58) 47%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url(../Images/gallery-images/gallery10.JPG);
  background-size: cover;
}
.new5 {
  background: linear-gradient(
      180deg,
      rgba(175, 138, 138, 0) 0%,
      rgba(74, 58, 58, 0.58) 47%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url(../Images/gallery-images/gallery8.JPG);
  background-size: cover;
}
.new6 {
  background: linear-gradient(
      180deg,
      rgba(175, 138, 138, 0) 0%,
      rgba(74, 58, 58, 0.58) 47%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url(../Images/gallery-images/gallery7.JPG);
  background-size: cover;
}
div[class="continue1"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38.31px;
  height: 39.95px;
  border-radius: 8px;
  font-size: 26px;
  margin-left: 30px;
  color: white;
  background-color: #2092d2;
  text-align: center;
  position: absolute;
  bottom: 350px;
  left: 880px;
  z-index: 4;
}

.topic {
  position: absolute;
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  top: 55%;
  width: 80%;
  left: 10%;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.read-more {
  color: rgba(255, 238, 180, 1);
  position: absolute;
  top: 85%;
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  left: 10%;
}
.girl-container {
  width: 910px;
  height: 850px;
  top: 180px;
  right: 0;
  position: absolute;
  z-index: 1;
}
.girl-container img {
  width: 100%;
}
.dashes {
  top: 0;
  position: relative;
  z-index: 3;
}
.red-dash {
  width: 100%;
  height: 82.12px;
  transform: rotate(177.1deg);
  background-color: #dc214b;
  position: absolute;
}
.blue-dash {
  width: 100%;
  height: 96.37px;
  background-color: rgba(12, 49, 70, 1);
  transform: rotate(1.4deg);
  border: 5px solid #2092d2;
  display: flex;
}
.blue-dash-content {
  width: 80%;
  display: flex;
  /* background-color: beige; */
  height: 80%;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  color: #a8bac3;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
}
.section2 {
  background: #1e1e1e;
  min-height: 200px;
}
.section2 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 200px 0 200px 0;
  gap: 40px;
}
.section2-div {
  min-width: 334px;
  width: 27%;
  min-height: 200px;
}
.p1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 14px;
}
.p2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #adadad;
}
.section3 {
  width: 100%;
  margin-bottom: 250px;
  /* display: flex;
  flex-direction: column; */
}
.section3 > div:first-of-type {
  width: 90%;
  position: relative;
  left: 80px;
  padding: 100px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: last baseline;
}
.top .p2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.09px;
  color: #0c3146;
}
.top .p1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  color: #0c3146;
}
.buts {
  display: flex;
  align-items: center;
  gap: 18px;
}
.section3 button {
  /* background-color: white; */
  position: relative;
  right: 10%;
  width: 82px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buts button:first-of-type {
  border: 2px solid #0c3146;
  background-color: #ffffff8a;
  color: #0c3146;
}
.buts button:last-of-type {
  background: #0c3146;
  border: 2px solid #0c3146;
  color: white;
}
.buts img {
  width: 34px;
  height: 34px;
}
.section3 .newss {
  position: relative;
  top: 0;
  width: 90%;
  margin: auto;
}
.newss {
  display: flex;
  gap: 20px;

}
.newss > swiper-slide {
  width: 22%;
  height: 452px;
  border-radius: 20px;
  left: 80px; 
  position: relative;
  background-position: center;
}

.newss-1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #112f38 97%),
    url(../Images/gallery-images/Gallery1.JPG);
  background-size: cover;
}
.newss-2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #112f38 100%),
    url(../Images/gallery-images/gallery2.JPG);
  background-size: cover;
}
.newss-3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #112f38 100%),
    url(../Images/gallery-images/gallery5.JPG);
  background-size: cover;
  background-position: center;
}
.newss-4 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #112f38 100%),
    url(../Images/gallery-images/gallery3.JPG);
  background-size: cover;
}
.newss-5 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #112f38 100%),
    url(../Images/gallery-images/gallery9.JPG);
  background-size: cover;
}
.newss-6 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #112f38 100%),
    url(../Images/gallery-images/gallery10.JPG);
  background-size: cover;
}
.newss-7 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #112f38 100%),
    url(../Images/gallery-images/gallery4.JPG);
  background-size: cover;
}
.newss-8 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #112f38 100%),
    url(../Images/gallery-images/gallery6.JPG);
  background-size: cover;
}
.newss-9 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #112f38 100%),
    url(../Images/gallery-images/gallery7.JPG);
  background-size: cover;
}



.newss .topic {
  position: absolute;
  top: 70%;
  left: 14%;
  width: 78%;
  font-size: 20px;
  font-weight: 500;
  color: white;
}
.newss .read-more {
  position: absolute;
  top: 85%;
  left: 14%;
  font-size: 16px;
  font-weight: 500;
  color: #ffeeb4;
}
.read-more img {
  margin-bottom: -5px;
}
button[class="visit"] {
  z-index: 100;
  position: absolute;
  margin-top: 60px;
  left: 42%;
  border-radius: 40px;
  padding: 15px 40px;
  width: 200px;
  font-size: 16px;
  background-color: #dc214b;
}
button[class="visit"]:hover {
  background-color: white;
  color: #dc214b;
  border: 1px solid #dc214b;
}
.section4 {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgb(0, 0, 0, 0.5) 100%
    ),
    url(../Images/Rectangle\ 35.png);
  background-size: cover;
  width: 100%;
  min-height: 1450px;
  position: relative;
  z-index: 2;
}
.sec-middle {
  position: absolute;
  top: 0;
  width: 90%;
  /* min-width: 1150px; */
  height: 222px;
  background-color: #fff;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  row-gap: 20px;
  transform: translate(-50%, -50%);
}
.images-div {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  z-index: 10;
}
swiper-slide {
  width: 50px;
  height: 70px;
  display: flex;
  align-self: center;
}
swiper-slide > img {
  min-width: 100px;
  max-width: 200px;
}

.sec-middle div:nth-of-type(1) {
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #adadad;
}

.sec4-div {
  padding-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  row-gap: 40px;
}
.sec4-title {
  font-family: Inter;
  font-size: 48px;
  font-weight: 500;
  line-height: 58.09px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 50px;
}
.sec4-div > div {
  height: 251.16px;
  width: 983px;
  background-color: #ffffff;
  display: flex;
  border-radius: 16px;
}
.sec4-date {
  width: 271px;
  background-color: #262626;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.sec4-date .day {
  font-size: 80px;
  line-height: 96.82px;
  font-weight: 500;
  color: #ffffff;
}
.sec4-date .month {
  font-size: 40px;
  color: #ffffff;
}
.sec4-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 577px;
  margin: auto;
  gap: 30px;
}
.sec4-topic {
  font-size: 28px;
  color: #000000;
  font-weight: 600;
}
.sec4-mini-topic {
  color: #787878;
  font-size: 18px;
  font-weight: 500;
}
.sec4-readmore {
  color: #dc214b;
  font-size: 16px;
  font-weight: 700;
}
.sec4-date.d2 {
  background-color: #dc214b;
}
button[class="events"] {
  margin-top: 60px;
  margin-bottom: 30px;
}
.section5 {
  background-color: #248ecb;
  min-height: 547px;
  position: relative;
  padding-top: 250px;
}
.circle-shape {
  width: 60%;
  height: 574px;
  width: 574px;
  border-radius: 50%;
  position: absolute;
  top: -70%;
  left: 30%;
  border: 55px solid #ffffff14;
  z-index: 1;
}
.circle-shape img {
  position: absolute;
  bottom: -50px;
  left: 43%;
}
.sec5-quote {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 33.89px;
  width: 65%;
  margin: auto;
  text-align: center;
}
.sec5-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.sec5-profile > div,
.sec5-profile > img {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.sec5-position {
  font-size: 14px;
  font-weight: 400;
  color: #e1d6c8;
}
.sec5-name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.section6 {
  width: 100%;
  min-height: 1506px;
  background-color: #f5f5f5;
  padding-top: 120px;
}
.sec6-div {
  width: 85%;
  margin: auto;
  display: flex;
  gap: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec6-div > p {
  font-size: 48px;
  font-weight: 500;
  color: #0c3146;
  line-height: 58.09px;
  margin-bottom: 100px;
}
.sec6-div > div {
  display: flex;
  gap: 40px;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border-radius: 16px;
}
.div222 {
  flex-direction: row-reverse;
}
.sec6-div-details,
.sec6-div-details2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.sec6-div-details {
  padding-left: 68px;
}
.sec6-div-details2 {
  padding-right: 68px;
}
.sec6-project {
  font-size: 28px;
  font-weight: 600;
  color: #373737;
  line-height: 40px;
}
.sec6-details {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #787878;
}
.img11,
.img22 {
  width: 50%;
  background-size: cover;
}
.img11 {
  background-image: url(../Images/Project2.JPG);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 10px;
}
.img22 {
  background-image: url(../Images/Project1.JPG);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 10px;
}
.see-more {
  margin-top: 40px;
}
.footer {
  padding-top: 0;
}
.sec7-middle {
  width: 70%;
  height: 411px;
  background: linear-gradient(180deg, #2593d2 0%, #1c6f9e 100%);
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
  top: 0; /*this */
  left: 50%;
  margin-bottom: 50px;
  transform: translate(-50%, -50%);
}
.sec7-middle > div:first-of-type {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 0 80px;
  width: 54%;
}
.sec7-middle p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.73px;
  letter-spacing: -0.02em;
  text-align: left;
}
.sec7-middle button {
  margin-top: 32px;
  width: 201px;
  /* cursor: pointer; */
}
.sec7-img-container {
  position: absolute;
  top: -126px;
  right: 0;
  height: 130.5%;
  overflow: hidden;
}
.sec7-img-container img {
  height: 115%;
}
