@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap");



html h1,
body h1 {
    margin-bottom: 0;
    /*text-shadow: 5px 5px rgba(0, 0, 0, 0.5);*/
}

html h2,
body h2 {
    margin: 0;
}

.line,
.carousel li div,
.carousel li,
.carousel {
    position: relative;
    width: 100%;
    height: 500px;
}

.carousel li div {
    position: relative;
    z-index: 1;
}

.flex,
.carousel-wrapper,
.center,
.carousel ul {
    display: flex;
}

.center,
.carousel ul {
    align-items: center;
    justify-content: center;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
    z-index: 1;
}


.carousel-wrapper *,
.carousel,
.carousel * {
    z-index: 1;
    position: relative;
}

.carousel-wrapper input {
    display: none;
}

.carousel {
    overflow: hidden;

}

.carousel ul {
    position: relative;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 500%;
    transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.nav-dot {
    position: absolute;
    cursor: pointer;
    margin-left: -7.5px;
    bottom: 10px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

.nav-dot:hover {
    opacity: 0.8;
    transform: scale(1.2);
}

.nav-dot:active {
    transform: scale(0.9);
}

.nav-dot[for=slide1] {
    left: 40%;
}

#slide1:checked~.carousel ul {
    left: 0%;
}

#slide1:checked~.nav-dot[for=slide1] {
    opacity: 1;
}

.nav-dot[for=slide2] {
    left: 45%;
}

#slide2:checked~.carousel ul {
    left: -100%;
}

#slide2:checked~.nav-dot[for=slide2] {
    opacity: 1;
}

.nav-dot[for=slide3] {
    left: 50%;
}

#slide3:checked~.carousel ul {
    left: -200%;
}

#slide3:checked~.nav-dot[for=slide3] {
    opacity: 1;
}

.nav-dot[for=slide4] {
    left: 55%;
}

#slide4:checked~.carousel ul {
    left: -300%;
}

#slide4:checked~.nav-dot[for=slide4] {
    opacity: 1;
}

.nav-dot[for=slide5] {
    left: 60%;
}

#slide5:checked~.carousel ul {
    left: -400%;
}

#slide5:checked~.nav-dot[for=slide5] {
    opacity: 1;
}

.white_tear {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.right-arrow,
.left-arrow {
    color: white;
    display: none;
    position: absolute;
    cursor: pointer;
    font-weight: bolder;
    text-shadow: 0 0 7.5px rgba(0, 0, 0, 0.7);
    top: 50%;
    z-index: 10;
    opacity: 0.7;
    margin-top: -25px;
    height: 50px;
    font-size: 50px;
    transition: 0.2s;
}

.right-arrow:hover,
.left-arrow:hover {
    opacity: 1;
    transform: scale(1.2);
}

.right-arrow:active,
.left-arrow:active {
    transform: scale(0.9);
}

.left-arrow {
    left: 15px;
}

.right-arrow {
    right: 15px;
}

#slide1:checked~.left-arrow[for=slide5],
#slide1:checked~.right-arrow[for=slide2] {
    display: block;
}

#slide2:checked~.left-arrow[for=slide1],
#slide2:checked~.right-arrow[for=slide3] {
    display: block;
}

#slide3:checked~.left-arrow[for=slide2],
#slide3:checked~.right-arrow[for=slide4] {
    display: block;
}

#slide4:checked~.left-arrow[for=slide3],
#slide4:checked~.right-arrow[for=slide5] {
    display: block;
}

#slide5:checked~.left-arrow[for=slide4],
#slide5:checked~.right-arrow[for=slide1] {
    display: block;
}

.signature {
    margin-top: 100px;
    bottom: 0;
    font-family: "Quicksand";
    color: #9696aa;
    text-shadow: 0 2.5px rgba(0, 0, 0, 0.25);
}

.signature .name {
    color: white;
}

.signature .dot {
    margin: 0 5px;
}

.signature a {
    color: white;
    text-decoration: underline;
}
.citem::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.citem-1{
    background-color: #000000;
}

.citem-2 {
    background-image: url('./img/WhatsApp-Image-2024-11-06-at-16.59.06-scaled-e1730933588828.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}

.citem-3 {
    background-image: url('./img/rs50-s.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.citem-4 {
    background-image: url('./img/nueva2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.citem-5 {
    background-image: url('./img/rhinorwl163-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.citem-desc{
    width: 75%;
}