@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;

}

.nav-items-2 {
    flex: 1;
}

.font-roboto {
    font-family: "Roboto", sans-serif;
}

.text-orange {
    color: white;
    background-color: #0f0214;
}

.orange {
    color: #472e42;
}

.green {
    color: #6AC6BF;
}

.bg-green {
    background-color: #6AC6BF;
}

.img-bg {
    background-image: url(./slider-333.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;

}

.img-bg-2 {
    background-image: url(./slider-222.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;

}

.img-bg-3 {
    background-image: url(./slider-111.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;

}
.bg-img-news{
    background-image: url(./backg-newsletter.png) ;
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
}

.bg-back{
    background-image: url(./back1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
}


.img-hover:hover{
    scale: 1.04;
    transition: 0.2s ;
    filter: brightness(0.7);
    cursor: pointer;
}
.btn:hover{
    cursor: pointer;
    border: 1px solid;
    background: none;
    color: black;
    
}

.img-fluid:hover{
    filter: brightness(0.8);
    transition: 0.6s;
    cursor: pointer;
}

.nav-link:hover{
scale: 1.02;
}
.fa:hover{
    background: none;
    scale: 1.05;
    color: black;
}
.font-poppins {
    font-family: "Poppins", sans-serif;
}

button:hover{
    background: none;
    color: black;
}


@media (max-width: 575.98px) {
    .img-22{
        width: 50%;
    }
    .img-223{
        width: 50%;
        float: right;
    }
    
  }
  
 
  @media (min-width: 768px) and (max-width: 991.98px) {
    .img-22{
        width: 80%;
    }
    .img-223{
        width: 80%;
        float: right;
    }
    .bg-img-news{
        width: 100%;
    }
   
  }
  

  @media (min-width: 992px) and (max-width: 1199.98px) {
    .img-223{
        width: 90%;
        float: right;
    }
   
  }

  .dropdown-2:hover .dropdown-menu{
    display: block;
   width: 500px;
   border: none;
  transition: 0.3s;
  }
  




  