html{
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    overflow-x: hidden;
}

.banner-sect {
   display: grid;
   grid-template-columns: repeat(1,1fr);
   grid-auto-rows: minmax(100px, auto);
   grid-template-areas: 'title' 'text' 'button';
   align-content: center;
   justify-content: center;
   align-items: center;
   justify-items: center;
   margin-top: 10%;
   /* background-image: url(/assets/images/ufr_website_mockup-home-page-banner-mobile.jpg); */
}

.banner-img {
    position: absolute;
    width: 100%;
    height: 920px;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-title {
    color: white;
    grid-area: title;
    text-align: center;
    font-size: 64px;
}

.banner-text {
    color: white;
    grid-area: text;
    text-align: center;
    margin: 0 23%;
}

.banner-button {
    color: white;
    grid-area: button;
}

.button-template {
    background: none;
    cursor: pointer;
    border: 1px solid white;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 24px;
    letter-spacing: 0.07rem;
    transition: 0.3s ease-in-out;
}

.button-template:hover {
    transform: scale(1.2);
}

.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5%;
    /* height: 240px; */
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    list-style: none;
    margin-right: 4rem;
}

.nl-about, .nl-careers, .nl-contact {
    transition: 0.2s ease-in-out;
}

.nl-about:hover {
    transform: scale(1.2); 
}

.nl-careers:hover {
    transform: scale(1.2); 
}

.nl-contact:hover {
    transform: scale(1.2);     
}

.sticky {
    position: relative;
    top: 0;
    z-index: 1;
  }

  .nav-logo {
    margin-left: 10%;
}

.nav-logo-2 {
    display: none;
}

.nav-items {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    list-style: none;
    margin-right: 4rem;
}

.nav-link {
    color: white;
    font-weight: bold;
    transition: 0.3s ease;
    text-decoration: none;
    padding: 20px 0;
}

.hamburger{
    display: none;
    cursor: pointer;
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

.content-wrapper {
    /* background-image: url("/assets/images/ufr_website_mockup-home-page-body2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; */
}

.content-img {
    width: 100%;
    position: relative;
    z-index: -5;
    margin-top: -68%;
}

.content-img-mobile {
    display: none;
    width: 100%;
    position: relative;
    z-index: -5;
    margin-top: -68%;
}

.success-sect {
    padding-top: 100px;
    text-align: center;
    margin: 0 15%;
}

.success-head {
    font-size: 38px;
    color: #318cdd;
}

.success-sect p {
    color: #65707e;
}

.discipline-sect{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: minmax(100px, auto);
    grid-template-areas: 'sect1 sect2';
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: center;
    background-color: #318cdd;
    margin: 6% 16%;
    color: white;
}

.disc-sect-1 {
    grid-area: sect1;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: 10%;
}

.disc-sect-2 {
    grid-area: sect2;
    margin-bottom: -7px;
    margin-top: -10%;
}

.disc-sect-2 img {
    width: 480px;
    padding-left: 80px;
}

.disc-title {
    font-size: 36px;
    margin-bottom: 0;
}

.disc-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: minmax(100px, auto);
    grid-template-areas: 'list1 list2';
    margin-bottom: 20px;
}

.disc-list ul li {
    font-size: 18px;
    padding-bottom: 8px;
}

.disc-button {
    padding-bottom: 25px;
}

.join-sect {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-auto-rows: minmax(100px, auto);
    grid-template-areas: 'joinContent joinButton';
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: start;
    background-color: #318cdd;
    margin-top: -10px;
    gap: 7%;

}

.join-content {
    grid-area: joinContent;
    color: white;
    font-size: 32px;
}

.join-wrapper {
    margin-left: 30%;
}

.mobile-ban-img {
    display: none;
    position: absolute;
    width: 100%;
    height: 920px;
    top: 0;
    left: 0;
    z-index: -1;
}

.building-mobile {
    display: none;
}

.join-button {
    
}

.join-button-wrap {
    /* margin-right: 15em; */
    grid-area: joinButton;
}

.priv-sect {
    margin: 2%;
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: 'img1 img2';
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 2%;
    
  }
  
  .priv-img {
    width: auto;
    max-height: 840px;
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
  }
  
  .img-1 {
    grid-area: img1;
  }
  
  .img-2 {
    grid-area: img2;
  }

  .logo-click-1 {
    /* display: none; */
  }

  .logo-click-2 {
    display: none;
  }
  
  

@media(max-width:1500px){
    .banner-img {
        height: 850px;
    }
}

@media(max-width:1400px){
    /* .banner-img {
        height: 850px;
    } */
    .priv-img{
        height: 700px;
    }
}

@media (max-width:1300px){
    .discipline-sect {
        margin: 6% 7%;
    }
}

@media(max-width:1200px){
    .banner-img {
        height: 850px;
    }

    .priv-img{
        height: 600px;
    }
}

@media(max-width:1028px){

    .couple {
        left: -4%;
    }

    .hamburger{
        display: block;
        /* padding-right: 20px; */
        padding: 8px;
        /* border: 1px solid white; */
        border-radius: 6px;
        position: absolute;
        left: 90%;
        
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu{
        flex-direction: column;
        width: 22%;
        text-align: center;
        transition: 0.3s;
        display: none;
    }
    .nav-item{
        margin: 16px 0;
    }

    .nav-menu.active{
        position: absolute;
        left: 63%;
        top: 14px;
        padding: 10px 30px;
        z-index: 2;
        background-color: #318cdd;
        display: block;
        border: 1px solid #dddddd;
        border-radius: 4px;
    }
    .nav-link {
        border-top: none;
        color: white;
    }

    .nav-link:hover {
        border-top: none;
    }

    .discipline-sect {
        grid-template-columns: repeat(1,1fr);
        grid-template-areas: 'sect2' 'sect1';
        margin: 0 0 80px 0;
        padding-bottom: 20px;
    }

    .disc-sect-2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .disc-sect-2 img {
        width: 100%;
        padding-left: 0;
    }

    .disc-sect-1 {
        margin-left: 0;
    }

    .disc-title {
        /* margin-left: 10%; */
        font-size: 28px;
        margin: 2% 16%;
        text-align: center;
        /* font-size: 28px; */
    }

    .banner-img {
        height: 825px;
    }

    .priv-sect {
        grid-template-areas: 'img1' 'img2';
        margin-top: 5%;
        margin-bottom: 5%;
    }

}

@media(max-width:900px){

}

@media(max-width:800px){
    .nav-menu.active {
        left: 68%;
        top: 30px;
    }

    .discipline-sect {
        grid-template-columns: repeat(1,1fr);
        grid-template-areas: 'sect2' 'sect1';
        margin: 0 0 80px 0;
        padding-bottom: 20px;
    }

    .disc-sect-2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .disc-sect-2 img {
        width: 100%;
        padding-left: 0;
    }

    .disc-sect-1 {
        margin-left: 0;
    }

    .disc-title {
        /* margin-left: 10%; */
        font-size: 28px;
        margin: 2% 16%;
        text-align: center;
        /* font-size: 28px; */
    }

    .join-sect {
        grid-template-columns: repeat(1,1fr);
        grid-template-areas: 'joinContent' 'joinButton';
        justify-items: center;
    }

    .join-wrapper {
        margin: 2% 10%;
        text-align: center;
    }

    .join-content {
        margin-bottom: 0;
    }

    .banner-title {
        font-size: 32px;
    }

    .banner-text {
        margin: 0 12%;
    }

    .banner-img {
        height: 565px;
    }

    .success-head {
        font-size: 28px;
        line-height: 1.2;
    }

    .success-sect {
        padding-top: 40px;
        margin: 0px 12%;
    }
}

@media(max-width:700px){
    .banner-img {
        display: none;
    }

    .mobile-ban-img {
        display: block;
        max-height: 575px;
    }

    .content-img {
        display: none;
    }

    .content-img-mobile {
        display: block;
        margin-top: -15%;
    }

}

@media(max-width:600px){

    .disc-list {
        /* margin-bottom: 0; */
        margin: 0 7%;
    }

    .disc-list ul li {
        font-size: 16px;
    }

    .disc-button {
        margin: 2% 0 6% 0;
        padding-bottom: 0;
    }

    .join-sect {
        grid-template-columns: repeat(1,1fr);
        grid-template-areas: 'joinContent' 'joinButton';
        justify-items: center;
    }

    .join-wrapper {
        margin: 0;
    }

    .join-content {
        font-size: 28px;
        text-align: center;
        margin: 10% 5% 0% 5%;
    }

    .nav-menu.active {
        left: 61.5%;
        top: 20px;
    }

    .join-button-wrap {
        padding-bottom: 20px;
        margin-bottom: 5%;
    }
}

@media(max-width:600px){

    .navbar {
        justify-content: flex-start;
        margin-top: 7%;
    }

    .nav-logo {
        margin-left: 8%;
        width: 220px;
    }

    .hamburger {
        left: 80%;
    }

    .banner-title {
        font-size: 32px;
    }

    .banner-text {
        margin: 0 12%;
    }

    .success-head {
        font-size: 28px;
        line-height: 1.2;
    }

    .success-sect {
        padding-top: 40px;
        margin: 0px 12%;
    }

    .discipline-sect {
        grid-template-columns: repeat(1,1fr);
        grid-template-areas: 'sect2' 'sect1';
        margin: 0;
    }

    .disc-sect-2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .disc-sect-2 img {
        width: 100%;
        padding-left: 0;
    }

    .disc-sect-1 {
        margin-left: 0;
    }

    .disc-title {
        /* margin-left: 10%; */
        font-size: 28px;
        margin: 2% 16%;
        text-align: center;
        font-size: 28px;
    }

    .priv-img {
        height: 400px;
    }


}

@media(max-width:400px) {
    .mobile-ban-img {
        max-height: 620px;
    }
}

