@media only screen and (min-width: 1921px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0px 100px;
    }

    :root {
        --font-size-20: 2.25rem;
        --font-size-25: 3.5625rem;
        --font-size-33: 4.0625rem;
        --font-size-35: 4.1875rem;
        --font-size-40: 2.8rem;
        --font-size-50: 6.125rem;
        --font-size-72: 6.5rem;
        --font-size-90: 10.625rem;
        --font-size-140: 12.75rem;
        --font-size-160: 20rem;
        --font-size-200: 24.5rem;
        --line-height-55: 45px;
        --line-height-80: 50px;
        --line-height-100: 80px;


    }
}

@media only screen and (max-width: 1480px) {
    :root {

        --font-size-140:5rem;



    }
    .banner-content .nav-link {
       
        line-height: 79px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0px 50px;
    }

    .main-nav .navbar-nav .nav-item {

        margin-left: 18px;
    }

    .workshop-box {
        margin-top: 200px;
    }

    .about-second .about-title .tri {
        display: none;
    }

    .vision-mission {

        margin-top: 50px;
    }
}

@media only screen and (max-width: 1366px) {

    .mt-100 {
        margin-top: 50px;
    }

    .about-page {
        padding-top: 80px !important;
        position: relative;
        padding-bottom: 200px !important;
    }
    .email-box {
      
        padding-left: 30px !important;
    }
    :root {
        --font-size-20: 1.25rem;
        --font-size-25: 1.5625rem;
        --font-size-33: 2.0625rem;
        --font-size-35: 2.1875rem;
        --font-size-40: 1.8rem;
        --font-size-50: 3.125rem;
        --font-size-72: 3.5rem;
        --font-size-90: 5.625rem;
        --font-size-140: 6.75rem;
        --font-size-160: 10rem;
        --font-size-200: 12.5rem;
        --line-height-55: 45px;
        --line-height-80: 50px;
        --line-height-100: 80px;
        --color-blue: #002962;
        --color-orange: #f0663d;
        --color-black: #000000;
        --color-white: #ffffff;
        --line-height-112: 5rem;

    }

    .video-enernal video {
        width: 95%;
        height: 700px;
        object-fit: cover;
    }

    .video-enernal1 video {
        width: 95%;
        height: 700px;
        margin-top: 80px;
        object-fit: cover;
    }

    .service-section .orange-box {
        padding: 2rem;

    }

    .main-nav .navbar-nav .nav-item {
        margin-left: 15px;
        font-size: 18px;
    }

    .about-second .about-title .tri {

        display: none;
    }

    .footer-inside-section .footer-contact li {
        margin-left: 25px;
    }

    .section-space {
        padding: 80px 0;

    }

    .workshop-box {
        margin-top: 180px;
    }
}
@media only screen and (min-width: 1199px) {
    
.navbar-expand-xl {
  
    justify-content: space-between;
}
}
@media only screen and (max-width: 1199px) {
    :root {

        --font-size-140:5rem;



    }
    .service-page .orange-box {

        padding: 3rem;

    }
    .main-nav .navbar-nav .dropdown .dropdown-menu{
        position: relative;
    }
    .email-box {
        text-align: center;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: column;

    }


    .mobile-toggle img {
        width: 3rem;
    }

    .mobile-nav {
        justify-content: flex-end;
        height: 100%;
        display: flex;
        align-items: center;
        /* justify-content: center; */
    }

    .mob-sidenav .closebtn img {
        /* top: 0 !important; */
        top: -20px;
        left: 24px;
        position: relative;
    }

    .mobile-toggle {
        padding: 10px;
        display: flex;

        align-items: center;
        justify-content: center;
        background-color: var(--color-blue);
        border-radius: 5px;
        height: 3rem;
        /* width: 2rem; */
        height: 2.5rem;
        cursor: pointer;
        transition: ease all 0.5s;
    }

    .g_header::after {
        display: none;
    }

    .mobile-toggle img {
        width: 1.5rem;
    }

    .sidenav .main-nav .navbar-nav .nav-item {

        margin-bottom: 0;
    }

    .main-nav .navbar-nav .nav-item .nav-link {
        color: var(--color-white);
    }

    .main-slider.swiper-container {
        overflow: visible;
        top: -150px;
        position: relative;
    }

    .mobile-toggle:hover {
        background-color: var(--color-orange);
    }
    .main-nav .navbar {
      
        justify-content: space-around;
    }

    .founder-section .orange-box-right {
       position: relative;
        top: 0;
        width: 100%;
        padding: 3rem;
    }
    .about-page .orange-content {
        width: 100%;
       
    }
    .founder-section {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .about-page .orange-box-left{
        position: relative;
        width: 100%;
    }

    .founder-section-reverse {
        flex-direction: column-reverse;
        padding: 0 !important;
    }
    .about-page {
      
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {


    .upcoming-event-section {
        margin-top: -100px;

    }

    .event-page .event-img {
        height: 100%;
        width: 100%;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    .pt-5 {
        padding-top: 2rem !important;
    }

    .mt-100 {
        margin-top: 0;
    }

    .inner-contact-bg .contact-form {
        margin-left: 0;
    }

    .contact-page-form {
        padding-top: 0px;
    }

    .contact-info {

        padding: 0px;

    }

    .inner-banner, .inner-banner .banner-text {
        height: 550px;
    }


    .upcoming-right {

        margin-top: 0;

    }

    .founder-section .orange-box-right {
        height: 100% !important;
        top: 0;
        position: relative;
        left: 0;
        width: 100%;
    }

    .about-page .orange-box {

        padding: 3rem;

    }

    .about-page .orange-content {
        width: 100%;

    }

    .about-page .service-img img {
        height: 600px;
    }

    .about-page .orange-content.orange-content-right {

        overflow-y: visible;
    }

    .section-space {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 991px) {
    :root {

        --font-size-140:4rem;



    }
    .about-page .orange-box-right {
    float: right;
    bottom: 0;
    position: relative;
    width: 100%;
}
    .main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        color: var(--color-white);
    }
    .ambassador-info .ambassador-box {
       
        padding: 1.5rem;
        margin-top: 0;
    }
    .p-5 {
        padding: 1rem!important;
    }
    .main-nav .navbar-nav .dropdown .dropdown-menu {
        position: relative;
    }

    .vision-mission {
        margin-top: 0px;
    }

    .video-section .container {
        padding: 0px 40px;
    }

    .about-section .big-title-text {
        margin-top: 30px;
    }

    .service-page .orange-box {
        padding: 2rem;
    }

    .footer-inside-section {

        text-align: center;
    }

    .footer-inside-section .footer-contact {
        display: block;
        justify-content: center;

    }

    .footer-inside-section .footer-contact ul {

        flex-direction: row;
        justify-content: center;
        margin-bottom: 30px;
    }

    .upcoming-title {
        font-size: 100px;
        top: -42px;
        left: 0;
        /* line-height: 100px; */
        height: 167px;
        position: relative;
    }

    .contact-title {
        font-size: 100px;
        top: 0;
        left: 0;
        line-height: 100px;
        height: 100px;

    }

    .reverse-box {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-img {

        height: 500px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0px 30px;
    }

    .founder-title {
        font-size: 115px;

        top: 24px;

    }

    .about-page .orange-content.orange-content-right {

        overflow-y: auto;
    }

    .about-page {

        padding-bottom: 50px !important;
    }

    .about-section-team .orange-box-right {
        margin-left: 0;
        margin-top: 1rem;
        margin-bottom: 80px;
        display: block;
    }


    .workshop-box {
        margin-top: 0px;
    }

    .vision-mission .nav-link {

        padding-right: 50px;
    }

    .vision-mission .tab-content {
        padding: 0;
    }

    .service-section {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .service-section .orange-box {
        width: 100%;
        height: 100%;
        top: 0;
        /* bottom: 0; */
    }

    .video-content-box {
        padding: 2rem;
        width: 100%;
        right: 0;
        top: 0;
        position: relative;
    }

    .mb-50 {
        margin-bottom: 0px;
    }

    .title-40 {

        margin-bottom: 0;
    }

    .experience-box {
        width: auto;
        margin-top: 0;
        position: relative;
        margin-left: 30px;
    }

    .about-second {
        position: relative;
        margin-top: 30px;
    }

    .service-img img {
        margin-bottom: 0;

    }

    .service-section .orange-box-right {

        position: relative;

    }

    .service-section .orange-content {
        width: 100%;

    }


    .service-page .orange-box {
        bottom: 0;
        width: 100%;

    }

    .service-page .orange-content {
        width: 100%;
        z-index: 9;
        position: relative;
    }

    .service-page .orange-box-right {

        position: relative;
        width: 100%;
        height: auto;
    }

    .inside-img .title-40 {
        position: relative;
    }

    .inside-img img {
        height: 90%;
    }

    .gallery-img-700 {
        height: auto;
    }

    .big-title-text {

        position: relative;
    }

    .email-box {

        padding-left: 0;
        padding: 15px;
        text-align: center;
    }

    .main-nav .navbar-nav .nav-item {
        margin-left: 0px;
    }

}

@media only screen and (max-width: 575px) {
    body {
        text-align: center;
    }
    .triangle-box {
        top: 9%;
        display: none;
    }
    .banner-content {
     
        margin-top: 11%;
    }
    .banner-content .nav-link {
        line-height: 50px;
    }
    .banner-content .nav-link:hover{
     
        color: var(--color-orange);
    }
    .join-box {
       
        z-index: 99;
        
    }
    .about-page .service-img img {
        height: 300px
;
    }
  
    
   
    .video-enernal {
        padding: 0 5px;
    }

    .video-enernal1 {
        padding: 0 5px;
    }

    .video-enernal video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .video-enernal1 video {
        width: 100%;
        height: auto;
        margin-top: 30px;
        object-fit: cover;
    }

    .footer-text {
        margin-bottom: 20px;
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-text p.text {
        width: 100%;
        float: none;
        margin-bottom: 0;
        text-align: center;
    }

    .footer-inside-section .footer-social a {

        margin: 0 15px;
    }

    .footer-inside-section .footer-contact li {
        margin-left: 0;
    }

    .main-nav .navbar {

        width: 100%;

    }

    .footer-inside-section .footer-contact ul {
        flex-direction: column;

    }

    .upcoming-content {
        height: 100%;
        display: flex;
        /* align-items: center; */
        font-weight: var(--font-weight-Bold);
        color: var(--color-white);
        flex-direction: column;
    }

    .main-footer {

        text-align: center;
    }

    :root {

        --line-height-112: 4rem;

    }

    .experience-box {
        width: 100%;

        margin-top: 30px;
        text-align: center;
    }

    .round-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .upcoming-event-section {
        margin-top: -50px;

    }


    .section-space {
        padding: 50px 0;
    }

    .contact-text {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .contact-info img {

        margin-bottom: 0;
    }

    .contact-info {
        padding: 0px;
        margin-bottom: 30px;
    }

    .mobile-toggle img {
        width: 2rem;
    }

    .section-title {

        margin-bottom: 0;
    }

    .inner-banner, .inner-banner .banner-text {
        height: 500px;
    }

    .contact-left {
        height: 60vh;

        background-position: center center;

    }

    .contact-form label {
        text-align: left;
        margin-bottom: 0;

    }

    .contact-form textarea.form-control {
        height: 100px;
    }

    :root {
        --font-size-72: 2.5rem;

        --font-size-140: 2.75rem;


    }

    .service-img img {
        height: 500px;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .pt-5 {
        padding-top: 1rem !important;
    }

    .pb-5 {
        padding-bottom: 1rem !important;
    }

    .service-section .orange-box {
        padding: 1rem;
    }

    .video-content-box {
        padding: 1rem;

    }

    .service-page .orange-box {
        padding: 1rem;
        margin-bottom: 1em;
    }

    .vision-mission .nav-link {
        padding: 15px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0px 20px;
    }

    .triangle {
        width: 240px;

    }

    .shape-change {
        width: 200px;
        top: 120px;
        position: relative;
    }

    .about-page .orange-box {
        padding: 1rem;
    }

}

@media only screen and (max-width: 480px) {
    :root {

        --font-size-140:3rem;



    }

    .banner-content .nav-link {
        line-height: 53px;
    }
}