* {
    padding: 0;
    margin: 0;
}


.header1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.top1 {
    padding: 1rem 2rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(../background/gold-background.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: auto;
}

.main-logo1 {
    width: 150px;
}

.bar-side1 a:hover {
    background-color: gray;
    color: white;
    border-radius: 10px;
}

.bar-side1 a {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
    font-size: 17px;
    padding: 7px 15px;
    font-weight: bold;
    color: white;
    transition: .4s;
}

.features1 {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.features1 h1 {
    color: white;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.gold-section1 {
    display: flex;
    justify-content: center;
}

.gold11 {
    display: grid;
    grid-template-columns: 0fr 0fr 0fr 0fr;
}

.gold1,.gold2,.gold3,.gold4,.gold5,.gold6 {
    margin: 0 2ch;
    backdrop-filter: blur(5px);
    margin-bottom: 2rem;
}

.gold11 img {
    width: 350px;
    height: 300px;
}

.gold11 h4 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 5px;
}

.gold11 h2 {
    font-size: 19px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
}

.gold11 h4,.gold11 h2,.gold11 p ,.gold11 p {
    color: white;
}


.email1 a {
    text-align: center;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 5px 10px;
    position: absolute;
    right: 0px;
    bottom: 2.7rem;
    transition: .4s;
    width: 90px;
}

.email1 a:hover {
    background-color: white;
    color: black;
    font-weight: bold;
}


.footer1 {
    text-align: center;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 0 4rem;
}

.links1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.links1 a {
    color: white;
    text-decoration: none;
    padding: 0 10px;
}

.one-side1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-write1 a {
    text-decoration: none;
    color: white;
    font-size: 30px;
    padding: 0 0.3rem;
}

@media all and (max-width: 1520px) {
    .gold11 img {
        width: 260px;
        height: 260px;
    }

    .email1 a {
        font-family: Poppins;
        text-align: center;
        text-decoration: none;
        color: white;
        border: 1px solid white;
        padding: 2px 7px;
        position: absolute;
        right: 0px;
        bottom: 1.7rem;
        transition: .4s;
        width: 90px;
        font-size: 15px;
    }

    .gold11 h2 {
        font-family: Poppins;
        margin-bottom: 5px;
        font-size: 15px;
    }

    .top1 {
        height: auto;
    }
}

@media all and (max-width: 1130px) {
    .gold11 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .gold11 img {
        width: 250px;
        height: 250px;
    }

    .gold11 h4 {
        font-family: Poppins;
        margin-bottom: 5px;
    }

    .gold11 h2 {
        font-family: Poppins;
        margin-bottom: 5px;
        font-size: 15px;
    }

    .email1 a {
        font-family: Poppins;
        text-align: center;
        text-decoration: none;
        color: white;
        border: 1px solid white;
        padding: 2px 2px;
        position: absolute;
        right: 0px;
        bottom: 1.7rem;
        transition: .4s;
        width: 90px;
    }

    .top1 {
        height: auto;
    }
}

@media all and (max-width:840px) {
    .gold11 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .gold11 img {
        width: 200px;
        height: 200px;
    }

    .gold11 h4 {
        font-family: Poppins;
        margin-bottom: 5px;
    }

    .gold11 h2 {
        font-family: Poppins;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .top1 {
        height: auto;
        background-attachment: scroll !important;
    }

    .main-logo1 {
        width: 70px;
    }


    .bar-side1 a {
        font-size: 15px;
        padding: 2px 7px;
    }

    .email1 a {
        font-family: Poppins;
        text-align: center;
        text-decoration: none;
        color: white;
        border: 1px solid white;
        padding: 2px 1px;
        position: absolute;
        right: 0px;
        bottom: 1.5rem;
        transition: .4s;
        font-size: 11px;
        width: 40px;
    }
}

@media all and (max-width: 480px) {
    .logo-side1 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100px;
    }

    .main-logo1 {
        width: 50px;
        position: absolute;
        left: 5px;
    }

    .bar-side1 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .bar-side1 a{
        font-family: Poppins;
        font-size: 10px;
        padding: 2px 5px;
        border: 1px solid white;
        border-radius: 5px;
    }

    .gold11 p {
        font-size: 12px;
        font-family: Poppins;
    }

    .gold11 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gold11 img {
        width: 240px;
        height: 190px;
    }

    .gold11 h4 {
        font-size: 16px;
        font-weight: 300;
    }

    .gold11 h2 {
        font-size: 20px;
        font-weight: 300;
    }

    .features1 h1 {
        font-size: 15px;
    }

    .footer1 {
        padding: 0 1rem;
    }

    .footer1 h1{
        font-size: 20px;
    }

    .email1 a {
        width: 40px;
        font-size: 9px;
        bottom: 3.2rem;
    }

    .links1 {
        flex-direction: column;
    }

    .links1 a {
        font-size: 14px;
        display: none;
    }

    .sum1 {
        position: absolute;
        color: white;
        font-size: 20px;
        top: 80%;
        right: 0.5rem;
    }

    .top1 {
        height: auto;
        background-attachment: scroll !important;
    }

    .features1 {
        margin-top: 0.5rem;
    }

    .left-write1 p {
        font-size: 10px;
    }

    .right-write1 a {
        font-size: 15px;
    }


    .rees {
        display: none;
    }

    .links .hell {
        display: flex;
    }

}
