@import url(https://fonts.googleapis.com/css?family=Raleway);

*{
    font-family: "Raleway";
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
}
html, body {
  margin: 0;
}

.context {
    position: sticky;
    top: 0;
    width: 100%;
    /* position: absolute; */
    /* top:50vh; */
    z-index: calc(3);
}
.context-details{
    background-color: #fff;
    padding:  .5rem 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.9s;
}
/* .context h1{
    text-align: center;
    color: #f46b45;
    font-size: 50px;
} */
.cbt-logo{
    display: flex;
    align-items: center;
}
.cbt-logo img{
    height: 40px; 
    width:40px;
    margin-right: 1rem;
}
.cbt-details .official-details{
    background-color: #f46b45;
    padding: .8rem 2rem;
    color: #f5f1f0;
    font-weight: 600;
}
.cbt-details{
    display: flex;
}
.cbt-details button{
    margin-top: 1rem;
    border: none;
    cursor: pointer;
}
.context-details .cbt-logo, ul {
    list-style: none;
}
.context-details .cbt-logo, ul li a {
    text-decoration: none;
    margin-right: 1rem;
    color: #f46b45;
}

/* Main Page */
.main-details{
    /* background-color: #ddd2cf8e; */
    background: linear-gradient(to right, #f46b456c , #fff);
    z-index: 1;
    /* line-height: 3rem; */
}

.main-details-2 .online-details-2, p{
    margin: 1.5rem 0rem;
}
.main-details-1, .online-details-1{
    padding: 50px 130px;
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    z-index: 1;
}
.main-details-2 h1{
    font-size: 3rem;
}
.main-details-2 h3{
    color: #f46b45;
    font-size: 2rem; 
    font-family: candara; 
    text-transform: uppercase;
}
.main-details-3 img{
    width:100%; 
    height:100%;
}
.cbt-details a{
    z-index: 1;
}
.online-details{
    background-color: rgba(255, 255, 255, 0.758);
    background-color: #fef0ec;
}
.online-details-2 h1{
    color: #f46b45;
}
.online-details-3 img{
    width:100%;
}
.online-content{
    padding: 50px 150px;
}
.online-content-1{
    border-left: 2px solid red;
    height: 50%;
}

/* GetStarted */
.getstarted-details{
    background-color: #fff;
}
.getstarted-details-1{
    padding: 50px 150px;
    display: flex;
    align-items: center;
}
.getstarted-details-2{
    background-color: #f46b45;
    padding: 80px 50px;
    margin-right: 2rem;
}
.getstarted-details-2 img{
    width: 400px;
    height: 100%;
}
.getstarted-details-small{
    display: none;
}
.form-getstarted p{
    margin: 0;
    padding: 0;
}
.form-getstarted input[type=text],input[type=email]{
    width: 150%;
    padding: .5rem;
    margin-bottom: 1rem;
}



/* Footer */
.footer-details{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 80px 10px;
    /* background: linear-gradient(to left,#e9941d ,#f46b45 ); */
    background-color: #180c08;
    /* background-color: #492417; */
}
.footer-social-link i{
  margin: 15px;
  color: #fff;
  transition: .7s ease;
  transition-property: background-color, color;
  font-size: .5rem;
}
.footer-social-link i:hover{
  margin: 15px;
  color: #f7b09c;
}
.footer-social-content p{
    padding: 0;
    margin: 0;
}
.menus {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .menus a{
    text-decoration: none;
    margin: 15px;
    color: #fff;
    font-size: 1rem;
  }
  /* End Footer */





.area{
    /* background: ;   */
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    /* height:100vh; */
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;  /* Chekck Later */ 
    overflow: hidden;
    /* z-index: -1; */
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    /* background: #ddd2cf; */
    background: #fef0ec;
    animation: animate 25s linear infinite;
    bottom: -150px;
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}


@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

@media screen and (max-width: 850px) {
    .context-details{
        background-color: #f5f1f0;
        padding: .5rem 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .context-details{
        padding: .5rem 1rem;
    }
    .col h1 {
        font-size: 2rem;
    }
    .online-details-2 h1{
        font-size: 1.5rem;
    }
    .col .cbt-details .official-details{
        padding: 1rem 2rem;
        margin-bottom: .5rem;
    }
    .context-details ul li a {
        margin-right: .4rem;
        font-size: .8rem;
    }
    .main-details-1, .online-details-1, .online-content, .getstarted-details-1{
        padding: 45px 40px;
        display: block;
        /* flex-direction: column-reverse; */
    }
    .main-details-2 h3{
        font-size: 1.3rem;
    }
    .cbt-details .official-details{
        padding: 1rem .5rem;
    }
    .cbt-logo img{
        margin-right: .5rem;
    }
    .online-content h1{
        font-size: 1.2rem;
    }
    .form-getstarted input[type=text],input[type=email]{
        width: 100%;
    }

    .getstarted-details-2{
        display: none;
    }
    .getstarted-details-small{
        display: contents;
        display: flex;
        justify-content: center;
    }
    .getstarted-details-3 h1{
        text-align: center;
        margin-top: 2rem;
    }

    /* Footer */
    .menus a{
        margin: 10px;
    }
    .footer-details{
        padding: 50px 10px;
    }
    .footer-details-1 p{
        font-size: .8rem;
    }
    ul li a{
        font-size: 1rem;
    }
  
  }