*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html,
body {
    height: 100%;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html,
body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #fff;
}
li:last-child{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.social-icons i{
    font-size: 24px;
    padding: 0px 10px;
    font-weight: 600;
}
.socail-links-header{
column-gap: 20px;
}
:root {
    --primary-color: #0D173F;
    /* Primary color */
    --secondary-color: #DB9C0F;
    /* Secondary color */
}

#checkbox {
    display: none;
}

.toggle {
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition-duration: .3s;
}

.bars {
    width: 100%;
    height: 4px;
    background-color: rgb(253, 255, 243);
    border-radius: 5px;
    transition-duration: .3s;
}

/* #checkbox:checked + .toggle .bars {
    margin-left: 13px;
  } */

#checkbox:checked+.toggle #bar2 {
    transform: translateY(14px) rotate(60deg);
    margin-left: 0;
    transform-origin: right;
    transition-duration: .3s;
    z-index: 2;
}

#checkbox:checked+.toggle #bar1 {
    transform: translateY(28px) rotate(-60deg);
    transition-duration: .3s;
    transform-origin: left;
    z-index: 1;
}

#checkbox:checked+.toggle {
    transform: rotate(-90deg);
}

.section-title h2 {
    position: relative;
    display: inline-block; /* Make the heading inline-block to center it if needed */
    margin-bottom: 20px; /* Adjust as needed for spacing */
}

.section-title h2::after {
    content: '';
    display: block;
    width: 100px; /* Adjust the width of the line */
    height: 4px; /* Adjust the height of the line */
    background-color: #000; /* Adjust the color of the line */
    margin: 10px auto 0; /* Adjust the spacing above the line */
}

/*===================================== header ===========================================*/
.top-header {
    background-color: var(--secondary-color);
    padding: 12px 0px;
}

.socail-links-header p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
}

.socail-links-header a {
    color: #fff;
}

.header-bottom {
    background-color: var(--primary-color);
    position: relative;
}

.header-bottom img {
    position: absolute;
    top: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #11111121;
    padding: 10px;
    border-radius: 0px 0px 50px 50px;
    z-index: 1;
}

.primary-header ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.primary-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px 25px;
}
.primary-header .nav-link:focus, .primary-header .nav-link:hover {
    color: #fff;
}

/*===================================== header ===========================================*/



/*===================================== banner ===========================================*/
.home-banner {
    background-image: url("../images/hme-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hme-banner-content {
    position: absolute;
    left: 0px;
    top: 35%;
    padding: 25px 100px 25px 100px;
    background-color: #0000008c;
    border-radius: 0px 20px 20px 0px;
}

.hme-banner-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.hme-banner-content h2 {
    color: #fff;
    font-size: 24px;
}

.hme-about-section p{
    text-align: justify;
}

.reservation-form {
    background-color: #ffffff8f;
    box-shadow: 0px 0px 10px #11111121;
    padding: 20px 50px;
    border-radius: 25px;
    margin: 40px 0px;
}

.reservation-form h2 {
    font-weight: 600;
    text-align: center;
}

.reservation-form .form-control {
    background-color: #ffffffa6;
    padding: 18px 10px;
    border: none;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.reservation-form .form-control::placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.common-btn {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 50px;
    border-radius: 50px;
    font-weight: 600;
}

/*===================================== banner end ===========================================*/

/*===================================== hme-about ===========================================*/
.hme-about-section {
    background-color: #F5F7FF;
    background-image: url(../images/gallery-layer-1.jpg), url(../images/gallery-layer-2.jpg);
    background-position: left -20% bottom -60%, top -40% right -20%;
    padding: 40px 0px;
    background-size: 400px;
    background-repeat: no-repeat;
}


.section-title h2 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 600;
}

/*===================================== hme-about end===========================================*/

/*===================================== detail section==========================================*/
.details-section {
    background-image: linear-gradient(to bottom, rgb(13 23 63 / 71%), rgb(13 23 63 / 74%)), url(../images/detail-section.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}
.details-section .row{
    row-gap: 20px;
}

.details-section-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.details-section-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.details-section-content img {
    background-color: #fff;
    border-radius: 100%;
    padding: 15px;
}

/*===================================== detail section end==========================================*/

/*===================================== placement section ==========================================*/
.placement-section {
    background-image: url(../images/placement-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}


.owl-stage-outer {
    height: 100%;
    padding-bottom: 20px;
}

.placement-section .owl-dot {
    width: 40px;
    height: 8px;
    background-color: var(--primary-color) !important;
    margin: 0 5px;
}

.placement-section .owl-dot.active {
    width: 40px;
    height: 8px;
    background-color: var(--primary-color);
}

.placement-section .owl-dots {
    text-align: center;
}

.placement-section .item img {
    background-color: #fff;
    box-shadow: 0px 0px 10px #11111121;
    padding: 20px 40px;
}

/*===================================== placement section end ==========================================*/


/*===================================== why choose ==========================================*/

.why-choose-section {
    padding: 40px 0px;
    background-image: url(../images/why-choose-banner.png);
    background-position: left 0;
    background-size: auto;
    background-repeat: no-repeat; 
}
.whychoose-details{
    row-gap: 20px;
}

.why-schoose-left {
    padding: 20px;
    border-radius: 7px;
}

.why-schoose-left h3 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 15px;
}

.why-schoose-left p {
    font-size: 16px;
    margin-bottom: 0px;
}

.why-schoose-left1 {
    background-color: #FFDEDE;
}

.why-schoose-left2 {
    background-color: #DEF3FF;
}

.why-schoose-left3 {
    background-color: #FFFEDE;
}

.why-choose-right-number h3{
    font-size: 55px;
    font-weight: 600;
}
.why-choose-right-content h2 {
    font-size: 20px;
    font-weight: 600;
}
.why-choose-right-content p{
  font-size: 15px;
  margin-bottom: 0px;
}
.why-choose-right-number2 h3 {
    background-color: #1f579c;
    color: #fff;
    border-radius: 50px;
    border: 3px dotted #fff;
    height: 75px;
    width: 75px;
}

.why-choose-row-1, .why-choose-row-2{
    padding-bottom: 80px;
}

/*===================================== why choose  end==========================================*/

/*===================================== academic section==========================================*/
.hme-academic-section{
    padding: 40px 0px;
    background-color: #dddddd57;
}

/* 
.talent-sec{
    background-color:#0b4b7f ;
    box-shadow: 0px 0px 10px #11111121;
    border-radius: 7px;
    height: 100%;
    justify-content: flex-start !important;
    position: relative;
   align-items: center;
 
}
.talent-sec:hover{
    transform: scale(1.1);
    transition: 1s;
}

.talentt-section-detail{
    margin-bottom: 16px;
}

.talent-img-section{
    background-color:#0b4b7f;
    border-radius: 7px;
}

.talent-img-hover .overlay{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 7px;
}
.talent-img-hover {
    position: relative;
}

.talent-img-hover:hover .overlay {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.678);
    text-align: center;
}
.hme-academic-section .swiper-pagination-bullet {
    background-color: var(--secondary-color);
    width: 16px;
    height:16px;
    opacity: 1 !important;
}

.hme-academic-section .swiper-pagination-bullet-active {
    background-color: var(--primary-color) !important;
    width: 16px;
    height:16px;
} */

.academic-info{
    margin:10px 20px;
    text-align: center;
    background-color: #fff;
    color:#000;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #11111121;
}
.academic-info p{
    padding-bottom: 15px;
} 
/* .academic-info2{
    background-color: var(--secondary-color);
    color:#000;
} */
.academic-info1 .common-btn{
    background-color: var(--secondary-color);
}

/*===================================== academic section end==========================================*/



/*===================================== gallery section  ==========================================*/
.gallery-sec {
    padding: 40px;
    background-image: linear-gradient(rgb(255 255 255 / 77%), rgb(255 255 255 / 88%)), url(../images/gallery-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery-h4 {
    color: #1f579c;
    text-align: center;
}

.gallery-box {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    gap: 15px;
}

.gallery-img:nth-child(2) {
    grid-area: 1/2/span 2/3;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*===================================== gallery section end ==========================================*/

/*===================================== footer ===========================================*/
.footer-top {
    background-color: var(--primary-color);
    padding: 40px 0px;
}

.footer-title h2 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 10px;
}

.footer-title h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
}

.footer-title p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

.footer-title ul {
    padding-left: 0px;
}

.footer-title ul li {
    padding-bottom: 40px;
    list-style: none;
}

.footer-title ul li a {
    color: #fff;
    font-size: 18px;
}

.footer-links {
    padding: 0px 60px;
}

.footer-end {
    background-color: var(--secondary-color);
    padding: 15px;
}

.footer-end p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

/*===================================== footer end ===========================================*/




/*===================================== contact page ===========================================*/
.contact-banner{
    background-image: url(../images/contact-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}
.contact-banner-content h1{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    padding: 100px 0px;
}
.contact-page-details {
    background-color: #F5F7FF;
    background-image: url(../images/gallery-layer-1.jpg), url(../images/gallery-layer-2.jpg);
    background-position: left -25% bottom -75%, top -88% right -23%;
    padding: 40px 0px;
    background-size: 400px;
    background-repeat: no-repeat;
}
.reservation-form2{
    margin: 0px !important;
}
.reservation-form2 .form-control {
    background-color: #dddddd69;
}
.contact-details{
    border-bottom: 1px dotted #000;
    padding: 20px 0px;
    column-gap: 20px;
}
.contact-details img{
    width:90px;
    height:90px;
    border-radius:100%;
    padding:20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #11111121;
    border:  2px dotted var(--primary-color);
}
.contact-details p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
/*===================================== contact page end ===========================================*/