.nav-item,
.navbar-brand {
    margin: 20px;
}

* {
    font-family: "Kumbh Sans", Arial, 'Courier New', Courier, monospace;
    box-sizing: border-box;
}


.cartSec {
    width: 20%;
    display: flex;
    justify-content: space-between;
    margin-right: 100px;
}

.cartIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.navbar-toggler-icon {
    border: none;
}



.main {
    display: flex;
    justify-content: space-around;
    flex-direction: row;

    padding: 30px;
    height: 90vh;
    width: 100%;

}

.images {

    width: 40%;
    display: flex;
    flex-direction: column;
}

.bigImg {
    height: 80%;
    margin-bottom: 10px;
}

.slider img {
    width: 15%;
    margin: 5%;
    transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
}

.slider img:hover,
.avater:hover {
    opacity: 0.7;
}

.bigImg img {
    width: 100%;
    height: 100%;
}

.inter {
    width: 50%;
    padding: 60px;

}

.options {
    display: flex;
    justify-content: space-around;
}

.add {
    width: 50%;
    padding: 15px;
}

.desc {
    text-wrap: wrap;
    letter-spacing: 1px;
}

.inter * {
    padding: 10px 0px 10px 0px;
}

.activited {
    border: 2px solid orange;
    opacity: 0.7;
}

.buttonRight {
    position: relative;
    left: 500px;
    width: 50px;
    height: 50px;
    bottom: 220px;



}

.buttonLeft {
    position: relative;
    right: 130px;
    width: 50px;
    height: 50px;
    bottom: 220px;
}

.buttonLeft,
.buttonRight {
    border-radius: 500px;

    background-color: white;
}

.dropdown-menu {

    position: absolute !important;
    float: left;
    right: 500px !important;
    width: 250px;
    height: 500px;
    overflow: hidden;
}

.modal-footer img {
    width: 100px;
    height: 100px;
    margin: 10px;
}




.navSelected {
    border-bottom: 2px solid green;
}



@media (max-width:700px) {
    .main {
        flex-direction: column;
        padding: 10px;
    }

    .images {
        width: 100%;
    }

    .inter {
        width: 100%;
        padding: 10px;
    }

    .container-fluid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0px;
        margin: 0px;
    }

    .navbar-brand {
        margin: 0px;
        margin-left: 20px;
        width: 70px;
        height: auto;
    }

    .avater {
        margin-left: 30px;
        width: 50px;
        height: 50px;
        text-align: center;
        justify-content: center;
        align-self: center;
    }

    .cartIcon {
        margin-left: 30px;
        text-align: center;
        justify-content: center;
        align-self: center;
    }

    .modal.fade {
        width: 100%;
        height: 80%;


    }

    .buttonRight {
        position: relative;
        left: 250px;
        width: 50px;
        height: 50px;
        bottom: 200px;



    }

    .buttonLeft {
        position: relative;
        right: 50px;
        width: 50px;
        height: 50px;
        bottom: 200px;
    }

    .modal-footer img {
        width: 60px;
        height: 60px;
        margin: 10px;
    }

}

.nav-item {
    margin: 0px 20px 0px 20px;
    padding-top: 0px;
    padding-bottom: 30px;
    transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
}

.nav-link::after {}

.nav-item:hover {
    border-bottom: 3px solid orange;
    margin-bottom: -3px;


}

@media (max-width:400px) {
    body {
        min-height: 200vh;
        display: flex;
        flex-direction: column;
    }

    footer {

        justify-self: flex-end;
        align-self: flex-end;
        position: relative;
        bottom: -150px;
    }
}

footer {

    height: auto;
    background-color: #222;
    color: white;
    width: 100%;
    padding: 20px;
    margin-top: auto;

}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}