@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

*,
ul,
li,
::after,
::before {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
}


:root {
    --theme: #00b0e3;
    --softtheme: #EEEEEE;
}

.bg_theme {
    background-color: var(--theme) !important;
    color: black;
}

.bgs_theme {
    background-color: var(--softtheme) !important;
}


.t_theme {
    color: var(--theme) !important;
}



.bo_theme {
    border-color: var(--theme) !important;
}

.img_shadow {
    filter: drop-shadow(0px 4px 5px #ddd);
}

/* header */
.header {
    background: url(/images/banner.png) no-repeat top / cover;
   
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-direction: column;
}

/* navbar */
.navbar {
    border-color: #737373 !important;
}

.nav_menu_btn {
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.navbar-brand img {
    width: 200px;
}

.nav-link {
    font-size: clamp(14px, 1vw, 18px);
    color: white;
    text-decoration: none;
    transition: all 0.2s;
    margin: 0 15px;
}

.nav-link.active,
.nav-link:hover {
    color: var(--theme) !important;
}

.theme_white_btn {
    border-radius: 100px;
    font-size: clamp(14px, 1vw, 18px);
    padding: 10px 20px;
    color: #fff;
    background-color: var(--theme);
    text-decoration: none;
    font-weight: 400;
    margin-left: 15px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
}

/* \ navbar */


/* banner */
.first_heading {
	font-size: clamp(38px, 4vw, 55px);
	color: white;
	font-weight: bold;
}
.first_heading span {
	font-size: clamp(39px, 5vw, 70px);
	color: var(--theme);
}

.first_para {
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 400;
    color: white;
    margin: 30px 0px 50px;
}

.store_link {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.store_link a {
    text-decoration: none;
}

.store_link a img {
	/* max-width: 201px; */
	/* width: 10vw; */
	/* min-width: 110px; */
	object-fit: contain;
	border-radius: 14px;
}

.first_rside_img {
    max-width: 100%;
    width: 30vw;
    min-width: 280px;
}

/* \ banner */

/* \ header */

/* about_section */
.sub_heading {
    font-size: clamp(18px, 2vw, 28px);
    color: #B1B1B1;
    font-weight: 500;
    margin-bottom: 15px;
}

.heading {
    font-size: clamp(25px, 3vw, 44px);
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}

.para {
    font-size: clamp(14px, 1vw, 16px);
    color: #000;
    line-height: 30px;
}

.rmore_btn {
    padding: 8px 0;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid var(--theme);
    color: #000;
    font-size: clamp(16px, 1vw, 20px);
}

.vid_box {
    position: relative;
}

.vid_box img {
    width: 100%;
}

.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--theme);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

/* \ about_section */


/* screen short */
.bg_gray_img {
    background: #F1F1F1;
}

.screenshot_slider {
    padding-bottom: 50px;
}

.screenshot_slider img {
    width: 100%;
    border-radius: 13px;
    box-shadow: 0px 0px 10px #eaeaea;
}

.screenshot_slider .swiper-pagination-bullet {
    background-color: #787878;
    opacity: 1;
    border-radius: 50px;
}

.screenshot_slider .swiper-pagination-bullet-active {
    width: 50px;
    background-color: #000;
}


.scr_btn_right,
.scr_btn {
    width: 50px;
    height: 50px;
    background-color: var(--theme);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 50%;
}

.swiper-button-disabled.scr_btn {
    background-color: #fff;
    color: #000;
}

/* \ screen short */


/* our team */

.our_heading_section {
    position: relative;
    z-index: 0;
}

.our_heading_section::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    border-top: 3px dashed #e5e5e5;
}

.large_heading {
    font-size: clamp(40px, 10vw, 161px);
    color: #e5e5e5;
    font-weight: bold;
    display: inline-block;
    background-color: white;
    padding: 0 16px;
    margin-left: -16px;
}

/* \ our team */
.clinets_names h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.clinets_names {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.socials {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: -34px;
    transition: all 0.3s ease;
}

.img_clients:hover .socials {
    bottom: 10px;
}

.socials i {
    background: #5d82d1;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px;
    border-radius: 50%;
    color: #fff;
}

.socials a {
    display: inline-block;
    margin: 0px 7px;
    border-radius: 50%;
}

.clinets_names h5 {
    color: #185A37;
    font-size: 20px;
}

/* map area */
iframe {
    height: 800px;
}

.get_in h2 {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.6px;
    line-height: 32px;
    margin: 20px 0;
}

.get_in h3 {
    font-size: 20px;
}

.absolutes {
    position: absolute;
    top: 0;
    width: 34%;
    transform: translate(0%, 10%);
    padding: 50px 40px;
}

.contact_form textarea.form-control {
    height: 130px;
    padding: 12px 20px;
}

.contact_form .form-label {
    font-weight: 500;
    font-size: clamp(16px, 1.1vw, 20px);
}

.contact_form .form-control {
    height: 50px;
    padding: 0px 20px;
    box-shadow: 0px 0px 5px #ddd;
    border: none;
    margin-bottom: 20px;
}

.contact_form p {
    font-size: 14px;
    color: #999;
}

.contact_form h3 {
    color: #185A37;
    font-size: 24px;
}

.btn_theme {
    background-color: var(--theme);
}

.submit_btn {
    background-color: var(--theme);
    font-size: clamp(16px, 1vw, 17px);
    font-weight: 600;
    letter-spacing: 0.24px;
    border-radius: 10px;
    display: inline-block;
    color: #fff !important;
    border: none;
}



/* about page */
.abut_pages {
    background-color: #E3E3E3;
}

.about_page.header {
    min-height: auto;
}

.about_page p {
    font-size: 14px;
    line-height: 28px;
    /* color: #777; */
}

.about_page h2 {
    font-weight: 700;
}

.about_page_text img {
    float: right;
    padding: 0px 0px 60px 70px;
}

.map_icons i {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    border-radius: 50%;
    background: var(--theme);
    color: #fff;
    padding: 4px;
}

.map_text h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.map_text h4 {
    font-weight: 400;
    font-size: 20px;
}

/* footer */

footer {
    background: url(/images/footer.png) no-repeat center/cover;
    text-align: center;
    background-position: top;
    z-index: 0;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*! background-color: #000; */
    opacity: 0.7;
    z-index: -1;
}

footer ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_logo {
    width: 200px;
    margin-bottom: 25px;
}

.footer_link {
    color: #fff;
    font-size: clamp(16px, 1vw, 18px);
    line-height: 29px;
    padding: 10px 15px;
    text-decoration: none;
}

footer .inner {
    padding: 50px 0px 50px;
}

footer p {
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    color: #fff;
}

footer p .footer_link {
    font-size: clamp(14px, 1vw, 16px);
    line-height: 26px;
    margin: 0 5px;
}

.footer_end {
    border-color: #ffffff54 !important;
}


/* media max-width */
@media (max-width: 991.98px) {
    .btm_logo img {
        width: 200px;
    }

    .navbar-toggler {
        border: 1px solid #fff;
    }

    .btm_logo {
        text-align: center;
        margin-bottom: 20px;
    }



    .about_page.header {
        padding-bottom: 0px;
    }

    .navbar-brand img {
        width: 150px;
    }

    .store_link_btm p {
        width: 140px !important;
        float: left;
        margin-right: 23px;
    }

    .absolutes {
        position: relative;
        width: 100%;
        padding: 0px 40px;
        margin-bottom: 60px;
    }

    .screenshot_slider img {
        max-height: 500px;
        object-fit: contain;
    }

    .navbar .navbar-collapse {
        position: absolute;
        left: 0%;
        top: 100%;
        background-color: #000000e3;
        width: 100%;
        overflow-y: auto;
        transition: all 0.3s;
        z-index: 10;
    }

}

@media (max-width: 575.98px) {
    .theme_white_btn {
        padding: 10px 9px;
    }

    .navbar-brand img {
        width: 140px;
    }

    .footer_link {
        font-size: clamp(14px, 1vw, 18px);
    }

    footer p .footer_link {
        font-size: 12px;
    }

    footer p {
        font-size: 12px;
    }
}

@media (max-width: 373.98px) {
    .theme_white_btn {
        padding: 7px 9px;
        min-width: auto;
        font-size: 12px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .navbar-brand img {
        width: 120px;
    }

    .nav_menu_btn {
        font-size: 18px;
    }
}

/* \ media max-width */