
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Poppins', sans-serif;
  background-color: #202020;
}

::-webkit-scrollbar {
  display: none;
}

.bg-base{
  background-color: #202020;
}

.grnd{
  background: rgb(12,192,223);
  background: linear-gradient(180deg, rgba(12,192,223,0.15) 0%, rgba(115,115,115,0.15) 50%, rgba(32,32,32,0.15) 100%);
}

.cir-grnd{
  background: rgb(32,32,32);
  background: radial-gradient(circle, rgba(32,32,32,0.1517857142857143) 0%, rgba(115,115,115,0.1517857142857143) 50%, rgba(12,192,223,0.14898459383753504) 100%);
  padding-top: 89px;
}

.full-height{
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*padding-top: 50px;
  padding-bottom: 80px;*/
  border-bottom: 2px solid #0cbfdf1a;
}

a{
  text-decoration: none !important;
}

.navbar{
  background: radial-gradient(circle, #2d2d2d, #202020) !important;
  transition: all 0.5s;
  
}

.navbar-scrolled{
  /* background: rgba(0, 0, 0, 0.5) !important;  */
  backdrop-filter: blur(4px) !important;
  transition: 0.5s;
  background: radial-gradient(circle, #2d2d2dbd, #202020b6)  !important;
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
}

.button {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.4s;
}

.button1 {
  background-color: #202020;
  color: #FEF001; 
  border: 2px solid  #0CC0DF;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
}

.button1:hover {
  background-color: #FEF001;
  color: rgb(0, 0, 0);
  border: none;
  font-weight: 500;
  border: 2px solid #FEF001;
}

.button2 {
  background-color: #FEF001;
  color: #202020; 
  border: 2px solid  #FEF001;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
}

.button2:hover {
  background-color: #ded418;
  color: rgb(0, 0, 0);
  border: none;
  font-weight: 500;
  border: 2px solid #ded418;

}

.box1{
  /*background-color: #0CC0DF;*/
  border-radius: 30px;
}

.box2{
  
  border-radius: 30px;
  width: max-content;
  border: 3px solid #0CC0DF;
}

.box2-1{
  background: linear-gradient(rgba(32, 32, 32, 0.8), rgba(39, 39, 39, 0.8)), url(../images/bg-1.jpg);
  background-size: cover;
  
}

.box2-2{
  background: linear-gradient(rgba(32, 32, 32, 0.8), rgba(39, 39, 39, 0.8)), url(../images/bg-2.jpg);
  background-size: cover;
  background-position: 10%;
}

.grnd-last{
  padding-top: 55px;
  background: rgb(12,192,223);
  background: linear-gradient(180deg, rgba(12,192,223,0.05) 0%, rgba(32,32,32,0.05) 100%), url(../images/dot.png);

}
.box-last{
  background-color: #06697a;
  border-radius: 30px;
  width: max-content;
  border: 3px solid #fef1017f;
  width: 50%;
  cursor: pointer;
}


@media screen and (min-width: 377px) {
   .box2,.box1 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
   .box2,.box1 {
    max-width: 65%;
  }
}

.appbtn{
  width: 100em;
  height: 40%;
}

.btn-div{
  width: 100%;
  color: #0CC0DF;
  padding: 80px;
}

.axb{
  color: #FEF001; 
  font-size: 34px;
  font-weight: bolder;
  font-stretch: ultra-expanded;
  letter-spacing: 8px;

}

.modal-dialog{
  max-width: 55% !important;
}
.modal-content{
  background-color: #2d2d2d !important;
  padding: 20px 93px;
  border-radius: 15px !important;
}
.modal-header{
  border: none !important;
  padding: 10px 0 !important;
}

.modal-title{
  width: 100%;
  text-align: center;
}

.modal-heading{
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.modal-body{
  width: 100%;
}

.footer-link{
  color: white;
}

.footer-link:hover{
  color: rgb(128, 196, 201);
}

.text-content p {
  padding-left: 20px;
}