@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Varela+Round&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Varela Round', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.common_padding {
  padding: 0px 80px;
}
.common-margin{
  margin: 100px 0;
  height: 50vh;
  display: flex
;
  align-items: center;
}
.main_header {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(8.600000381469727px);
  padding: 15px;
  margin: 20px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_logo {
  width: 15%;
}
.header_links {
  align-items: center;
}
.header_links ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}

.header_links ul li a {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.header_btn {
}
.header_btn button {
  border-radius: 100px;
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
  padding: 8px 20px;
  color: white;
  border: 0px;
}

.main_header {
  padding: 15px 22px;
}

.main_banner {
  position: relative;
}

.banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.banner_head h3 {
  color: #202020;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 59px;
}
.banner_head p {
  color: #696969;
  font-family: 'Varela Round';
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding-top: 20px;
}

.banner_form {
  border-radius: 27px;
  border: 1px solid rgba(236, 200, 135, 0.25);
  background: linear-gradient(
    109deg,
    rgba(255, 255, 255, 0.16) 1.57%,
    rgba(255, 255, 255, 0.03) 100%
  );
  backdrop-filter: blur(31.75px);
  padding: 15px;
  position: relative;
  z-index: 2;
}
.banner-img {
  width: 100%;
}
.banner_form h3 {
  color: #202020;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.banner_form p {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
}

.banner_form input {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.744px;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #8080804d;
  padding: 0px 10px;
  margin-bottom: 20px;
}
::placeholder {
  color: #696969;
}

.banner_form button {
  border-radius: 8px;
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
  padding: 10px 20px;
  color: white;
  border: 0px;
  width: 100%;
  margin-top: 20px;
}

.banner_content .row {
  display: flex;
  align-items: flex-end;
}

.main_banner img {
  height: 100vh;
  object-fit: cover;
}
.main_banner {
  position: relative;
}

.banner_float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.banner_float img {
  height: 200px;
  animation: float 4.5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.hamburger {
  display: none;
}

.common_margin {
  margin-top: 50px;
}
.header_gradient {
  height: 4px;
  width: 70px;
  border-radius: 10px;
  background: linear-gradient(90deg, #0047bb 0%, rgba(255, 255, 255, 1) 100%);
}

.common_heading {
  color: #202020;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}

.common_description {
  color: #696969;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 10px;
}

.looking_points_row {
  padding-top: 25px;
}
.looking_points div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.looking_points h6 {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.looking_points img {
  width: 32px;
}

.home-service-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.service-section .col-lg-2 {
  padding-top: 50px;
  position: relative;
}
.service-section .col-lg-2::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  background: linear-gradient(0deg, rgba(0, 71, 187, 0) 13.31%, #0047bb 100%);
  right: 6px;
  top: 25%;
}

.service-section h4 {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
}

.service-section p {
  color: #696969;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.why_section {
  border-radius: 25px 25px 0px 0px;
  background: linear-gradient(0deg, #fff 10.9%, #b5dbef 100%);
  padding: 50px 40px;
  margin-top: 90px;
  position: relative;
}
.why_head {
  padding: 30px 30px;
  width: 60%;
}
.why_head h3 {
  color: #202020;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.why_head span {
  color: #0047bb;
}
.why_head p {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 20px;
}
.why_head {
  position: relative;
}
.why_head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 71, 187, 0) 13.31%, #0047bb 100%);
}

.why_boxes {
  display: flex;
  padding-top: 50px;
}

.why_box_1 {
  border-radius: 14.982px;
  border: 1px solid #f0edbb;
  background: linear-gradient(197deg, #fffceb 11.45%, #ffed88 132.08%);
  box-shadow: 2px 6px 22.8px -1px rgba(80, 80, 80, 0.25);
  padding: 10px;
  width: 250px;
}
.why_box_2 {
  border-radius: 14.982px;
  border: 1px solid #ffd1ee;
  background: linear-gradient(197deg, #ffe6f6 11.45%, #ffd1ee 132.08%);
  box-shadow: 2px 6px 22.8px -1px rgba(80, 80, 80, 0.25);
  padding: 10px;
  width: 250px;
}
.why_box_3 {
  border-radius: 14.982px;
  border: 1px solid #cbf1cf;
  background: linear-gradient(171deg, #ebfcee 6.85%, #c9f0cd 100.76%);
  box-shadow: 2px 6px 22.8px -1px rgba(80, 80, 80, 0.25);
  padding: 10px;
  width: 250px;
}
.why_box_4 {
  border-radius: 14.982px;
  border: 1px solid #c7d3ff;
  background: linear-gradient(0deg, #c3d1fb 0%, #a6b8f5 100%);
  box-shadow: 2px 6px 22.8px -1px rgba(80, 80, 80, 0.25);
  padding: 10px;
  width: 250px;
}

.why_icon {
  position: relative;
  width: fit-content;
  height: fit-content;
}
.why_svgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes rotateFrame {
  0% {
    transform: rotate(-5.08deg);
  }
  100% {
    transform: rotate(354.92deg);
  } /* 360 - 5.08 */
}

.why_frame {
  animation: rotateFrame 10s linear infinite; /* Adjust duration as needed */
}

.why_boxes h3 {
  color: #202020;
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 40px;
}
.why_boxes p {
  color: #696969;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.why_box_1 {
  transform: rotate(355deg) translateY(20px);
}
.why_box_2 {
  transform: rotate(7deg) translateY(-14px);
}
.why_box_3 {
  transform: rotate(3deg) translate(14px);
}
.why_box_4 {
  transform: rotate(4deg) translate(0px);
}
.why_box_5 {
  transform: rotate(4deg) translateY(10px);
}
.why_box_6 {
  transform: rotate(-6deg) translateY(20px);
}

.sky-asset {
  position: absolute;
  top: -140px;
  right: -70px;
  z-index: 1;
}

.why_head {
  position: relative;
  z-index: 2;
}
.why_boxes {
  position: relative;
  z-index: 2;
}
.univeristy_detail {
  padding-top: 15px;
}
.university_name {
  display: flex;
  gap: 10px;
  align-items: center;
}
.university_name h4 {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.university_description {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.university_description p {
  color: #696969;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.univeristy_detail .readmore a {
  color: #0047bb;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.university_main_img {
  border-radius: 10px;
  height: 230px;
    object-fit: cover;
}
.univeristy_box {
  margin-bottom: 20px;
}

.destination {
  padding-top: 30px;
  text-align: center;
  position: relative;
}

.location {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('../images/icons/locate.png') no-repeat center center /
    contain;
  cursor: pointer;
}

.location::after {
  content: attr(data-name);
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: black;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s, transform 0.2s;
}

.location:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.admission_img {
  padding-top: 20px;
}
.admission_img img {
  border-radius: 10px;
  width: 100%;
}
.testimonial {
  padding-top: 70px;
}
.testimonial-box h4 {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: -0.6px;
  padding-top: 10px;
}
.testimonial-box p {
  color: #696969;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}

.testi_img .testi_person {
  border-radius: 10px;
}
.testi_img {
  margin-bottom: 10px;
  position: relative;
}
.play_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  margin-top: 80px;
  border-top: 1px solid rgba(206, 206, 206, 0.39);

  padding-top: 30px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background-color: #fff;
}

.footer-left {
  flex: 1;
}
.footer-left img {
  width: 48%;
}
.footer-left p {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.footer-center {
  flex: 1;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
  display: flex;
  gap: 30px;
}

.footer-center p {
  margin-bottom: 5px;
}

.footer-center h5 {
  color: #202020;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-right a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.enquiry-btn {
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
}

.chat-btn {
  background-color: #6fcf40;
  margin-top: 15px;
}

.footer_bottom {
  border-top: 1px solid rgba(206, 206, 206, 0.39);
  padding-top: 20px;
}

.footer_bottom p {
  color: #696969;
  text-align: center;
  font-family: 'Varela Round';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27.094px */
}

.service-shape {
  position: absolute;
  top: -40px;
  right: -150px;
  width: 21%;
}

.service-shape img {
  width: 70%;
}

























.floating_btn {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;

}

.floating_btn-2,
.floating_btn-3 {
  bottom: 10px;
  position: fixed;
  right: 30px;
  display: flex;
  z-index: 1000
}

.contact_icon {
  background-color: #42db87;
  width: 60px;
  height: 60px;
  box-shadow: 2px 2px 3px #999;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
  -moz-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1)
}

.floating_btn-2 {
  width: 100px;
  height: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.floating_btn-3 {
  width: 500px;
  height: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #38b6ff;
  color: #fff
}

.contact_icon-2,
.contact_icon-3 {
  background-color: #fff;
  width: 60px;
  border-radius: 120px;
  height: 60px;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 #38b6ff;
  -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
  -moz-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1)
}

.contact_icon-2 i,
.count-span-42,
.course-box:hover .course-box-cont .dir-a,
.dfd:hover,
.footer-links li a:hover {
  color: #38b6ff
}


@keyframes pulsing {
  to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0)
  }
}


 /* Remove arrows in Chrome, Safari, Edge, and Opera */
 input[type=number]::-webkit-inner-spin-button,
 input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }

 /* Remove arrows in Firefox */
 input[type=number] {
     -moz-appearance: textfield;
 }

 .thankyou {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.thankyou h1{
  color: #0047bb;
  font-size: 35px;
}
.thankyou img{
  width: 10%;
}
.banner_form button a{
  color:#fff;
}


.university_name img{
  width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 91px;
}