* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Madimi One", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* color: #efa693;
  color: #61a2f9; */
}

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

.ls {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#hero {
    background-image: url("Product images/swim.jpg");
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

#hero .logo {
    height: 6rem;
}

#nav,
.nav {
    justify-content: space-around;
    background-color: #fefefa;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#menu {
    justify-content: space-around;
    list-style-type: none;
    gap: 6rem;
    z-index: 2;
}

#menu li {
    cursor: pointer;
}

#menu li a {
    text-decoration: none;
    color: #61a2f9;
    cursor: pointer;
}

#menu li a:hover {
    text-decoration: none;
    color: #ffc000;
}

#menu li a:active {
    color: #61a2f9;
}

#menu #call-to-action {
    padding: 10px 20px;
    background-color: #61a2f9;
    color: #fefefa;
    border-radius: 20px;
    transition: 0.2;
}

#menu #call-to-action a {
    color: #fefefa;
}

#menu #call-to-action:hover {
    scale: 1.05;
}

#menu #call-to-action:active {
    scale: 1;
}

#hero .content {
    width: 100%;
    height: 90%;
    justify-content: space-around;
    position: relative;
}

#hero .content .hero {
    width: 50%;
}

#hero .content img {
    height: 30rem;
}

.hero-content-text {
    height: 80%;
    text-shadow: 2px 2px 2px black;
    box-shadow: 1px 1px 5px black;
    background-color: #fefefa24;
    border-radius: 20px;
    padding: 20px;
    width: 50%;
    margin-right: 30px;
}

#title {
    margin-top: 20px;
    width: 50%;
    text-align: center;
    color: #fefefa;
    text-shadow: 2px 2px 2px black;
    box-shadow: 1px 1px 5px black;
    background-color: #fefefa24;
    border-radius: 20px;
    padding: 20px;
    font-size: 3rem;
    font-weight: 100;
    text-orientation: upright;
}

.services {
    flex-direction: column;
    background-color: #fefefa;
    width: 30vw;
    height: 40vh;
    justify-content: space-between;
    border-radius: 20px;
    position: relative;
}

.services_section_2 {
    width: 100%;
}

.services_icon {
    width: 100%;
    text-align: center;
    min-height: 92px;
}

.services_icon img {
    height: 92px;
    width: auto;
}

.retina_text {
    width: 100%;
    font-size: 18px;
    color: #61a2f9;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.services_box {
    width: 100%;
    float: left;
    background-color: #fefefa;

    padding: 40px;
    border-radius: 20px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin: 15px 0px;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-around;
}

.card-header {
    background-color: #61a2f9;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 20%;
    color: #fefefa;
    position: absolute;
    top: 0px;
}

.content-container {
    height: 85%;
    width: 100%;
    margin-top: 4rem;
    padding: 10px 0px;
    color: #61a2f9;
}

.card-content {
    width: 50%;
    height: 100%;
}

.icon {
    flex-direction: column;
    color: rgba(0, 0, 0, 0.75);
}

.icon div {
    height: 50%;
}

.card-content ul {
    list-style-type: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    height: 100%;
}

.icon span {
    border: 5px solid rgba(0, 0, 0, 0.5);
    padding: 10px;
    font-size: 4rem;
    border-radius: 20px;
}

#services {
    background-color: #ffc000;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
}

#services {
    justify-content: space-between;
    width: 100%;
    overflow-y: hidden;
    height: auto;
}

#cards {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    place-items: center;
    height: 30%;
}

.nav {
    height: 10vh;
}

.nav div {
    height: 100%;
    color: #61a2f9;
}

.nav div h1 {
    font-size: 2rem;
}

.content-container img {
    height: 100%;
}

#contact {
    height: 100vh;
}

#icons {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 20px;
    left: 50%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
}

#icons i {
    color: white;
}

#icons div {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#icons button {
    font-size: 26px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    border-radius: 50px;
    box-sizing: border-box;
}

#icons #whatsapp {
    background-color: #12af0a;
}

#icons #instagram {
    background-color: #1877F2;
}

#icons #tiktok {
    background-color: black;
}

#icons #email {
    background-color: #62a7ff;
}

#about_ {
    background-image: url("Product images/arcade.jpg");
}

#about {
    background-image: url("Product images/arcade.jpg");
    overflow: hidden;
    height: 100vh;
}

#about .about2 {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
    place-items: end;
    margin-right: 100px;
}

#about .card-content {
    width: 100%;
    text-align: center;
}

#about #cards {
    height: 90vh;
}

#about .services {
    box-shadow: 1px 1px 5px black;
    background-color: #61a2f9;
    border-radius: 20px;
    padding: 20px;
}

#about .services .content-container {
    color: #fefefa;

    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
    margin-top: 2rem;
}

#about .card-header {
    background-color: #61a2f9;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 20%;
    color: #fefefa;
    position: absolute;
    top: 0px;
}

/*SLIDE*/

#slides img {
    width: 100%;
}

/* HEADER */
#header {
    height: 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#header h1.title {
    font-size: 3rem;
    font-weight: 700;
}

#header h2.second-title {
    font-size: 2.5rem;
    font-weight: 300;
}

#header h1 {
    text-align: center;
    padding-top: 20px;
}

/* SECTION */
#slides {
    text-align: center;
    padding: 2rem 3%;
}

#slides img:not(:last-child) {
    margin-bottom: 1rem;
}

#slides img {
    cursor: pointer;
    transition: opacity 400ms;
}

#slides img:hover {
    opacity: 0.9;
}

/* ANIMATIONS */
#header h1.title {
    animation: rise 300ms backwards ease-out;
}

#header h2.second-title {
    animation: rise 400ms backwards ease-out;
}

#slides img {
    animation: rise 400ms ease-out backwards;
    animation-play-state: paused;
    animation-delay: 300ms;
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(10%);
    }
}

/* MEDIA QUERIES */
/* Tablets */
@media screen and (min-width: 480px) {
    #slides {
        padding: 2rem 10% 10%;
    }
}

/* Small Screens, laptops */
@media screen and (min-width: 768px) {

    /* HEADER */
    #header {
        height: 12rem;
    }

    #header h1.title {
        font-size: 4.8rem;
    }

    #header h2.second-title {
        font-size: 3.4rem;
        margin-top: 1rem;
    }

    /*  SECTION */
    #slides {
        columns: 2;
        column-gap: 1rem;
        padding: 2rem 10% 10%;
    }
}

/* Desktop, large screens */
@media screen and (min-width: 1024px) {

    /* HEADER */
    #header {
        height: 12rem;
    }

    #header h1 {
        text-align: center;
        padding-top: 20px;
    }

    #header h1.title {
        font-size: 4.8rem;
    }

    #header h2.second-title {
        font-size: 3.4rem;
        margin-top: 1rem;
    }

    /*  SECTION */
    #slides {
        columns: 3;
        column-gap: 1.5rem;
        padding: 2rem 10% 10%;
    }
}

/*END SLIDE*/

@media screen and (max-width: 4000px) {
    /* .card-content ul li,
  .card-content {
    font-size: 1.8rem;
  }

  .card-header h2 {
    font-size: 3rem;
  }

  .nav div h1 {
    font-size: 3.6rem;
  }

  .card-content {
    width: 50%;
    height: 90%;
  }

  #icons div {
    height: 100px;
    width: 100px;
  }

  #icons button {
    font-size: 46px;
  }
  #menu {
    font-size: 2rem;
  } */
}

@media screen and (max-width: 1024px) {
    #icons {
        position: fixed;
        flex-direction: row;
        left: 0;
        bottom: 0;
        justify-content: space-between;
        height: 100px;
        width: 100vw;
        padding: 20px;
    }

    #hero {
        justify-content: center;
        height: 50vh;
        overflow: hidden;
        background-size: cover;
        background-image: url("");
        background-color: white;
    }

    .row {
        height: 80vh;
    }

    #hero .content {
        backdrop-filter: blur(0px);
        background-image: url("Product images/logo.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 60%;
    }

    #nav {
        justify-content: space-around;
        width: 100vw;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #title,
    .hero-content-text,
    .lg1,
    .lg2,
    .lg3 {
        display: none;
    }

    #hero .content img {
        width: 100vw;
    }

    .lg3 {
        transform: rotate(0deg);
    }

    #menu {
        justify-content: center;
        gap: 2rem;
        font-size: 1rem;
    }

    #services #cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        height: auto;
    }

    .icon span {
        border: 2px solid rgba(0, 0, 0, 0.5);

        font-size: 3rem;
    }

    .services {
        width: 90%;
    }

    .cards .ls {
        height: 100%;
    }

    .row {
        height: 100%;
        gap: 10px;
    }

    .services_section_2 {
        width: 100%;
        height: 100%;
    }

    #about {
        height: auto;
    }

    #about #cards {
        height: auto;

        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    #about .about2 {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    #about .services {
        height: auto;
    }

    .about2 {
        margin-bottom: 10px;
    }

    #about .about2 {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        align-items: center;
        margin-right: 0px;
        /* margin-top: 1rem; */
    }

    .col-sm-4 {
        width: 80%;
    }
}