body {
    background-image: url("../assets/sgs-one-bg.png");
    background-size: cover;
    background-position: center;
}

/* One Home */

/* One */

.ONE {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    transition: all 1s;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 0;
}

.LeftOnePhoto {
    width: 100%;
    transition: all 1s;
}

.AnimateImg {
    transform: scale(2) translateX(93%);
}

.RightOne {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 35px;
    border-left: 5px solid red;
    padding-left: 14px;
    opacity: 1;
}

.AnimRightOne {
    opacity: 0;
}

.ShowArrow {
    transition: all 1s;
}

.ONEShow {
    opacity: 1;
    z-index: 1;
}

.ForPosition {
    position: absolute;
    left: 0;
    top: 0;
}

.RightOneUpperText,
.RightOneLowerText {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-align: start;
    font-family: 'OpenSans-Medium';
}

.RightOneUpperText {
    font-weight: 300;
    font-family: 'OpenSans-Regular';

}

.OneContainer {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.LeftOne {
    width: 34%;
}

/* TwoContainer */

.Heading {
    font-size: 36px;
    font-weight: 400;
    font-family: 'OpenSans-Regular';
    border-left: 4px solid red;
    padding-left: 11px;
    line-height: 45px;
    margin: 0;
}

.TwoContainer {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

.CardHeading {
    font-size: 20px;
    font-weight: 300;
    font-family: 'OpenSans-Light';
    margin: 5px 0px;
}

.CardUpperText,
.CardLowerText {
    font-size: 18px;
    font-weight: 300;
    font-family: 'OpenSans-Light';
    transition: all 0s;
    margin: 0;
}

.CardLowerText {
    margin-bottom: 5px;
}

.CardText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    overflow: hidden;
    transition: all 0.5s;
    opacity: 0;
    max-height: 0;
}

.Card {
    width: 23%;
    transition: opacity 0.3s;
}

.CardDataContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.BigOnePhoto {
    width: 100%;
}

.PhotoFrameHeading {
    font-size: 22px;
    font-family: 'OpenSans-Light';
    font-weight: 300;
    border-left: 6px solid #cc1521;
    padding-left: 10px;
}

.PhotoFrame {
    width: 65%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.PhotoFrameHeading {
    width: 100%;
}

.PhotoOfPhotoFrame {
    width: 100%;
}

.imageOfPhotoFrame {
    width: 60%;
}

.DownArrow {
    position: absolute;
    width: 99%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.SuggToSCroll {
    width: 80px;
}

@media only screen and (max-width: 1400px) {
    .AnimateImg {
        transform: scale(2) translateX(88%);
    }

    .LeftOne {
        width: 50%;
    }

    .RightOneUpperText,
    .RightOneLowerText {
        font-size: 23px;
        line-height: 32px;
    }

    .RightOne {
        gap: 25px;
    }

    .CardHeading {
        font-size: 18px;
        margin: 4px 0px;
    }

    .CardUpperText,
    .CardLowerText {
        font-size: 16px;
        font-weight: 300;
        font-family: 'OpenSans-Light';
        transition: all 0s;
        margin: 0;
        line-height: 20px;
    }

    .CardText {
        gap: 10px;
    }

    .Heading {
        font-size: 30px;
        line-height: 40px;
    }

    .TwoContainer {
        gap: 35px;
    }
}

@media only screen and (max-width: 1200px) {
    .LeftOne {
        width: 55%;
    }

    .AnimateImg {
        transform: scale(2) translateX(75%);
    }

    .RightOneUpperText,
    .RightOneLowerText {
        font-size: 20px;
        line-height: 30px;
    }

    .imageOfPhotoFrame {
        width: 97%;
    }
}

@media only screen and (max-width: 992px) {
    .DownArrow {
        width: 98%;
    }

    .LeftOne {
        width: 70%;
    }

    .RightOneUpperText,
    .RightOneLowerText {
        font-size: 17px;
        line-height: 26px;
    }

    .AnimateImg {
        transform: scale(2) translateX(60%);
    }

    .CardHeading {
        font-size: 17px;
        margin: 4px 0px;
    }

    .CardUpperText,
    .CardLowerText {
        font-size: 14px;
        font-weight: 300;
        font-family: 'OpenSans-Light';
        transition: all 0s;
        margin: 0;
        line-height: 18px;
    }

    .Heading {
        font-size: 26px;
        line-height: 35px;
    }

    .imageOfPhotoFrame {
        width: 100%;
    }

    .SuggToSCroll {
        width: 60px;
    }
}

@media only screen and (max-width: 768px) {

    .OneContainer {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    .AnimateImg {
        transform: scale(1.4) translateX(0%) translateY(15vh);
    }

    .LeftOne {
        width: 70%;
        position: relative;
        bottom: 120px;
    }

    .LeftOne {
        width: 70%;
        position: relative;
        bottom: 70px;
    }

    .RightOne {
        gap: 15px;
    }

    .RightOneUpperText,
    .RightOneLowerText {
        font-size: 17px;
        line-height: 23px;
    }

    .TwoContainer {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    .CardDataContainer {
        flex-direction: column;
    }

    .SecondOne {
        height: auto;
        padding-top: 80px;
    }

    .CardHeading {
        font-size: 25px;
        margin: 4px 0px;
    }

    .CardUpperText,
    .CardLowerText {
        font-size: 20px;
        line-height: 27px;
        width: 100% !important;
        margin-bottom: 15px;
    }

    .CardText {
        gap: 15px;
    }

    .Card {
        width: 70%;
        opacity: 1 !important;
        margin-top: 30px;
    }

    .NavLinks {
        font-size: 18px;
        line-height: 23px;
    }

    .Heading {
        font-size: 23px;
        line-height: 30px;
    }

    .ListHeading {
        font-size: 16px;
        gap: 8px;
    }

    .PhotoFrameHeading {
        font-size: 17px;
        margin: 0;
    }

    .PhotoFrame {
        width: 80%;
        gap: 20px;
    }

    body {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media only screen and (max-width: 576px) {
    .Card {
        width: 100%;
    }

    .TwoContainer {
        width: 100%;
        align-items: flex-start;
    }

    .Heading {
        font-size: 25px;
        line-height: 30px;
    }

    .TwoContainer {
        gap: 20px;
    }

    .SecondOne {
        padding-top: 70px;
    }

    .PhotoFrame {
        width: 100%;
        gap: 30px;
    }

    .PhotoFrameHeading {
        font-size: 20px;
        margin: 0;
    }

    .PhotoFrameHeading {
        font-size: 20px;
        width: 100%;
        margin-left: 3vw;
    }

    .CardUpperText, .CardLowerText {
        font-size: 15px;
        line-height: 22px;
        width: 100% !important;
        margin-bottom: 5px;
    }

    .TwoContainer {
        overflow: scroll !important;
    }
}

::-webkit-scrollbar {
    display: none;
}