
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Kumbh Sans', sans-serif;
}

  

.navbar {
    background-color: rgb(114, 14, 14);
    height: 80px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
    gap: 10px
}

.navbar__container {
    padding-right: 0;
    gap: 10px
}

.navbar__container {
    display: flex;
    justify-content: space-evenly;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
    gap: 10px
}

#navbar__logo {
    background-color: #ff8177;
    background-image: linear-gradient(to top, #d3b76e 0%, #a37f3d 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-colour: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 2rem;
    padding-left: 0;
    margin-right: 10px;
}


/*.fa-gem {
    margin-right: 0.5rem;
}*/

.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;

}

.navbar__item {
    height: 80px;
}

.navbar__links {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}

.navbar__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background:  #d3b76e;
    color: #fff;

}

.button:hover {
    background: #a37f3d;
    transition: all 0.3s ease;
}

.navbar__links:hover {
    color: #a37f3d;
    transition: all 0.3s ease;
}

@media screen and (max-width: 960px) {
    .navbar__container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }
    .navbar__menu {
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 50vh;
        z-index: -1;
        background: rgb(114, 14, 14);
    }
    .navbar__menu.active {
        background: rgb(114, 14, 14);
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 80vh;
        font-size: 1.6rem;
    }

    #navbar__logo {
        padding-left: 25px;
        
    }

    .navbar__toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }

    .navbar__item {
        width: 100%
    }

    .nav__links {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    #mobile-menu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%, 20%);
    }

    .navbar__btn {
        padding-bottom: 2rem;
    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 70px;
        margin: 0;
    }

    .navbar__toggle .bar{
        display: block;
        cursor: pointer;
    }

    #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    #mobile-menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

.home {
    width: 300px;
    height: auto;
    margin: auto auto;
    display: block;
}


/*hero section css*/
.main {
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main0 {
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main1 {
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main2 {
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main3 {
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main4 {
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main5 {
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main6 {
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main7 {
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main__container {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100vh;
    /*background-color: rgb(14, 14, 14);
    /*z-index: 1;*/
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
}


.main__container1 {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100vh;
    /*background-color: rgb(14, 14, 14);
    /*z-index: 1;*/
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
}

.main__container2 {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100vh;
    /*background-color: rgb(14, 14, 14);
    /*z-index: 1;*/
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
}

.main__container3 {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100vh;
    /*background-color: rgb(14, 14, 14);
    /*z-index: 1;*/
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
}

.main__container4 {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100vh;
    /*background-color: rgb(14, 14, 14);
    /*z-index: 1;*/
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
}

.main__container5 {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100vh;
    /*background-color: rgb(14, 14, 14);
    /*z-index: 1;*/
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
}

.main__container6 {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100vh;
    /*background-color: rgb(14, 14, 14);
    /*z-index: 1;*/
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
}

.main__container7 {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100vh;
    /*background-color: rgb(14, 14, 14);
    /*z-index: 1;*/
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
}


.main__content h1 {
    font-size: 4rem;
    background-color: black;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
}

.main__content h6 {
    font-size: 2rem;
    background-color: #FFFF;
    background-image: linear-gradient(to top, #ffff);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
    line-height: 2;
}

.main_content h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 2;
}

.main__content7 h4 {
    font-size: 2.5rem;
    background-color: black;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
}


.main__content h3 {
    font-size: 2.5rem;
    background-color: black;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
    margin-top: 1rem;
}

.main__content1 h1 {
    font-size: 4rem;
    font-family: 'Rye', sans-serif;
    background-color: black;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    animation: shimmer 1.5s infinite linear;
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
}

.main__content2 h1 {
    font-size: 4rem;
    background-color: black;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
}

.main__content3 h1 {
    font-size: 3.5rem;
    background-color: black;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
}

.main__content4 h1 {
    font-size: 4rem;
    background-color: black;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
}

.main__content5 h1 {
    font-size: 4rem;
    background-color: black;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
    margin-top: 0;
}

.main__content6 h1 {
    font-size: 2.8rem;
    background-color: black;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
    margin-top: 0;
}

.main_content h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 2;
}

.main__content h2 {
    font-size: 4rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
}


.main__content1 h2 {
    font-size: 4rem;
    font-family: 'Rye', sans-serif;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
    margin-top: 2rem;
}

.main__content3 h2 {
    font-size: 2.3rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
    margin-top: 1rem;
}

.main__content4 h2 {
    font-size: 3rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: left;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.main__content5 h2 {
    font-size: 3rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: LEFT;
    margin: 0 auto;
    margin-top: 1rem;
}

.main__content6 h2 {
    font-size: 2.5rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: LEFT;
    margin: 0 auto;
    margin-top: 1rem;
}

.main__content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: white;
    text-align: left;
    line-height: 2;
}

.main__content1 p {
    margin-top: 1rem;
    font-size: 3rem;
    font-family: 'Quando', sans-serif;
    font-weight: 700;
    color: #a37f3d;
    text-align: center;
}

.main__content2 p {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 3500;
    color: white;
    text-align: left;
    line-height: 2;
}

.main__content3 p {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 3500;
    color: white;
    text-align: left;
    line-height: 2;
}

.main__content4 p {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 3500;
    color: white;
    text-align: left;
    line-height: 2;
}

.main__content5 p {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 3500;
    color: white;
    text-align: LEFT;
    line-height: 2;
}

.main__content6 p {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 3500;
    color: white;
    text-align: LEFT;
    line-height: 2;
}

.main__content7 p {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 3500;
    color: white;
    text-align: LEFT;
    line-height: 2;
}


.main__btn {
    font-size: 1 rem;
    background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
    padding: 14px 32px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
    outline: none; 
    justify-content: center;
}

.main__btn a {
    position: relative;
    z-index: 2;
    color: #fff;
    text-decoration: none;
}

.main__btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #5d0624;
    transition: all 0.35s;
    border-radius: 4px;
}

.main__btn:hover {
    color: #fff;
}

.main__btn:hover:after {
    width: 100%;
}

.main__img--container{
    text-align: center;
}

#main__img {
height: 80%;
width: 80%;
} 


/*mobile responsive*/

@media screen and (max-width: 768px) {
    .main__container{
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 170vh;
    }

    .main__container1 {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 170vh;
    }

    .main__container2{
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 170vh;
    }

    .main__container3 {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 170vh;
    }

    .main__container4 {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 170vh;
    }

    .main__container5 {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 170vh;
    }

    .main__container6 {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 170vh;
    }

    .main__container7 {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 170vh;
    }

    .main__content {
        text-align: center;
        margin-bottom: 4rem;
    }

    .main__content1 {
        text-align: center;
        margin-bottom: 4rem;
    }

    .main__content2 {
        text-align: center;
        margin-bottom: 4rem;
    }

    .main__content3 {
        text-align: center;
        margin-bottom: 4rem;
    }

    .main__content4 {
        text-align: center;
        margin-bottom: 4rem;
    }

    .main__content5 {
        text-align: center;
        margin-bottom: 4rem;
    }

    .main__content6 {
        text-align: center;
        margin-bottom: 4rem;
    }

    .main__content7 {
        text-align: center;
        margin-bottom: 4rem;
    }

    .main__content h1{
        font-size: 2rem;
    }

    .main__content1 h1{
        font-size: 3rem;
    }

    .main__content h3 {
        font-size: 3rem ;
    }

    .main__content7 h4 {
        font-size: 1.5rem ;
    }

    .main__content h6 {
        font-size: 1rem
    }

    .main__content2 h1{
        font-size: 2.5rem;
        margin-top: 2rem;
    }

    .main__content3 h1{
        font-size: 2rem;
    }

    .main__content4 h1{
        font-size: 1.2rem;
    }

    .main__content5 h1{
        font-size: 2rem;
    }

    .main__content6 h1 {
        font-size: 1rem;
    }

    .main__content3 h2 {
        font-size: 1.2rem;
    }

    .main__content1 h2 {
        font-size: 2.5rem;
    }


    .main__content4 h2{
        font-size: 1rem;
    }

    .main__content5 h2 {
        font-size: 1.5rem;
    }


    .main__content6 h2 {
        font-size: 1rem;
    }


    .main__content p {
        margin-top: 1rem;
        font-size: 0.1rem;
    }

    .main__content1 p {
        margin-top: 1rem;
        font-size: 2.5rem;
    }

    .main__content2 p {
        margin-top: 1rem;
        font-size: 0.9rem;
    }

    .main__content3 p {
        margin-top: 1rem;
        font-size: 0.75rem;
    }

    .main__content4 p {
        margin-top: 0rem;
        font-size: 0.7rem;
    }

    .main__content5 p {
        margin-top: 1rem;
        font-size: 1rem;
    }

    .main__content6 p {
        margin-top: 1rem;
        font-size: 0.75rem;
    }

    .main__content7 p {
        margin-top: 1rem;
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .main__content h1{
        font-size: 1.5rem;
    }

    .main__content h3 {
        font-size: 1rem;
    }

    .main__content7 h4 {
        font-size: 2rem
    }

    .main__content h6 {
        font-size: 0.9rem;
        margin-top: 0rem;
    }

    .main__content2 h1{
        font-size: 2.5rem;
    }

    .main__content3 h1{
        font-size: 1.7rem;
        margin-top: 0rem;
    }

    .main__content4 h1{
        font-size: 1.7rem;
        margin-top: 0rem;
    }

    .main__content5 h1 {
        font-size: 2rem;
    }

    .main__content6 h1 {
        font-size: 1.5rem;
    }

    .main__content3 h2 {
        font-size: 1rem;
        margin-top: 0rem;
    }

    .main__content5 h2 {
        font-size: 1.5rem;
    }

    .main__content6 h2{
        font-size: 1.2rem;
    }


    .main__content p {
        margin-top: 0.2rem;
        font-size: 0.92rem;

    }

    .main__content2 p {
        margin-top: 1rem;
        font-size: 1rem;
    }

    .main__content3 p {
        margin-top: 0.1rem;
        font-size: 0.8rem;
    }

    .main__content4 p {
        font-size: 0.88rem;
    }

    
    .main__content5 p {
        margin-top: 1rem;
        font-size: 0.9rem;
    }

    .main__content6 p {
        margin-top: 1rem;
        font-size: 0.9rem;
    }

    .main__content7 p {
        margin-top: 0.5rem;
        font-size: 1rem;
    }

    .main__btn {
        padding: 12px 36px;
        margin: 2.5rem 0;
    }
}

/*services section css*/
.services {
    /*background-color: black;*/
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100 vh;
}

.services1 {
    /*background-color: black;*/
    background-image: url('BG.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100 vh;
}

.services h1 {
    background-color: #a37f3d;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    text-align: center;
    margin-bottom: 5rem;
    font-size: 2.5rem;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.services1 h1 {
    background-color: #a37f3d;
    background-image: linear-gradient(to top, #d3b76e, #a37f3d, #d3b76e);
    background-size: 100%;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 5rem;
    font-size: 2.5rem;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.services a {
    color: inherit;
    text-decoration: none;
}

.services1 a {
    color: inherit;
    text-decoration: none;
}
.services__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.services__container1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.services__card {
    margin: 1rem;
    height: 525px;
    width: 400px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17,0.6)100%), url('war.jpeg');
    background-size: cover;
    position: relative;
    color: #fff
}

.services__card:nth-child(2) {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17,0.6)100%), url('organ.jpeg');
}

.services__card:nth-child(3) {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17,0.6)100%), url('edu.jpeg');
}

.services__card:nth-child(4) {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17,0.6)100%), url('chip.jpeg');
}

.services__card:nth-child(5) {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17,0.6)100%), url('freeze.jpeg');
}

.services__card1 {
    margin: 1rem;
    height: 525px;
    width: 400px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(17,17,17,0.6)100%), url('logo.png');
    background-size: cover;
    position: relative;
    color: #fff
}


.services h2 {
    position: absolute;
    top: 300px;
    left: 30px;
}

.services1 h2 {
    position: absolute;
    top: 300px;
    left: 30px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.services__card p {
    position: absolute;
    top: 400px;
    left: 30px;
    top: 350px;
}

.services__card1 p {
    position: absolute;
    top: 400px;
    left: 30px;
    top: 350px;
}

.services__card button {
    color: white;
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #d3b76e;
    position: absolute;
    top: 440px;
    left: 30px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
}

.services__card1 button {
    color: white;
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #d3b76e;
    position: absolute;
    top: 440px;
    left: 30px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
}

.services__card:hover {
    transform: scale(1.075);
    transition: 0.2s ease-in;
    cursor: pointer;
}

.services__card1:hover {
    transform: scale(1.075);
    transition: 0.2s ease-in;
    cursor: pointer;
}


.body__links:hover {
    color: #a37f3d;
    transition: all 0.3s ease;
}

@media screen and (max-width: 960px) {
    .services {
        height: 1600px;
    }

    .services h1 {
        font-size: 2rem;
        margin-top: 12rem;
    }
}

@media screen and (max-width:480px) 
{
    .services {
        height:2800px;
    }

    .services h1 {
        font-size: 1.2rem;
    }

    .services p {
        font-size: 0.9rem;
    }

    .services1 {
        height:1400px;
    }

    .services1 h1 {
        font-size: 1.2rem;
    }


    .services__card {
        width: 300px;
    }

    .services__card1 {
        width: 300px;
    }
}

/*footer css*/
.footer__container {
    background-color:  rgb(114, 14, 14);
    padding: 10px 0;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#footer__logo {
    color: #fff;
    display: flex;
    align-items: center;
    cursor:pointer;
    text-decoration: none;
    font-size: 2rem;
}

.footer__links {
    width:100%;
    max-width: 100px;
    display: flex;
    justify-content: center;
}

.footer__link--wrapper {
    display: flex;
}

.footer__link--items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 16px;
    text-align: left;
    width: 160px;
    box-sizing: border-box;
}

.footer__link--items h2 {
    margin-bottom: px;
}

.footer__link--items  h2 {
    color: #fff;
}

.footer__link--items {
    color: white;
}

.footer__link--items a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 1rem;
}

.footer__link--items a:hover{
    color: #e9e9e9;
    transition: 0.3s ease-out;
}

/*social icons*/
.social__icon--link {
    color: #fff;
    font-size: 24px;
}

.social__media {
    max-width: 100px;
    width: 100%;
}

.social__media--wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1000px;
    margin: 40px auto 0 auto;
}

.social__icon {
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
}

.social__logo {
    color: #fff;
    justify-self: flex-start;
    margin-left: 20px;
    cursor:pointer;
    text-decoration: none;
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.website__right {
    color: #fff;
}

@media screen and (max-width: 820px) {
    #footer__links {
        padding-top: 0rem;
    }

    #footer__logo {
        margin-bottom: 0rem;
    }

    .website__rights {
        margin-bottom: 0rem;
    }

    .footer__link--wrapper {
        flex-direction: column;
    }

    .social__media--wrap {
        flex-direction: column;
    }
}
 @media screen and (max-width: 480px) {
    .footer__link--items {
        margin: 0;
        padding: 10px;
        width: 100%;
    }
 }