:root {
    --primaryColor: #45bcb9;
    --secondaryColor: #245FFF;
    --accentColor: #F9F6B8;
    --textColor: #4D4D4F;
}

@font-face {
    font-family: 'Reckless';
    src: url('../assets/fonts/RecklessGX.eot');
    src: url('../assets/fonts/RecklessGX.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/RecklessGX.woff2') format('woff2'),
         url('../assets/fonts/RecklessGX.woff') format('woff'),
         url('../assets/fonts/RecklessGX.ttf')  format('truetype'),
         url('../assets/fonts/RecklessGX.svg#Reckless') format('svg');
}

* {
    position: relative;
    z-index: 1;
}

body, html {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0 !important;
    max-width: 100%;
    overflow-x: hidden;
}
* {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.section1 {
  background-color:var(--accentColor);
  height: 30rem;
}
.section1 .w-100{
  width: 90% !important;
}

.col-left{
    background-image: url("../assets/images/banner-image.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
    z-index: 99;
}

.section1 .col-left{
    position: absolute;
    width: 47%;
    top: 0;
    left: 0;
}

.banner-image{
  height: 60vh;

}

.section1::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 8rem;
  background: var(--primaryColor);
  content: "";
  z-index: -1;
}

.section1 h1 {
  font-family: "reckless";
  font-size: 3.1rem;
  color: white;
}

.section1 h2 {
  font-size: 1.5rem;
  position: relative;
  color: white;
  font-weight: 400;
}
.section1 h3 {
  font-size: 1.33rem;
  position: relative;
  color: black;
  font-weight: 700;
}


.button1 {
  border-radius: 1.66rem;
  padding-inline: 2rem;
  height: 3.1rem;
  display: flex;
  flex-direction: row;
  font-size: 1.16rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--primaryColor);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
/* span.span-hide::after{
    display: none !important;
    content: none;
} */

/* .thank .button1 {
  background-color: #19288F;
  color: white;
} */

.button1:hover,
.button1:active,
.button1:focus {
  background-color: #2f3a40;
  color: white;
}

.button1 span::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.25rem;
  width: 100%;
  height: 0.2rem;
  background-color: #f9f6b8;
  position: absolute;
  display: block;
}

.new-bg{
    background-color: #f1f2f2;
}

.image-button {
  height: 1rem;
  width: 1rem;
  filter: brightness(1);
  transition: filter 0.3s ease-in-out;
}

.button1:hover .image-button,
.button1:active .image-button,
.button1:focus .image-button,
.thank .button1 .image-button {
  filter: brightness(100);
}



.headingText {
    font-family: 'Reckless';
    font-weight: 700;
    line-height: 1;
    color: var(--secondaryColor);
}

.sectionHead {
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.siteSection {
    padding: 3rem;
}

.siteHeader {
    padding: 0 1rem;
}

.siteHeader_logo_left {
    width: 7.89rem;
}

.siteHeader_logo_right {
    width: 8.89rem;
}

.siteBanner {
    background-color: var(--primaryColor);
    background-image: url(../assets/images/banner_image_01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 1rem;
}

.siteBanner_head {
    font-size: 3.44rem;
}

.siteBanner_text {
    font-size: 1.33rem;
    padding-block: 2rem;
}

.section1 h2 span,
.site_btn span,
.sectionHead span {
    background-image: linear-gradient(var(--accentColor), var(--accentColor));
    background-size: 100% 0.25rem;
    background-repeat: no-repeat;
    background-position: 0 100%;
    line-height: 1.4;
}

.sectionHead_alt span {
    background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
}

.site_btn {
    font-size: 1.167rem;
    line-height: 1;
    background: var(--primaryColor);
    border-radius: 4rem;
    padding: 1em 2em;
    /* border: 2px solid var(--secondaryColor); */
    border: none;
    outline: none;
    box-shadow: none;
    transition: all 0.4s ease-in-out;
}

.site_btn:hover {
    border: 2px solid var(--secondaryColor);
    background: var(--primaryColor);
}

.site_btn span img {
    width: 1rem;
}

.iconWrap img {
    width: auto;
    height: 3rem;
}

.iconWrap h3 {
    font-size: 1.33rem;
}

.iconWrap p {
    font-size: 0.89rem;
}


.col-right{
    background-image: url(../assets/images/new-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.col-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55%; 
  z-index: 1;
}

.videowrap2{
    margin: 0;
    width: 33.33rem;
}
.videoWrap_thumb2 {
    width: 100%;
}
.videoWrap_info2{
    width: 100% !important;
}

.rankbox{
    background-color: var(--accentColor);
    width: 33.33rem;

}
.rankbox h3{
    font-size: 1rem;
    color: var(--secondaryColor);
}
.rank h2{
    font-size: 4.4rem;
    color: var(--secondaryColor);
    font-weight: 700;

}
.rank p{
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--secondaryColor);
}

.aboutSection {
    background-color: var(--secondaryColor);
    background-image: url(../assets/images/aboutBG_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    box-sizing: border-box;
}

.aboutSection_content {
    background: #ffffff;
    padding: 3.5rem 3rem;
}

.aboutSection_content hr {
    border-color: var(--accentColor);
    opacity: 1;
}

.siteAdvantage,
.admissionSection,
.footerTop {
    background: #f1f2f2;
}

.siteAdvantage a,
.section-new a{
    text-decoration: none;
}

.videoWrap {
    margin-bottom: 3rem;
}

.videoWrap_info {
    background: var(--primaryColor);
    width: 100%;
    padding: 1.5rem;
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    cursor: pointer;
}

.videoWrap_thumb {
    width: 3.67rem;
}

.videoWrap h6 {
    font-size: 1.3rem;
    padding-right: 2rem;
    line-height: 1.2;
}

.advWrap_icon {
    width: 3.33rem;
}

.advWrap_head {
    font-size: 1.167rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--secondaryColor);
}

.learnSection h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.learnSection .accordion-item {
    border-inline: none;
    border-radius: 0;
    border-color: var(--textColor);
}

.learnSection .accordion-button {
    outline: none;
    box-shadow: none;
    background: none;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    padding: 2rem 0 1rem; 
    color: var(--textColor);
    transition: all 0.3s ease-in-out;
}

.learnSection .accordion-button::after {
    position: absolute;
    right: 0;
    top: 2.5rem;
    background: var(--textColor);
    width: 1.1rem;
    height: 1px;
    transform-origin: center center;
    transform: rotate(180deg) scale(0);
    transition: all 0.3s ease-in-out;
}

.learnSection .accordion-button::before {
    position: absolute;
    content: "";
    right: 0;
    top: 2.5rem;
    background: var(--textColor);
    width: 1.1rem;
    height: 1px;
    transform-origin: center center;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.learnSection .accordion-button.collapsed::after {
    transform: rotate(0deg) scale(1);
}

.learnSection .accordion-button.collapsed::before {
    transform: rotate(-90deg);
}

.learnSection .accordion-button.collapsed {
    padding: 2rem 0;
}

.learnSection .accordion-body {
    padding-inline: 0;
    padding-block: 1rem 2rem;
}

.actionSection {
    background: var(--primaryColor);
}

.actionWrap {
    height: 25rem;
    background: var(--textColor);
    overflow: hidden;
}

.actionWrap_img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.actionWrap::after {
    position: absolute;
    z-index: 2;
    content: "";
    inset: 0;
    background: linear-gradient( #0000 60%, #000E );
    mix-blend-mode: multiply;
}

.actionWrap h3 {
    position: absolute;
    z-index: 3;
    bottom: 1.5rem;
    left: 1.5rem;
    display: inline-block;
    font-size: 1.167rem;
}

.actionWrap_info {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--accentColor);
    padding: 1.75rem;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
}

.actionWrap:hover .actionWrap_info {
    transform: translateY(0);
}

.actionWrap_info h3 {
    position: static;
}

.actionWrap_info p {
    font-size: 0.95rem;
}

.applySection h4 {
    color: var(--secondaryColor);
    font-size: 1.167rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    margin-top: 0.2rem;
}

.applySection img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.optionsWrap {
    gap: 3rem;
}

.admissionWrap {
    background-color: var(--primaryColor);
    width: 6rem;
    height: 21.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.7s ease-in-out, background-color 0.5s 0.7s ease-in-out ;
}

.admissionWrap.open {
    background-color: white;
    width: calc( 100% - 9rem );
    padding: 0.5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: auto;
}

.admissionWrap h5 {
    font-size: 1.16rem;
    color: var(--secondaryColor);
    margin-bottom: 1.25rem;
    font-weight: bold;
}

.admissionWrap .aw_placeholder {
    color: white;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    left: 3rem;
    top: 50%;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    transform-origin: center center;
    transform: translateY(-50%) translateX(-50%) rotate(-90deg);
    transition: all 0.5s ease-in-out;
}

.admissionWrap.open .aw_placeholder {
    transform: translateY(-50%) translateX(-150%) rotate(-90deg);
}

.admissionWrap .aw_info {
    transform: translateY(10rem);
    opacity: 0;
    pointer-events: none;
    padding-inline: 1rem;
}

.admissionWrap.open .aw_info {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    transition: all 0.7s 0.5s ease-in-out;
}


.side-boxes {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  
}
.color-blue{
    background-color: #1d54ff;
}
.color-lime{
    background-color: #faf7b9;
}

.section15{
    background-color: var(--primaryColor);
}

.section15 .sidebox{
  width: 11.56rem;
  height: 6.17rem;
  padding: 1rem;
}

.section15 h4{
  font-size: 2.2rem;
  font-weight: 800;
  color: #1b238d;
  font-family: "reckless";
  line-height: 0.9;
  margin-bottom: 0.5rem;
}

.section15 .sidebox p{
  font-size: 0.83rem;
  color: #1b238d;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}



.scholarSection {
    background-image: url(../assets/images/scholarBG.jpg);
    background-color: var(--textColor);
    background-position: center center;
    background-size: cover;
    padding-top: 20rem;
}

.sw-right {
    background: var(--accentColor);
    height: 100%
}

.sw-left {
    background: var(--primaryColor);
    height: 100%;
    padding: 2rem;
}

.sw-left h6 {
    font-weight: 700;
}

.sw-left * {
    color: white;
}

.sw-left::after {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-0.75rem, -50%);
    width: 1px;
    height: calc( 100% - 4rem );
    background: var(--accentColor);
    content: "";
}

.sw-right h3 {
    font-family: 'Reckless';
    font-size: 3.65rem;
    color: var(--secondaryColor);
}

.sw-right h4 {
    font-family: 'Reckless';
    font-size: 1.65rem;
    color: var(--secondaryColor);
}

.sw-right h3.alt {
    font-size: 5rem;
}

.sw-right h3 sup {
    font-size: 0.65em;
}

.sw-right hr {
    border-top: 2px solid var(--primaryColor);
    height: 0;
    width: 100%;
    opacity: 1;
}

.footerTop {
    padding-block: 4rem;
}

.footerTop img {
    width: auto;
    height: 3rem;
}

.footerTop h6 {
    border-bottom: 1px dotted black;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 1rem;
}

.siteFoter_l1 {
    background: var(--primaryColor);
    padding-block: 4rem;
}

.footerLogo {
    width: 6.66rem;
    margin-bottom: 1.5rem;
}

.siteFooter h6 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.siteFooter h2 {
    font-size: 1.16rem;
    line-height: 1;
    color: white;
}

.social_icons {
    gap: 4rem;
}

.social_icon {
    width: 1.78rem;
}

.siteFooter_l2 p {
    font-size: 0.55rem;
}

.site_fab {
    position: fixed;
    right: 0;
    top: 65%;
    background: var(--primaryColor);
    z-index: 99;
    padding: 1rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transform: translateX(150%);
    box-shadow: rgba(69, 188, 185, 0.35) 0px 5px 15px;
    transition: transform 0.5s ease-in-out;
}

.site_fab.show {
    transform: translateX(0);
}

.site+fab h6 {
    line-height: 1.1rem;
    font-size: 1rem;
}

.site_fab img {
    width: 1.3rem;
}

.modal-dialog {
    max-width: 90%;
    width: 1150px;
}

.modal-content {
    background: #F1F2F2;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.modal-title {
    font-size: 1.6rem;
}

.form-image {
    object-fit: cover;
    object-position: center center;
    border: 1px solid var(--secondaryColor);
}

.form-control {
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid var(--primaryColor);
    border-radius: 0;
    padding-inline: 0;
    font-size: 0.75rem;
    appearance: none;
    background: transparent !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    appearance: textfield;
  -moz-appearance: textfield;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    border-color: var(--textColor);
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--textColor);
    opacity: 1;
}
  
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--textColor);
}

select.form-control {
    background-color: transparent;
    background-image: url(../assets/icons/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px auto;
}

.modal-backdrop {
    background: #fff;
}

.modal-backdrop.show {
    opacity: 0.85;
}

.form-check-label {
    font-size: 0.7rem;
}

.form-check-input {
    border: 1px solid var(--textColor);
}

.modal-body,
.modal-header {
    border: none;
}

.modal-body {
    padding-top: 0;
}

.modal-header {
    padding-bottom: 0;
}

iframe {
    width: 100%;
    max-height: 85vh;
    aspect-ratio: 16/9;
}

.fixed_nav {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transform: translateY(-110%);
  box-shadow: rgba(100, 100, 111, 0) 0px 7px 29px 0px;
  transition: all 0.3s ease-in-out;
}

.fixed_nav.show {
  transform: translateY(0%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.application_outer {
  background-color: #e6ebf0;
}

.box-wrapper p{
  font-family: "reckless";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2em;
}
.box-wrapper h2 {
  font-family: "reckless";
  margin: 0;
  position: relative;
  display: inline-block;  
}

.box-wrapper-boxes h2 {
  font-size: 5rem;
}

.box-wrapper-boxes p {
  font-size: 0.83rem;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  line-height: 1.2em;

}

 .blue-bg,
  .pink-bg {
    height: 12rem;
  }
  .blue-bg{
  background-color: #69e9e9;
}
.pink-bg{
  background-color: #ef5e76;
}
.small-text {
    font-family: "Inter", sans-serif !important;
    font-size: 0.6rem !important;
    line-height: 1.3 !important;
}
.blue-text{
  color: #19288f;
  font-family: "reckless";

}

.white-text{
  color: white;
  font-family: "reckless";

}

.section7 {
    background: #f1f2f2;
}

#customPrevBtn {
  position: absolute;
  top: 50%;
  left: 1%;
  cursor: pointer;
}
#customNextBtn {
  position: absolute;
  top: 50%;
  right: 1%;
  cursor: pointer;
}

.section7 .owl-carousel img {
  width: 85%;
  margin: 0 auto;
}

.tca_logo {
    height: 4rem;
    width: auto;
}

form .site_btn {
    border: none !important;
    line-height: 0.5 !important;
    padding: 0.75em 2em;
}

form .site_btn:hover {
    background: #111;
}