@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
* {
    font-family: "Roboto", sans-serif;
    transition: background-color 0.3s ease-in-out;
}

a {
    transition: 0.3s;
}

html,
body {}

body {
    z-index: 4;
    font-size: 14px;
}

.header-banner-wrap {
    padding: 10px 0;
}

header {
    backdrop-filter: blur(10px);
    background-color: #000;
    padding: 15px 0;
    position: sticky;
    top: 0px;
    z-index: 10000;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

header .container .innerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header img {
    width: 65px !important;
}

header .btn {
    margin-right: 10px;
}

header .rightContainer {
    display: flex;
    position: relative;
}

header .navbar {
    padding: 0;
}

header .navbar-toggle {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #555;
    outline: none;
}

header .collapse,
header .collapsing {
    position: absolute !important;
    top: 53px;
    right: 0;
    border-radius: 7px;
    background-color: #191919;
}

header ul {
    list-style: none;
    text-align: center;
    padding: 0 20px;
}

.absolutePosSection {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 200;
}

.banner {
    position: relative;
    display: flex;
    align-items: center;
    background: url(../images/header-banner-wrap.jpg) no-repeat !important;
    min-height: calc(100vh - 77.88px);
    margin: 0px;
}

.banner h1 {
    color: #e84e08;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
}

.banner h2 {
    color: #03da27;
}

.banner h4 {
    color: #e84e08;
}

.banner h5 {
    color: #03da27;
    font-size: 18px;
}

.banner .carousel-inner .carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

.banner .carousel-inner .carousel-item .left-container {
    text-align: center;
    max-width: 80%;
    margin-right: 0;
    margin-top: 40px;
}

.banner .carousel-inner .carousel-item .right-container {
    text-align: center;
    max-width: 200px;
    margin-left: 0;
}

.banner .carousel-control-prev,
.banner .carousel-control-next {
    width: fit-content !important;
}

.wrap1,
.wrap2,
.wrap3,
.wrap4,
.wrap5 {
    position: relative;
    padding: 50px 0;
    display: flex;
    align-items: center;
    min-height: 100vh;
    z-index: 500;
}

footer {
    position: relative;
    padding: 20px 0;
}

.wrap1 {
    background: white;
}

.wrap5 {
    background: white;
}

.wrap1 h2 {
    color: #e84e08;
    font-weight: bold;
    margin-bottom: 50px;
}

.wrap1 .box {
    margin-top: 30px;
}

.wrap1 .box span {
    font-size: 40px;
    color: #03da27;
    padding: 40px;
    display: inline-block;
    background: #202020;
    border-radius: 50%;
    transition: all 0.3s;
}

.wrap1 .box:hover span {
    transform: rotateY(180deg);
    background: #e84e08;
    color: #fff;
}

.wrap1 .box h4 {
    color: #202020;
    margin-top: 20px;
    font-weight: bold;
}

.wrap1 .box h6 {
    color: #999;
    transition: all 0.3s;
    position: relative;
    bottom: 10px;
}

.wrap1 .box h5 {
    font-size: 14px;
}

.wrap1 .box:hover h6 {
    bottom: 0;
}

.wrap2 {
    background: url(../images/wrap2.jpg) no-repeat fixed 100%;
}

.wrap2 h2 {
    color: #03da27;
    text-align: center;
    margin-bottom: 30px;
}

.wrap2 .container .row {
    align-items: center;
}

.wrap2 .box {
    color: #fff;
    font-size: 20px;
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.wrap2 .box span {
    color: #e84e08;
    font-size: 40px;
    margin-right: 10px;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.wrap3 {
    background-image: url(../images/phone-map.png) no-repeat fixed 15%;
    background-position: center;
}

.backgroundMap {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    z-index: 0;
    position: fixed;
    height: calc(95vh - 180px);
}

.wrap3 .container {
    text-align: center;
}

.wrap3 .box {
    background: rgba(245, 245, 245, 0.9);
    box-shadow: 0 50px 0 rgba(245, 245, 245, 0.9), 0 -50px 0 rgba(245, 245, 245, 0.9);
}

.wrap3 h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.wrap3 h5 {
    margin-bottom: 15px;
}

.wrap3 .btn {
    margin-top: 15px;
}

.wrap4 {
    background: url(../images/wrap4.jpg) no-repeat fixed 100%;
    background-size: cover;
}

.wrap4 .box {
    border: 15px double rgba(255, 255, 255, 0.05);
    padding: 70px;
    color: #ccc;
    text-align: center;
}

.wrap4 .box .quote {
    font-size: 100px;
    opacity: 0.1;
    margin-bottom: 20px;
    display: inline-block;
}

.wrap5 h2 {
    color: #e84e08;
}

.wrap5 .card-body {
    color: #e84e08;
}

footer {
    background: #000;
}

footer h5 {
    color: #ccc;
}

footer .innerContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .innerContainer div:first-child {
    margin-bottom: 30px;
    margin-right: 0;
}

footer ul {
    padding: 0;
    margin-top: 20px;
}

.btn {
    border-radius: 20vh;
}

.collapse ul li {
    transition: all 0.3s;
}

.collapse ul li:hover {
    background-color: #88888866;
    transform: scale(1.3);
    margin: 10px 0;
}

footer ul li {
    margin: 10px;
    list-style: none;
    display: inline-block;
    padding: 10px;
    background-color: #88888844;
    border-radius: 10px;
    transition: all 0.3s;
}

footer ul li:hover {
    background-color: #88888866;
    transform: scale(1.2);
}

footer ul li:hover a {
    color: #03da27;
}

.content-page {
    padding: 50px 0;
}

.content-page ul,
.content-page p {
    margin-top: 20px;
}

.steps .box {
    text-align: center;
    position: relative;
}

.steps .box p {
    margin-top: 0;
    text-align: justify;
}

.steps .box img {
    width: 100%;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.steps .box:hover img {
    opacity: 0.7;
}

.download-btn {
    display: inline-block;
    padding: 30px;
    width: 100%;
    background: #e84e08;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
    margin-top: 10px;
}

.download-btn.detail {
    background: none;
    border: 2px solid #e84e08;
    color: #e84e08;
}

.download-btn.detail:hover {
    border-color: #fff;
    color: #fff;
}

.download-btn span {
    font-size: 50px;
    display: inline-block;
    margin-bottom: 10px;
}

.download-btn:hover {
    background: #333;
}

.feature-list .box,
.feature-box .box1,
.feature-box .box2 {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}

.feature-list .box {
    background: #fff;
    padding: 0 15px 15px;
}

.feature-list .box h5 {
    background: #e84e08;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 15px 0 0 #e84e08, -15px 0 0 #e84e08;
    padding: 20px 0;
}

.feature-list .box ul {
    margin: 0;
    padding: 0;
}

.feature-list .box ul li {
    list-style: none;
    font-size: 16px;
}

.feature-list .box ul li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    transition: all 0.3s;
}

.feature-list .box ul li a span {
    font-size: 30px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.feature-active,
.feature-list .box ul li a:hover {
    color: #e84e08;
    background: #f1f1f1;
    box-shadow: 15px 0 0 #f1f1f1, -15px 0 0 #f1f1f1;
}

.feature-list .box ul.coming-soon li a {
    cursor: no-drop;
}

.feature-list .box ul.coming-soon li a:hover {
    color: inherit;
}

.feature-box .box1,
.feature-box .box2 {
    padding: 30px;
    height: 100%;
}

.feature-box .box1 {
    background: #fff;
    text-align: center;
}

.feature-box .box1 h1 {
    margin: 20px 0;
    font-size: 70px;
}

.feature-box .box1 h2 {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.feature-box .box1 h6 {
    color: #e84e08;
}

.feature-box .box2 {
    background: #e84e08;
    color: #fff;
    font-size: 15px;
}

.feature-box .box2 ul li {
    list-style-image: url(../images/white-check-list.png);
}

.login-signup {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-link:focus {
    text-decoration: none;
}

.login-signup .btn {
    border-radius: 50px;
}

.login-signup .btn-primary,
.login-signup .btn-outline-light {
    padding: 5px 50px;
}

.login-signup .one {
    padding: 50px;
}

.login-signup .two {
    padding: 50px;
    background: #e84e08;
    color: #fff;
}

.form-group span {
    display: inline-block;
    width: 100%;
    text-align: left;
}

@media (min-width: 200px) {
    .banner .text-box {
        margin-top: 20px !important;
    }
    .banner .text-box h1 {
        font-size: 35px !important;
    }
}

@media (min-width: 600px) {
    .banner h5 {
        font-size: 20px;
    }
    .banner .text-box {
        margin-top: 20px !important;
    }
    .banner .carousel-inner .carousel-item {
        flex-direction: row;
    }
    .banner .carousel-inner .carousel-item .right-container {
        text-align: left;
        max-width: 200px;
        margin-left: 35px;
    }
    .banner .carousel-inner .carousel-item .left-container {
        text-align: right;
        max-width: 40%;
        margin-right: 35px;
        margin-top: 0px;
    }
    .wrap2 h2 {
        text-align: left;
    }
    .backgroundMap {
        top: 50%;
        transform: translateY(-50%) translateX(-10%);
        left: 10%;
        z-index: 0;
        position: fixed;
    }
    .wrap3 {
        background-position: 10% center;
    }
    .wrap3 .container {
        text-align: left;
    }
    footer {
        padding: 70px 0 !important;
    }
    footer .innerContainer {
        flex-direction: row;
        margin-bottom: 0;
    }
    footer .innerContainer div:first-child {
        margin-bottom: 0 !important;
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .banner .text-box {
        margin-top: 30px !important;
    }
    .banner .carousel-inner .carousel-item .right-container {
        max-width: 300px;
    }
}

/* ::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
} */