body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    --var--color-1: #00a0df;
    --var--color-2: white;
}

body a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 1.7rem;
    line-height: 1.5;
}


/* Base styles */

.gap-25 {
    gap: 25px;
}

.g-col-5 {
    column-gap: 5px;
}

.text-blue {
    color: var(--var--color-1) !important;
}

.text-xs {
    font-size: 1.75rem;
}

.text-md {
    font-size: 2rem;
}

.text-lg {
    font-size: 2.5rem;
}

.relative {
    position: relative;
}

.space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.h-screen {
    min-height: 100vh;
}

.container {
    max-width: 1700px;
}


/*Styling */

.bg-banner {
    background: url(../img/bg-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.content-1 h1 {
    max-width: 800px;
}

.content-1 p {
    margin-bottom: 5rem;
}


/* .content-1 .before::before{
    content: '';
    display: block;
    background-color: white;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -10px;
} */

.btn {
    min-width: 150px;
    border: 1px solid transparent;
    font-weight: bold;
}

.btn:hover {
    color: white;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.gradient-btn {
    background: linear-gradient(to right bottom, #0886d6, #001f56);
    color: white;
    border: 1px solid transparent;
}

.countdown-container {
    display: flex;
    align-items: center;
}

.countdown-layout,
.countdow-time {
    display: flex;
    column-gap: 10px;
}

.countdown-item {
    text-align: center;
}

.countdown-day {
    margin-right: 25px;
}

.main-info {
    font-size: 60px;
    margin-bottom: 0 !important;
}

.countdown-item span {
    font-size: 14px;
}

.countdown {
    padding: 20px;
}

.content-1 {
    z-index: 0;
}

.cross-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 600px;
    z-index: -1;
}

.content-2 video {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}

.video-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.video-content .logo {
    height: 80px;
    object-fit: contain;
}

.video-content .orange-logo {
    height: 150px;
    object-fit: contain;
}

.video-content .dfm-logo-skoope  {
    width: 400px;
    height: 200px;
    object-fit: contain;
}

.video-content .dfm-logo {
    width: 300px;
    height: 200px;
    object-fit: contain;
}

.content-3-info {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

form .btn {
    margin-top: 20px;
}

.text-shadow {
    text-shadow: 0px 0px 5px white;
}

.place-time .btn {
    width: 250px;
}

.form-info {
    width: 100%;
}

.custom-form {
    width: 100%;
    border: 1px solid transparent;
    padding: 5px 15px;
    margin-top: 10px;
}

.custom-form:focus {
    outline: 0;
}

.custom-list li {
    padding: 5px 0;
}

.laptop {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: fit-content;
    width: fit-content;
    margin: auto;
}

.laptop img {
    width: 750px;
}

.play-video {
    border: 0;
    color: white;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 50px;
}

.contact {
    position: fixed;
    right: 20px;
    bottom: 100px;
}

.contact-list {
    list-style: none;
    padding: 0;
    transition: all 0.7s ease-in-out;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.contact-list.show {
    max-height: 500px;
    opacity: 1;
}

.contact-list li {
    margin-bottom: 10px;
}

.contact-item i {
    border-radius: 50%;
    background-color: #0886d6;
    padding: 16px;
    /* width: 50px;
    height: 50px;
    text-align: center;
    align-content: center; */
}

.contact-item span {
    min-width: 80px;
    display: inline-block;
}

.open-contact {
    /* border-radius: 50%;
    background-color: #001f56;
    padding: 10px 15px;
    text-align: center;
    align-content: center;
    border: 1px solid transparent; */
    background: transparent;
    border: 0;
    padding: 0;
}

.open-contact img {
    width: 50px;
    height: 50px;
}

.submit-area {
    margin-top: 20px;
}

.custom-input {
    font-size: 20px;
}

.text-suscess {
    text-align: center;
    font-size: 25px;
    padding: 60px;
}

small {
    color: #888;
}

.button {
    display: inline-block;
    min-width: 150px;
    color: #fefefe;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    transition: border-radius linear 0.05s, width linear 0.05s;
    position: relative;
}

.button:focus {
    outline: 0;
}

.button.animate {
    width: 50px;
    height: 37px;
    min-width: 0;
    /* border-radius: 50%; */
    color: transparent;
}

.button.animate:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border: 4px solid #fefefe;
    border-radius: 50%;
    border-left-color: transparent;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: spinLoading ease-in 2.5s forwards infinite;
    animation-name: spinLoading;
    -webkit-animation-name: spinLoading;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.button.animate.success:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 12.5px;
    border: 4px solid #fefefe;
    border-right: 0;
    border-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
    -webkit-animation: success ease-in 0.15s forwards;
    animation: success ease-in 0.15s forwards;
    animation-delay: 2.5s;
}

.mw-248 .modal-content {
    border-radius: 24px;
}

.mw-248.modal-dialog {
    height: unset;
    background-color: unset;
}

.text-form-success {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #11945a;
}

.text-error {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: red;
}

.mw-248 {
    max-width: 605px;
}

.px-60{
padding-left: 60px;
padding-right: 60px;
}

@keyframes spinLoading {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    90% {
        transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@-webkit-keyframes spinLoading {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    98% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(0);
    }
}

@keyframes success {
    from {
        transform: translate(-50%, -50%) rotate(0) scale(0);
    }
    to {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    }
}

@-webkit-keyframes success {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    }
}