html{
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}

/* --------------------------------------------------ServciesusSection1-------------------------------------------------------------- */

.ServicesSection1Main {
    position: relative;
}

.SS1MImg{
    position: relative;
    border-bottom: 2px solid white;
}

.SS1MImg img {
    width: 100%;
    height: 85.3vh;
    display: block;
    object-fit: cover;
}

.SS1MTitleContainer{
    position: absolute;
    bottom: 50px;
    left: 70px;
    border-radius: 15px;
    opacity: 0;
    animation: fadeIn 3.5s ease forwards;
    background: linear-gradient(to right, black, gray);
}

.SS1MTCContext{
    padding: 0px 100px;
    color: rgb(222, 193, 87);
    text-align: center;
}

.SS1MTCContext h1{
    font-size: 70px;
    font-weight: 700;
}


@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@media (width<=1280px) {
    .SS1MImg img {
        height: 100%;
    }
    .SS1MTCContext {
        padding: 50px;
    }
    .SS1MTCContext h1 {
        font-size: 40px;
    }
}

/* --------------------------------------------------ServicesusSection1-------------------------------------------------------------- */

/* --------------------------------------------------ServicesusSection2-------------------------------------------------------------- */

.Servicessection2{
    padding: 60px;
    background: linear-gradient(to right, black, gray);
    overflow: hidden;
}

.Servicessection2Container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.Servicessection2Part1Container,.Servicessection2Part2Container{
    width: 50%;
}

.Servicessection5Part1Context {
    height: 600px;
}

.Servicessection2Part1Context img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.Servicessection2Part2Context {
    color: rgb(222, 193, 87);
    padding-left: 100px;
}

.SS2P2CH1 h1{
    font-size: 56px;
    margin: 0px;
    font-weight: 700;
}

/* .SS2P2CSpan{
    padding: 10px 0px;
    padding-bottom: 20px;
}

.SS2P2CSpan span{
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
} */

.SS2P2CPara{
    padding: 20px 0px;
    text-align: justify;
}

.SS2P2CPara p{
    font-size: 20px;
    margin: 0px;
    font-weight: 400;
}

.plspopup.active .Servicessection2Container{
    animation: 2s clouds linear;
    opacity: 1;
}

/* -------------------------------------------------ServicesusSection2-------------------------------------------------------------- */

/* -------------------------------------------------ServicesusSection3-------------------------------------------------------------- */

.Servicessection3{
    padding: 60px;
    background: linear-gradient(to right, black, gray);
}

.Servicessection3Container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Servicessection3Part1Container,.Servicessection3Part2Container{
    width: 100%;
}

.SS3P1H1{
    padding: 60px 0px;
    padding-top: 0px;
    display: flex;
    justify-content: center;
}

.SS3P1H1 H1{
    margin: 0px;
    color: rgb(222, 193, 87);
    font-size: 56px;
    font-weight: 700;
}

.Servicessection3Part2Container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.Servicessection3Part2Context{
    /* display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; */
    display: grid;
    grid-auto-flow: row;
    align-items: center;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 50px;
}

.Servicessection3Part2ContextEach {
    padding: 30px;
    border-radius: 15px;
    width: auto;
    height: -webkit-fill-available;
    background-image: url('goldimg.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* display: grid;
    grid-template-rows: 90px; */
}

.Servicessection3Part2ContextEach:hover{
    transform: scale(1.05);
    transition: transform 1.5s;
    cursor: pointer;
}


.SS3P2CEH2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 95px;
}

.SS3P2CEH2 h2{
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.SS3P2CEPara{
    height: 250px;
}

.SS3P2CEPara p{
    word-spacing: 5px;
    font-size: 18.6667px;
    font-weight: 400;
}

.SS3P2CEButton{
    padding-top: 30px;
    text-align: center;
}

.SS3P2CEButton button{
    width: 50%;
    height: 50px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(to right, black, gray);
    color: white;
    font-weight: 700;
    font-size: 18.6667px;
    cursor: pointer;
}

.SS3P2CEButton button:hover {
    transform: scale(1.15);
    transition: transform 1.5s;
}

@media (width>=1280px) {
    .Servicessection3Part2ContextEach {
        max-width: 615px;
    }
}

@media (width<=1280px) {
    .Servicessection3Part2Context{
        grid-template-columns: repeat(2, 1fr);
    }
    .SS3P2CEPara {
        height: 300px;
    }
}

@media (width<=1024px) {
    .Servicessection3Part2Context {
        grid-template-columns: repeat(1, 1fr);
    }
    .Servicessection3Part2ContextEach {
        margin: 0px 100px;
    }
    .SS3P2CEPara {
        height: 250px;
    }
}

@media (width<=769px) {
    .Servicessection3{
        padding: 60px 10px;
    }
}


/* -------------------------------------------------ServicesusSection3-------------------------------------------------------------- */
