 @font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Bold.woff2') format('woff2'),
        url('./fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Black.woff2') format('woff2'),
        url('./fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Regular.woff2') format('woff2'),
        url('./fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Regular.woff2') format('woff2'),
        url('./fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
  background: #0B001A;
  color: white;
  font-family: 'Poppins';
}

.navbar {
  padding: 1rem 0;
}

.navbar-nav .nav-link {
  color: white;
  font-weight: 500;
  padding: 10px 24px!important;
  font-size: 18px;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
  color: #fff;
}

.register-btn {
  background-color: #1B7FAF;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 8px 20px;
  margin-left: 15px;
  font-size: 18px;
}
.navbar-brand{
    font-size: 28px;
}
.register-btn:hover{
    border: 2px solid #fff;
}

.hero-section {
  padding: 1.7rem 1rem;
}

.hero-section .col-lg-6{
    padding: 0;
}
.hero-title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero-desc {
  font-size: 20px;
  margin: 0 0 30px;
  max-width: 750px;
    font-family: 'Roboto';
}

.hero-img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.hero-cta {
  background-color: #1B7FAF;
  color: white;
  font-weight: bold;
  padding: 10px 28px 10px 55px;
  border-radius: 30px;
  position: relative;
  border: none;
  font-size: 22px;
}
.hero-cta:before{
    content: '';
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
}
.main{
    display: grid;
    align-content: center;
    min-height: 100vh;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.main:before{
    content: '';
    box-shadow: 0 0 500px 200px #611642;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 140px;
    background: transparent;
    z-index: -1;
}
.main:after{
    content: '';
    box-shadow: 0 0 500px 200px #52006e;
    width: 0;
    height: 0;
    position: absolute;
    right: 580px;
    top: -100px;
    background: transparent;
    z-index: -1;
}
.blue-dot-one{
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #195FC0;
    left: -100px;
    z-index: -1;
    bottom:-100px;
}
.blue-dot-two{
    z-index: -1;
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #195FC0;
    right: -140px;
    bottom:100px;
}
.yellow-dot-one{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F68C14;
    left:20px;
    top:40%;
    z-index: -1;
}
.navbar .container{
    border-bottom: 4px solid #F68C14;
    display: flex;
    width: 100%;
    padding: 0 0 16px;
}
.text-center{
    padding: 0;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Responsive =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

@media screen and (min-width:1241px) and (max-width:1500px)
{
    .hero-title{
        font-size: 5rem;
    }
    .hero-desc{
        font-size: 19px;
    }
}

@media screen and (min-width:1025px) and (max-width:1240px)
{
    .hero-title{
        font-size: 4.2rem;
    }
    .navbar-brand{
        font-size: 25px;
    }
    .hero-desc{
        font-size: 19px;
    }
    .main{
        padding: 50px 0 70px;
    }
}

@media screen and (min-width:992px) and (max-width:1024px)
{
    .hero-title{
        font-size: 4.2rem;
    }
    .navbar-brand{
        font-size: 25px;
    }
    .hero-desc{
        font-size: 19px;
    }
    .main{
        padding: 50px 0 70px;
    }
    .hero-section{
        padding: 1.2rem 1rem 1.7rem;
    }
}

@media screen and (min-width:768px) and (max-width:991px) 
{
  .hero-title {
    font-size: 3.2rem;
  }
  .hero-desc {
    font-size: 18px;
  }
  .navbar-toggler-icon{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(46deg) brightness(102%) contrast(102%);
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .navbar-nav .nav-link{
    text-align: center;
  }
  .nav-item.ms-2{
    margin:10px auto 0!important;
  }
}

@media (max-width: 767px)
{
  .hero-title {
    font-size: 3.2rem;
  }
  .hero-desc {
    font-size: 18px;
  }
  .navbar-toggler-icon{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(46deg) brightness(102%) contrast(102%);
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .navbar-nav .nav-link{
    text-align: center;
  }
  .nav-item.ms-2{
    margin:10px auto 0!important;
  }
  .main:after{
    right: 0;
  }
  .main{
    padding: 20px;
  }
}

@media screen and (max-width:480px)
{
    .navbar-brand{
        font-size: 22px;
    }
    .main{
        padding: 0 10px 20px;
    }
    .hero-title{
        font-size: 36px;
    }
    .hero-section{
        padding: 20px 0 0;
    }
    .yellow-dot-one{
        display: none;
    }
    .blue-dot-one{
        width: 150px;
        height: 150px;
    }
    .blue-dot-two{
        width: 150px;
        height: 150px;
    }
    .hero-desc{
        font-size: 16px;
    }
    .hero-cta{
        font-size: 18px;
        padding: 8px 20px 8px 45px;
    }
    .hero-cta:before{
        width: 18px;
        height: 18px;
    }
    .main:before{
        box-shadow: 0 0 200px 50px #611642;
        top: 70px;
        left: 0;
    }
}