*{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
    color: black;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #353535;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #faf8f4;
    --dark: #343a40;
}

/* || HEADER || */
header {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

#nav {
    display: flex;
    background-color: white;
}

#logo {
    display: flex;
    width: 35vw;
    vertical-align: middle;
}

#logo img {
    margin: auto;
    padding: 10px;
    width: 115px;
}

#contacts {
    background-color: var(--light);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 0%);
    padding: 23px 50px 24px 70px;
    width: 65vw;
}

#contacts ul {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, auto);
}

#contacts ul li {
    font-size: 14px;
    padding: 0px 10px;
}

#contacts ul li {
    color: white;
    overflow-x: hidden;
}

#navbar {
    display: grid;
    padding: 5px 50px 5px 50px;
    grid-template-columns: repeat(3, auto);
}

/* #navbar ul:first-child {
    display: grid;
    justify-content: space-around;
    grid-template-columns: repeat(2, auto);
    padding: 0px 25px;
    padding-left: 0px;
} */

#nav-icons{
    display: none;
}

#navbar ul li {
    padding: 0px 10px;
    /* padding: 23px 0px 16px 0px; */
    padding: 5px;
}

#navbar div i {
    justify-items: center;
}

#menubar {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #474747;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: var(--white);
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

body::before{
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    /* background: center/cover no-repeat url(./imgs/background.jpg); */
    background-color: #f7f7f9;
    /* background-color: #a6bfe4; */
    z-index: -1;
    opacity: 0.85
}

html , body{
    height: 100%;
}

#container{
    min-height: 100%;
}

#main{
    overflow: hidden;
    width: 100vw;
    /* padding-bottom: 175px; */
}

#logo{
    font-size: 21px;
}

.share-button:hover{
    cursor: pointer;
}
.share-button{
    border: none;
    background-color: #ffffff;
    display: hidden;
}

.share-button>img , .logo>img{
    height: 20px;
    width: auto;
}

#search{
    border-radius: 35px;
    padding: 7px 17px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: none;
    width: 40vw;
    font-size: 16px;
}

#box{
    width: 100vw;
}

#section-home{
    padding-top: 50px;
    /* padding-left: 50px; */
    font-size: 23px;
}

#section-home>div>p{
    padding-bottom: 1.5em;
}

#ads{
    display: none;
}

.home-para{
    width: 60vw;
    margin: auto 0;
}

.home-img{
    width: 30vw;
    margin: 0 auto;
}

#menu>ul>li>a{
    text-decoration: none;
    color: black;
}

#menu1:hover{
    text-decoration: underline green;
}
#menu2:hover{
    text-decoration: underline #0d6efd;
}
#menu3:hover{
    text-decoration: underline yellow;
}
#menu4:hover{
    text-decoration: underline orange;
}
#menu5:hover{
    text-decoration: underline red;
}

summary{
    cursor: pointer;
}

@media only screen and (max-width: 320px) {
    #navbar {
        padding: 5px 50px 5px 20px;
    }
    #navbar ul:first-child{
        display: grid;
        justify-content: space-around;
        grid-template-columns: repeat(2, auto);
        padding: 5px;
        font-size: 20px;
    }
    #contacts{
        padding-left: 15px;
        padding-right: 0px;
    }
    body::before{
        background-color: #f7f7f9;
    }
    #menu>ul{
        display: flex;
        flex-direction: row;
        padding-top: 50px;
        justify-content: space-between;
    }
    #menu>ul>li{
        list-style: none;
        font-size: 16px;
        font-weight: 500;
        background-color: dotted white;
    }
    #action-bar{
        display: none;
    }
    #menu{
        position: static;
        top: 0;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }
    .home-para{
        width: auto;
        margin: auto 0;
    }
    .home-img{
        width: 300px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 425px) {
    #contacts{
        padding-left: 20px;
        padding-right: 0px;
    }
    #navbar {
        padding: 5px 50px 5px 25px;
    }
    #navbar ul:first-child{
        display: grid;
        justify-content: space-around;
        grid-template-columns: repeat(2, auto);
        padding: 5px;
        font-size: 20px;
    }
    #menu>ul{
        display: flex;
        flex-direction: row;
        padding-top: 50px;
        justify-content: space-between;
    }
    #menu>ul>li{
        list-style: none;
        font-size: 18px;
        font-weight: 500;
        background-color: white;
    }
    #action-bar{
        display: none;
    }
    #section-home{
        padding: 0px 30px;
    }
    #menu{
        background-color: #ffffff;
        position: static;
        top: 0px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        width: 100vw;
    }
    .home-para{
        width: auto;
        margin: auto 0;
    }
    .home-img{
        width: 300px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 450px) {
    #contacts{
        padding-left: 20px;
        padding-right: 0px;
    }
    #navbar{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
    #navbar{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    #navbar ul:first-child{
        display: grid;
        justify-content: space-around;
        grid-template-columns: repeat(2, auto);
        padding: 5px;
        font-size: 20px;
    }
    body::before{
        background: center/cover no-repeat url(./imgs/background.webp);
    }
    #menu{
        background-color: #ffffff;
        position: static;
        top: 0px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }
    #menu>ul{
        display: flex;
        flex-direction: row;
        padding-top: 50px;
        justify-content: space-between;
    }
    #menu>ul>li{
        list-style: none;
        font-size: 20px;
        font-weight: 500;
        background-color: white;
    }
    #section-home{
        padding-left: 60px;
        padding-right: 30px;
    }
    .home-para{
        width: auto;
        margin: auto 0;
    }
    .home-img{
        width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1019px) {
    #navbar ul{
        display: grid;
        justify-content: space-around;
        grid-template-columns: repeat(4, auto);
        padding: 0px 25px;
        font-size: 20px;
    }
    body::before{
        background: center/cover no-repeat url(./imgs/background.jpg);
    }
    #menu>ul{
        display: flex;
        flex-direction: row;
        padding-top: 50px;
        justify-content: space-between;
    }
    #menu>ul>li{
        list-style: none;
        font-size: 20px;
        font-weight: 500;
        background-color: white;
    }
    #section-home{
        padding-left: 60px;
        padding-right: 40px;
    }
    .home-para{
        width: auto;
        margin: auto 0;
    }
    .home-img{
        width: 320px;
    }
}

@media only screen and (min-width: 1020px) and (max-width: 2600px) {
    #navbar ul{
        display: grid;
        justify-content: space-around;
        grid-template-columns: repeat(4, auto);
        padding: 0px 25px;
        font-size: 21px;
    }
    #navbar ul li {
        padding: 0px 10px;
        padding: 5px;
    }
    body::before{
        background: center/cover no-repeat url(./imgs/background.webp);
    }
    #menu{
        padding: 7px;
        width: 210px;
        padding-right: 3px;
        display: flex;
        background-color: #fcfcff;
        border-radius: 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        margin: 60px auto;
        margin-right: 10px;
        float: right;
    }
    #menu>ul{
        padding-right: 30px;  
    }
    #menu>ul>li{
        list-style: none;
        font-size: 27px;
        font-weight: 500;
    }
    /* #main{
        display: flex;
    } */
    #section-home{
        padding-left: 50px;
        padding-right: 15px;
    }
    #ads{
        display: flex;
        float: right;
        padding-right: 40px;
        background-color: #dc3545;
    }
}