@font-face {
    font-family: 'Inter', sans-serif;
    src: url('../fonts/Inter-Bold.ttf');
  }
@font-face {
    font-family: 'Lato', sans-serif;
    src: url('../fonts/Lato-Regular.ttf');
  }
a{
    text-decoration: none;
 }
 a:hover{
    text-decoration: none;
 }
.home--container {
    display: flex;
    width: 100%;
    min-height: 80vh;
    padding: 2rem 4rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_student.jpg');
        background-size: cover;
        background-position: center;
}
.home--container3 {
    display: flex;
    width: 100%;
    min-height: 80vh;
    padding: 2rem 4rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uats.png');
        background-size: cover;
        background-position: center;
}
.home--container1 {
    display: flex;
    width: 100%;
    min-height: 80vh;
    padding: 2rem 4rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_studt2.jpg');
        background-size: cover;
        background-position: center;
}
.home--container2 {
    display: flex;
    width: 100%;
    min-height: 80vh;
    padding: 2rem 4rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_studt3.jpg');
        /* background-color: #F8FFFD; */
        background-size: cover;
        background-position: center;
}

.home-left-container {
    display: flex;
    width: 55%;
    flex-direction: column;
}

.hero--title {
    color: #ffffff;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.hero--span {
    color: #F79420;
}

.hero--subtitle {
    color: #ffffff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.Hero---Button {
    border: none;
    width: 180px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    background:  #B02328;
    color: #FFF;
    cursor: pointer;
}

.div--w-full {
    width: 100%;
    padding-bottom: 2rem;
}

.footer--uat--paragraph {
    text-align: center;
}

.footer--uat--link {
    text-decoration: none;
    color: rgba(19, 116, 91, 0.83);
}

 @media (min-width: 220px) and (orientation: portrait)  {
    .home--container {
        display: flex;
        justify-content: center;
        width: calc(100%);
        min-height: 70vh;
        /* position: relative; */
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_student.jpg');
        /* background-color: #F8FFFD; */
        background-size: cover;
        background-position: center;
    }
    .home--container3 {
        display: flex;
        justify-content: center;
        width: calc(100%);
        min-height: 70vh;
        /* position: relative; */
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uats.png');
        /* background-color: #F8FFFD; */
        background-size: cover;
        background-position: center;
    }
    .home--container1{
        display: flex;
        justify-content: center;
        width: calc(100%);
        min-height: 70vh;
        /* position: relative; */
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_studt2.jpg');
        /* background-color: #F8FFFD; */
        background-size: cover;
        background-position: center;
    }
    .home--container2{
        display: flex;
        justify-content: center;
        width: calc(100%);
        min-height: 70vh;
        /* position: relative; */
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_studt3.jpg');
        /* background-color: #F8FFFD; */
        background-size: cover;
        background-position: center;
    }

    .home-left-container {
        display: flex;
        width: calc(100%);
        height: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 2rem 2rem;
    
    }

    .hero--title {
        color: #ffffff;
        font-family: Inter;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 24px;
        
    }
    .hero--span {
        color: #F79420;
    }
    .hero--subtitle {
        color: #ffffff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
    }

    .hero-img--div {
        width: 100%;
        object-fit: cover;

    }

    .hero-img--div img {
        width: 100%;
        object-fit: cover;
    }
    .Hero---Button {
        border: none;
        width: 180px;
        height: 40px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #B02328;
        color: #FFF;
        cursor: pointer;
    }
 } 
 @media (min-width: 475px) and (orientation: portrait)  {
    .home--container {
        display: flex;
        justify-content: center;
        min-height: 70vh;
        width: calc(100%);
        position: relative;
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_student.jpg');
        /* background-color: #F8FFFD; */
        background-size: cover;
        background-position: center;
    }
    .home--container3 {
        display: flex;
        justify-content: center;
        min-height: 70vh;
        width: calc(100%);
        position: relative;
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uats.png');
        /* background-color: #F8FFFD; */
        background-size: cover;
        background-position: center;
    }
    .home--container1 {
        display: flex;
        justify-content: center;
        min-height: 70vh;
        width: calc(100%);
        position: relative;
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_studt2.jpg');
            background-size: cover;
            background-position: center;
    }
    .home--container2 {
        display: flex;
        justify-content: center;
        min-height: 70vh;
        width: calc(100%);
        position: relative;
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_studt3.jpg');
            /* background-color: #F8FFFD; */
            background-size: cover;
            background-position: center;
    }
    .home-left-container {
        display: flex;
        width: calc(100%);
        height: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 2rem 2rem;
    }

    .hero--title {
        color: #ffffff;
        font-family: Inter;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px;
    }
    .hero--span {
        color: #F79420;
    }
    .hero--subtitle {
        color: #ffffff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
    }

    .hero-img--div {
        width: 100%;
        object-fit: cover;

    }

    .hero-img--div img {
        width: 100%;
        object-fit: cover;
    }
 } 

/* sm */
@media (min-width: 640px) {
    .home--container {
        display: flex;
        justify-content: center;
        width: calc(100%);
        position: relative;
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_student.jpg');
        background-size: cover;
        background-position: center;
    }
.home--container3 {
        display: flex;
        justify-content: center;
        width: calc(100%);
        position: relative;
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uats.png');
        background-size: cover;
        background-position: center;
    }

    .home-left-container {
        display: flex;
        width: calc(100%);
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        padding: 2rem 4rem;
        /* background: rgba(0, 0, 0, 0.7); */
    }

    .hero--title {
        color: #ffffff;
        font-family: Inter;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px;
        text-align: center;
    }
    .hero--span {
        color: #F79420;
    }
    .hero--subtitle {
        color: #ffffff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
        text-align: center;
    }

    .hero-img--div {
        width: 100%;
        object-fit: cover;

    }

    .hero-img--div img {
        width: 100%;
        object-fit: cover;
    }
    .Hero---Button {
        border: none;
        width: 200px;
        height: 45px;
        display: flex;
    justify-content: center;
    align-items: center;
 text-decoration: none;
        flex-shrink: 0;
        margin-top: 20px;
        border-radius: 5px;
        background: #B02328;
        color: #FFF;
        cursor: pointer;
    }
}

/* md */
@media (min-width: 768px) {
    .home--container {
        display: flex;
        justify-content: center;
        width: calc(100%);
        position: relative;
        align-items: center;
        margin-top: 70px;
        padding: 2rem 0rem;
    }

    .home-left-container {
        display: flex;
        width: calc(100%);
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        padding: 2rem 4rem;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_student.jpg');
        /* background-color: #F8FFFD; */
        background-size: cover;
        background-position: center;
    }

    .hero--title {
        color: #ffffff;
        font-family: Inter;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 24px;
        text-align: center;
    }
    .hero--span {
        color: #F79420;
    }
    .hero--subtitle {
        color: #ffffff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
        text-align: center;
    }

    .hero-img--div {
        width: 100%;
        object-fit: cover;

    }

    .hero-img--div img {
        width: 100%;
        object-fit: cover;
    }
    .Hero---Button {
        border: none;
        width: 200px;
        height: 45px;
        flex-shrink: 0;
    margin-top: 16px;
        border-radius: 5px;
        background: #B02328;
        color: #FFF;
        cursor: pointer;
    }
}

/* lg */
@media (min-width: 1024px) {
    .home--container {
        display: flex;
        width: 100%;
        padding: 2rem 4rem;
        justify-content: space-between;
        align-items: center;
        position:unset;
        margin-top: 2rem;
        background-color: #F8FFFD;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_student.jpg');
        /* background-color: #F8FFFD; */
        background-size: cover;
        background-position: center;
    }
    
    .home-left-container {
        display: flex;
        width: 55%;
        position: unset;
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem 0rem;
        background: transparent;
    }
    
    .hero--title {
        color: #FFFFFF;
        font-family: Inter;
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 16px;
        text-align: start;
    }
    
    .hero--span {
        /* color: #B02328; */
        color: #F79420;
    }
    
    .hero--subtitle {
        color: #ffffff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
        text-align: start;
    }
    
    .Hero---Button {
        border: none;
        width: 180px;
        height: 40px;
        flex-shrink: 0;
        display: flex;
    justify-content: center;
    align-items: center;
 text-decoration: none;
        border-radius: 5px;
        background: #B02328;;
        color: #FFF;
        cursor: pointer;
    }
    .hero-img--div {
        width: 50%;
        object-fit: cover;

    }

    .hero-img--div img {
        width: 100%;
        object-fit: cover;
    }
    
    .div--w-full {
        width: 100%;
        padding-bottom: 2rem;
    }
    
    .footer--uat--paragraph {
        text-align: center;
    }
    
    .footer--uat--link {
        text-decoration: none;
        color: rgba(19, 116, 91, 0.83);
    }
}

/* xl */
@media (min-width: 1280px) {
    .home--container {
        display: flex;
        width: 100%;
        padding: 2rem 4rem;
        justify-content: space-between;
        align-items: center;
        margin-top: 2rem;
        background-color: #F8FFFD;
    }
    
    .home-left-container {
        display: flex;
        width: 55%;
        flex-direction: column;
    }
    
    .hero--title {
        color: #ffffff;
        font-family: Inter;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 16px;
    }
    
    .hero--span {
        /* color: #B02328; */
        color: #F79420;
    }
    
    .hero--subtitle {
        color: #ffffff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
    }
    
    .Hero---Button {
        border: none;
        width: 180px;
        height: 50px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border-radius: 5px;
        background: #B02328;
        color: #FFF;
        cursor: pointer;
    }
    .hero-img--div {
        width: 50%;
        object-fit: cover;

    }

    .hero-img--div img {
        width: 100%;
    }
    .div--w-full {
        width: 100%;
        padding-bottom: 2rem;
    }
    
    .footer--uat--paragraph {
        text-align: center;
    }
    
    .footer--uat--link {
        text-decoration: none;
        color: rgba(19, 116, 91, 0.83);
    }
}

/* 2xl */
@media (min-width: 1536px) {
    .home--container {
        display: flex;
        width: 100%;
        padding: 2rem 4rem;
        justify-content: space-between;
        align-items: center;
        position:unset;
        margin-top: 2rem;
        background-color: #F8FFFD;
    }
    
    .home-left-container {
        display: flex;
        width: 55%;
        position: unset;
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem 0rem;
        background: transparent;
    }
    
    .hero--title {
        color: #ffffff;
        font-family: Inter;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 16px;
        text-align: start;
    }
    
    .hero--span {
        /* color: #B02328; */
        color: #F79420;
    }
    
    .hero--subtitle {
        color: #ffffff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
        text-align: start;
    }
    
    .Hero---Button {
        border: none;
        width: 180px;
        height: 40px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
     text-decoration: none;
        border-radius: 5px;
        background: #B02328;;
        color: #FFF;
        cursor: pointer;
    }
    .hero-img--div {
        width: 50%;
        object-fit: cover;

    }

    .hero-img--div img {
        width: 100%;
        object-fit: cover;
    }
    
    .div--w-full {
        width: 100%;
        padding-bottom: 2rem;
    }
    
    .footer--uat--paragraph {
        text-align: center;
    }
    
    .footer--uat--link {
        text-decoration: none;
        color: rgba(19, 116, 91, 0.83);
    }
}

/* xl */
@media (min-width: 1280px) {
    .home--container {
        display: flex;
        width: 100%;
        padding: 0rem 5rem;
        min-height: 90vh;
        justify-content: space-between;
        align-items: center;
        border-bottom: 10px solid rgb(119, 0, 0);
        margin-top: 4rem;
        color:#ffffff;
        
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_student.jpg');
       
        background-size: cover;
        background-position: center;
    }
     .home--container3 {
        display: flex;
        width: 100%;
        padding: 0rem 5rem;
        min-height: 90vh;
        justify-content: space-between;
        align-items: center;
        border-bottom: 10px solid rgb(119, 0, 0);
        margin-top: 4rem;
        color:#ffffff;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uats.png');
        background-size: cover;
        background-position: center;
    }
    
    .home--container1 {
        display: flex;
        width: 100%;
        padding: rem 5rem;
        min-height: 90vh;
        justify-content: space-between;
        align-items: center;
        border-bottom: 10px solid rgb(119, 0, 0);
        margin-top: 4rem;
        color:#ffffff;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_studt2.jpg');
        background-size: cover;
        background-position: center;
    }
    
    .home--container2 {
        display: flex;
        width: 100%;
        padding: 0rem 5rem;
        min-height: 90vh;
        justify-content: space-between;
        align-items: center;
        border-bottom: 10px solid rgb(119, 0, 0);
        margin-top: 4rem;
        color:#ffffff;
        background: linear-gradient(109.6deg, rgba(0, 0, 0, .7) 11.2%, rgba(0, 0, 0, .5) 51.2%, rgba(0, 0, 0, 0.2) 98.6%), url('../img/uat_studt3.jpg');
        background-size: cover;
        background-position: center;
    }
    
    .home-left-container {
        display: flex;
        width: 55%;
        flex-direction: column;
    }
    
    .hero--title {
        color: #ffffff;
        font-family: Inter;
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 16px;
    }
    
    .hero--span {
        /* color: #23b05e; */
        color: #F79420;
    }
    
    .hero--subtitle {
        color: #ffffff;
        font-family: Lato;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 27px;
        margin-bottom: 16px;
    }
    
    .Hero---Button {
        border: none;
        width: 200px;
        height: 50px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border-radius: 5px;
        background: #B02328;
        color: #FFF;
        cursor: pointer;
    }
    .hero-img--div {
        width: 50%;
        object-fit: cover;

    }

    .hero-img--div img {
        width: 100%;
    }
    .div--w-full {
        width: 100%;
        padding-bottom: 2rem;
    }
    
    .footer--uat--paragraph {
        text-align: center;
    }
    
    .footer--uat--link {
        text-decoration: none;
        color: rgba(19, 116, 91, 0.83);
    }
}
