/* @font-face {
    font-family: 'Uber Move';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/uber-move/UberMoveBold.otf) format('opentype'),
    url(../fonts/uber-move/UberMoveBold.otf) format('opentype');
} */
@font-face {
        font-family: 'BentonSans Book';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/nyu/BentonSans-Book.otf) format('opentype');
}
/* font-family: 'BentonSans Bold'; */
@font-face {
    font-family: 'BentonSans Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/nyu/BentonSans-Bold.otf) format('opentype');
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
.container{
    max-width: 1120px !important;
    width: 100%;
}
header {
  background-color: #501B86;
  width: 100%;
  height: 70px;
  color: #fff;
}
header.navbar{
    padding-left: 67px;
    padding-right: 67px;
}
.navbar-brand img{
    width: 94.87px;
}
.middle-content {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
  position: relative;
  /* min-height: 500px; */
}
.middle-content h2{
  max-width: 589px;
  color: #000000;
  font-family: 'BentonSans Book', serif;
  font-size: 36px;
  font-weight: 700; /* Bold font weight */
  line-height: 47.16px;
  text-align: center;

}
.middle-content .inner-content{
    /* max-width: 932px; */
    max-width: 1024px;
    margin-bottom: 25px;
    margin-top: 35px;
}
.middle-content .inner-content .landing-inner-block{
    padding-left: 61px;
    padding-right: 61px;
}
.middle-content .inner-content .landing-inner-block .laptop-image{
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.20));
}
.middle-content .inner-content .page-heading{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-top: 20px;
    /* margin-bottom: 60px; */
    font-family: 'BentonSans Book', serif;
    font-weight: 700;
    color: #000000;
}
.middle-content .inner-content p{
    font-weight: 400;
    font-size: 18px;
    max-width: 768px;
    color: #333333;
    font-family: 'BentonSans Book', serif;
}
.middle-content .inner-content .click-text{
    font-family: 'BentonSans Book', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    max-width: 300px;
    text-align: left;
    margin-left: 9%;
    margin-bottom: 25.55px;
    color: #000000;
}
.middle-content .inner-content .click-text a{
    font-family: 'BentonSans Book', serif;
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
}
.middle-content .inner-content .bottom-text{
    font-family: 'BentonSans Book', serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26.6px;
    margin-top: 20.33px;
    color: #000000;
}
.brand-info{
  position: absolute;
  /* bottom: 15%; */
  bottom: 0;
}  
.brand-info p,.brand-info a{
  margin-top: 0; /* Adjust the margin to create space */
  margin-bottom: 0;
  padding-bottom: 28px;
  font-family: 'BentonSans Book', serif;
  font-size: 20px;
  font-weight: 400; /* Bold font weight */
  line-height: 26.2px;
  color: #FFFFFF;
  text-decoration: none;
}
.content{
  display: flex;
  justify-content: center;
}
.footer {
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: flex-end; /* Horizontally align to the right */
  width: 100%;
  height: 68px;
  background-color: #501B86;
  padding-left: 55px;
  padding-right: 55px;
}

.footer p {
  color: white;
  font-family: 'BentonSans Book', serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
.footer .footer-link-div a{
    color: #ffffff;
    margin-right: 24px;
    font-family: 'BentonSans Book', serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}
.footer .footer-link-div a:hover{
    color: #c8c8c8;
    text-decoration: none;
}
.footer .footer-link-div a:last-child{
    margin-right: 0px;
}

/* Footer menu */
.footerMenu ul{
    display: inline-block;
    list-style: none;
    margin-left: 0;
    padding-left: 0
}
.footerMenu ul li{
    display: inline-block;
    margin-left: 36px;
    margin-top: 12px;
}
.footerMenu ul li a{
    font-family: 'BentonSans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 22px;
    color: #FFFFFF;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}
@media (max-width: 767.5px){
    header.navbar{
        padding-left: 0px;
        padding-right: 0px;
        height: 90px;
    }
    header .container, .footer .container{
        margin-left: 26px;
        margin-right: 26px;
        max-width: 100%;
    }
    .middle-content .inner-content .landing-inner-block {
        padding-left: 23px;
        padding-right: 23px;
    }
    .footer{
        padding-left: 0px;
        padding-right: 0px;
    }
    .middle-content .inner-content .page-heading{
        text-align: center;
        margin-left: 9%;
        margin-right: 9%;
        font-size: 33px;
        line-height: 38px;
        margin-top: 33px;
        margin-bottom: 26px;
    }
    .middle-content .inner-content p{
        font-weight: 400;
    }
    .middle-content .inner-content .click-text{
        font-size: 15.84px;
        line-height: 21.12px;
    }
    .middle-content .inner-content .bottom-text{
        margin-top: 16px;
        margin-bottom: 40px;
        font-size: 16.72px;
        line-height: 23.4px;
    }
    .middle-content .inner-content{
        margin-bottom: 26.93px;
    }
    .middle-content .content{
        max-width: 100%;
    }
    .footer{
        height: 100px;
    }
    .middle-content .inner-content .click-text{
        max-width: 260px;
    }
}
@media (max-width: 767.5px){
    .footer .footer-link-div a{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 16px;

    }
    .footer .footer-link-div p{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 16px;

    }
}