body {
    background-color: #F5F5F5 !important;
}

.navbar {
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    position: fixed !important;
    background-color: #F5F5F5;
    z-index: 99 !important;
}

.navbar .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}

.navbar .menu-items {
    display: flex;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 0;
}

.navbar .nav-container li {
    list-style: none;
}

.navbar .nav-container a {
    text-decoration: none;
    color: #acacac;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
    font-family: "acumin-pro-condensed", sans-serif !important;
    font-weight: 600 !important;
    font-size: 60px;
    text-transform: uppercase;
    text-align: left;
} 

.navbar .nav-container p a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 1.2rem;
    /* padding: 0.7rem;*/
    font-family: "open sans", sans-serif !important;
    font-weight: bold !important;
    font-size: 18px;
    letter-spacing: 4;
    text-transform: uppercase;
    text-align: left;
}

.navbar .nav-container a:hover {
    font-weight: bolder;
    color: #e55527;
}

.navbar .nav-container a:active {
    font-weight: bolder;
    color: #e55527;
}

.navbar .nav-container p a:hover {
    font-weight: bolder;
    color: #e55527;
}

.navbar .nav-container p a:active {
    font-weight: bolder;
    color: #e55527;
}

.nav-container {
    display: block;
    position: relative;
    height: 60px;
}

.nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    right: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    /*border-radius: 10px;*/
    background: #e55527;
}

.nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #fff;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    /* margin-left: -40px;
    padding-left: 50px;*/
    transition: transform 0.5s ease-in-out;
    text-align: left;
}

.navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.logo {
    display: flex;
    align-items: center;
    padding-top: 10px;
   position: absolute;
   /* top: 5px;*/
    left: 20px;
    font-size: 1.2rem;
    color: #0e2431;
}

.shakti-logo img {
    width: 5%;
}

.logo a:hover {
    color: #000 !important;
}

a {
    text-decoration: none !important;
}

.text-img {
    display: flex;
    align-items: center;
    align-content: center;
    padding-top: 10px;
    justify-content: center;
}

.text-img p {
    letter-spacing: 5;
    margin: 0;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold !important;
    color: #000;
}


.text-img p:hover {
    color: #e55527;
}


.nav-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked~.logo {
    display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: "acumin-pro-condensed", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 1 !important;
}

.h6,
h6 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 800 !important;
}

.p,
p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
}

.a,
a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
}

.hero-head {
    padding: 115px 0;
}

.hero-head h1 {
    background-image: url(../assets/img/hero-text-bg.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 240px;
    text-align: center;
    animation: filling 3s ease forwards;
}

@keyframes filling {
    from {
        background-position: center 45%;
    }

    to {
        background-position: center 60%;
    }
}

.hero-head h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 5;
}

/*.showcase {
    width: 100%;
    position: relative;
    height: 100%;
}

.showcase video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.title1 {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 240px;
    color: #000;
    mix-blend-mode: screen;
    justify-content: center;
    align-items: center;
}

.showcase h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 5;
}*/

.wat-gensoc {
    background: #E55627;
    background-image: linear-gradient(90deg, #E55627, #4182DE);
    padding: 150px 0;
}

.wat-gensoc h2 {
    font-size: 115px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.wat-gensoc p {
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 20px;
}

.wat-gensoc a {
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 30px;
    letter-spacing: 8;
    font-weight: bold;
    border-radius: 15px;
    text-transform: uppercase;
    transition: 0.3s;
}

.wat-gensoc a:hover {
    color: #fff !important;
    box-shadow: 0px 0px 15px 1px #0000008a;
}

.wat-we-do {
    padding: 90px 0;
}

.wat-we-do h2 {
    font-size: 115px;
    text-transform: uppercase;
}

.popup-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-icon1 .popup-icon2 .popup-icon3 img {
    z-index: -1 !important;
    transition: .5s ease all;
}

.popup-icon1 img {
   width: 15%;
    transition: .5s ease all;
    animation: mymove 5s infinite;
}

.popup-icon2 img {
    width: 95%;
    transition: .5s ease all;
    animation: mymove1 5s infinite;
}

.popup-icon3 img {
    width: 100%;
    transition: .5s ease all;
    animation: mymove2 5s infinite;
}

@keyframes mymove {
    50% {
        transform: rotate(45deg);
    }
}

@keyframes mymove1 {
    50% {
        transform: rotate(-45deg);
    }
}

@keyframes mymove2 {
    50% {
        transform: rotate(45deg);
    }
}

/*.popup-icon1 img:hover {
    transform: scale(1.1);
}

.popup-icon2 img:hover {
    transform: scale(1.1);
}

.popup-icon3 img:hover {
    transform: scale(1.1);
}*/

.popup-icon1 a {
    position: relative;
    left: 70%;
}

/*.popup-icon2 a{
    position: relative;
    left: 70%;
}

.popup-icon3 a{
    position: relative;
    right: 40%;
}*/

.work-we-do h2 {
    font-size: 115px;
    text-transform: uppercase;
}


.work-we-do h3 {
    text-transform: uppercase;
    letter-spacing: 5;
    font-weight: bold;
    font-size: 20px;
}

.work-we-do p {
    font-size: 16px;
}

.work-we-do a {
    text-transform: uppercase;
    background: linear-gradient(90deg, #E55627, #4182DE);
    padding: 15px 30px;
    /* width: 20%;*/
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    letter-spacing: 8;
    font-weight: bold;
    transition: 0.3s;
}

.work-we-do a:hover {
    color: #fff !important;
    box-shadow: 0px 0px 15px 1px #0000008a;
}

iframe {
    border-radius: 15px;
    margin: 20px 0;
}

.form-sec {
    background: linear-gradient(90deg, #E55627, #4182DE);
    padding: 100px 0;
}

.form-sec h2 {
    font-size: 115px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.form-check-label {
    margin-top: 2px;
    color: #fff;
    font-size: 15px;
}

.form-check-input {
    width: 1.25em !important;
    height: 1.25em !important;
    margin-right: 0.5em !important;
    margin-top: 0.2em !important;
}

.form-check-input:checked {
    background-color: #fff !important;
    border-color: #fff !important;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../assets/img/check.png) !important;
    background-position: bottom;
    background-size: 75%;
}

.form-check-inline {
    margin-right: 0.2rem !important;
}

.btn-shakti {
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 30px;
    letter-spacing: 7;
    font-weight: bold;
    border-radius: 15px;
    text-transform: uppercase;
    border: none;
    transition: 0.3s;
}

.btn-shakti:hover {
    color: #fff !important;
    box-shadow: 0px 0px 15px 1px #0000008a;
}

/* Modal */

.popup-modalcss {
    background: linear-gradient(90deg, #E55627, #4182DE);
    padding: 100px 0 !important;
}

.popup-modalcss h2 {
    font-size: 115px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.popup-modalcss p {
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 20px;
}

.modal-buttons {
    margin-top: 30px;
}

.modal-buttons1 {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 30px;
    letter-spacing: 8;
    font-weight: bold;
    border-radius: 15px;
    text-transform: uppercase;
    margin: 0 10px;
}

.modal-buttons2 {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 30px;
    letter-spacing: 8;
    font-weight: bold;
    border-radius: 15px;
    text-transform: uppercase;
    margin: 0 10px;
}

.modal-buttons1:hover {
    color: #fff !important;
    box-shadow: 0px 0px 15px 1px #0000008a;
}

.modal-buttons2:hover {
    color: #000 !important;
    box-shadow: 0px 0px 15px 1px #0000008a;
}


/*Owl carousel*/

.carousel-wrap {
    margin: 40px auto;
    /*padding: 0 5%;*/
    /*width: 80%;*/
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px !important;
    position: absolute !important;
    top: 50% !important;
    color: #fff !important;
}

.owl-nav i {
    font-size: 52px;
    color: #e55527;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.arrows-iframe .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
}

footer {
    background-color: #060606;
    padding: 30px 0;
    color: #fff;
}

footer p {
    margin: 0;
    text-align: center;
}

.social-inks {
    display: flex;

}

.social-inks img {
    width: 55%;
}


/*side tab*/

.side-tab {
    position: fixed;
    top: 50%;
    left: 0;
    background: #d4d4d4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
    z-index: 99;
    transform: rotate(270deg) translateY(-410%);
}

/* Style for the tab content */
.tab-content {
    margin-left: 60px; /* Adjust as needed to make space for the tab */
    padding: 20px;
}



/* Media Query for Mobile Devices */
@media screen and (max-width: 480px) {
    .hero-head h1 {
        font-size: 125px;
    }

    .hero-head p {
        font-size: 24px;
    }

    .wat-gensoc h2 {
        font-size: 60px;
    }

    .wat-we-do h2 {
        font-size: 60px;
    }

    .work-we-do h2 {
        font-size: 60px;
    }

    .form-sec h2 {
        font-size: 60px;
    }

    .popup-icon1 img {
        width: 30%;
    }

    .popup-icon2 img {
        width: 85%;
    }

    .popup-icon3 img {
        width: 90%;
    }

    .popup-icon1 a {
        position: relative;
        left: 40%;
    }

    .popup-modalcss h2 {
        font-size: 60px;
    }

    .modal-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*.navbar .menu-items {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-left: 0;
    }*/

    .navbar .nav-container a {
        font-size: 35px;
    }

    .navbar .nav-container p a {
        font-size: 14px;
    }

    .carousel-wrap {
        padding: 0 5%;
    }

    .text-img {
        padding-top: 0;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .hero-head h1 {
        font-size: 120px;
    }

    .wat-gensoc h2 {
        font-size: 65px;
    }

    .wat-we-do h2 {
        font-size: 65px;
    }

    .popup-icon1 img {
        width: 35%;
    }

    .popup-icon1 a {
        left: 50%;
    }

    .work-we-do h2 {
        font-size: 65px;
    }

    .form-sec h2 {
        font-size: 65px;
    }
    .carousel-wrap {
        padding: 0 5%;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero-head h1 {
        font-size: 170px;
    }

    .wat-gensoc h2 {
        font-size: 70px;
    }

    .wat-we-do h2 {
        font-size: 70px;
    }

    .popup-icon1 img {
        width: 28%;
    }

    .popup-icon1 a {
        left: 50%;
    }

    .work-we-do h2 {
        font-size: 70px;
    }

    .form-sec h2 {
        font-size: 70px;
    }
}
