* {
    box-sizing: border-box;
    color: azure;
    font-family: 'Jost', sans-serif;

}

::-webkit-scrollbar {
    display: none;
}
.resposive {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: url(images/OurDrives/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slideexternal {
    display: flex;
    width: 75%;
    height: 75vh;
    justify-content: center;
    align-items: center;
}


.slide-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75vw;
    height: 75vh;
    box-shadow: 2px 2px 4px black;
}

.sli-imgcontainer {
    height: 75vh;
    width: 75vw;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.content-section {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.textblog {
    width: 75vw;
    height: 100%;
    margin-top: 4vmax;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.textblog h1 {
    margin: 2vmax;
    font-size: 4vmax;
    text-transform: uppercase;

}

.textblog p {
    font-size: 1.4vmax;
    text-align: justify;

}

.textblog h3 {
    text-align: center;
    font-size: 1.5vmax;
    font-weight: 400;
}

.price{
    width: 81vw;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price ul{
    margin-top: 3vmax;
    border: 0.75px solid rgb(88, 170, 12);
    padding: 1vmax;
    text-align: center;
}
.price li {
    list-style: none;
}
.navbar {
    position: relative;
    margin-bottom: 4vmax;
    display: flex;
    height: 17vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.295);
    z-index: 100;
    align-items: center;
    justify-content: flex-end;
}

.navbar img {
    width: 10vmax;

}

.back-btn {
    position: absolute;
    left: 0vmax;
    top: 2vmax;
    z-index: 100;

}

.back-btn button {
    padding: 2px;
    height: 2em;
    width: 5em;
}

.btn-container {
    position: relative;
    left: -1em;
    display: flex;
    margin: 4vmax;
    justify-content: flex-start;
    align-items: center;
}

.btn {
    cursor: pointer;
    height: 2em;
    width: 15em;
    position: relative;
    border-radius: 0 10em 10em 0;
    outline: none;
    background-color: transparent;
    border-top: 0.75px solid rgb(88, 170, 12);
    border-right: 0.75px solid rgb(88, 170, 12);
    border-left: none;
    border-bottom: 0.75px solid rgb(88, 170, 12);
    transition: all 0.5s ease-in-out;
    color: white;
    padding: 2px;
}

.btn:hover {
    background: rgba(88, 170, 12, 0.441);
    color: white;

}

a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

a:active {
    border: none;
}

.btn-container img {
    position: relative;
    width: 3em;
    height: 3em;
    left: 1em;
    z-index: 1;

}

