/* CSS RESETS */
/* ----------------------------------------------------- */



*   {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}

html    {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body    {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color:#272727;
    
}

img {
    display: block; 
    margin: 0 auto;
    max-width: 100%;
}
header{
    height: 70px;
    background-color: rgb(0, 0, 0);
}


#Website1{
    background-color: #272727;
    text-align: center;
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    margin-top: 0px;
    width: 84%;
    height: 5vh;
    margin-left: 320px;
    font-weight: bold;
    font-size: 25px;
}

#ex1{
    background-color: #272727;
    text-align: center;
    justify-content: center;

    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    margin-top: 0px;
    width: 84%;
    height: 10%;
    margin-left: 320px;
    font-weight: bold;
}
#ex2{
    background-color: #272727;
    text-align: center;
    justify-content: center;

    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    margin-top: 0px;
    width: 84%;
    height: 10%;
    margin-left: 320px;
    font-weight: bold;
}
#ex3{
    background-color: #272727;
    text-align: center;
    justify-content: center;

    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    margin-top: 0px;
    width: 84%;
    height: 10%;
    margin-left: 320px;
    font-weight: bold;
}
#ex4{
    background-color: #272727;
    text-align: center;
    justify-content: center;

    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    margin-top: 0px;
    width: 84%;
    height: 10%;
    margin-left: 320px;
    font-weight: bold;
}
#ex5{
    background-color: #272727;
    text-align: center;
    justify-content: center;

    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    margin-top: 0px;
    width: 84%;
    height: 10%;
    margin-left: 320px;
    font-weight: bold;
}
.tex{
    text-align: left;
    width: 87%;
    padding-left: 190px;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 120px;
    font-size: 25px;
    font-weight: 400;

}

#Website2{
    background-color: #272727;
    display: flex;
    justify-content: center;
    color: white;
    height: 10%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    margin-top: 60px;
    margin-left: 320px;
    width: 84%;
    border-top: 3px solid white;
    padding-top: 30px;
    font-size: 25px;
}
.max{
    margin-bottom: 60px;
}

.vdeo{
    width: 1000px;
    transition-duration: 2s;
}
.vdeo:hover{
    width: 1200px;
    transition-duration: 2s;
}
.catto{
    width: 500px;

    
}
.hed{
    position:fixed;
    display: flex;
    width: 17%;
    align-items: center;
    justify-content: center;
    height: 100%; 
}
.head-bar{
    display: flex;
    flex-direction: column;
    height: 50%;
    justify-content: space-between; 
}
.link{
    color: white;
    font-weight: 600;
    font-size: 30px;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.link1{
    color: white;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.link1:hover{
    text-decoration: underline;
}
.link2{
    color: white;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.link2:hover{
    text-decoration: underline;
}
.link:hover{
    text-decoration: underline;  
}
.link-lists{
    display: flex;
    height: 100px;
    justify-content: space-between;
    flex-direction:column;
    margin-top: 40px;

}
.link-lists1{
    display: flex;
    height: 65px;
    justify-content: space-between;
    flex-direction:column;
    margin-top: 40px;
}
.des-txt{
    background-color: #272727;
    display: flex;
    justify-content: left;

    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    margin-top: 0px;
    width: 54%;
    height: 10%;
    margin-left: 320px;
    font-weight: bold;
    font-size: 20px;

}
.cob-txt{
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: space-between;
    background-color: #272727;

}
.carousel{
    width: 84vw;
    height: 70vh;
    position: relative;
}
.slide{
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
}
.slide>img{
    display: block;
    width: 50%;
    object-fit: cover;
}
.slide[data-active]{
    opacity: 1;
    transition-delay: 0;
    z-index: 1;
}
.carousel-button{
    position: absolute;
    background: none;
    border: none;
    font-size: 2.5rem;
    top: 30%;
    z-index: 2;
    transform: translate(-50%);
    color: rgba(255,255,255,.9);
    cursor: pointer;
    border-radius: .25rem;
    padding: 0 .5rem;
    padding-bottom: 7px;
    background-color: rgba(0,0,0,.2);
}
.carousel>ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.carousel-button:hover,
.carousel-button:focus{
    color: white;
    background-color: rgba(0,0,0,0.4);
}
.carousel-button:focus{
    outline: 2px solid black;
}
.carousel-button.prev{
    left: 17.5rem;
    outline: 2px solid black;
    background-color: rgba(0,0,0,0.4);
}
.carousel-button.next{
    right: 13.9rem;
    outline: 2px solid black;
    background-color: rgba(0,0,0,0.4);
}



/* ACTUAL STYLING */
/* ----------------------------------------------------- */