@charset "UTF-8";
/*  UIAK - 15031993 */

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Fira+Sans: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');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url("swiper-bundle.min.css");
@import url("style.css");
    


.main_header{ display: flex; align-items: center; padding-block:4rem; justify-content: space-between;}
.main_header .logo{ max-width: 37.2rem;}
.main_header .logo a:focus-visible{ outline: none;}
.header_ryt p{ font: var(--font-48); letter-spacing: -2.4px; color: var(--color-f3); font-family: var(--font-crimson);} 
.header_ryt p span{ color: var(--color-38); font-style: italic; font-weight: 200; padding-right: 1rem;}
 
@media (max-width:991px){
  .main_header .logo { max-width: 28rem; }
  .header_ryt p{ letter-spacing: -1px;}
}

@media (max-width:767px){
.main_header .logo { max-width: 20rem; }
}

@media (max-width:640px){
.main_header{ display: block;}
.main_header .logo{ padding-bottom: 2rem;}
}

body{ background-image: url(../images-home/left-patch.webp); max-width: 100%; background-repeat: no-repeat;}
/* ==============Banner section=========== */
.banner_grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem;}
.banner_grid .banner_Bx{ position: relative; overflow: hidden;}
.banner_grid .banner_Bx img{transition: transform .5s;}
.banner_grid .banner_Bx:hover img{transform: scale(1.2)}
.banner_text{ position: absolute; top: 3rem; bottom: 2rem; left: 3rem; right: 2rem;  display: flex; flex-direction: column; justify-content: space-between;}
.banner_grid .banner_Bx:nth-child(1){ background-color: var(--color-f3); }
.banner_grid .banner_Bx:nth-child(2){ background-color: var(--color-29); }
.banner_grid .banner_Bx:nth-child(3){ background-color: var(--color-13); }
.banner_text h3{ font: var(--font-55); font-weight: 200; color: var(--color-white); line-height: 0.9;}
.banner_text h5{font: var(--font-36); font-weight: 400; color: var(--color-white); line-height:1; letter-spacing: -1.8px;  font-family: var(--font-crimson); max-width: 70%; position: relative;}
.banner_grid .banner_Bx:nth-child(2) h3, .banner_grid .banner_Bx:nth-child(2) h5{ color: var(--color-38);}
.banner_text h5:after{ background-image: url(../images-home/yellow-arrow.svg); background-repeat: no-repeat; height: 2.4rem; width: 2.4rem; position: absolute; right: -11rem; content: ""; background-size: contain;}
.banner_grid .banner_Bx:nth-child(2) h5:after{background-image: url(../images-home/green-arrow.svg); }
.placement_insight ul li:first-child sup {
    font: var(--font-28);
    font-weight: 700;
    top: -3rem;
}
.container{ margin: 0 auto;}
a{ color: var(--color-white);}
a:hover{ color:#ffcc29;}

footer{ background-color: var(--color-f3); padding-block: 1.5rem;}
.footer_section{ display: grid; grid-template-columns: repeat(2, 1fr); justify-content: space-between;}
.footer_left{ display: flex;}
.footer_left p{ font: var(--font-14); color: var(--color-white); margin-bottom: 0;}
.footer_right ul{ display: flex; flex-wrap: wrap; list-style-type: none; justify-content: flex-end; align-items: center; margin: 0;}
.footer_right ul li{ padding-inline: 1rem;}

@media (min-width:2400px){
	footer{ position: fixed; bottom: 0; left: 0; right: 0;}
}



@media (max-width:2400px){
	.footer_section { display: grid; grid-template-columns: repeat(2, 1fr); justify-content: space-between; }
	.footer_left{ display: flex;}
	.footer_right ul { display: flex; flex-wrap: wrap; list-style-type: none; justify-content: flex-end; align-items: center; margin: 0; }
}


@media (max-width:991px){
    .banner_grid{grid-template-columns: repeat(1, 1fr);}  
    .banner_text h5{max-width: 90%; letter-spacing: 0;}
    .banner_text h5:after{ right: -5rem;} 
}
@media (max-width:640px){
    .banner_text h3{font: var(--font-36); font-weight: 400;}
    .banner_text h5:after{height: 1.8rem; right: -3rem;}
 }


.ranked_grid{ display: grid; grid-template-columns:30rem auto; gap: 3rem; padding-block: 3rem 5rem;}
.about_sliders { padding-bottom: 2rem;}
.counter_section{ padding-right: 8rem; position: relative;}
.counter_section::after{ background: linear-gradient(to bottom, #C5963C 0% 70%, #D9B349 70% 100%); top: 0; bottom:7rem; right: 0; width: 0.6rem; position: absolute; content: "";}
.counter_section h4{ font: var(--font-18); padding-block: 1rem;}
.counter_section figure{ font: var(--font-28); font-weight: 400;}
.counter_section figure img{ margin-top: -2rem;}
.facts_nav{ display: flex; align-items: center; justify-content: center; gap:0.8rem; padding-top: 2.5rem;}
.facts_nav img{ max-width: 4rem; box-shadow: 0px 5px 8px #00000014;}
@media (max-width:991px){
    .ranked_grid{ display: block;}
    .counter_section{ max-width: 35rem;}    
}
@media (max-width:640px){
    .counter_section {
        max-width: 25rem;
        padding-right: 3rem;
    }
    .footer_section{ display: block;}
    .footer_left{ display: block; text-align: center;}
    .footer_right ul{ justify-content: center; padding-top: 1.5rem;}
    .placement_insight ul li h3{ margin-bottom: 1rem;}
    .footer_left p{ font-size:1.3rem}
}
.placement_insight{ padding-top: 5rem; padding-right: 5rem;}
.placement_insight ul{ display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; padding: 0 3rem; margin-top: 5rem;}
.placement_insight ul li{ border-right: 1px solid rgba(209, 209, 209, 0.8); padding-inline: 6rem;}
.placement_insight ul li h3{ font: var(--font-60); color: var(--color-38); font-weight: 600;}
/* .placement_insight ul li h3 sup{ font-size: var(--fs-18); font-weight: 500; top: -1.5em;} */
.placement_insight ul li p{ font: var(--font-18); font-weight: 500; max-width: 100%; line-height: 1.4;}
@media (max-width:991px){
    .placement_insight ul{padding: 0;}
    .placement_insight ul li{padding-inline: 3rem;}
    .placement_insight { padding-right: 0; }
}

@media (max-width:767px){
    .placement_insight ul{  grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2rem;}
}
@media (max-width:480px){
    .placement_insight ul li { padding-inline: 1rem; }
    .placement_insight { padding-top: 2rem; }
}