@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
header{
    width: 100%; 
    max-width: 100%;
    padding: 30px 20px;
    height: 50px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 2000;
    top: 0;
    justify-content: space-around;
    transition: 0.7s;
}

header nav a{
    color: #18c944;
    margin:0 15px;
    padding: 15px 15px;
    font-size: 30px;
    transition: 0.7s;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    
}

a.active{
    background: #4be966cb;
    border-radius: 2px;
}

a:hover{
    background: #36d836;
    border-radius: 2px;
}
body{
  color: rgb(11, 14, 209)!important;
}
.social li{
  display: inline;
  padding-left: 5%!important;
}

a {
  color: rgb(239, 241, 239)!important;
  font-size: 20px;
}

.header {
  width: 90%!important;
margin-left: 5%!important;
}

.header h1 {
  font-size: 25px;
    padding-top: 5%;
}

.social {
  padding-top: 5%;
}

.social a:hover{
  color:#FDAEAE!important;
}

.social i{
  font-size: 25px!important;
}

.carousel-inner img {
  width: 100%;
  height: 100vh;
}

.carousel-caption{
  /*background-color: rgba(255, 208, 208, 0.8); !important;*/
  background-color: rgba(68, 228, 54, 0.4) !important;
  z-index: 14px;
  color: rgb(27, 27, 187)!important;
}

.carousel-control-prev{
  top: 70%!important;
  margin-left: 20%;
}

.carousel-control-next{
  top: 70%!important;
  margin-right: 20%;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40%!important;
    left: 0%!important;
    top: 25%!important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #18117a;
    text-align: center;
  }

  .line {
    /*border-left: 3px solid #F57C00;*/
    padding: 4%;
    border-left: 2px solid rgb(17, 15, 153);
    margin-left: 30%;
    text-align: left;
  }

.main a {
  background-color: #20cf63!important;/*#D36F6F!important;*/
  width: 5%;
  height: 5%;
}

.fas {
  color: rgb(45, 12, 192)!important;
}

img {
  width: 100%;
}

.second.row {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.text p{
  font-size: 18px;
}

 button {
      margin-left: 40%;
      background-color: #D36F6F;
      color: white;
      padding: 2% 9% 2% 9%;
}

.text {
  border-left: 3px solid #D36F6F;
  padding-left: 5%;
  margin-left: 5%;
}

.photo{
  display: inline-block;
position: relative;
}

.third button{
  margin-left: 30%;
}

.third .line, .fourth .line {
  border-left: 3px solid #F57C00;/*#D36F6F*/
  margin-left: 0!important;
}

.footer {
  /*background-color: #D36F6F;*/
  background-color: #fca400;


}

.text_footer{
  padding: 5%;
  color: rgb(22, 62, 192);
}

.footer .row  {
  margin-right: 0!important;
 margin-left: 0!important;
}

.footer a{
  color: rgb(25, 33, 156)!important;
}

@media (max-width: 599px) and (min-width: 0px) {

  .main .line{
    margin-left: 0!important;
    padding: 0!important;
  }

  .main h3{
    font-size: 14px!important;
    line-height: 0.5!important;
  }
}
