*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h1, h2 , h3 , h4 , h5, h6 {
    font-family: future-earth;
}
.hero_section{
    background-image: url(/assets/images/ielt_background.png);
    height: 90vh ;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content:center ;
    align-items: center;
    background-size: cover;
  
 
}
.sub-menu{
    font-size: 18px;
    font-family: future-earth;
    color: #38B6D8;
}
.sub-menu-2{
    color: #000;
    font-family: future-earth;
    font-size: 15px;

}

.hero_section .hero_heading h1{
    color: #38B6D8;
    font-size: 48px;
}
.hero_section .hero_content{
    color: #000;
    font-size: 16px;
    text-align: justify;

}
 .signup_button{
    margin-top: 20px;
    padding: 16px 60px;
    width: max-content;
    
}
 .signup_button a{
text-transform: uppercase;
color: #FFF;
font-size: 16px;
font-weight: 500;
text-decoration: none;
}
 .signup_button:hover a
 {
color: #E1BB75;

}
 .signup_button {
    border: 1px solid #E1BB75;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(30deg, #E1BB75 50%, transparent 50%);
    background-image: linear-gradient(30deg, #E1BB75 50%, transparent 50%);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
  }
   .signup_button:hover {
    background-position: 100%;
  }
  .our_partner{
 padding: 50px 0;
 background-color: #38B6D8;
    color: #38B6D8;
  }
  .partner_logo .partner_logo_img{
    width:200px;
    height: 200px;
    overflow: hidden;
  }
  .partner_logo .partner_logo_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .partner_logo {
    display: flex;
    justify-content: space-evenly;
    margin: 25px 0;
  }
  .our_courses .card_img{
    height: 300px;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .our_courses .card_img img{
width: 100%;
height: 100%;
object-fit: cover;
  }
 .learn_more a{
    color: #38B6D8;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #38B6D8;
    border-radius:8px;
    transition: all 0.3s;
 }
 .learn_more a::after{
    display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
 }
 .learn_more a:hover{
    color: #ffffff;
    background-color:#38B6D8 ;
 }
 .learn_more a:hover::after{
     transform: translateX(4px);
 }
 
 .our_partner h1{
    color: #fff;
 }
 .our_courses{
    background-color: #f3f3f3;
    padding: 50px 0;

 }
 .card_course{
    border-radius: 30px;
    transition: all 0.3s;
    height: 100%;

 }
 .material-symbols-outlined{
    color: #AAABB0;
 }
 .card_course .card_title h3{
    color: #38B6D8;
    font-size: 24px;
 }
 .card_course:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }
.footer-sign-up-button{
    display: flex;
    justify-content: center;
}
.sign_up_section{
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.sign_up_section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0fb3e0;
    background-image: linear-gradient(326deg, #067897 0%, #16a6ce 74%);
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: scaleX(1.5);
}
.sign_up_section-inner{
    z-index: 1;
}
.sign_up_wrapper h1{
    color: #fff;
}

/* section_detail_styling____________ */
.section_detail_course_content{
    background-color: #f3f3f3 ;
}
.detail_heading h1{
    color:#38B6D8;
}

.detail_heading{
    color:#38B6D8;
}
.detail_inner h4{
    font-size: 24px;
}

.color_primary{
    color:#38B6D8;
}
.plus_6_section{
    background: #E1BB75;
    background-image: linear-gradient(135deg, #E1BB75 0%, #E1BB75 100%);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    min-height: 200px !important;
      display: block;
      border-radius: 25px;
}
.topLeftRounded {
    position: absolute;
    fill: #38B6D8;
    bottom: 0;
    left: 0;
    z-index: 9;
    border-bottom-left-radius: 25px;
}
.plus_6_section{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.plus_6_section h1, .plus_6_section p{
color:#DE0A32 ;
font-weight: bold;
}
.plus_6_section img{
    width: 100px;
}

.heading_sub{
    font-size: 24px;
}
.score-card-section{
    padding: 50px 0;
}
 .card-score{
    background: white;
    cursor: pointer;
    border-radius: 15px;
    position: relative;
    padding: 25px 30px;
    color: #38B6D8;
    height: 100%;
  }
  
  .card-score::after{
    content: '';
    background: #38B6D8 ;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    clip-path: circle(10% at 0% 0%);         
      transition: all .3s ease-in;
  }
  
  .card-content{
    position: relative;
    z-index: 1;
    transition: all .3s ease-in;
  }
  
  .card-score .card-content h2{
   font-size: 28px; 
   text-transform: uppercase;
  }

  .card-content p{
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
  }
/* .plus_6_section{
    width:100%;
height:200px;
background:red;
position:relative;
font-family: 'Work Sans', sans-serif;
-webkit-animation-name:myfirst;
-webkit-animation-duration:10s;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:0s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:alternate;
-webkit-animation-play-state:running;
animation-name:myfirst;
animation-duration:20s;
animation-timing-function:linear;
animation-delay:0s;
animation-iteration-count:infinite;
animation-direction:alternate;
animation-play-state:running;

}
@-webkit-keyframes myfirst
{
0%   {background: #a4508b; left:0px; top:0px;}
25%  {background: #5f0a87; left:0px; top:0px;}
50%  {background: #a4508b; left:0px; top:0px;}
75%  {background: #5f0a87; left:0px; top:0px;}
100% {background: #a4508b; left:0px; top:0px;}
}

@keyframes myfirst
{
0%   {background: #5f0a87; left:0px; top:0px;}
25%  {background: #a4508b; left:0px; top:0px;}
50%  {background: #5f0a87; left:0px; top:0px;}
75%  {background: #a4508b; left:0px; top:0px;}
100% {background: #5f0a87; left:0px; top:0px;}
} */






















/* RESPONSIVE */
@media only screen and (max-width:992px){
    .hero_section{
        height: 100%;
        padding: 50px 0;
    }
    .hero_heading{
        padding-top: 50px;
    }
    .plus_6_inner {
        flex-direction: column;
        z-index: 17;
        text-align: center;
    }
}
@media only screen and (max-width:768px){
    .partner_logo{
        justify-content: center;
    flex-direction: column;
    }
    .partner_logo .partner_logo_img{
        margin: 0 auto;
    }
    .hero_section{
        padding: 50px 20px;
    }
    .hero_section .hero_heading h1{
        font-size: 35px;
    }
}
 