

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   text-decoration: none;
   list-style: none;
}

body{
   font-family: 'Nunito', sans-serif;
   background-color: #0f0f0f;
}

.container{
   max-width: 1200px;
   margin: 0 auto;
}

.header{
   background-image: url(../img/bg-cax-3.1.webp);
   justify-content: top center;
   text-align: center;
   background-position: top center;
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 70vh;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.menu{
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   z-index: 1000;
}

.logo{
   color: #040404;
   font-size: 25px;
   font-weight: 800;
}

.logo-svg{
   width: 30px;
   height:30px;
}

.menu .navbar ul li{
   position: relative;
   float: left;
}

.menu .navbar ul li a{
   font-size: 18px;
   text-transform: uppercase;
   padding: 20px;
   color: #ffffff;
   display: block;
}

.menu .navbar ul li a:hover{
   color: #cc0099;
}

#menu{
   display: none;
}

.menu-icono{
   width: 30px;
   
}

.menu label{
   display: none;
   cursor: pointer;
   color: white;
   width: 30px;
   height: 30px;
}

.header-info h1{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.header-info p{
   color: #ffffff;
   font-size: 22px;
   text-transform: uppercase;
   margin-bottom: 35px;
}

.btn-1{
   display: inline-block;
   padding: 10px 35px;
   border-radius: 10px;
   background-color: rgba(255,255,255,0.5);
   font-size: 20px;
   color: #222222;
   text-transform: uppercase;
}

.btn-1:hover{
   background-color: #cc0099;
   color: #ffffff;
}

.cax{
   padding: 100px 0;
   display: flex;
   align-items: center;
}

.cax-1{
   width: 50%;
   padding-right: 150px;
}

.cax-1 h2{
   font-size: 40px;
   color: #ffffff;
   text-transform: uppercase;
   font-weight: 600;
   margin-bottom: 35px;
}

.img-cax-1, .img-cax-2{
    border-radius: 10px;
    width: 250px;
    margin-right: 30px;
} 


.cax-1 p{
   font-size: 16px;
   color: #818181;
   margin-bottom: 35px;
}

.cax-1 span{
    color: #cc0099;
}

.btn-2{
   display: inline-block;
   padding: 8px 45px;
   border-radius: 20px;
   background-color: #222222;
   font-size: 18px;
   color: #ffffff;
   text-transform:uppercase;
}

.btn-2:hover{
   background-color:#cc0099;
   color: #ffffff;
}


.footer{
   border-top: 1px solid #ffffff29;
   padding: 50px 0;
   display: flex;
   justify-content: space-between;
   background-color: #040404;
}

.footer h3{
   color: silver;
   font-size: 25px;
   font-weight: 800px;
}

.links ul{
   display: flex;
}

.links ul li{
   margin-right: 35px;
}

.links ul li a{
   color: silver;
}

/*MODAL */

.pop-up{
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;

    align-items: center;
    visibility: hidden;
}

.pop-up-wrap{
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease all;
}

.pop-up-title{
    flex-basis: 0;
    flex-grow:1.5;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('../img/office.jpg');
    background-size: 165%;
    background-position: center;
    background-repeat: no-repeat;
}

.pop-up-title::after{
    content: '';
    position: absolute;
    background: rgba(228, 63, 90, 0.75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pop-up-title::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.subcription::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.pop-up-title h2,
.pop-up-title p{
    z-index: 10;
    color: #fff;
}

.pop-up-title h2{
    font-family: 'Chiller';
    font-size: 80px;
}


.pop-up-title p{
    font-size: 20px;
    font-weight: 300;
}

.subcription{
    background: #222;
    flex-basis: 0;
    flex-grow: 2;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
}

.sub-content{
    width: 75%;
}

.sub-content h2{
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}

.sub-content p{
    font-size: 12px;
    font-weight: 20;
    color: #ccc;
    margin-bottom: 30px;
}

.subs-email{
    width: 100%;
    padding: 15px;
    border: none;
    background: #ccc;
    margin-bottom: 15px;
}

.subs-send{
    width: 100%;
    padding: 15px;
    border: none;
    background: #E43F5A;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .25s ease background;
}

.subs-send:hover{
    background: #1bc59b;
}

.line{
    width: 100%;
    height: 20px;
    background: #000;
}

#close{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 25px;
    color: #1bc59b;
    cursor: pointer;
}
.sortir a{
  color: red;
  font-size: 20px;
}
.pop-up.show{
    visibility: visible;
}

.pop-up-wrap.show{
    transform: scale(1);
    opacity: 1;
}

@media only screen and (max-width: 980px){
    .pop-up-title{
        display: none;
    }

}

@media only screen and (max-width: 320px){
    .sub-content h2{
        font-size: 30px;
    }






















