ul, ol {
    overflow: hidden !important;
    word-wrap: break-word;
    word-break: normal;
}

body {
    margin: 0;
    padding: 0;
}



a:hover {
    color: white ;
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 25vw;

}

p {
    line-height: 120% !important;
}

.z-negative {
    z-index: -10;
}

.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-50 {
    z-index: 50;
}
.z-100 {
    z-index: 100;
}

.w-30 {
    width: 30%;
}
.w-35 {
    width: 35%;
}

.w-65 {
    width: 65%;
}
.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}
.text-medium {
    font-weight: 500 !important;
}
.text-semibold {
    font-weight: 600 !important;
}
.text-bold {
    font-weight: 700 !important;
}
.text-extrabold {
    font-weight: 800 !important;
}

.wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}



#first-section {
    height: 700px;
}

#bg-img {
    width: 100%;
    height: 100%;

}

.register-btn {
    width: auto;
    min-width: 300px;
    max-width: 350px;
    height: 40px;
    background-color: #ff6d12;
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

#second-section {
    background: rgb(27,33,45);
    background: linear-gradient(51deg, rgba(27,33,45,1) 0%, rgba(33,40,59,1) 36%, rgba(44,45,75,1) 73%, rgba(62,57,106,1) 100%); 
}
#third-section {
    background: rgb(46,45,78);
    background: linear-gradient(51deg, rgba(29,34,53,1) 0%, rgba(33,42,57,1) 100%);
}



#fourth-section {
    background: rgb(27,33,45);
    background: linear-gradient(51deg, rgba(27,33,45,1) 0%, rgba(33,40,59,1) 36%, rgba(44,45,75,1) 73%, rgba(62,57,106,1) 100%); 
}

.box {
    width: 32%;
    height: 400px;
    border: 1px solid #eee;
    background-color: #212B3A;
    border-radius: 3px;
    margin: 10px 0px;
    
}

.iframe {
    width: 50%;
}
@media screen and (max-width:1200px) {
    #third-section .text-section, .iframe {
        width: 100% !important;
    }
    iframe {
        width: 100% !important;
        height: 50vw;
    }
}
@media screen and (max-width:992px) {
    .box {
        width: 100%;
    }
    .text-section {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .img-section {
        width: 70%;
    }
    #third-section .text-section {
        width: 100% !important;
    }
}

.bg-base {
    background-color: #232f3f;
  }
  
.footer::before {
    display: none !important;
  }
  
  .footer-links > li > a {
    color: white;
    
  }