* {
    padding: 0;
    margin: 0;
    font-family: poppins, sans-serif;
    box-sizing: border-box;

}

/* navebars */

.container {
    height: 340px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.container .container_text {
    height: 270px;
    width: 30%;
    background-color: rgb(255, 255, 255);
}

.container_photo_sec {
    width: 60%;
    height: 270Px;

    position: relative;
}

.slides {
    height: 270px;
    width: 100%;
    border: 1px solid rgb(80, 80, 80);
    display: Flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 20px;

}

.container_photo_sec button {
    position: absolute;
    top: 45%;
    border-radius: 46%;
    box-shadow: 2px 2px 2px grey;
    border: none;
    height: 15%;
    width: 6%;
}

.container_photo_sec button:active {
    transform: scale(0.8);
    transition-duration: 0.2s;
}

#nextbtn {
    right: 20px;
}

#prevbtn {
    left: 20px;
}

.slide {
    position: absolute;
    height: 260px;
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s ease;
}



.slide.active {
    opacity: 1;
}

.container_photo_sec .container_photo_text {
    padding: 20px;
    font-size: 20px;

}

.container_photo_sec img {
    border-radius: 15px;
}

.container_text .text_2 {
    background-image: linear-gradient(to right, blue, rgb(233, 92, 179), blue);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}

.container_text p {
    color: rgb(97, 96, 96);
}

.container_text .explore {
    height: 35px;
    width: 140px;
    background-color: rgb(71, 71, 255);
    color: white;
    border: none;
    border-radius: 5px;
    margin-right: 20px;
}

.container_text .explore:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.container .works {
    height: 35px;
    width: 140px;
    border: none;
    color: black;
    box-shadow: 0px 2px 2px rgb(105, 105, 105);
    border-radius: 5px;
}

.container .works:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.icons_container {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;

    align-items: center;
}

.icons_container .container_icon {
    height: 100px;
    width: 95%;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 0px 3px 9px 3px rgb(202, 202, 202);
    border-radius: 20px;
}

.container_icon .ICON1 {
    text-align: center;
    text-decoration: none;
    color: rgb(68, 68, 68);
    cursor: pointer;
}

.ICON1:hover {
    color: rgb(0, 0, 8);
}

.all_art_icon {
    height: 50px;
    width: 50px;
    text-align: center;
    margin-bottom: 5px;
}

.all_art_icon rect:hover {
    stroke: rgb(98, 0, 209);
}

.ICON {
    text-align: center;
    text-decoration: none;
    color: rgb(68, 68, 68);
}

.ICON i {
    height: 50px;
    text-align: center;
    width: 50px;
    font-size: 30px;
    padding-top: 7px;
    margin-bottom: 10px;
    color: rgb(90, 90, 90);
}

.ICON:hover {
    color: black;
}

.ICON i:hover {
    color: rgb(98, 0, 209);
    font-size: 32px;
}


.space {
    height: 40px;
    background-color: rgb(255, 255, 255);
}

.Featured_art_container_text {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
}

.Featured_art_container_text a {
    text-decoration: none;
    align-items: center;
    color: rgb(70, 70, 70);
    padding-right: 30px;
    cursor: pointer;
    font-size: 17px;
}

.Featured_art_container_text u {
    color: rgb(180, 1, 180);
}

.Pictures {
    height: 310px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.picture {
    height: 260px;
    width: 230px;
    padding: 2px;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 8px;
    background-color: white;
}

.picture:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.picture b {
    font-size: 15px;
    padding-left: 2px;
}

.picture p {
    font-size: 12px;
    color: rgb(104, 104, 104);
    padding-left: 2px;
}

.picture .pic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2px;
}

.Popular_artist {
    font-size: 20px;
    padding-left: 40px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Popular_artist a {
    text-decoration: none;
    padding-right: 30px;
    color: rgb(63, 63, 63);
    cursor: pointer;
    font-size: 17px;
}

.Popular_artist u {
    color: rgb(180, 1, 180);
}

.Popular_artists .Artists_photos {
    height: 280px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgb(255, 255, 255);

}

.Artists_photos h6 {
    padding: 5px;
    color: grey;
}

.artist_1_photo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid black;
}

.artist_1_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;

}

.artist1 {
    text-align: center;
    height: 250px;
}



.Artists_photos button {
    height: 34px;
    width: 90px;
    padding: 5px;
    margin-top: 3px;
    border-radius: 10px;
    color: rgb(148, 33, 255);
    border: 1px solid rgb(177, 177, 177);
    cursor: pointer;
    font-size: 15px;
}

.Artists_photos button:active {
    transform: scale(0.8);
    transition-duration: 0.2s;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);

}

.artist2 {
    height: 250px;
    width: 150px;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.artist2 .artist_2_photo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid black;
}

.artist_2_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.Artists_photos p {
    font-size: 20px;
    padding: 5px;
}

.artist3 {
    height: 250px;
    width: 150px;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.artist3 .artist_3_photo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid black;
}

.artist_3_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.artist_3_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.artist4 {
    height: 250px;
    width: 150px;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.artist4 .artist_4_photo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid black;
}

.artist_4_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.artist_4_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.artist5 {
    height: 250px;
    width: 150px;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.artist5 .artist_5_photo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid black;
}

.artist_5_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.artist_5_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.artist6 {
    height: 250px;
    width: 150px;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.artist6 .artist_6_photo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid black;
}

.artist_6_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.artist_6_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}


.artist7 {
    height: 250px;
    width: 150px;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.artist7 .artist_7_photo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid black;
}

.artist_7_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.artist_7_photo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.offer_ {
    height: 70px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer {
    height: 70px;
    width: 90%;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid rgb(228, 225, 225);

}

.offer .box-icon {
    height: 50px;
    width: 60px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(228, 228, 228);
    box-shadow: 1px 2px 2px rgb(196, 196, 196);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.box-icon img {
    height: 55%;
    width: 55%;

}

.offer .offer_text {
    height: 50px;
    width: 350px;

}

.offer_text h2 {
    padding: 5px;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(32, 32, 32);

}

.offer_text h6 {
    padding-left: 6px;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(121, 121, 121);

}

.offer .offer_icons {
    height: 50px;
    width: 450px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.offer .offer_button {
    height: 50px;
    width: 200px;
    background-color: rgb(119, 46, 255);
    color: white;
    border: none;
    border-radius: 9px;
    font-size: 15px;
    cursor: pointer;

}

.offer_button:active {
    transform: scale(0.95);
    transition-duration: 0.1s;
    color: rgb(48, 48, 48);
    background-color: rgb(252, 252, 252);

}

.offer_icons .first_offer_icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    width: 120px;

}

.first_offer_icons h3 {
    color: rgb(98, 0, 209);

}

.first_offer_icons .text {
    padding-left: 10px;

}

.offer_icons i {
    font-size: 30px;
    color: rgb(98, 0, 209);

}

.art_inspiration {
    height: 300px;
    background-color: rgb(255, 255, 255);
}

.art_inspiration .art_inspiration_text {
    margin-top: 40px;

    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.art_inspiration_text a {
    text-decoration: none;
    color: rgb(73, 73, 73);
    padding-right: 20px;
    cursor: pointer;
    font-size: 17px;
}

.art_inspiration_text p {
    font-size: 22px;
    padding-left: 35px;

}

.art_inspiration_text u {
    color: rgb(180, 4, 180);

}

.art_inspiration_photos {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}

.art_inspiration_photos .first_art_inspiration {
    height: 190px;
    width: 240px;
    background-image: url("ai-generated-portrait-of-a-young-woman-photo.jpg");
    background-size: cover;
    border-radius: 15px;
    position: relative;
}

.first_art_inspiration_text {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 6px;
    border-radius: 0 0 15px 15px;
}

.first_art_inspiration_text h5 {
    text-decoration: none;
    color: rgb(196, 196, 196);
    font-size: 12px;
}

.art_inspiration_photos .first_art_inspiration {
    height: 190px;
    width: 240px;
    background-image: url("ai-generated-portrait-of-a-young-woman-photo.jpg");
    background-size: cover;
    border-radius: 15px;
}

.first_art_inspiration:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.art_inspiration_photos .second_art_inspiration {
    height: 190px;
    width: 240px;
    background-image: url("fantasy-art-nature-fantasy-world-wallpaper.jpg");
    background-size: cover;
    border-radius: 15px;
    position: relative;
}

.second_art_inspiration_text {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 6px;
    border-radius: 0 0 15px 15px;
}

.second_art_inspiration_text h5 {
    text-decoration: none;
    color: rgb(196, 196, 196);
    font-size: 12px;
}

.second_art_inspiration:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.art_inspiration_photos .third_art_inspiration {
    height: 190px;
    width: 240px;
    background-image: url("images.jpg");
    border-radius: 15px;
    position: relative;
    background-size: cover;
}

.third_art_inspiration_text {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    border-radius: 0 0 15px 15px;
}

.third_art_inspiration_text h5 {
    color: rgb(182, 182, 182);
    font-size: 12px;
}

.third_art_inspiration:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.art_inspiration_photos .fourth_art_inspiration {
    height: 190px;
    width: 240px;
    background-image: url("hq720.jpg");
    border-radius: 15px;
    background-size: cover;
    position: relative;
}

.fourth_art_inspiration_text {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 6px;
    border-radius: 0 0 15px 15px;
}

.fourth_art_inspiration_text h5 {
    color: rgb(184, 184, 184);
    font-size: 12px;
}

.fourth_art_inspiration:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.art_inspiration_photos .fifth_art_inspiration {
    height: 190px;
    width: 240px;
    background-image: url("28f0ff98.jpg");
    border-radius: 15px;
    background-size: cover;
    position: relative;
}

.fifth_art_inspiration_text {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 6px;
    border-radius: 0 0 15px 15px;
}

.fifth_art_inspiration_text h5 {
    color: rgb(172, 172, 172);
    font-size: 12px;
}

.fifth_art_inspiration:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.Subscribe_container {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.subscribe {
    height: 70px;
    width: 90%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid rgb(231, 231, 231);
}

.subscribe .subscribe_text {
    height: 100%;
    background-color: rgb(255, 255, 255);
    font-size: 28px;
    text-align: start;
    width: 700px;
    padding-left: 10px;
}

.subscribe h5 {
    font-size: 15px;
    color: rgb(109, 109, 109);
}

.subscribe_input {
    height: 40px;
    width: 260px;
    border: none;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 3px 3px rgb(170, 170, 170);
}

.Subscribe-button {
    height: 40px;
    width: 160px;
    background-color: rgb(119, 46, 255);
    color: white;
    border: none;
    font-size: 15px;
    border-radius: 10px;

}

.Subscribe-button:active {
    transform: scale(0.8);
    transition-duration: 0.2s;
}

.mail_icon {
    height: 60px;
    width: 60px;
    background-color: white;
    border: none;
    box-shadow: 0px 3px 3px grey;
    border-radius: 10px;

}

.mail_icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;

}

.footer_container {
    height: 200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.First_footer {
    height: 180px;
    width: 300px;
    text-align: center;
}

.First_footer .footer_logo {
    height: 80px;
    width: 100%;
}

.footer_logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
}

.First_footer p {
    font-size: 15px;
    color: rgb(90, 90, 90);
}

.icons_media {
    height: 40px;
    width: 100%;
    padding-top: 10px;
}

.icons_media i {
    font-size: 25px;
}

.icons_media a {
    text-decoration: none;
    background-color: rgb(201, 201, 201);
    border-radius: 50%;
    color: rgb(10, 10, 10);
}

.text1 p {
    color: rgb(73, 73, 73);
    font-size: 15px;
}

.text2 p {
    color: rgb(73, 73, 73);
    font-size: 15px;
}

.text3 p {
    color: rgb(73, 73, 73);
    font-size: 15px;
}

.text4 p {
    color: rgb(73, 73, 73);
    font-size: 15px;
}

.rights {
    font-size: 13px;
    text-align: center;
    color: rgb(114, 114, 114);
    height: 14px;
}

@media only screen and (max-width:768px) {
    main {
        width: 100%;
    }

    header {
        width: 100%;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 600px;
        width: 100%;
    }

    .container .container_text {
        width: 90%;
        height: 45%;
    }

    .container_photo_text h4 {
        font-size: 10px;

    }

    .container_photo_text p {
        font-size: 20px;
    }

    .container_text .container_button {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
    }

    .container .container_photo_sec {
        height: 250px;
        width: 90%;

    }

    .icons_container {
        height: 320px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .icons_container .container_icon {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: 320px;
        width: 90%;

    }

    .Featured_art_container {
        width: 100%;
    }

    .Featured_art_container_text {
        height: 22px;
        width: 100%;
    }

    .Featured_art_container .Pictures {
        height: 300px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .Popular_artists {
        width: 460px;

    }

    .artist1 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .artist1 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .artist2 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .artist3 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .artist4 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .artist5 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .artist6 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .artist7 {
        margin-right: 10px;
        margin-left: 10px;
    }




    .box-icon img {
        height: 35px;
        width: 40px;
    }

    .offer_icons {
        height: 0px;
        width: 0px;
        position: absolute;
    }

    .first_offer_icons div {
        height: 0%;
        width: 0%;
    }

    .first_offer_icons i {
        font-size: 0px;
    }


    .offer_text h2 {
        font-size: 14px;
    }

    .offer_icons {
        width: 0px;
    }

    .first_offer_icons {
        font-size: 0px;
    }

    .first_offer_icons i {
        font-size: 0px;
    }

    .offer_text h6 {
        font-size: 6px;

    }



    .art_inspiration {
        padding: 0 10px;
    }

    .art_inspiration_photos {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        gap: 10px;
    }

    .first_art_inspiration,
    .second_art_inspiration,
    .third_art_inspiration,
    .fourth_art_inspiration,
    .fifth_art_inspiration {
        width: 100%;
        height: 180px;
        background-size: cover;
        background-position: center;
    }

    .Subscribe_container {
        display: flex;
        width: 100%;
        height: 200px;
        justify-content: center;
        align-items: center;
    }

    .subscribe_input {
        width: 80%;
        height: 40px;
        border: none;
        border-radius: 10px;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: 0px 3px 3px rgb(170, 170, 170);
    }

    .subscribe p {
        margin-top: 10px;
        font-size: 19px;

    }

    .subscribe h5 {
        font-size: 13px;
        margin-top: 5px;
    }

    .subscribe .subscribe_text {
        width: 100%;
        height: 30%;
        align-items: center;
    }

    .subscribe {
        height: 180px;
        width: 100%;
        margin-left: 0px;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: none;
    }

    .mail_icon {
        height: 20%;
        width: 20%;
        border-radius: 10px;
        box-shadow: none;
    }

    .Subscribe-button {
        width: 100%;
        font-size: 20px;
    }

    hr {
        width: 100%;
        border: 1px solid rgb(211, 211, 211);
    }

    footer {
        width: 100%;
    }

    .footer_container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 3px;
    }

    .First_footer {
        height: 150px;
        width: 150px;
    }

    .text1 {
        font-size: 15px;
        width: 50px;
    }

    .text2 {
        font-size: 15px;
        width: 50px;
    }

    .text3 {
        font-size: 15px;
        width: 50px;
    }

    .text4 {
        font-size: 15px;
        width: 50px;
    }
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 60px;
    padding: 0 16px;

    border-bottom: 1px solid #eee;
    position: relative;
}

.logo {
    height: 55px;
    width: 125px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.search-box input {
    border: none;
    width: 300px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 7px 12px;
    border-radius: 10vh;
    font-size: 13px;
    outline: none;
    background: #f9f9f9;
}

.nav-links {
    display: flex;
    height: 30px;
    width: 600px;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
    gap: 20px;
}

.nav-links a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

.nav-links a:hover {
    color: #4747ff;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.nav-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.nav-icons img {
    cursor: pointer;
}

.btn-login {
    height: 30px;
    padding: 0 14px;
    color: grey;
    border: 1px solid #aaa;
    border-radius: 5px;
    background: transparent;
    font-size: 12px;
    cursor: pointer;
}

.btn-login:hover {
    transform: scale(1.05);
}

.btn-signup {
    height: 30px;
    padding: 0 14px;
    background: #4747ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

.btn-signup:hover {
    transform: scale(1.05);
}

/* Burger - hidden on desktop */
.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
}

.burger .line {
    width: 22px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    gap: 0;
}

.mobile-menu.open {
    display: flex;
}

.mobile-search {
    margin-bottom: 10px;
}

.mobile-search input {
    width: 100%;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    outline: none;
    background: #f9f9f9;
}

.mobile-menu a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    padding: 11px 0;
    border-bottom: 1px solid #f0f0f0;
    display: block;
}

.mobile-menu a:last-of-type {
    border-bottom: none;
}

.mobile-btns {
    display: flex;
    gap: 10px;
    padding-top: 12px;
}

.mobile-btns button {
    flex: 1;
    height: 38px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

/* ========== MEDIA QUERIES ========== */
@media (max-width: 768px) {

    .search-box,
    .nav-links,
    .nav-right {
        display: none;
    }

    .burger {
        display: flex;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 100px;
    }
}

@media (max-width:929px) {
    .container_text .explore {
        height: 30px;
        width: 120px;

    }

    .container_text .works {
        height: 30px;
        width: 120px;
    }
}

@media (max-width:900px) {
    .container_text .explore {
        height: 25px;
        width: 100px;
        font-size: 12px;
    }

    .container_text .works {
        height: 25px;
        width: 100px;
        font-size: 12px;
    }

    .container_icon i {
        font-size: 25px;
    }

    .container_icon {
        font-size: 12px;
    }

    .nav-icons img {
        height: 0px;
        width: 0px;

    }

    .search-box input {
        width: 265px;
    }


}

@media (max-width:645px) {
    .slides img {
        height: 100%;
        width: 90%;
        position: absolute;
    }
}
