* {
    box-sizing: border-box;
}

body {
    background: #1E1E1E;
    color: #ffffff;
    overflow-x: hidden;
    --page-height: 100vh;
}

.modal-content {
    background: #1E1E1E;
    border-radius: 15px;
    height: 500px;
    overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.bg-color-1 {
    width: 50%;
    height: 50%;
    background-color: #08E294;
    position: absolute;
    left: 60px;
    top: -150px;
    opacity: 0.86;
    filter: blur(100px);
    border-radius: 20px;
    transform: rotate(-41.74deg);
    z-index: 0;
}

.bg-color-2 {
    width: 50%;
    height: 50%;
    background-color: #08A1E2;
    position: absolute;
    left: 300px;
    top: 350px;
    opacity: 0.86;
    filter: blur(100px);
    border-radius: 20px;
    transform: rotate(-41.74deg);
    z-index: 0;
}

.modal-title {
    font-family: "Bahnschrift";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    text-align: justify;
    text-transform: uppercase;
    color: #ffffff;
}

.form-control {
    background: #0000006d;
    font-family: "Bahnschrift";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #b3f5fa;
    border: none;
}

.form-control:focus {
    background: #0000006d;
    color: #b3f5fa;
}

.modal-btn {
    border: 3px solid #08a1e2;
    border-radius: 15px;
    font-family: "Bahnschrift";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    width: 180px;
    height: 40px;
}

.modal-btn:hover {
    color: #ffffff;
}

textarea {
    resize: none;
    height: 122px;
}

.flex-container {
    margin-left: 150px;
    margin-right: 150px;
}

.title {
    border-bottom: 3px solid #08A1E2;
}

.custom-text {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    text-align: justify;
}

@media screen and (min-width: 1400px) {
    .custom-text {
      font-size: 30px;
    }
}

.text-height-tech {
    margin-left: 70px;
}

.text-height-app {
    margin-left: 70px;
}

.tech-btn {
    background: #08A1E2;
    color: #ffffff;
    width: 100px;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    margin-top: 50px;
}

.service-btn {
    background: none;
    color: #ffffff;
    width: 100px;
    border: 3px solid #08A1E2;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

.app-btn {
    background: none;
    color: #ffffff;
    width: 150px;
    border: 3px solid #08A1E2;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

.app-btn:hover {
    color: #ffffff;
}

.service-btn:hover {
    color: #ffffff;
}

.tech-btn:hover {
    color: #ffffff;
}

.map-img {
    width: 100%;
    height: 455px;
    object-fit: cover;
}

.custom-footer-text {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.bg-color-3 {
    width: 30%;
    height: 30%;
    background-color: #08A1E2;
    position: absolute;
    opacity: 0.86;
    filter: blur(120px);
    left: 50%;
    top: calc(2603px / var(--page-height) * 100%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.custom-list a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    z-index: 1;
    position: relative;
    border-bottom: none;
}

.custom-list a.active {
    border-bottom: 3px solid #08A1E2;
}

.banner {
    width: 100%;
    height: 274px;
    background: #292929;
    overflow: hidden;
    position: relative;
}

.banner-content {
    margin-left: 120px;
    z-index: 1;
}

.banner-img {
    right: 0;
    top: 60px;
    position: absolute;
    z-index: 0;
    width: 400px;
    height: 400px;
}

.bg-color-4 {
    width: 30%;
    height: 40%;
    background-color: #08E294;
    position: absolute;
    opacity: 0.86;
    filter: blur(80px);
    left: -100px;
    top: 50px;
    z-index: 0;
}

.bg-color-5 {
    width: 30%;
    height: 40%;
    background-color: #08A1E2;
    position: absolute;
    opacity: 0.86;
    filter: blur(80px);
    /* left: 761px; */
    right: 0;
    top: 201px;
    z-index: 0;
}

.insar-btn {
    color: #ffffff;
    border: 3px solid #08A1E2;
    border-radius: 15px;
}

.insar-btn:hover {
    color: #ffffff;
}

.banner-font-1 {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
}

.banner-font-2 {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
}

.custom-banner-font {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
