#box1 {
    background: url('../img/Rectangle\ 2053.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}

.card1 {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #0E3C6E;
    box-shadow: 8px 8px 80px rgba(14, 60, 110, 0.2);
    border-radius: 20px;
}

#card2 {
    width: 30rem;
    height: 17rem;
    color: #0E3C6E;
    border: 0.5px solid #0E3C6E;
    border-radius: 20px;

    
}

#card2 input {
    border: 0.5px solid rgba(14, 60, 110, 0.66);
    border-radius: 10px;
    padding-left: 1rem;
    height: 2.5rem;
    
}

#register {
    background-color: #0E3C6E;
    color: white;
    border-radius: 10px;
}

.box3 {
    padding-bottom: 0rem;
    margin-top: -10rem;
}

.card1 .row .card {
    background: rgba(14, 60, 110, 0.2);
}




@media (max-width:1000px) {
    #card2 {
        width: 30rem;
        height: 20rem;
        
    }
}

@media (max-width:640px) {
    .box3 {
        padding-bottom: 0rem;
        margin-top: 0rem;
    }
    
}

@media (max-width:500px) {
    #card2 {
        width: 20rem;
        height: 20rem;
        
    }
    .box3 {
        padding-bottom: 0rem;
        margin-top: 5rem;
    }
    .footer {
        display: flex;
        justify-content: space-evenly;
        padding-top: 35rem;
    }
    
}

@media (max-width:400px) {
    #card2 {
        width: 13rem;
        height: 22rem;
        
    }

    #box1 {
        background: url('../img/Rectangle\ 2053.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 900px;
    }
}
@media (max-width:300px) {
    #box1 {
        background: url('../img/Rectangle\ 2053.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 1300px;
    }
}




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

#main{
    background: #0e3c6e;
    color: white;
}

section{
    margin-bottom: 80px;
}

.main h1{
        padding-top: 100px;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 15px;
        font-family: 'Poppins';
}

.main p{
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 35px;
}

.main-logo-div p{
    text-align: center;
}

.main .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
    width: 60%;
}

.main .input-group .btn{
    color: black;
    background: white;
    --bs-btn-border-radius: 0;
    font-size: 12px;
}

.main .input-group button{
    background: white;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

input.form-control {
    padding: 15px;
    font-size: 12px;
}

button.btn.btn-outline-secondary.dropdown-toggle.drop-button {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).search-icon{
    margin-left: -2px!important;
    z-index: 99;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.download {
    padding: 20px;
    margin-bottom: -35px;
}

.download p {
    margin-bottom: 0;
    font-weight: 600;
}

.download button.btn.btn-primary {
    margin-left: 20px;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 14px;
    background: #3369F6;
}

.icon-pack-desktop {
    margin-top: 80px;
    padding-bottom: 40px;
}

.icon-pack-mobile.row.justify-content-center.align-items-center{
    display: none;
}

.logo{
    border-radius: 100%;

    height: 70px;
    width: 70px;
    margin-bottom: 10px;
    transition: transform 0.4s;
}

.logo:hover{
    transform: scale(1.1);
}

.main-logo-div{
    margin-left: 25px;
    margin-right: 25px;
}

.logo img{
    width: 35px!important;
    position: relative;
    top: 10px;
}

.light-blue{
    background: #DFF1FF;
}

#second .light-blue{
    padding: 35px 30px;
    border-radius: 25px;
}

#second .light-blue .btn{
    margin-left: 20px;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 14px;
    background: #3369F6;
}

#second h3{
    font-family: 'Poppins';
    font-size: 22px;
}

#second p{
font-size: 15px;
}

span.blue-text {
    color: #1373eb;
}

.sub-heading{
    font-weight: 700;
    margin-bottom: -10px;
    text-align: center;
}

.sub-title{
    text-align: center;
    margin: 0 90px 50px 90px;
}

#products img.card-img-top {
    width: 50px;
    background: white;
    margin: 13px;
}

#products .card{
    padding: 15px 15px;
    box-shadow: 0px 0px 16px 5px #00000014;
    border-radius: 15px;
    border: none;
    margin-bottom: 25px;
    transition: transform 0.4s;
}
#products .card:hover{
    transform: scale(1.1);
}

#products .card-text{
    color: #838282;
    font-size: 10px!important;
}

#third .img-card {
    background: #DFEBFE;
    height: 75px;
    width: 75px;
    border-radius: 10px;
    padding: 12px;
    margin-top: auto;
    margin-bottom: auto;
}

#third .card{
    border: none;
}

#fourth .img-card {
    background: #DFEBFE;
    height: 75px;
    width: 75px;
    border-radius: 10px;
    padding: 12px;
    margin-top: auto;
    margin-bottom: auto;
}

#fourth .card{
    border: none;
}


#fifth img{
    height: 3rem;
    margin-bottom: 25px;
    margin-right: -2px;
}

#fith h4{
    font-weight: 600;
}
.bold{
    font-size: 2rem;
    font-weight: 700;
}

#sixth{
   color: white;
   margin-bottom: 24rem;
}

.progress-bar {
    width: 90%;
    flex-direction: inherit!important;
    justify-content: space-between!important;
    border-top: 3px solid white;
    padding-top: 15px;
    margin-top: -25%;
    margin-left: 10%;
    position: relative;
    overflow: inherit!important;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
  }

.progress-bar .active{
    width: 80px!important;
    height: 80px!important;
    margin-top: -60px!important;
    display: flex!important;
    justify-content: center!important;
} 

.progress-bar .active img{
    width: 80%;
    justify-content: center;
    margin-top: 10px;
}

.progress-bar .dot {
    background-color: white;
    font-weight: bold;
    color: #7ea5cc;
    margin-top: -30px;
    width: 25px;
    height: 25px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
}

.p {
    width: 90%;
    display: flex;
    margin-left: 25px;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 35px;
}
  
.p div{
    margin-top: -45px;
    width: 90%;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
    padding-left: 20px;
    padding-right: 20px;
}

.p h3{
    font-weight: 700;
}

.p h6{
    font-size: 13px;
}

.p p{
    font-size: 12px;
    font-weight: 200;
}

#footer{
    margin-top: 20rem;
}

#upper {
    text-align: center;
    padding: 150px 0;
    background: #3369F6;
  }
  
  /* angled div */
  .slanted-div {
    position: relative;
    padding: 30px 0;
    background: #0E3C6E;
    overflow: visible;
    z-index: 1;
  }
  
  /* where the magic happens */
  .slanted-div:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(12deg);
  }
  
  /* displays the content inside, as these settings in the parent breaks the effect */
  .slanted-div div {
    color: white;
  }
  .slanted-div h4{
    color: white;
    font-weight: 600;
    margin: 30px 15px;
  }
  .slanted-div h5{
    font-weight: 600;
    margin: 30px 15px;
  }
  .slanted-div p{
    color: white;
    margin-left: 20px;
    margin-right: 70px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .slanted-div a{
  text-decoration: none;
  }

  .slanted-div hr{
      color: white;
      height: 2rem;
      margin: 3.5rem auto 0;
      border-top: 2px solid;
      opacity: 1;
  }

  footer {
    color: #999;
    text-align: center;
    padding: 100px 0 50px 0;
    background: #222;
  }
  
  h1 {
    font-size: 2em;
    font-weight: 400;
    margin: 0;
  }

.slanted-div img{
    margin-top: -6rem;
    background: white;
    padding: 20px;
    height: 250px;
    width: 250px;
    border-radius: 25px;
}




@media only screen and (max-width: 768px) {
    .dropdown-menu.dropdown-menu-light.dropdown-mobile {
        right: auto!important;
        left: auto!important;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-nav .dropdown-menu {
        position: absolute!important;
    }

    .main.container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .main h1 {
        padding-top: 50px;
    }
    .main.container.text-center {
      text-align: left!important;
    }
    .main .input-group {
        width: 95%;
    }
    .d-flex.icon-pack-desktop.flex-md-row.justify-content-center.align-items-center{
        display: none!important;
    }
    .icon-pack-mobile.row.justify-content-center.align-items-center{
        display: flex;
        margin-top: 50px;
        text-align: -webkit-center;
    }
    .download button.btn.btn-primary {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #second .light-blue {
        padding: 25px 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 25px;
    }
    #products .card {
        margin-left: 15px;
        margin-right: 15px;
        height: 15rem!important;
    }
    #third .card {
        margin-bottom: 50px!important;
    }
    .sub-heading{
        text-align: left;
    }
    .sub-title{
        text-align: left;
        margin: 0px 15px 50px 15px;
    }
    .third-section .card-body {
        text-align: center;
    }
    .third-section .row {
        justify-content: center;
    }
    #third .img-collage .card{
        margin-bottom: 10px!important;
        margin-left: auto;
        margin-right: auto;
    }
    #fourth .img-collage{
        display: none;
    }
    #fourth .card-body {
        text-align: center;
    }
    #fourth .row {
        justify-content: center;
    }
    #fifth .sub-heading{
        text-align: center;
    }
    #sixth img.bg-img{
        height: 35rem;
        width: auto!important;
        margin-top: -20px;
    }
    .progress-bar {
        width: 100%;
        margin-left: 5%;
        margin-top: -24rem !important;
    }
    .p {
        width: 98%;
        margin-left: 5px;
    }

    .slanted-div .row{
        text-align: center!important;
    }
    .slanted-div img{
        margin-top: -1rem;
    }
    .slanted-div p {
        color: white;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .slanted-div .col-lg-3.col-12{
        margin-top: 30px;
    }

        
    header {
        padding: 30px;
      }
    
      .slanted-div {
        padding: 100px 0;
      }
        
      h1 {
        font-size: 1.5em;
      }
  }

/* 
  .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  } */






.reveal {
    position: relative;
    opacity: 0;
  }
  
  .reveal.active {
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom 1s ease-in;
  }
  .active.fade-left {
    animation: fade-left 1s ease-in;
  }
  .active.fade-right {
    animation: fade-right 1s ease-in;
  }
  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  



