@import url('https://fonts.googleapis.com/css2?family=Epilogue&family=Playfair+Display+SC:wght@900&family=Poppins:ital,wght@1,900&family=Roboto+Mono:wght@300&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sect-1 {
    background-image: url("./images/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    height: 800px;
}

@media(max-width:700px) {
    .sect-1 {
        background-size: 100vh;
    }
}

.sect-1 .h1 {
    font-family: 'gothic';
    font-size: 60px;
    font-weight: 500;
}

.sect-1 p {
    text-transform: uppercase;
}

.hero {
    padding-top: 16%;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, -50px, 0);
    }
}

.sect-1 .mouse {
    padding-top: 5%;
    animation-direction: alternate;
    animation: bounce 1s;
    animation-iteration-count: infinite;
}

.sect-2 .about-us {
    font-family: 'roboto-mono';
    font-size: 38px;
    font-weight: 500;
}

.sect-2 .cont-1 {
    font-family: 'lato';
    font-size: 18px;
    font-weight: 300;
}

.sect-3 {
    background-image: url("./images/s_image.jpg ");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

#cont-3 {
    font-size: 16px;
    padding-top: 4%;
}

#design {
    font-family: 'lato'
}

#overlay2 {
    width: 275px;
    height: 230px;
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: 7px;
    left: 27px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'quicksand';
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#overlay3 {
    width: 275px;
    height: 230px;
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: 9px;
    left: 27px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'quicksand';
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#overlay4 {
    width: 275px;
    height: 230px;
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: 9px;
    left: 17px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'quicksand';
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#overlay5 {
    width: 275px;
    height: 230px;
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: 9px;
    left: 17px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'quicksand';
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#overlay6 {
    width: 275px;
    height: 230px;
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: 9px;
    left: 17px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'quicksand';
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#overlay7 {
    width: 275px;
    height: 230px;
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: 9px;
    left: 17px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'quicksand';
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#overlay8 {
    width: 275px;
    height: 230px;
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: 9px;
    left: 17px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'quicksand';
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#overlay9 {
    width: 275px;
    height: 230px;
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: 9px;
    left: 17px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'quicksand';
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.image-1 {
    position: relative;
}

.design-1 {
    position: relative;
}

.design-2 {
    position: relative;
}

#text-overlay {
    position: absolute;
    top: -140px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'quicksand';
    opacity: 0;
}

#text-overlay1 {
    position: absolute;
    top: -140px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'quicksand';
    opacity: 0;
}

.design-3 {
    position: relative;
}

#text-overlay2 {
    position: absolute;
    top: -140px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'quicksand';
    opacity: 0;
}

#last-1 {
    height: 600px;
    background-image: url("./images/c_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cont-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer1 {}

#lasty h2 {
    font-size: 17px;
}