@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&family=Inter:wght@400;500;700&display=fallback);

*,
::before,
::after {
     box-sizing: border-box;
     border-width: 0;
     border-style: solid;
     border-color: #e4e4e7;
}

@font-face {
     font-family: Gellix;
     src: url(../fonts/gellix-700.p.ttf) format("truetype");
     font-display: swap;
     font-weight: 700;
     font-style: normal;
}

@font-face {
     font-family: Gellix;
     src: url(../fonts/gellix-500.p.ttf) format("truetype");
     font-display: swap;
     font-weight: 500;
     font-style: normal;
}

@font-face {
     font-family: Gellix;
     src: url(../fonts/gellix-400.p.ttf) format("truetype");
     font-display: swap;
     font-weight: 400;
     font-style: normal;
}

@font-face {
     font-family: Gellix;
     src: url(../fonts/gellix-600.p.ttf) format("truetype");
     font-display: swap;
     font-weight: 600;
     font-style: normal;
}

html {
     font-size: 16px;
     line-height: 1.5;
}

body {
     font-family: "inter", sans-serif;
     /*font-family: "Roboto", sans-serif;
     font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
     font-weight: 400;*/
}

a {
     text-decoration: none;
     -moz-transition:
          color 0.2s ease-in-out,
          border-color 0.2s ease-in-out;
     -webkit-transition:
          color 0.2s ease-in-out,
          border-color 0.2s ease-in-out;
     -o-transition:
          color 0.2s ease-in-out,
          border-color 0.2s ease-in-out;
     -ms-transition:
          color 0.2s ease-in-out,
          border-color 0.2s ease-in-out;
     transition:
          color 0.2s ease-in-out,
          border-color 0.2s ease-in-out;
}

a {
     text-decoration: none;
     outline: none;

     color: #56576e;
}

input:focus,
button:focus,
a:focus,
a:hover {
     text-decoration: none;
     outline: none;
     color: #56576e;
}

/* Navigation */
/* main Nav */
.max-width-72 {
     max-width: 72rem;
}

.max-width-110 {
     max-width: 95rem;
}

.navbar {
     transition: all 0.3s ease;
     color: rgb(82 82 90 /1);
     height: 5rem;
}
@media only screen and (max-width: 992px) {
     .navbar {
          height: 5rem;
     }
}

.nav-branding {
     margin-right: 1.25rem;
}

.nav-branding-svg {
     height: 2rem;
     width: 2rem;
}

.navbar-toggler {
     /*border: 0.0625rem solid #e7e7e7;
     border-radius: 2.4375rem;*/
     border: none;
     /*width: 3rem;
     height: 3rem;*/
     color: inherit;
     padding: 0;
}

.navbar-toggler:focus {
     box-shadow: none;
}

.navbar-brand {
     color: inherit;
     font-family: poppins, sans-serif;
     font-weight: 600;
     transition: none;
}

.nav .nav-link {
     color: inherit;
     transition: none;
     font-family: Inter, sans-serif;
     font-weight: 500;
     font-style: normal;
     padding-left: 0rem;
     padding-right: 3.5rem;
}

.sticky {
     box-shadow:
          0 0px 3px 0 rgba(0, 0, 0, 0.07),
          0 2px 2px 0 rgba(0, 0, 0, 0.04) !important;
     background-color: #ffffff;
     color: #4f4f4f;
}

.custom-nav-button {
     background-color: rgb(58 186 180/1);
     color: #fff;
}

.btn-1 {
     width: 10.5rem;
     background-color: #5707bf;
     color: white;
     border-color: #5707bf;
     border-radius: 0.6rem;
     --bs-btn-padding-y: 11px;
     --bs-btn-font-size: 1rem;
     border: 0.0625rem solid #e7e7e7;
}
.btn-1:hover {
     border-color: black;
}

@media only screen and (min-width: 992px) {
     .btn-1 {
          width: 12rem;
          --bs-btn-padding-y: 12px;
          --bs-btn-font-size: 1rem;
     }
}

/* sidenav, specify using .offcanvas first */
.offcanvas-header{
     height: 5rem;
     
}


.offcanvas .nav-item {
     color: #4f4f4f;
     font-size: 0.89rem;
}

.offcanvas .nav-link {
     display: flex;
     align-items: center;
     cursor: pointer;

     padding: 1rem 1.5rem;
     white-space: nowrap;
     height: 3rem;
     transition: all 0.3s linear;
}

.offcanvas .nav-link:hover {
     background-color: rgba(59, 113, 202, 0.05);
}

.offcanvas .rotate-icon {
     position: absolute;
     right: 0;
     margin-left: auto;
     margin-right: 1.8rem;
     transition: 0.3s;
}

.offcanvas .nav-link[aria-expanded="true"] .rotate-icon {
     transform: rotate(180deg);
     /* Rotate the icon 180 degrees when the target is clicked */
}

.offcanvas .nav-link[aria-expanded="true"] {
     background-color: rgba(59, 113, 202, 0.05);
     /* Rotate the icon 180 degrees when the target is clicked */
}

.offcanvas .fa-solid {
     text-align: center;
     width: 1.25em;
}

.offcanvas .nav-item .nav-item .nav-link {
     font-size: 0.78rem;
     padding-left: 3.8rem;
     height: 1.5rem;
}

.btn-2 {
     width: 100%;
     background-color: #5707bf;
     color: white;
     border-color: #5707bf;
     border-radius: 0.6rem;
     --bs-btn-padding-y: 11px;
     --bs-btn-font-size: 1rem;
     border: 0.0625rem solid #e7e7e7;
}
.btn-2:hover {
     border-color: black;
}
/*Jumbotron in header */
/* Header Section */

.container-jumbotron {
     height: calc(100vh - 5rem);
     display: flex;
     justify-content: center;
     flex-direction: column;
}


.col-jumbotron-headings {
     background-color: white;
     /*background-image: url(../images/Plex-Logo.jpg);
     background-repeat: no-repeat;
     background-position: right;
     background-size: 40rem;*/
}


@media only screen and (max-width: 992px) {
     .col-jumbotron-subheadings {
          bottom: 10rem;
          width: 100%;
     }
}

.jumbotron-h1 {
     font-family: "Gellix", sans-serif;
     font-weight: 400;
     font-size: 5rem;
     color: black;
}

.jumbotron-h1 span {
     font-weight: 500;
     color: #5707bf;
}

@media only screen and (max-width: 992px) {
     .jumbotron-h1-1,
     .jumbotron-h1-2 {
          font-size: 2rem;
          font-weight: 600;
     }
}

.jumbo-p {
     margin-top: 1.5rem;
     font-size: 1.1875rem;
     line-height: 1.75rem;
     color: #334157;
}

.btn-3 {
     /*height: 3rem;*/
     background-color: #5707bf;
     color: white;
     border-radius: 0.6rem;
     --bs-btn-padding-y: 17px;
     --bs-btn-font-size: 1rem;
     width: 16.75rem;
     box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1);
}

.btn-3:hover {
     border-color: black;
}

.btn-4 {
     /*height: 3rem;*/
     background-color: white;
     color: black;
     border-color: black;
     border-radius: 0.6rem;
     --bs-btn-padding-y: 17px;
     --bs-btn-font-size: 1rem;
     width: 16.75rem;
     box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1);
}

.btn-4:hover {
     background-color: #5707bf;
     border-color: #5707bf;
     color: white;
}




@media only screen and (max-width: 992px) {
     .btn-3,
     .btn-4 {
          width: 13.75rem;
          --bs-btn-padding-y: 11px;
          --bs-btn-font-size: 1rem;
     }
}

@media only screen and (max-width: 576px) {
     .btn-3,
     .btn-4 {
          width: auto;
     }
}


.discover-more {
     padding-top: 4rem;
     padding-left: 1rem;
     font-size: 1.1875rem;
     color: #334157;
     font-weight: 500;
}

.jumbo-img-wrapper {
     width: 550px;
     max-width: 100%;
     height: 550px;
     right: 0;
}

.jumbo-img-wrapper img {
     width: 100%;
     height: 100%;
     object-fit: contain;
}

/* Content */
.container-info {
     margin-top: 5rem;
     padding-bottom: 5rem;
}
.info-header span {
     font-size: 1.8rem;
     font-weight: 500;
     color: #161c2d;
}

.info-header p {
     margin-top: 1rem;
     color: #161c2d;
     line-height: 33px;
}
.featured-icon {
     margin-bottom: 0.9rem;
}

.featured-info span {
     font-size: 1.5rem;
     color: #161c2d;
     line-height: 33px;
}

.featured-info p {
     margin-top: 0.5rem;
     color: #161c2d;
     line-height: 33px;
}

/* Footer */
/*footer {
     height: 5rem;

     box-shadow: 0px -10px 15px -17px rgba(0, 0, 0, 0.75);
}*/

/*Media Queries */
@media only screen and (max-width: 992px) {
     .container-jumbotron {
          height: 100%;
          padding-top: 2rem;
     }
     .jumbo-img-wrapper {
          width: 300px;
          max-width: 100%;
          height: 300px;
     }
     .jumbotron-h1{
          font-size: 2.1rem;
          text-align: center
     }
     .jumbo-p{
          text-align: center;
     }

     .discover-more {
          padding-top: 1rem;
          font-size: 1.1875rem;
          color: #334157;
          font-weight: 500;
          text-align: center;
     }

     .info-header span {
          font-size: 1.5rem;
          font-weight: 500;
          color: #161c2d;
     }

     .featured-info span {
          font-size: 1.2rem;
     }




}
