@import url('https://fonts.googleapis.com/css2?family=Barlow: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');

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

@media (max-width:2560px) {

    .part {
        padding: 20px 0px;
    }

    .moblogo {
        width: 60%;
    }

    .ftul a {
        text-decoration: none;
        color: black;
    }

    .ftul li {
        transition: .3s ease;
    }

    .ftul li:hover {
        letter-spacing: 2px;
        cursor: pointer;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #88001b;
        border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #570112;
    }

    p {
        padding: 0px;
        margin: 0px;
    }

    .ftr1 {
        display: flex;
        /* justify-content: center; */
        align-items: center;
    }

    .ftricon {
        padding: 13px;
        border-radius: 50%;
        border: 1px solid #88001b;
        background: radial-gradient(#e7d07fa1, transparent);
        color: #88001b;
    }

    .sdf {
        filter: brightness(80%);
    }

    .ftr1 {
        padding: 30px 10px 30px 20px;
        border-color: #00000012;
        border-bottom: 1px solid #88001b;
    }

    .ftrsec2 {
        padding: 60px;
    }

    .ftrmrg h4 {
        padding-bottom: 22px;
        color: #88001b;
    }

    .ftrmrg ul {
        list-style: none;
        padding: 0px;
    }

    .ftrmrg ul li {
        margin: 8px 0px;
    }

    .newsletter {
        display: flex;
        background: #88001b36;
        padding: 8px 15px;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        margin-top: 20px;
    }

    .newsletter p {
        font-size: 20px;
        padding: 4px 15px;
        background: #88001b;
        color: white;
        border-radius: 40px;


    }

    .footsec-3 {
        padding: 20px 0px;
        background: #88001b;
    }

    .main-img {
        border: 12px inset black;
    }

    .wings {
        background: #fdfbf4;
        border-radius: 6px;
        padding: 10px 0px;
        color: #88001b;
    }

    .main-img img {
        width: 100%;
        max-width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center center;
        opacity: 0.8;
        padding: 6px;
    }

    .main-sec {
        padding: 50px 20px 50px 70px;
        font-family: "Barlow", sans-serif;
    }

    .main-img-text h2 {
        font-size: 39px;
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #88001b;
    }

    .points {
        padding: 20px 0px;
        border-top: 1px dashed #7f1966;
        border-bottom: 1px dashed #7f1966;
        margin-bottom: 28px;
    }

    .points p {
        padding-inline-start: 5px;
    }

    .pointsp {
        padding-right: 10px;
        color: #88001b;
    }

    .main-button p span {
        background: #f7efd4;
        padding: 10px 22px;
        border-radius: 6px;
        color: black;
        border: 1px solid #ddb5bd;
        letter-spacing: 1px;
    }

    .mainsec-3 {
        padding: 60px 0px;
        background-image: linear-gradient(180deg, #88001bab, #5c4700d1), url(../images/img4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
        color: white;
        background-attachment: fixed;
    }

    .orange-icon {
        background: #ffa50070;
        padding: 14px;
        border-radius: 50%;
        font-size: 24px;
        color: #e7d07f;
    }

    .register-now span {
        background: #88001b;
        padding: 8px 23px;
        border-radius: 40px;
        cursor: pointer;
    }

    .register {
        padding: 26px 20px 0px 20px;
    }

    .hicon-text h4 {
        margin-top: 20px;
    }

    .hicon-text p {
        font-size: 17px;
    }

    .mainsec-4 {
        padding: 80px 0px;
    }

    .provider-padding {
        padding: 35px;
        border: 1px solid rgb(212, 212, 212);
        border-radius: 20px;
        box-shadow: 0px 0px 21px -13px;
        margin-top: 35px;
        transition: .6s ease;
        background: #fdfbf4;
        text-align: center;
    }

    .provider-padding .provider span {
        background: #ffd7de;
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .provider-padding:hover {
        border: 1px solid #e1a1ad;
        box-shadow: 0px 0px 36px -20px;
        background: #88001b12;
        transform: translateY(-10px);
    }

    .provider-icon {
        font-size: 35px;
        color: #88001b;
    }

    .provider-text h3 {
        margin: 26px 0px;
        font-size: 22px;
    }

    .provider-text p {
        font-size: 17px;
    }

    .provider-hr {
        height: 2px !important;
        width: 25%;
        margin-bottom: 0px;
    }

    .provider-padding:hover .provider-hr {
        width: 100%;
        transition: all .2s ease-in;
        color: red;

    }

    .provider-btn span {
        background: #88001b;
        padding: 8px 15px;
        border-radius: 30px;
        color: white;
    }

    .play-icon {
        position: relative;
        display: inline-block;
        text-align: center;
    }

    .play-icon i {
        font-size: 55px;
        color: #88001b;
        position: relative;
        z-index: 2;
    }

    /* Styling for the wave effect */
    .play-icon .wave {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        border: 3px solid #88001b;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        animation: wave-animation 2s infinite;
    }

    .play-icon .wave:nth-child(2) {
        animation-delay: 1s;
        /* Offset the second wave */
    }

    /* Animation keyframes for the wave effect */
    @keyframes wave-animation {
        0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.6;
        }

        100% {
            transform: translate(-50%, -50%) scale(2);
            opacity: 0;
        }
    }



    .mainsec-5 {
        background-image: linear-gradient(88deg, #b4bec400 60%, #00000078 80%), url(../images/vdo.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 80px;
    }

    .discover {
        background: #f7efd3;
        padding: 8px 15px;
        border-radius: 8px;
        letter-spacing: 1px;
        border: 1px solid #88001b;
    }

    .choose-cols .choose-us span {
        height: 80px;
        width: 80px;
        display: flex;
        background: #ffd7de;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .discover-padding {
        padding: 30px;
        background: #e6e6fad4;
        border-radius: 25px;
    }

    .discover-padding h2 {
        font-size: 40px;
    }

    .subscriber:focus {
        border: none;
        box-shadow: none;
    }

    #myVideo {
        height: 65vh;
        width: 100%;
        object-fit: cover;
        /* position: fixed; */
        right: 0;
        bottom: 0;
    }


    .content {
        /* position: fixed; */
        bottom: 0;
        background: #5f5d5d80;
        color: #f1f1f1;
        width: 100%;
        padding: 48px;
        transform: translate(50%, -155%);
        border-radius: 20px;
        border: 1px solid gray;

    }

    .choose {
        padding: 80px 0px;
    }

    .choose-rocket {
        font-size: 42px;
        color: #88001b;
    }

    .choose-cols {
        border: 1px solid #dbdbdb;
        padding: 30px 15px;
        border-radius: 20px;
        margin-top: 50px;
        background: #fdfbf4;
    }

    .choose-us-text h4 {
        margin: 22px 0px;
    }

    .choose-h2 {
        font-size: 36px;
    }

    .choose-h2 h6 {
        color: #88001b;
        font-weight: bold;
    }

    .banner {
        background-image: linear-gradient(88deg, #b4bec457 0%, #00000000 66%), url(../images/mainbg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 80vh;
        background-position: end;
        display: flex;
        align-items: center;
    }

    .banner-text h5 {
        font-size: 25px;
        color: #e7c346;
    }

    .banner-text h1 {
        font-size: 40px;
        font-weight: bold;
        color: #88001b;
    }

    .banner-text p {
        font-size: 22px;
        font-weight: 600;
        color: black;
    }

    .main-button button {
        padding: 8px 16px;
        border-radius: 40px;
        margin-top: 20px;
        transition: .3s ease;
        background: #e7d07f;
        border: 1px solid #88001b;
    }

    .main-button button:hover {
        transform: translateX(10px);
    }

    .banner-services .row {
        border-top: 1px solid #88001b;
        border-bottom: 1px solid #88001b;
        padding: 10px 0px;
    }

    .banner-icon {
        padding-right: 12px;
        color: #88001b;
    }

    .website-sec2 {
        padding: 30px 0px;
        /* background: linear-gradient(45deg, #20d4bd 20%, #0043ff82 83%); */
    }

    .icons {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .icons span {
        /* background: white; */
        height: 70px;
        width: 70px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #88001b;
        background: radial-gradient(#e7d07fa1, transparent);
    }

    .myicons {
        font-size: 36px;
        /* background: red;
        padding: 20px;
        border-radius: 50%; */
        color: #88001b;
    }

    .icon-text {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-text p {
        margin-top: 12px;
        font-size: 18px;
        font-weight: bold;
    }

    .sec-map {
        background-color: #f0f0f0;
        padding: 80px 0px;
    }

    .map-icon {
        color: #88001b;
        padding-right: 10px;
    }

    .sec-a-text h2 {
        font-size: 40px;
        margin-top: 20px;
    }

    .sec-a-text p {
        font-size: 20px;
        padding: 14px 0px;
    }

    .sec-a-col1 {
        border-right: 2px solid #b8b8b8;
        margin: 15px 0px;
    }

    .sec-a-col1 h2 {
        color: #88001b;
        font-size: 40px;
    }

    .sec-a-col2 {
        border-right: 2px solid #b8b8b8;
        margin: 15px 0px;
    }

    .sec-a-col2 h2 {
        color: #88001b;
        font-size: 40px;
    }

    .sec-a-col3 {

        margin: 15px 0px;
    }

    .sec-a-col3 h2 {
        color: #88001b;
        font-size: 40px;
    }

    .sec-a-inp {
        background: white;
        padding: 12px 4px;
        border-radius: 40px;
    }

    .sec-a-inp input {
        border: none;
        padding: 8px 50px 8px 10px;
        background: #e7e7e7;
        border-radius: 40px 0px 0px 40px;
    }

    .sec-a-icon {
        background: #88001b;
        padding: 12px 20px;
        border-radius: 0px 40px 40px 0px;
        color: white;
    }

    .regp {
        color: white;
        margin: 20px;
    }

    .navbar a {
        color: #88001b !important;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 500;
    }

    .navbar-nav {
        margin-right: 123px !important;
    }



    /* Contact Page */

    .contact1 {
        background-image: linear-gradient(88deg, #2424241f 50%, #00000082 66%), url(../images/contact.jpg);
        background-size: cover;
        height: 60vh;
        background-position: center;
    }

    .onp {
        background-image: linear-gradient(88deg, #2424241f 50%, #00000082 66%), url(../images/onp.jpg);
        background-size: cover;
        height: 60vh;
        background-position: center;
    }

    .aboutus {
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 54px;
    }

    .contact2 {
        padding: 60px 0px;
    }

    .contact-icon {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .contact-icon span {
        /* background: white; */
        height: 70px;
        width: 70px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #88001b;
        background: radial-gradient(#e7d07fa1, transparent);
    }

    .contact-icon {
        font-size: 36px;
        /* background: red;
        padding: 20px;
        border-radius: 50%; */
        color: #88001b;
    }

    .contact-cards {
        padding: 30px;
        background: #f5eac66e;
        border-radius: 12px;
        transition: .3s ease;
        border: 1px solid #ffffff;
    }

    .contact-cards:hover {
        border-color: #c7586e;
    }

    .contact-text h3 {
        margin: 16px 0px;
    }

    .contact3 {
        padding: 80px 0px;
        background-image: linear-gradient(88deg, #eeededc9 50%, #f1efefc9 66%), url(../images/cnt.jpg);
        background-size: cover;
        background-position: center;
    }

    .contact-btn {
        border: none;
        padding: 7px 30px;
        background: #88001b;
        color: white;
        border-radius: 30px;
        margin: 20px 0px;
    }

    .contact-text2 h2 {
        font-size: 36px;
        margin: 20px 0px;
        color: #88001b;
    }

    .send-msg {
        width: 100%;
        margin-top: 10px;
        padding: 8px;
        border-radius: 40px;
        border: none;
        background: #88001b;
        color: white;
    }

    .cnt-form {
        padding: 30px;
        background: #fbf6e6;
        border-radius: 20px;
        box-shadow: 0px 0px 20px 0px #d3d3d3;
    }

    .msgg {
        display: flex;
        align-items: center;
    }

    .about1 {
        background-image: linear-gradient(88deg, #2424247e 50%, #0000009a 66%), url(../images/about.jpeg);
        background-size: cover;
        height: 60vh;
        background-position: center;
    }

    .about2 {
        padding: 80px 0px;
    }

    .about-text h1 {
        color: #88001b;
    }

    .site-heading {
        margin-bottom: 50px;
        position: relative;
        z-index: 1;
    }

    .site-title-tagline {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 22px;
        font-weight: 700;
        color: #88001b;
        position: relative;
        border-bottom: 2px solid var(--theme-color);
    }

    .site-title-tagline i {
        line-height: 0;
        font-size: 20px;
    }

    .site-title {
        /* font-weight: 700; */
        font-size: 40px;
        color: #88001b;
        margin-top: 10px;
        margin-bottom: 0;
        position: relative;
    }

    .site-heading p {
        margin-top: 15px;
    }

    .team-item {
        position: relative;
        /* background: #ebebeb; */
        background: #f7efd4;
        padding: 15px;
        margin-bottom: 25px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: var(--box-shadow);
        transition: .3s ease;
    }

    .team-item:hover {
        transform: translateY(-10px);
    }

    .team-img img {
        border-radius: 8px;
    }

    .team-bio h5 {
        margin-top: 10px;
        color: #88001b;
    }

    .team-social {
        position: absolute;
        margin-bottom: 10px;
        text-align: center;
        top: 50px;
        right: 0px;
        bottom: 0;
        opacity: 0;
        transition: var(--transition);
    }

    .tablinks {
        text-transform: uppercase;
    }

    .team-social a {
        display: block;
        color: var(--color-white);
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        border-radius: 15px;
        background: var(--theme-color);
        box-shadow: var(--box-shadow);
    }


    /* Style the tab */
    .tab {
        float: left;
        /* border: 1px solid #9d9d9d; */
        background-color: #f7efd4;
        width: 100%;
        position: sticky !important;
        top: 0;
    }

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: inherit;
        color: #88001b;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
    }

    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: #88001bb8;
    }

    /* Create an active/current "tab button" class */
    .tab button.active {
        background-color: #88001b;
        color: #f7efd4;
    }

    /* Style the tab content */
    .tabcontent {
        float: left;
        padding: 0px 12px;
        /* border: 1px solid #ccc; */
        width: 100%;
        padding: 100px;
        border-left: none;
    }



    .ftth3 {
        font-size: 40px;
        color: #88001b;
        text-transform: uppercase;
    }

    .serv-con {
        margin-top: 45px;
    }

    .ser-ftth-img {
        width: 100%;
    }

    .owl-dots {
        display: none;
    }

    .ulli {
        font-size: 21px;
    }

    .owls {
        width: 80%;
    }

    .owlsd {
        width: 80%;
    }

    .txttt h5 {
        text-align: justify;
        margin-top: 45px;
    }

    .txttt h5 span {
        color: #88001b;
        font-weight: bold;
    }

    .ulli li span {
        color: #88001b;
    }

    .ftthp {
        font-size: 18px;
    }

    .ftthr {
        height: 4px !important;
        width: 44% !important;
        color: #88001b !important;
    }

    .onp1 {
        border-radius: 10px 10px 0px 0px;
    }

    .ongp-text {
        background: #88001b;
        border-radius: 0px 0px 10px 10px;
        padding: 12px;
        color: white;
        text-align: center;
    }

    .pro {
        padding: 54px 0px;
    }

    .onghd {
        margin-bottom: 42px;
    }

    .onghd h1 {

        color: #88001b;
    }

    .onghr {
        height: 4px !important;
        width: 47% !important;
        color: #88001b !important;
    }

    .orojt {
        transition: .3s ease;
        margin: 15px;
    }

    .orojt:hover {
        box-shadow: 0px 0px 33px -9px #88001b;
        border-radius: 10px;
        transform: scale(1.03);
    }
}

@media (max-width:1920px) {}

@media (max-width:1440px) {
    .content {
        transform: translate(50%, -130%);
    }

    .main-sec {
        padding: 11px 20px 36px 70px;
        font-family: "Barlow", sans-serif;
    }
}

@media (max-width:1024px) {
    .content {
        padding: 21px;
        transform: translate(50%, -146%);
    }

    .navbar-nav {
        margin-right: 68px !important;
    }

    .ftrmrg h4 {
        padding-bottom: 22px;
        color: #88001b;
        text-wrap: nowrap;
    }

    .contact2 {
        padding: 16px 0px;
    }

    .navbar-brand {
        margin: 0px;
    }

    .icon-text p {
        font-size: 15px;
    }

    .main-sec {
        padding: 9px 8px 11px 28px;
        font-family: "Barlow", sans-serif;
    }

    .sec-a-text h2 {
        font-size: 34px;
    }

    .sec-a-text p {
        font-size: 16px;
        padding: 4px 0px;
    }

    .navbar-toggler-icon {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .navbar a {
        color: #88001b !important;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
    }
}

@media (max-width:768px) {
    .content {
        transform: translate(50%, -127%);
    }

    .main-img-text h2 {
        font-size: 32px;
    }

    .hicon-text p {
        font-size: 15px;
        margin: 1px 0px 19px 0px;
    }

    .choose-cols {
        border: 1px solid #dbdbdb;
        padding: 17px 8px;
        border-radius: 20px;
        margin-top: 21px;
    }

    .provider-padding {
        padding: 14px;
        border: 1px solid rgb(212, 212, 212);
    }

    .discover-padding {
        padding: 15px;
        background: #e6e6fa9c;
        border-radius: 13px;
    }

    .ftrsec2 {
        padding: 31px 0px;
    }
}

@media (max-width:576px) {
    .content {
        transform: translate(0%, -104%);
    }

    .about1 {
        background-image: linear-gradient(88deg, #2424247e 50%, #0000009a 66%), url(../images/about.jpeg);
        background-size: cover;
        height: 30vh;
        background-position: center;
    }

    .tabcontent {
        float: left;
        padding: 0px 12px;
        /* border: 1px solid #ccc; */
        width: 100%;
        padding: 30px 20px;
        border-left: none;
    }

    .aboutus {
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 34px;
    }

    .onp {
        background-image: linear-gradient(88deg, #2424241f 50%, #00000082 66%), url(../images/onp.jpg);
        background-size: cover;
        height: 30vh;
        background-position: center;
    }

    .contact1 {
        background-image: linear-gradient(88deg, #2424241f 50%, #00000082 66%), url(../images/contact.jpg);
        background-size: cover;
        height: 30vh;
        background-position: center;
    }

    .moblogo {
        width: 160%;
    }

    .banner-text h1 {
        font-size: 42px;
        font-weight: bold;
        color: #88001b;
    }

    .banner-text p {
        font-size: 17px;
        font-weight: 600;
        color: black;
    }

    .banner-services .row {
        border-top: 1px solid #88001b;
        border-bottom: 1px solid #88001b;
        padding: 10px 0px;
        margin-top: 20px;
    }

    .icon-text p {
        margin-top: 11px;
        margin-bottom: 18px;
        text-align: center;
    }

    .mymp {
        margin-bottom: 30px;
    }

    .mobile-footer {
        margin-top: 30px;
    }

    .ftrmrg h4 {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .kebit {
        margin: 0px;
    }
}

@media (max-width:425px) {
    .content {
        transform: translate(0%, -139%);
    }

    .discover-padding h2 {
        font-size: 28px;
    }

    .mainsec-5 {
        padding: 50px;
    }
}

@media (max-width:375px) {}

@media (max-width:320px) {
    .content {
        transform: translate(0%, -126%);
    }
}