@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

body{
      color: #333;
     font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
figure{padding: 0;margin: 0;}

.custum-header {
    background-color: #f0f9fb;
    padding: 15px 0;
}

.navbar-brand{
  margin-right: 0;
  width: 225px;
}
.custum-header .navbar-brand img {
    width: 100%;
    max-width: 60%;
}

.custum-header ul .nav-item .nav-link{
  color: #566f8b;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.custum-header ul .nav-item .nav-link:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #1e3c5c;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: color 0.1s, -webkit-transform 0.2s ease-out;
    transition: color 0.1s, -webkit-transform 0.2s ease-out;
    transition: color 0.1s, transform 0.2s ease-out;
    transition: color 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.custum-header ul .nav-item .nav-link:hover::before{
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.custum-header ul .nav-item{
  margin-left: 24px;
}

.custum-header .header-btn a {
    font-size: 14px;
    background-color: #00adee;
    color: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 8px 30px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: all .3s;
    font-weight: 600;
}

.custum-header .header-btn a:hover{background-color: #00B9FF;}

.header-btn {
    margin-left: 30px;
}
section.banner-section-part{
    padding: 40px 0;
    position: relative;
}
.banner-section-part .banner-content-sec figure{max-width: 338px;}
.banner-section-part .banner-content-sec h1 {
    color: #07294d;
    font-weight: bold;
    font-size: 47px;
    line-height: 70px;
}

.banner-section-part .banner-content-sec h1 span {
    color: #f6921e;
    font-size: 60px;
}

.banner-form {
    background: #fff;
    box-shadow: 0px 0px 22.54px 0.46px rgb(18 16 18 / 17%);
    padding: 30px;
    border-radius: 25px;
    margin: 0 auto;
}

.banner-form h6 {
    color: #000000;
    font-size: 1.110rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
}

.banner-graphic-sec img{margin-left: -45px}
section.banner-section-part::before {
    content: "";
    width: 314px;
    height: 40%;
    background-image: url('https://2174926.fs1.hubspotusercontent-na1.net/hubfs/2174926/Tokyo-PYP-Programme/PYP-English/assets/images/wave-after.png');
    position: absolute;
    left: -129px;
    bottom: -74px;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-position: left; */
    z-index: -1;
}

section.banner-section-part::after {
    content: "";
    width: 253px;
    height: 32%;
    background-image: url('https://2174926.fs1.hubspotusercontent-na1.net/hubfs/2174926/Tokyo-PYP-Programme/PYP-English/assets/images/Wave-before.png');
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right;
    z-index: -1;
}

.banner-form input, button, select {
    width: 100%;
    height: 44px;
    border: 1px solid #1daeeb;
    padding-left: 5px;
}

.banner-form div {
    margin-bottom: 15px;
}

.banner-form div sup{color: red;}

.submit-btn-form{background-color: #1daeeb;color: #fff;text-align: center;}

.blue-section-bg {
    background-color: #1daeeb;
    padding: 40px 0;
    color: #fff;
}

.blue-section-bg h2, .admission-section-bg h2{
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
.blue-section-bg p {
    font-size: 15px;
}

.why-choose-section{padding: 40px 0;position: relative;overflow: hidden;}

.why-choose-section h2, .GIIS-Advantage-BG h2, .explore-section h2, .connect-heading h2{
  color: #07294d;
  font-weight: bold;
  text-align: center;
}
.why-choose-section ul li {
    list-style: none;
    position: relative;
    margin-bottom: 28px;
}
.why-choose-section ul li h4 {
    position: relative;
    background-color: #a2e1fb;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 0 20px 0px 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.why-choose-section ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #1daeeb;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    transform: translate(-13px, -10px);
}

.why-choose-section ul li p{font-size: 13px;line-height: 26px;height: 100px;}
.circle-1 {
    width: 100%;
    max-width: 50px;
    position: absolute;
    left: 23px;
}
.circle-2 {
    position: absolute;
    width: 100%;
    max-width: 100px;
    top: 50%;
    transform: translate(-53px, 68px);
}
.circle-4 {
    position: absolute;
    width: 100%;
    max-width: 130px;
    right: 0;
    top: 26%;
    transform: translate(64px, 0px);
    left: auto;
}

.bg-img{position: relative;height: 1009px}
.bg-img::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../images/inner-image-center.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.GIIS-Advantage-BG{
    background-color: #c3ebff;
    padding: 40px 0;
}

.GIIS-Advantage-BG .advantage-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #07294d;
    margin: 20px 0 10px 0;
}

.GIIS-Advantage-BG .advantage-content p {
    color: #07294d;
    font-size: 16px;
    line-height: 22px;
}

.explore-section{
    padding: 40px 0;
    background-color: #eff9fb;
    position: relative;
}

.explore-section::before {
    content: "";
    width: 253px;
    height: 100%;
    background-image: url('https://2174926.fs1.hubspotusercontent-na1.net/hubfs/2174926/Tokyo-PYP-Programme/PYP-English/assets/images/wave-after2.png');
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    /* z-index: -1; */
}

.explore-section .content-btn-text {
    margin-bottom: 50px;
}

.explore-section .explore-content .content-btn-text p{
    font-size: 16px;
    color: #6b7678;
}
.explore-section .explore-content .content-btn-text a {
    font-size: 16px;
    background-color: #00adee;
    color: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    width: auto;
    text-align: center;
    transition: all .3s;
    font-weight: 600;
    margin-top: 16px;
}


.explore-section .explore-content .content-btn-text a:hover {
    background-color: #00B9FF;
}

.admission-section-bg{
    background-color: #0059a9;
    padding: 40px 0;
}

.admission-section-bg .our-campuses-section ul {
    background-color: #e5e7e9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 12px;
}

.admission-section-bg .our-campuses-section ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.admission-section-bg .our-campuses-section ul li:last-child{margin-right: 0}
.admission-section-bg .our-campuses-section ul li a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #005aa9;
}

.admission-section-bg .our-campuses-section ul li span {
    width: 30px;
    height: 30px;
    background-color: #0059a9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
}

.location-box img {
    border-radius: 16px 16px 0 0;
    height: 200px;
    width: 100%;
    transition: .5s ease all;
}

.location-box-content {
    display: flex;
    align-items: center;
    font-size: 15px;
    background-color: #e5e7e9;
    text-decoration: none;
    padding: 18px 14px;
    border-radius: 0 0 16px 16px;
    transform: translate(0, -17px);
}
.location-box-content i{
    color: #ff6048;
    font-size: 38px;
}
.location-box-content div{padding-left: 15px}
.location-box-content div h4 {
    color: #1e3c5c;
    font-weight: 600;
    font-size: 20px;
}

.location-box-content div p{
    color: #005aa9;
}

.location-box {
    margin-bottom: 28px;
    overflow: hidden;
     border-radius: 16px 16px 0 0;
}

.location-box:hover img{
  transform: scale(1.1);
}

.connect-with-us{
    padding: 40px 0;
    background-color: #eff9fb;
}

.connect-with-us .connect-heading p{
    color: #07294d;
    font-size: 17px;
}


.form-btn-btm a{
    font-size: 14px;
    background-color: #00adee;
    color: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 8px 30px;
    display: inline-block;
    text-decoration: none;
    width: auto;
    text-align: center;
    transition: all .3s;
    font-weight: 600;
}

.form-btn-btm {
    text-align: center;
    margin-top: 40px;
}

.form-btn-btm a:hover{background-color: #00B9FF;}
.footer-sec-bg {
    padding: 40px 0;
    background: #fff;
}

.footer-bottom{
    padding: 40px 0;
    background: #020e20;    
}

.footer-bottom ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}


.footer-bottom ul li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    margin: 0 6px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s linear;
}

.footer-bottom ul li a:hover {
    color: #00adee; 
}
.navbar-toggler-icon i {
    font-size: 36px;
}

@media (max-width:1119px){
    .navbar-toggler{width: auto;height: auto;}
    .banner-section-part .banner-content-sec h1 br{display: none;}
    .banner-section-part .banner-content-sec h1{font-size: 45px}
    .banner-graphic-sec img{margin-left: 0}
    section.banner-section-part::before{bottom: -145px;}
    .why-choose-section ul li p{height: auto;}
    .circle-1, .circle-2, .circle-4{opacity: 0.5;}
    .bg-img{height: 565px;}
    .GIIS-Advantage-BG .advantage-content h3{ font-size: 20px;}
    .GIIS-Advantage-BG .advantage-content p {color: #07294d;font-size: 18px;line-height: 25px;}
    .advantage-content {background: #fff;padding: 18px;height: 100%;border-radius: 5px}
    .explore-section::before{display: none;}
    .explore-section .explore-content .content-btn-text p{font-size: 23px;}
    .location-box-content div h4{margin-bottom: 10px;}
}
@media (max-width:575px){
  .navbar-toggler{
    width: auto;
    height: auto;
  }
  .admission-section-bg .our-campuses-section ul{
    align-items: flex-start;
    flex-direction: column;
  }
  .admission-section-bg .our-campuses-section ul li a{font-size: 16px}
  .admission-section-bg .our-campuses-section ul li{margin-right: 0;margin-bottom: 10px}
  .admission-section-bg .our-campuses-section ul li:last-child{margin-bottom: 0}
  .explore-section::before {left: -29px;width: 132px;}
  .bg-img{display: none;}
  section.banner-section-part::after{display: none;}
  .banner-section-part .banner-content-sec figure {max-width: 230px;}
  .banner-section-part .banner-content-sec h1{font-size: 34px;line-height: 48px;}
  .banner-section-part .banner-content-sec h1 br{display: none;}
  .banner-section-part .banner-content-sec h1 span{font-size: 46px;}
  .navbar-toggler:focus{box-shadow: none;}
  .banner-graphic-sec img{margin-left: 0}
  .why-choose-section ul li p{font-size: 13px;height: auto;}
  .why-choose-section ul li span{display: none;}
  .why-choose-section ul li h4{border-radius: 5px;}
  .circle-1, .circle-2, .circle-4{opacity: 0.5;}
  .GIIS-Advantage-BG .advantage-content h3{font-size: 18px;}
  .GIIS-Advantage-BG .advantage-content p{font-size: 14px;line-height: 18px;}
  .explore-section .explore-content .content-btn-text p br{display: none;}
  .explore-section .explore-content .content-btn-text p{font-size: 14px;}
  .location-box-content div h4{margin-bottom: 8px;}
  .connect-with-us .connect-heading p{font-size: 14px;}
  .location-box{margin-bottom: 12px;}
}