@import url('https://fonts.googleapis.com/css2?family=Scheherazade+New&display=swap');

* {
    margin: 0;
    padding: 0;
    /* color: #f2f5f7; */


    letter-spacing: 1px;
    font-weight: 300;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background: #fff;
    max-width: 100%;
}

.full-header {
    background: #000080;
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
}

@media all and (max-width:800px) {
    .full-header {
        max-width: 540px;
    }
}

header {
    background-color: #000080;
    /* background-color: #00a2ff; */
    text-align: center;
    color: #f2f5f7;
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
}

.headername {
    padding: 7px;
    font-size: 5vw;
}

nav {
    height: 6rem;
    width: 100%;
    background-color: #000080;
    display: flex;
    /* position: fixed; */
    z-index: 10;
    font-family: 'Tiro Bangla', serif;
}

nav a {
    color: #f2f5f7;
}


/*Styling logo*/

.logo {
    padding: 1vh 1vw;
    text-align: center;
}

.logo img {
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
}


/*Styling Links*/

.nav-links {
    display: flex;
    list-style: none;
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}

.nav-links li a {
    text-decoration: none;
    margin: 0 0.7vw;
}

.nav-links li a:hover {
    color: yellow;
}

.nav-links li {
    position: relative;
}

.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #131418;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
}

.nav-links li a:hover::before {
    width: 80%;
}


/*Styling Buttons*/


/* .login-button {
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;
}

.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border: 1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

.join-button {
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}

.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
} */


/*Styling Hamburger Icon*/

.hamburger div {
    width: 30px;
    height: 3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}


/*Stying for small screens*/

@media screen and (max-width: 800px) {
    nav {
         position: fixed; 
        
        z-index: 3;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 10%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .nav-links {
        position: fixed;
        background: #000080;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }

    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }

    .nav-links li {
        opacity: 0;
    }

    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }

    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }

    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }

    .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.8s;
    }

    .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }

    .nav-links li:nth-child(7) {
        transition: all 0.5s ease 1s;
        margin: 0;
    }

    li.fade {
        opacity: 1;
    }
}


/*Animating Hamburger Icon on Click*/

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.langcontainer1 {
    background: #000080;
    height: 50px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: space-around;
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
}

.langcontainer1 a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 15px;
    font-size: 10px;
}

.langcontainer1 a:hover {
    background: #24262b;
    color: yellow;
    font-size: 11px;
    text-decoration: solid;
}

.marquee-text {
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
    background: #000080;
    height: 50px;
    width: 100%;
}

.marquee-text img {
    border-radius: 15px;
}

marquee {
    font-size: 20px;
    color: whitesmoke;
    padding: 10px;
}

@media all and (max-width:800px) {
    .marquee-text {
        height: 40px;
        width: 100%;
    }

    .marquee-text img {
        height: 20px;
        width: 20px;
    }

    marquee {
        font-size: 15px;
        padding: 5px;
    }
}

#slidy-container {
    margin-top: 0px;
    width: 100%;
    /* padding: 60px; */
    overflow: hidden;
    /* margin: 0 auto; */
    height: 80%;
    margin-block-end: 20px;
}
.text3{
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
    padding: 10px;
}
.text3 h3{
    text-align: center;
    color: red;
    font-size: 50px;
}
.text3 a{
    text-decoration: none;
    color:#27247b;
}
.text3 b{
    font-weight: 800;
}
.text3 p{
    margin-left: 7px;
    margin-right: 5px;
    color: #131418;
    font-size: 35px;
}
@media all and (max-width:800px) {
    .text3 h3 {
        font-size: 25px;
    }

    .text3 p {
        font-size: 15px;
    }
}
.text3head p{
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
    color: #131418;
    font-size: 35px;
    text-align: center;
}
.text3head b{
    font-weight: 800;
}
@media all and (max-width:800px) {
    .text3head p {
        font-size: 15px;
    }
}
.inlinecontent{
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
    width: 100%;
    display: grid;
    place-items: center;

}

.row1 {
    width: 100%;
    max-width: 1600px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 30px;
}

.row1 .left1 {
    overflow: hidden;
}

.row1 .left1 img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row1 .right1 {
    display: flex;
    align-items: center;
}

.row1 .right1 .content1 {
    padding-left: 10px;
}

 .content1 p {
    font-size: 20px;
    line-height: 26px;
}
 .content1 h3{
    font-size: 30px;
    color: green
}

@media(max-width:991px) {
    .row1 .right1 .content1 {
        padding-left: 0;
    }
   
}

@media (max-width:768px) {
    .row1 {
        margin-bottom: 30px;
        width: 90%;
        grid-template-columns: 1fr;
    }
    .content1 h3{
        font-size: 25px;
    }
    .content1 p{
        font-size: 15px;
    }
}
.text-1 {
    text-align: center;
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
    /* text-decoration: none */
    padding: 20px;
}

.text-1 h3 {
    padding: 5px;
    color: red;
    font-size: 50px;
}

.text-1 a {
    color: #27247b;
    text-decoration: none;
}

.text-1 p {
    margin-left: 5px;
    margin-right: 5px;
    color: #131418;
    font-size: 35px;
}

.text-1 .greentext {
    color: green;
}

@media all and (max-width:800px) {
    .text-1 h3 {
        font-size: 25px;
    }

    .text-1 p {
        font-size: 15px;
    }
}

.image1 {
   
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.image1 img {
    /* height: 700px; */
    width: 100%;
}

@media all and (max-width:800px) {
    .image1 {
        width: 100%;
    }
    .image1 img{
        width: 100%;
    }
}

.text-1 ul li {
    color: black;
    font-size: 30px;
    text-align: left;
    margin-left: 70px;
    margin-right: 20px;
    margin-block-end: 12px;
}

.text-1 ul li :not(:last-child) {
    margin-bottom: 15px;
}

.text-1 ul li:before {
    content: '\274B';
    color: red;
    margin-right: 20px;
}

@media all and (max-width:800px) {
    .text-1 ul li {
        font-size: 20px;
        margin-left: 10px;
        margin-right: 5px;
    }
}

.vertical-line-parent2 {
  padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
    
}

.left-column2 {
    padding: 7px;
    text-align: center;
}

.left-column-text2 {
    margin-left: 25px;
}

.text-holder2 {
    margin: 10px;
    text-align: center;
    color: #000;
}

.text-holder2 h3 {
    color: red;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 50px;
}
.text-holder2 p{
    font-size: 35px;

}
.vertical-line2 {
    height: 220px;
    margin-top: 5px;
    border-left: 3.5px solid green;
    border-radius: 2px;

}

.right-column2 {
    padding: 7px;
    text-align: right;
}

.right-column-text2 {
    margin-right: 25px;
}
.admission{
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
    padding: 10px;
    text-align: center;
    color: #000;
}
.admission h3{
    font-weight: 500;
    color: red;
    font-size: 50px;
}
.admission p{
    font-size: 35px;
}
@media all and (max-width:800px) {
    .vertical-line-parent2 {
        display: block;
        text-align: center;
       
    }

    .vertical-line2 {
        display: none;
    }
    .text-holder2 h3{
        font-size: 35px;
    }
    .text-holder2 p{
        font-size: 20px;
    }
    .left-column-text2 {
        margin-left: 0;
    }

    .right-column2 {
        text-align: center;
    }

    .right-column-text2 {
        margin-right: 0;
    }
    .admission h3{
        font-size: 35px;
    }
    .admission p{
        font-size: 20px;
    }
}

.result {
    margin-left: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 20px;
}

.result img {
    width: 75%;
}

@media all and (max-width:800px) {
    .result {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.aboutus {
    background: #005e9b;
}

.profile2 {
    text-align: center;
    padding: 15px;
    font-family: 'Tiro Bangla', serif, 'Scheherazade New', serif, 'Poppins', sans-serif;
    color: #fff;
    background: #005e9b;

}

.profile2 h1 {
    font-size: 2.2em;
}

.profile2 h1::after {
    content: "";
    display: block;
    height: 1px;
    width: 5em;
    background: #5bcbf0;
    margin: 0.2em auto 0.5em;
    opacity: 0.35;
}

.allprofile {
    background: #005e9b;
}

.profile1 {
    line-height: 1.6;
    /* min-height: 100vh; */
    display: grid;
    place-items: center;
    width: 100%;
    font-family: 'Tiro Bangla', serif;
}

.card1 {

    width: 90%;
    display: flex;
    flex-direction: column;
    background: #005e9b;
    color: white;
    text-align: center;
    padding: 2em;
}

.profile-name {
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 1px;
}

.profile-name a {
    text-decoration: none;
    color: white;
}

.profile-name::after {
    content: "";
    display: block;
    height: 1px;
    width: 2em;
    background: #5bcbf0;
    margin: 0.7em auto 0.5em;
    opacity: 0.35;
}

.profile-position {
    margin: 0;
    font-size: 0.875rem;
    letter-spacing: 1px;
    color: #5bcbf0;
    margin-bottom: 0;
}

.profile-position a {
    text-decoration: none;
    color: #5bcbf0;
}

.profile-body {
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 0;
}
.profile-body a{
    color: #fff;
    text-decoration: none;
}
.profile-image {
    border-radius: 50%;
    border: 5px solid #fff;
    height: 250px;
    width: 250px;
}

.profile-image:hover {
    opacity: 0.7;
}

.social-list {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 125px;
    margin: 0 auto;
}

.social-link {
    color: #5bcbf0;
    opacity: 0.5;
    font-size: 1.125rem;
}

.social-link:hover,
.social-link:focus {
    opacity: 1;
}

@media (min-width:800px) {
    .card1 {
        flex-direction: row;
    }

    .profile-main {
        text-align: left;
        margin-left: 2em;
    }

    .profile-name::after {
        margin-left: 0;
    }
}

.vertical-line-parent {
    background-color: #005e9b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
    
}
.vertical-line-parent a{
    text-decoration: none;
    /* color: #fff; */
    color:#5bcbf0;
}

.left-column {
    text-align: center;
}

.left-column-text {
    margin-left: 300px;
}

.text-holder {
    margin: 10px;
    text-align: center;
    color: #fff;
}

.text-holder h3 {
    margin-bottom: 10px;
    font-weight: 500;
}
.text-holder p{
    font-family: 'Poppins', sans-serif;
}
.vertical-line {
    height: 220px;
    margin-top: 5px;
    border-left: 3.5px solid #5bcbf0;
    border-radius: 2px;

}

.right-column {
    text-align: right;
}

.right-column-text {
    margin-right: 300px;
}

@media all and (max-width:800px) {
    .vertical-line-parent {
        display: block;
        text-align: center;
        font-size: 18px;
    }

    .vertical-line {
        display: none;
    }
    .left-column-text {
        margin-left: 0;
    }

    .right-column {
        text-align: center;
    }

    .right-column-text {
        margin-right: 0;
    }
}
.items {
    background-color: #005e9b;
    display: flex;
    overflow-x: auto;
    /* align-items: center;
    justify-content: center; */
}

.items::-webkit-scrollbar {
    display: none;
}

.items .item {
    width: 150px;
    height: 150px;
    margin: 10px;
    margin-right: 145px;
}

.box {
    font-family: 'Tiro Bangla', serif;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-block-end: 20px;

}

.card2 {
    width: 380px;
    text-align: center;
    margin-top: 10px;
    border-radius: 7.5px;
    box-shadow: 0 3px 5px 0 gray, 0 4px 16px 0 gray;
    transition: 0.5s;
}

.box :hover {
    color: #fff;
    background: #005e9b;
    border-radius: 7.5px;
}

.card2 img {
    width: 100%;
    border-radius: 7.5px;
    height: 200px;
}

.text2 h3 {
    padding: 15px;
    font-size: 40px;
}

.paragraph p {
    font-size: 20px;
}

.paragraph a {
    text-decoration: none;
    color: #000;
}

@media all and (max-width:800px) {
    .box {
        width: 90%;
        margin-right: 0;
        margin-left: 15px;
    }
}

.map-container {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.map-container iframe {
    width: 97%;
    height: 300px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.full-footer {
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1170px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

.footer {
    background-color: #24262b;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col p {
    color: #bbbbbb;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #000080;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}


/*responsive*/

@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}