@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
* {
  font-family: "Tajawal", sans-serif;
}

body {

  scroll-behavior: smooth;
}

.new-card {
  border-radius: 25px;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.floating-icon {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 99;
  padding: 10px;
}

.myTitleStyle2 {
  background-image: linear-gradient(
    94.3deg,
    rgba(26, 33, 64, 1) 10.9%,
    rgba(81, 84, 115, 1) 87.1%
  );
  padding-right: 19px;
  padding-left: 19px;
  height: 5px;
  width: 25px;
  border-radius: 25px;
}

.btn-signup {
  background-color: black;
  border-radius: 25px;
  margin-left: 1.3rem;
  font-weight: 600;
  border: none;
  padding: 0.9rem;
}

.btn-login {
  color: #3b71fe;
  font-weight: 600;
  background-color: transparent;
  border-radius: 25px;
  border: none;
}

.btn-login-blue {
  color: #3b71fe;
  font-weight: 600;
  background-color: transparent;
  border-radius: 25px;
  border: none;
}

.btn-login:hover {
  background-color: transparent;
  color: #0048ff;
}

.btn-signup:hover {
  background-color: #0035bd;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  padding: 0px 15px 0px 15px;
  position: relative;
  display: inline-block;
}

.navbar-light .navbar-nav .selected .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 2px auto;
  width: 35%;
  height: 6px;
  background: #3b71fe;
  border-radius: 25px;
}

.btn-add {
  border: 2px solid #3b71fe;
  border-radius: 25px;
}

.btn-add:hover {
  background-color: #0035bd;
  border: 2px solid #0035bd;
  color: white;
}

.btn-signup2 {
  background-color: #3b71fe;
  border-radius: 25px;
  margin-left: 1.3rem;
  font-weight: 400;
  border: none;
  padding: 0.9rem;
}
.btn-signup2:hover {
  background-color: #0035bd;
}

#presentation {
  min-height: 600px;
}

.fiture {
  padding: 5px;
  background: gray;
  border-radius: 25px;
}

.navbar-brand {
  font-weight: 800;
}

.welcome-description {
  font-weight: 50;
  font-size: 85%;
}

.card {
  border: none;
}

.icon {
  border-radius: 25px;
  background-color: #44d6d8;
  padding: 25%;
}

.icon-1 {
  background-color: #1d4ee0;
}

.icon-2 {
  background-color: #f24f4f;
}

.icon-3 {
  background-color: #ffe500;
}

.card1 {
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.img-peop {
  border-radius: 25px;
  position: absolute;
  top: -35px;
  height: 80px;
  width: 80px;
}

.social {
  color: #3b71fe;
}

#contact-us {
  background-color: #3b71fe;
}

.submit-email {
  background-color: #0035bd;

  color: white;
  border-radius: 25px;
}

.inputs {
  background-color: white;
  border: 2px solid #3b71fe;
  color: #3b71fe;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-appearance: none;
}

#main-footer {
  height: 230px;
}

.inputs:focus {
  border: 2px solid #0035bd;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.mycard {
  color: white;
  font-size: larger;
  text-align: center;
}

.myImg {
  border: 5px solid #3f6fd8;
  position: relative;
  top: -55px;
  width: 110px;
  height: 110px;
  background: white;
  border-radius: 50px;
}

.myTitleStyle {
  height: 5px;
  background-color: #3b71fe;
  padding-right: 25px;
  border-radius: 25px;
}

.mycardbi {
  background: rgb(59, 174, 254);
  background: linear-gradient(
    25deg,
    rgba(59, 174, 254, 1) 0%,
    rgba(63, 107, 213, 1) 100%
  );

  border-radius: 25px;
}
@media (max-width: 768px) {


  .navbar-toggler .bx-menu-alt-right {
 
    font-size: 200%;
  }

  .navbar-toggler {
    color: white;
    background-color: transparent;
    border: none;
    padding: 0%;
  }

  .navbar-light .navbar-nav .nav-item {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-bottom: 15px;
  }

  .buttons {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 992px) {

  .navbar-nav{
    background-color: #3b71fe;
    border-radius: 25px;
    padding-top: 15px;
  }

  .bg-white{
    background-color: transparent !important;
  }

  .vtttn{
    display: none;
  }


  .navbar-toggler .bx-menu-alt-right {
   color: white;
    font-size: 200%;
  }

  .navbar-toggler {
    background-color: transparent;
    border: none;
    padding: 0%;
    color: white;
  }

  .navbar-light .navbar-nav .nav-item {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-bottom: 15px;
  }

  .buttons {
    display: flex;
    justify-content: center;
  }
}

.call-to-action {
  background-image: url(../img/chris-karidis-nnzkZNYWHaU-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.welcome{
  min-height: 80vh;
}

#welcome{
  background-image: url(../img/chris-karidis-nnzkZNYWHaU-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.tA{
  font-weight: 500;
}

.tB{
  font-weight: 600;
  color: white;
}

nav{
  border: none;
}

.big-btn{
  background-color: #3b71fe;
  margin-left: 1.3rem;
  font-weight: 400;
  border: none;
  padding: 0.9rem;
  border-radius: 25px;
}

#carouselExampleIndicators{
  border-radius: 25px;
}