* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}
.html,
body {
  height: 100%;
  overflow-x: hidden;
}
.sign_btn {
  background-color: #0797de;
  width: 60px;
  height: 40px;
  border-radius: 8px;
  border: unset;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.custom-btn {
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}
.all_btn {
  background: linear-gradient(149.03deg, #0797de 39.1%, #056594 137.44%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.all_btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.all_btn:before,
.all_btn:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #0797de;
  transition: all 0.3s ease;
}
.all_btn:before {
  height: 0%;
  width: 2px;
}
.all_btn:after {
  width: 0%;
  height: 2px;
}
.all_btn:hover {
  background: transparent;
  box-shadow: none;
}
.all_btn:hover:before {
  height: 100%;
}
.all_btn:hover:after {
  width: 100%;
}
.all_btn span:hover {
  color: #0797de;
}
.all_btn span:before,
.all_btn span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #0797de;
  transition: all 0.3s ease;
}
.all_btn span:before {
  width: 2px;
  height: 0%;
}
.all_btn span:after {
  width: 0%;
  height: 2px;
}
.all_btn span:hover:before {
  height: 100%;
}
.all_btn span:hover:after {
  width: 100%;
}
.top_btn:before,
.top_btn:after {
  background: #000;
}
.top_btn span:hover {
  color: #000;
}
.top_btn span:before,
.top_btn span:after {
  background: #000;
}
#menu_container {
  background-color: #fff;
  display: flex;
  justify-content: center;
  height: fit-content;
  align-items: center;
  padding: 0.62em 0;
}
#bigMenuWrapper {
  /* border: 2px solid red; */
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 8px 16px 2px #7a787814;
}
.menu_wrapper {
  /* border: 2px solid red; */
  position: relative;
  display: flex;
  justify-content: space-between;
  width: min(1120px, 90%);
  align-items: center;
  gap: 28px;
}
.menu_wrapper > a,
.ham {
  flex: 0 0 auto;
}
.ham {
  margin-left: auto;
}
.unlist,
.unlist_mq {
  display: flex;
  width: auto;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
.unlist_mq {
  display: none;
}
.unlist a,
.unlist_mq a {
  color: #0797de;
  width: 100%;
  white-space: nowrap;
}
.caret_icon {
  display: inline;
  color: #0797de;
}
.unlist a:hover {
  color: #056594;
}
.unlist a:focus {
  color: #056594;
}
.logo_container,
.logos_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.logo_name {
  border-left: 2px solid #0797de;
  padding-left: 10px;
  color: #0797de;
  font-weight: 700;
  line-height: 1.1;
}
.banner {
  background-color: #f6f6f6;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sec1_content_head {
  font-size: 45px;
  font-weight: 900;
  color: #0797de;
}
.sec1_content_text {
  padding: 20px 0;
  line-height: 25px;
}
.start_btn {
  width: 189px;
  height: 48px;
  background-color: #0797de;
  border: unset;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #102331;
  cursor: pointer;
}
.section1 {
  width: 80%;
  height: 80%;
  padding: 60px 0 80px 0;
  display: flex;
  flex-wrap: wrap;
}
.sec1_content,
.sec1_img {
  width: 50%;
}
.sec1_img {
  text-align: end;
}
.hero_img {
  width: 80%;
}
.section2_head_text {
  font-size: 40px;
  font-weight: 700;
}
.apply_btn {
  width: 100%;
  height: 48px;
  background-color: #0797de;
  cursor: pointer;
  border: unset;
  border-radius: 8px;
  margin: 30px 0 20px 0;
  font-size: calc(15px + 0.390625vw);
  font-weight: 700;
}
.section2_content_1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  width: 340px;
  text-align: center;
}
.section2_content_2 {
  font-size: 24px;
  font-weight: 700;
  color: #f6f6f6;
  padding: 0 10px;
  text-align: center;
}
.section2 {
  background-image: url(./Images/coding.webp);
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section2_cover {
  background-color: #102331;
  height: 100%;
  opacity: 0.93;
}
.section2_head_wrapper {
  height: 60px;
  display: flex;
  align-items: end;
}
.section2_head {
  background-color: #fff;
  text-align: center;
  color: #056594;
  width: 100%;
}
.section2_content_wrapper {
  display: flex;
  justify-content: center;
  height: 80%;
  align-items: center;
}
.section2_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section3_head,
.section4_head {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.section3_head_text,
.section4_head_text {
  color: #056594;
  font-weight: 700;
  font-size: 40px;
}

.testimonial_card_cont {
  position:absolute;
  /* border: 2px solid red; */
  display: flex;
  flex-direction: column;
  width: 240px;
  text-align: center;
  position: relative;
  margin: 0 10px;
}
.test_card {
  /* border: 2px solid blue; */
  background-color: #fff;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  height: auto;
  padding-top: 5rem; 
  border-radius: 16px;
  box-shadow: 0px 16px 16px 0px #0000000a;
}
.test_img {
  position: relative;
  width: 160px;
  height: 160px;
  margin: auto;
  /* border: 2px solid red; */
  bottom: -4em;
  border-radius: 50%;
}
.section3_wrapper {
  /* border: 2px solid red; */
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
  align-items: flex-end;
  height: fit-content;
  /* margin-bottom: 3em; */
}
.section3 {
  /* border: 2px solid green; */
  width: 100%;
  display: flex;
  justify-content: center;
  height: fit-content;
  column-gap: 0.8rem;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
.test_card_wrapper {
  width: 86%;
  margin-bottom: 27px;
}
.test_name {
  margin-top: 30px;
  color: #102331;
  font-size: 24px;
  font-weight: 400;
}
.test_title {
  margin-top: 10px;
  color: #454443;
}
.gallery_head {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.gallery_head_text {
  color: #056594;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}
.gallery_sub {
  text-align: center;
  color: #454443;
  max-width: 600px;
  margin: 0.5rem auto 0;
  padding: 0 1rem;
}
.gallery_wrapper {
  background-color: #fff;
  padding: 1rem 6vw 4rem;
}
.gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 1120px;
  margin: 2rem auto 0;
}
.gallery_item {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0px 16px 16px 0px #0000000a;
}
.gallery_item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery_item:hover img {
  transform: scale(1.05);
}
.section4 {
  background-color: #ededed;
  height: fit-content;
  padding-top: 24px;
}
.partners {
  padding: 6vw 10vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2vw;
}

.logos_container {
  width: 80%;
  height: 6vw;
}

.each_logo1 {
  width: 100%;
  height: 100%;
}
.each_logo {
  margin-right: 5px;
  border-radius: 50%;
}
.sub_btn {
  width: 124px;
  height: 40px;
  background-color: #0797de;
  border: unset;
  border-radius: 0px 8px 8px 0px;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  box-shadow: unset;
}
.email_input {
  width: 84%;
  height: 40px;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #056594;
  outline: unset;
  padding: 3px;
  border-right: unset;
  font-size: 16px;
}
.email_input::placeholder {
  color: #9a9998;
  font-size: 16px;
}
.newsletter_section_text {
  color: #056594;
  font-size: 24px;
  width: 86%;
}
.newsletter_section_wrapper {
  height: 220px;
  display: flex;
  justify-content: center;
}
.newsletter_section {
  width: 80%;
  display: flex;
  align-items: center;
}
.subscribe_cont {
  display: flex;
  height: 40px;
  width: 100%;
}
.newsletter_section_cont {
  height: 58%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer {
  background: linear-gradient(149.03deg, #0797de 39.1%, #056594 137.44%);
  color: #f6f6f6;
  display: flex;
  justify-content: center;
  min-height: 320px;
  height: auto;
  width: 100%;
  align-items: center;
  padding: 48px 0 24px;
}
footer a {
  color: #f6f6f6 !important;
}
.footer_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 150px;
  align-items: flex-start;
  gap: 40px;
}
.footer_name {
  font-size: 32px;
  border-left: 1px solid #f6f6f6;
  padding-left: 10px;
  font-weight: 700;
}
.footer_select {
  background-color: #0797de;
  color: #f6f6f6;
}
.footer_icon {
  color: #f6f6f6;
}
.logo_info {
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_wrapper {
  width: 80%;
  max-width: 1120px;
  min-height: 220px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.contact_info {
  width: 145px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon {
  font-size: 24px;
}
.icon:hover {
  transition: 1s;
  transform: rotateY(360deg);
}
.socials {
  display: flex;
  justify-content: space-between;
}
.contact_content {
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.course_list,
.course_list2 {
  position: relative;
  /* border: 2px solid red; */
}
.unlist2 {
  /* border: 2px solid red; */
  display: none;
  width: 220px;
  /* left: -53px; */
  background-color: #f6f6f6;

  position: absolute;
  border-radius: 8px;
  box-shadow: 0px 16px 16px 0px #0000000a;
  z-index: 1;
  top: 30px;
  font-size: 16px;
}
.unlist2 li {
  padding: 2px 10px;
  border-radius: 8px;
  border: 2px solid #0000000a;
  transition: 1s;
}
.unlist2 li:hover {
  background-color: #0797de;
  color: #fff !important;
}
.main_lk,
.main_lk1 {
  margin-right: 10px;
  cursor: pointer;
}
.main_lk1 {
  color: #0797de;
}
.block {
  display: block;
}
.footer_list {
  text-align: center;
  background-color: #f6f6f6;
  box-shadow: 0px 16px 16px 0px #0000000a;
  left: -80px;
  /* margin: auto; */
}
.footer_list a {
  color: #0797de !important;
}
.unlist_ft a:hover {
  color: #056594 !important;
}
.footer_list a:hover {
  color: #fff !important;
}
.ham {
  display: none;
  color: #0797de;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.ham::before {
  content: "\2630";
}
.ham.fa-xmark::before {
  content: "\00d7";
  font-size: 46px;
  line-height: 0.9;
}
.NA{
  cursor: not-allowed;
}
.tooltip_head{
  font-size: 17px;
  font-weight: 700;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 102%;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.top_btn {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 21px;
  right: 8px;
  border-radius: 50%;
  border: unset;
  cursor: pointer;
  font-size: 24px;
  animation: bounce 1s infinite;
}
.top_btn:hover {
  animation: unset;
}
@keyframes bounce {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}

@media screen and (max-width: 1200px) {
  .section1 {
    width: 90%;
  }
}

@media screen and (max-width: 950px) {
  .sec1_content_head {
    font-size: 42px;
  }
  .sec1_img {
    height: unset;
  }
  .hero_img {
    height: 100%;
    width: 85%;
  }
  .section4_body_wrapper {
    width: 90%;
    justify-content: space-around;
  }
}

@media screen and (max-width: 860px) {
  .hero_img {
    width: 90%;
  }
}

@media screen and (max-width: 840px) {
  .section1 {
    width: 90%;
  }
  .sec1_content {
    width: 100%;
  }
  .sec1_img {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    /* height: 525px; */
  }
  .hero_img {
    width: 100%;
  }
  .logos_container {
    margin: 5px;
  }

  .testimonial_card_cont{
    width: 80%;
  }
}

@media screen and (max-width: 766px) {
  .section4 {
    height: auto;
  }
  .section4_body_wrapper {
    width: 96%;
  }
  .section4_body {
    height: auto;
    padding: 20px 0;
  }
  .newsletter_section_text {
    font-size: 20px;
  }
  .top_btn {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}

@media screen and (max-width: 630px) {
  .section3_head_text {
    font-size: 27px;
  }
}

@media screen and (max-width: 580px) {
  .newsletter_section_text {
    font-size: 19px;
  }
  .email_input::placeholder {
    font-size: 14px;
  }
}

@media screen and (max-width: 550px) {
  .section2_head_text {
    font-size: 32px;
  }
}

@media screen and (max-width: 460px) {
  .email_input::placeholder {
    font-size: 12px;
  }
  .sub_btn {
    font-size: 15px;
  }
}

@media screen and (max-width: 440px) {
  .section3_head {
    text-align: center;
    height: 90px;
    padding: 10px;
  }
  
}

@media screen and (max-width: 387px) {
  .test_card_wrapper {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 350px) {
  .section2_content_1 {
    width: 100%;
    font-size: 30px;
    padding: 0 10px;
  }
  }
