@font-face {
    font-family: poppins;
    src: url("../Assets/Fonts/Poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: rubik;
    src: url("../Assets/Fonts/Rubik/Rubik-Medium.ttf");
}


@font-face {
    font-family: bubble;
    src: url("../Assets/Fonts/bubblegum/BubblegumSans-Regular.ttf");
}

@font-face {
    font-family: creepster;
    src: url("../Assets/Fonts/creepster/Creepster-Regular.ttf");
}

.modal-open {
    padding: 0px !important;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --black-pearl: #1e272e;
    --d-blue: #130f40;
    --blue: #4834d4;
    --yellow: #ffb905;
    --orange: #ff6651;
    --box-shadow: 0 0 50px 60px #0000002d;
    --text-shadow: 0 0 40px rgba(0, 0, 0, 233);
    --color: rgba(30, 30, 30);
    --bgColor: rgba(245, 245, 245);
}

/* floating animation starts */
.floating {
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(-15px, 0px);
    }

    65% {
        transform: translate(15px, 0px);
    }

    to {
        transform: translate(-15px, 0px);
    }
}

/* floating animation ends */
/* swing animation starts */
@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.swing:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* swing animation ends */

/* text animation starts */
.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2));
    font-size: 60px;
}

.waviy span {
    font-family: 'Alfa Slab One', cursive;
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));

}

@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-10px)
    }
}

.main_wrp {
    padding-bottom: 8rem;
    padding-top: 12rem;
}

/* text animation ends */

.button1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    margin-top: 1rem;
}

.button1 button {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: white;
    background-color: #4834d4;
    padding: 1rem 3rem;
    border-radius: 30px;
    font-size: 18px;
    font-family: poppins, sans-serif;
    border: none;
    outline: none;
}

.button1 button:hover {
    background-color: #4cbccb;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s linear;
}

/* scrollbar starts */
::-webkit-scrollbar {
    width: 1.2rem;
}

::-webkit-scrollbar-thumb {
    background: crimson;
    border-radius: 15px;
    border: none;
    outline: none;
}

::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

/* scrollbar ends */

html {
    scroll-behavior: smooth;
}

/* custom css starts */
.heading {
    font-family: bubble, sans-serif;
    color: var(--blue);
}

.para {
    font-family: poppins, sans-serif;
    font-size: 18px;
}

.spacer {
    padding: 4rem 0rem;
}

.header_active {
    width: 100% !important;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 0px;
    border-radius: 5px;
    /* background-color: #55efc32a; */
}

/* custom css ends */

/* modal starts */
.modal .modal-body {
    padding: 3rem 2rem;
}

.modal .modal-body input {
    font-family: poppins, sans-serif;
}

.form-select {
    font-family: poppins, sans-serif !important;
}

.form-select option {
    font-family: poppins, sans-serif !important;
    font-size: 16px;
}

/* modal ends */

/* header starts */

header {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

header nav {
    width: 92%;
    margin-top: 2rem;
    padding: 2rem;
    background-color: white;
    border-radius: 100px;
    box-shadow: var(--box-shadow);
    padding: 0.8rem 1rem !important;
    transition: all 0.8s linear;
}

.navbar-brand img {
    width: 10rem;
}

.nav-link {
    padding: 0.5rem;
    margin: 0rem 0.5rem;
}

.nav-link:hover {
    color: #111 !important;
}

.active {
    color: var(--d-blue) !important;
}

.mybtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mybtn a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: white;
    background-color: #4834d4;
    padding: 0.5rem 1.5rem !important;
    border-radius: 1rem;
    font-size: 18px;
    font-family: poppins, sans-serif;
}

.mybtn a:hover {
    background-color: #4cbccb;
    color: #fff !important;
}

/* header ends */

/* banner starts */

.banner {
    background: url(../Assets/Images/back.gif);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner h1 {
    font-family: bubble, sans-serif;
    font-size: 5rem;
    color: #444;
    text-align: center;
    text-transform: capitalize;
}

.banner_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center !important;
    width: 100%;
}

.banner_title span {
    color: #fff;
    font-size: 4.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: bubble, sans-serif;
    text-transform: capitalize;
    text-align: center;
}

.banner_title span:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px goldenrod;
}

.banner_title span:nth-child(2) {
    color: goldenrod;
    animation: animate 4s ease-in-out infinite;
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}

.banner p {
    font-size: 3rem;
    font-family: bubble, sans-serif;
    color: #444;
    text-transform: capitalize;
    margin-top: 5rem;
}

.banner p #intro {
    color: #5c7cb1;
}

/* banner ends */

/* about us starts */
.about_wrp {
    background: url(../Assets/Images/about.gif);
    width: 100%;
    height: 150vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.about_wrp_sub {
    position: absolute;
    background-color: #ffffffc7;
    width: 100%;
    height: 150vh;
    /* padding: 6rem 0rem; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_wrp .container {
    width: 80%;
    margin: 0 auto;
}

.about_wrp .about_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about_title h1 {
    position: relative;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 500;
    font-family: bubble, sans-serif;
    letter-spacing: 2px;
    -webkit-text-stroke-color: #444;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-fill-color: transparent;
}

.about_title p {
    font-size: 2.5rem;
    font-family: poppins, sans-serif;
    position: absolute;
    color: #333;
    text-shadow: var(--text-shadow);
}

.about_title span {
    height: 0.5px;
    width: 20%;
    background-color: black;
    ;
}

.about_sub_title h2 {
    text-align: center;
}

.about_sub_title h2 span {
    color: #444;
    font-size: 2rem;
    font-family: bubble, sans-serif;
    padding: 2rem 0rem;
    text-align: center;
}

.about_sub_title p {
    color: #555;
    text-align: center;
    line-height: 2rem;
    font-size: 20px !important;

}

.about_card_wrp {
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.about_card_wrp .about_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-radius: 20px;
    padding: 3rem;
    margin-top: 2rem;
    border: none;
    outline: none;
    /* glass effect */
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s linear !important;
}

.about_card1:hover {
    background-color: #7dc7a4 !important;
}

.about_card1:hover h1 {
    color: #fff !important;
}

.about_card1:hover p {
    color: #fff !important;
}

.about_card2:hover {
    background-color: #7197d3 !important;
}

.about_card2:hover h1 {
    color: #fff !important;
}

.about_card2:hover p {
    color: #fff !important;
}

.about_card_wrp .about_card h1 {
    font-size: 3rem;
    color: #333;
    font-family: bubble, sans-serif;
    text-align: center;
}

.about_card_wrp .about_card p {
    font-size: 16px;
    color: #444;
    font-family: poppins, sans-serif;
    text-align: justify;
    margin-top: 1rem;
}

/* about us ends */
/* innovate starts */
.innovate_wrp {
    background: url(../Assets/Images/inovate.gif);
    width: 100%;
    height: 170vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.innovate_wrp_sub {
    position: absolute;
    background-color: #ffffffc7;
    width: 100%;
    height: 170vh;
    /* padding: 6rem 0rem; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.inn_card_wrp {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.inn_card_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 2rem; */
    position: relative;
    text-align: center !important;
    width: 100%;
}

.inn_card_title h1 {
    color: #fff;
    font-size: 3.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: bubble, sans-serif;
    text-transform: capitalize;
    text-align: center;
}

.inn_card_title h1:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px #03a9f4;
}

.inn_card_title h1:nth-child(2) {
    color: #03a9f4;
    animation: animate 4s ease-in-out infinite;
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}

.inn_card_title p {
    font-family: poppins, sans-serif;
    font-size: 20px;
    color: #444;
    text-transform: capitalize;
    margin-top: 5rem;

}

.inn_card_sub {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.inn_card {
    margin-top: 2rem;
    position: relative;
    border-radius: 30px;
    border: none;
    outline: none;
    width: 250px;
    height: 300px;
    background-color: whitesmoke;
    -webkit-box-shadow: 1px 1px 12px #00000056;
    box-shadow: 1px 1px 12px #00000056;
    -webkit-transform: preserve-3d;
    -ms-transform: preserve-3d;
    transform: preserve-3d;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--black-pearl);
}

.inn_card_cover {
    top: 0;
    position: absolute;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.inn_card:hover .inn_card_cover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotatey(-80deg);
    -ms-transform: rotatey(-80deg);
    transform: rotatey(-80deg);
}

.inn_card_cover p {
    font-size: 1.8rem !important;
    font-weight: 700;
    font-family: bubble, sans-serif !important;
    padding: 1rem !important;
    margin: 0px !important;
    color: #fff !important;
}

.inn_card p {
    font-size: 16px;
    text-align: center;
    padding: 0rem 1rem 0rem 2.2rem;
    font-family: poppins, sans-serif;
    margin: 0px !important;
    color: #444;
}

.inn_card_cover1 {
    background-color: #b8df4e;
}

.inn_card1 {
    border: 2px solid #b8df4e;
}

.inn_card_cover2 {
    background-color: #4cbccb;
}

.inn_card2 {
    border: 2px solid #4cbccb;
}

.inn_card_cover3 {
    background-color: #7197d3;
}

.inn_card3 {
    border: 2px solid #7197d3;
}

.inn_card_cover4 {
    background-color: #ae78cb;
}

.inn_card4 {
    border: 2px solid #ae78cb;
}

.inn_card_cover5 {
    background-color: #7dc7a4;
}

.inn_card5 {
    border: 2px solid #7dc7a4;
}

.inn_card_cover6 {
    background-color: #f078c2;
}

.inn_card6 {
    border: 2px solid #f078c2;
}

/* innovate ends */
/* contact starts */
#footer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
}

.contact {
    width: 80%;
    background-color: #4cbccb46;
    border-radius: 20px;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
}

.contact .contact_title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.contact .contact_title h1 {
    font-family: bubble, sans-serif;
    color: #333;
    font-size: 3rem;
}

.contact .contact_title p {
    font-family: poppins, sans-serif;
    margin-top: 1.5rem;
    color: #444;
}

.contact_card_wrp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.contact_card_wrp .contact_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-radius: 20px;
    padding: 2rem;
    border: none;
    outline: none;
    /* glass effect */
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s linear !important;
}

.contact_card1:hover {
    background-color: #7dc7a4 !important;
}

.contact_card1:hover h1 {
    color: #fff !important;
}

.contact_card1:hover p {
    color: #fff !important;
}

.contact_card2:hover {
    background-color: #7197d3 !important;
}

.contact_card2:hover h1 {
    color: #fff !important;
}

.contact_card2:hover p {
    color: #fff !important;
}

.contact_card_wrp .contact_card h1 {
    font-size: 2rem;
    color: #333;
    font-family: bubble, sans-serif;
    text-align: center;
}

.contact_card_wrp .contact_card p {
    font-size: 16px;
    color: #444;
    font-family: poppins, sans-serif;
    text-align: center;
    margin-top: 1rem;
}

#cn_form {
    width: 80%;
    margin: 0 auto;
}

.form_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 2rem; */
    position: relative;
    text-align: center !important;
    width: 100%;
    padding-bottom: 7rem;
}

.form_title h1 {
    color: #fff;
    font-size: 3.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: bubble, sans-serif;
    text-transform: capitalize;
    text-align: center;
}

.form_title h1:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px #03a9f4;
}

.form_title h1:nth-child(2) {
    color: #03a9f4;
    animation: animate 4s ease-in-out infinite;
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}

.row1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#cn_form span {
    border: none;
    outline: none !important;
}

#cn_form input {
    padding: 1rem 2rem;
    font-family: poppins, sans-serif;
    border: none !important;
    outline: none !important;
}

#cn_form textarea {
    padding: 0.8rem 1rem;
    font-family: poppins, sans-serif;
    border: none !important;
    outline: none !important;
}

/* contact ends */

.clients_heading {
    text-align: center;
    text-transform: capitalize;
    margin-top: 6rem;
}

.clients_heading h1 {
    font-size: 3rem;
    color: #333;
    font-family: bubble, sans-serif;
    text-align: center;
    margin-bottom: 3rem;
}

.clients_wrp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-flow: wrap;
    gap: 1rem;
    background-color: white;
    padding: 2rem;
    border-radius: 20px;
    border: 4px solid #777;
}

.clients_wrp img {
    width: 6rem;
    border-radius: 8px;
    transition: all 0.2s linear;
    cursor: pointer;
    padding: 0.2rem;
}

.clients_wrp img:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border: 2px solid #999;
    transform: scale(1.1);
}

/* footer starts */
footer {
    background: url("../Assets/Images/fl.jpg");
    width: 100%;
    height: 200vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 2rem;
}

.footer {
    width: 100%;
    background-color: #4cbccb46;
    border-radius: 20px;
    outline: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
}

.footer1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
}

.footer1 .footer1_logo_wrp {
    max-width: 12rem;
}

.footer1 .footer1_logo_wrp img {
    width: 100%;
    height: 100%;
}

.footer1_con_wrp p {
    text-transform: capitalize;
    font-family: poppins, sans-serif;
    text-align: justify;
    color: #222;
}

.footer2 h2,
.footer3 h2,
.footer4 h2 {
    font-family: bubble, sans-serif;
    font-size: 1.8rem;
    color: #333;
    text-transform: capitalize;
}

.footer2 p,
.footer3 p,
.footer4 p {
    font-family: poppins, sans-serif;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    margin: 0.2rem 0rem;
}

.footer4 input {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0.5rem 1rem #444;
    width: 100%;
}

.footer4 .input {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: 1px solid #444;
    width: 100%;
    padding: 0.5rem;
    border-radius: 4px;
    font-family: poppins, sans-serif;
    color: #444;
}

.footer4 .input a {
    text-decoration: none;
    color: white;
    background-color: #444;
    font-family: poppins, sans-serif;
    padding: 5px 10px;
    margin: 0 !important;
    border: none;
    outline: none;
    border-radius: 4px
}

.footer4 .input a:hover {
    background-color: #4934d4d0;
}

/* footer ends */

/* contacts starts */
.contacts_wrp {
    background: url(../Assets/Images/contacts.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.contacts_wrp .back_map {
    width: 80%;
    margin: 0 auto;
}

.contacts_wrp .contacts_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    border-radius: 1rem;
    padding: 2rem;
    border: none !important;
    outline: none !important;

    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s linear !important;
}

.contacts_wrp .contacts_title .contacts_details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.contacts_wrp .contacts_title .contacts_details .details1,
.contacts_wrp .contacts_title .contacts_details .details2,
.contacts_wrp .contacts_title .contacts_details .details3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contacts_wrp .contacts_title .contacts_details h3 {
    font-family: bubble, sans-serif;
    font-size: 2rem;
    color: #222;
}

.contacts_wrp .contacts_title .contacts_details p {
    font-family: poppins, sans-serif;
    font-size: 18px;
    margin: 0.3rem 0rem;
    color: #333;
}

.contacts_wrp .contacts_title h1 {
    font-family: bubble, sans-serif;
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #111;
}

.contacts_wrp .map iframe {
    border: none !important;
    outline: none !important;
    border-radius: 1rem;
    width: 100%;
    height: 60vh;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 233);
}

.contacts_form {
    width: 60%;
    background-color: white;
    margin: 0 auto;
    border-radius: 1rem;
    padding: 3rem 2rem 1rem 2rem;
    /* margin-top: -21rem; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 233);
    border: none !important;
    outline: none !important;
}

.contacts_form form input,
.contacts_form form textarea {
    font-family: bubble, sans-serif;
    font-size: 20px;
    padding: 0.6rem 1.5rem;

}

.contacts_form .button1 {
    padding-top: 1rem;
    margin: 0rem;
    font-family: poppins, sans-serif !important;
}

/* contacts ends */

/* about us starts */
.aboutus_wrp {
    background: url(../Assets/Images/about.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.aboutus {
    width: 80%;
    margin: 0 auto;
}

.aboutus_first {
    border-radius: 1rem;
    padding: 3rem 2rem;
    border: none !important;
    outline: none !important;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s linear !important;
}

.aboutus_first h1 {
    font-family: bubble, sans-serif;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #fff;
    text-transform: capitalize;
}

.aboutus_first h1 span {
    color: #5c7cb1 !important;
}

.aboutus_first p {
    text-align: justify;
    font-size: 18px;
    font-family: poppins, sans-serif;
    color: #fff;
}

.aboutus_second {
    border-radius: 1rem;
    padding: 3rem 2rem;
    border: none !important;
    outline: none !important;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s linear !important;
    margin-top: 3rem;
}

.aboutus_second h1 {
    font-family: bubble, sans-serif;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #fff;
    text-transform: capitalize;
}

.aboutus_second h1 span {
    color: #5c7cb1 !important;
}

.aboutus_second p {
    text-align: justify;
    font-size: 18px;
    font-family: poppins, sans-serif;
    color: #fff;
}

/* about us ends */

/* portfolio starts */
.portfolio_wrp {
    background: url(../Assets/Images/portfoilo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}

.portfolio_title {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.portfolio_title h1 {
    font-size: 3rem;
    font-family: bubble, sans-serif;
    color: white;
    margin-bottom: 2rem;
    text-transform: capitalize;
    text-align: center;
}

.video_wrp_main .video_wrp .portfolio_title p {
    font-family: poppins, sans-serif;
    color: white;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

.video_wrp_main .video_wrp .portfolio_title p span {
    border-bottom: 1px solid gold;
}

.video_wrp_main .video_wrp .portfolio_title p:nth-child(2) {
    font-size: 20px !important;
}

.video_wrp_main .video_wrp .portfolio_title p:nth-child(3) {
    font-size: 18px !important;
    margin-top: 0.8rem;
}

.video_wrp_main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}

.video_wrp_main .video_wrp {
    border-radius: 1rem;
    padding: 3rem 2rem;
    border: none !important;
    outline: none !important;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s linear !important;
    width: 100%;
}

.video_wrp_main .video_wrp .video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.video_wrp_main .video_wrp .video_portfolio {
    display: flex;
    justify-content: space-evenly;
    gap: 2rem;
    align-items: center;
    flex-flow: wrap;
}

.video_wrp .video iframe {
    width: 40%;
    height: 17.2rem !important;
    border: 4px solid white;
    box-shadow: var(--box-shadow);
    border-radius: 1rem;
    padding: 0px !important;
    margin: 0px !important;
}

/* portfolio ends */

/* media queries */
@media only screen and (max-width: 1200px) {
    .about_wrp .container {
        width: 100%;
    }

    .about_title h1 {
        font-size: 4.5rem;
    }

    .about_title p {
        font-size: 1.8rem;
    }

    .about_sub_title h2 span {
        font-size: 1.2rem;
    }

    .about_sub_title p {
        font-size: 18px !important;
    }

    .about_card_wrp .about_card h1 {
        font-size: 2rem;
    }

    .about_card_wrp .about_card p {
        font-size: 15px;
    }

    .inn_card_wrp {
        width: 100%;
    }

    .inn_card_title h1 {
        font-size: 3rem;
    }

    .contact {
        width: 100%;
    }

    .contact .contact_title h1 {
        font-size: 2.2rem;
    }

    .form_title h1 {
        font-size: 3rem;
    }

    .contacts_wrp .back_map {
        width: 100%;
    }

    .aboutus {
        width: 100%;
    }

    .video_wrp .video iframe {
        width: 60%;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-toggler {
        font-size: 0.8rem !important;
    }

    .about_title h1 {
        font-size: 4rem;
    }

    .about_title p {
        font-size: 1.4rem;
    }

    .about_sub_title p {
        font-size: 15px !important;
    }

    .about_card_wrp .about_card h1 {
        font-size: 1.6rem;
    }

    .about_card_wrp .about_card {
        padding: 2rem;
    }

    .button1 button {
        padding: 0.8rem 1.8rem;
    }

    .inn_card_title h1 {
        font-size: 2.5rem;
    }

    .inn_card_title p {
        font-size: 15px;
    }

    .inn_card_sub {
        grid-template-columns: repeat(2, 1fr);
    }

    .innovate_wrp {
        height: 200vh;
    }

    .innovate_wrp_sub {
        height: 200vh;
    }

    .contact .contact_title h1 {
        font-size: 1.8rem;
    }

    .contact .contact_title p {
        font-size: 15px;
    }

    .contact_card_wrp .contact_card {
        padding: 1rem;
    }

    .contact_card_wrp .contact_card h1 {
        font-size: 1.8rem;
    }

    .contact_card_wrp .contact_card p {
        font-size: 15px;
    }

    .form_title h1 {
        font-size: 2.2rem;
    }

    .form_title {
        padding-bottom: 6rem;
    }

    .footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .header_active2 {
        border-radius: 5px !important;
    }

    .navbar-nav {
        padding: 1rem 0rem;
    }

    .mybtn {
        margin-top: 1rem;
    }

    .contacts_form {
        width: 80%;
    }

    .aboutus_first h1,
    .aboutus_second h1 {
        font-size: 2.5rem;
    }

    .aboutus_first p,
    .aboutus_second p {
        font-size: 15px;
    }

    .video_wrp .video iframe {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .about_card_wrp {
        grid-template-columns: repeat(1, 1fr);
    }

    .about_wrp {
        height: 165vh;
    }

    .about_wrp_sub {
        height: 165vh;
    }

    .inn_card_title p {
        margin-top: 7rem;
    }

    .contact_card_wrp {
        grid-template-columns: repeat(1, 1fr);
    }

    footer {
        height: 280vh;
    }

    .footer {
        grid-template-columns: repeat(1, 1fr);
    }

    .row1 {
        grid-template-columns: repeat(1, 1fr);
    }

    #cn_form {
        width: 100%;
    }

    .contacts_wrp .contacts_title .contacts_details {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }

    .contacts_form {
        width: 90%;
    }

    .video_wrp .video iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 586px) {
    .inn_card_sub {
        grid-template-columns: repeat(1, 1fr);
    }

    .innovate_wrp {
        height: 380vh;
    }

    .innovate_wrp_sub {
        height: 380vh;
    }

    .contact .contact_title {
        width: 100%;
    }

    .waviy {
        font-size: 40px;
    }

}

@media only screen and (max-width: 458px) {
    .about_title h1 {
        font-size: 3rem;
    }

    .about_wrp {
        height: 175vh;
    }

    .about_wrp_sub {
        height: 175vh;
    }

    .inn_card_title p {
        margin-top: 9rem;
    }

    footer {
        height: 320vh;
    }

    .contacts_wrp .contacts_title h1 {
        font-size: 2.5rem;
    }

    .contacts_wrp .contacts_title .contacts_details h3 {
        font-size: 1.5rem;
    }

    .contacts_wrp .contacts_title .contacts_details p {
        font-size: 15px;
    }

    .contacts_form form input,
    .contacts_form form textarea {
        font-size: 16px;
    }
}

@media only screen and (max-width: 364px) {
    .about_wrp {
        height: 220vh;
    }

    .about_wrp_sub {
        height: 220vh;
    }

    footer {
        height: 350vh;
    }
}

.rights a {
    text-decoration: none;
    color: #4834d4;
}