*{ 
    
    margin: 0;padding: 0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    text-transform: uppercase;
}

/*carousel*/
.container1{
    top:0;
    position: relative;
    overflow: hidden;
    
}
.container1 .slide-container .slide{
    min-height: 100vh;
    z-index: -1;
}
.container1 .slide-container .slide img{
    position: absolute;
    top: 0; left:0;
    z-index: -1;
    height:100%;
    width: 100%;
    object-fit: cover;
    animation:fadeIn .4s linear ;
} 
@keyframes fadeIn{
    0%{
        transform: scale(1.2); 
    } 
}
.container1 .slide-container .slide .content{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: rgba(0, 0, 0, 0.050);
    text-align: center;
}
.container1 .slide-container .slide h5{
    margin-top: 500px;
    font-family: 'Arial', Helvetica, sans-serif;
    font-weight: bolder;
    font-size: min(30em,4.5vh);
    color: white;
    text-shadow: 0 2px  2px rgba(0, 0, 0,0.300);
    z-index: 0;
    animation:animate 1 linear .4s backwards;
}
.container1 .slide-container .slide p{
    font-family: 'Arial', Helvetica, sans-serif;
    font-weight: bolder;
    font-size: min(30em,2vh);
    color: white;
    padding: 1% 0;
    font-weight: lighter;
    text-shadow: 0px 2px 5px rgb(0, 0, 0);
    max-width: 60%;
    animation:scale 1 linear .5s backwards;
}
.container1 .slide-container .content .linkbtn{
    
    padding: 9px 30px;
    background: rgb(44, 171, 255);
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    border: solid rgb(171, 238, 255);
    border-radius: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: min(30em,1.9vh);
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;

    transition: 0.2s linear;
    animation:up 1 linear 0.5s backwards;
}
.container1 .slide-container .content .linkbtn:hover{
    letter-spacing: 2px;
    border-radius: 10px;
}

@keyframes animate {
    0%{
        opacity: 0;
        transform:scale(0.5) translateY(-60px)
    }
    
}
@keyframes up {
    0%{
        opacity: 0;
        transform: translateY(60px)
    }
    
}
@keyframes scale {
    0%{
        opacity: 0;
        transform: scale(0.5)
    }
}

.container1 .slide-container{
    display: none;
    transition: opacity 0.5s ease-in-out;
}
.container1 .slide-container.active{
    display: block;
    transition: opacity 0.5s ease-in-out;
}
.container1 #next, 
.container1 #prev{
    position: absolute;
    top:50%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.401);
    color: rgb(255, 255, 255);
    font-weight: lighter;
    height: 60px;
    width: 50px;
    line-height: 55px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
}
.container1 #next{
    right:0;
    border-radius: 20px 0px 0px 20px;
}
.container1 #prev{
    left:0;
    border-radius: 0px 20px 20px 0px;
}
.container1 #next:hover{
    right:0;
    width: 60px;
    border-radius: 20px 0px 0px 20px;
}
.container1 #prev:hover{
    left:0;
    width: 60px;
    border-radius: 0px 20px 20px 0px;
}


.box-holder{
    display: flex;
    justify-content: center;
}

.box1{
    width: 100%;
    height: 500px;
    background-color: antiquewhite;
    overflow: hidden;
}
.box1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}

.box2{  
    background: #fa801d;
    padding: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column;
}
.box2 img{  
    margin-top: 55px;
}
.box2 h2{
    font-family: 'Arial', Helvetica, sans-serif;
    color: #ffffff;
    max-width:800px;
    margin-top: 15px;
    font-size: 40px;
    letter-spacing: 1.5px;
}

.box2 a{
    border-radius: 10px;
    text-decoration: none;
    padding: 9px 30px;
    margin-top: 20px;
    background: white;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    color: gray;
    font-weight: bold;
    font-size: min(30em,1.9vh);
    cursor: pointer;

    transition: 0.3s;
}
.box2 a:hover{
    letter-spacing: 2px;
    border-radius: 10px;
}

/**/
.box4{
    width: 100%;
    height: 500px;
    background-color: antiquewhite;
    overflow: hidden;
    
}
.box4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}

.box3{  
    background: #e454f7;
    padding: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column;
    
}
.box3 img{  
    margin-top: 55px;
}
.box3 h2{
    font-family: 'Arial', Helvetica, sans-serif;
    color: #ffffff;
    max-width:800px;
    margin-top: 15px;
    font-size: 40px;
    letter-spacing: 1.5px;
}
.box3 a{
    border-radius: 10px;
    text-decoration: none;
    padding: 9px 30px;
    margin-top: 20px;
    background: white;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    color: gray;
    font-weight: bold;
    font-size: min(30em,1.9vh);
    cursor: pointer;

    transition: 0.3s;
}
.box3 a:hover{
    letter-spacing: 2px;
    border-radius: 10px;
}

.box5{
    width: 100%;
    height: 500px;
    background-color: antiquewhite;
    overflow: hidden;
}
.box5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}

.box6{  
    background: #1da2fa;
    padding: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column;
}
.box6 img{  
    margin-top: 55px;
}
.box6 h2{
    font-family: 'Arial', Helvetica, sans-serif;
    color: #ffffff;
    max-width:800px;
    margin-top: 170px;
    font-size: 40px;
    letter-spacing: 1.5px;
}

.box6 a{
    border-radius: 10px;
    text-decoration: none;
    padding: 9px 30px;
    margin-top: 20px;
    background: white;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    color: gray;
    font-weight: bold;
    font-size: min(30em,1.9vh);
    cursor: pointer;

    transition: 0.3s;
}
.box6 a:hover{
    letter-spacing: 2px;
    border-radius: 10px;
}

@media (max-width: 1000px){
    .container1 .slide-container .slide .content{
        background: rgba(0, 0, 0, 0.600);
    }
    .container1 .slide-container .slide h5{
        margin-top: 90px;
        font-weight: bold;
        font-size: min(30em,4.5vh);
        
    }
    .box2 h2{
        color: #ffffff;
        max-width:800px;
        margin-top: 15px;
        font-size: 30px;
        letter-spacing: 1.5px;
    }
    .box3 h2{
        color: #ffffff;
        max-width:800px;
        margin-top: 15px;
        font-size: 30px;
        letter-spacing: 1.5px;
    }
    .box6 h2{
        color: #ffffff;
        max-width:800px;
        margin-top: 170px;
        font-size: 30px;
        letter-spacing: 1.5px;
    }
}
@media (max-width: 600px){
    .container1 .slide-container .slide h5{
        font-weight: bold;
        font-size: 20px;
    }
    .container1 .slide-container .slide p{
        font-size:12px;
        font-weight: lighter;
    }
    .container1 #next, 
    .container1 #prev{
    top:82%;
    background: rgba(255, 255, 255, 0.200);
    font-weight: lighter;
    height: 20x;
    width: 30px;
    font-size: 20px;
    text-align: center;
}
    .box2 h2{
        color: #ffffff;
        max-width:500px;
        margin-top: 15px;
        font-size: 20px;
    }
    .box2 img{  
        margin-top: 100px;
    }
    .box3 h2{
        color: #ffffff;
        max-width:500px;
        margin-top: 15px;
        font-size: 20px;
    }
    .box3 img{  
        margin-top: 100px;
    }
    .box6 h2{
        color: #ffffff;
        max-width:400px;
        margin-top: 180px;
        font-size: 20px;
    }
    .box1{
        display: none;
    }
    .box4{
        display: none;
    }
    .box5{
        display: none;
    }
}
