html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #a80007;
    transition: all 0.3s;
}
a:hover {
    text-decoration: none;
    transition: all 0.3s;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover {
    color: #a80007;
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}
img{
  object-fit: cover;
  vertical-align: middle;
-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
}
img:hover {
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}
label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #358c43;
}
input, select, textarea {
    vertical-align: middle;
    padding: 12px 16px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    font-size: 16px;
    margin-bottom: 20px;
    background-color: #fff;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
  box-shadow: none!important;
  border-color: #358c43!important;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder,  textarea::-webkit-input-placeholder { /* Firefox 19+ */
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder,  textarea::-webkit-input-placeholder { /* IE 10+ */
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder,  textarea::-webkit-input-placeholder { /* Firefox 18- */
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
html, body {
  height: 100%;
  margin: 0;
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #35124d;
    font-size: 16px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
    color: #fff;
}
p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
p:last-child{
    margin-bottom: 0;
}
img{
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
    object-fit: cover;
}
.container-fluid{
    padding: 0 30px;
}
.bg-solid-pink{
    background-color: #553b67;
}
.height-58{
    height: 58px;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}

/* Header CSS */
header{
    position: relative;
    border-bottom: 23px solid #094351;
}
header .main-logo{
    position: absolute;
    top: 30px;
    left: 30px;
}
header .col{
    padding: 0;
}
header .main-navigation{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 76px 58px;
    background-color: #230c33;
    padding: 26px 0 8px;
}
header .main-navigation ul{
    display: flex;
}
header .main-navigation li{
    border-right: 2px solid #fff;
    padding: 0 15px;
}
header .main-navigation a{
    color: #fff;
    text-transform: uppercase;
}

/* Main CSS */
main{
    position: relative;
}
.stand-alone-ad{
    position: absolute;
    top: 15%;
    left: 30px;
    background-color: #1a0429;
    padding: 16px;
}
.stand-alone-ad img{
    height: 550px;
}
.section-slider{
    padding: 24px 0;
}
.section-slider .box-slider{
    margin: 0 85px;
}
.section-slider .box-slider .col-md-4{
    padding: 0 6px;
    margin-bottom: 12px;
}
.section-slider .box-slider .col-md-4:nth-last-child(-n+3){
    margin-bottom: 0 !important;
}
.section-slider .box-icons .col-md-6{
    padding: 0 6px;
    margin-bottom: 12px;
}
.section-slider .box-icons img{
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
    width: 100%;
    height: 90px;
}
.section-slider .box-icons img:hover {
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}
.box-slider .slick-prev{
    left: -90px;
    background: #253e7d;
    width: 80px;
    height: 100%;
    transition: all 0.5s;
}
.box-slider .slick-prev:hover{
    background-color: #197507;
    transition: all 0.5s;
}
.box-slider .slick-prev:before{
    content: '';
    opacity: 1;
    font-size: 0;
    line-height: 0;
    background-image: url('../images/left-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}
.box-slider .slick-next{
    right: -90px;
    background: #253e7d;
    width: 80px;
    height: 100%;
    transition: all 0.5s;
}
.box-slider .slick-next:hover{
    background-color: #197507;
    transition: all 0.5s;
}
.box-slider .slick-next:before{
    content: '';
    opacity: 1;
    font-size: 0;
    line-height: 0;
    background-image: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}
.box-slider .slick-slide img{
    width: 100%;
    height: 100px;
}
.website-slider .slick-slide img{
    width: 100%;
    height: 220px;
}
.website-slider .slick-dots li{
    width: 30%;
    height: 25px;
}
.website-slider .slick-dots li.slick-active button:before{
    background-color: #439334;
}
.website-slider .slick-dots li button:before{
    width: 100%;
    background-color: #6c5d76;
    color: transparent;
    font-size: 0; 
    opacity: 1;
    height: 25px;
}
.website-slider .slick-dots li button{
    width: 100%;
    height: 25px;
}
.website-slider .slick-dots{
    background: #1a0429;
    padding-bottom: 4px;
    bottom: -35px;
}
.section-blog-post{
    background-color: #1a0429;
    padding: 32px 0 80px;
}
.section-blog-post h2{
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
}
.section-blog-post h2 img{
    margin-top: -5px;
}
.blog-post{
    margin-top: 24px;
}
.section-blog-post .blog-post-head{
    background-image: url('../images/blog-post-head.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    padding: 24px 32px;    
}
.section-blog-post .blog-post-body{
    background-color: #0a1f38;
    padding: 24px 32px;
}
.section-blog-post .blog-post-foot{
    background-image: url('../images/blog-post-foot.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    padding: 16px 32px;
}

/* Footer CSS */
footer{
    background-color: #104465;
    padding: 16px 0;
}
footer p{
    font-size: 20px;
    line-height: 28px;
}
footer p a{
    color: #fff;
}
}

.Forgotten {
  padding: var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.nav-wrap {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0 0 10vh;
}

.nav-list {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  font-size: 1.4vw;
}

.nav-item {
  justify-content: center;
  align-items: center;
  width: 5em;
  transition: width .5s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
}

.nav-item:hover {
  width: 8em;
}

.nav-item:has(+ .nav-item:hover),
.nav-item:hover + .nav-item {
  width: 7em;
}

.nav-item:has(+ .nav-item + .nav-item:hover),
.nav-item:hover + .nav-item + .nav-item {
  width: 6em;
}

.nav-item__link {
  z-index: 1;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
}

.image {
  object-fit: contain;
  width: 100%;
}

.nav-item__tooltip {
  z-index: 0;
  background-color: var(--color-neutral-100);
  opacity: 0;
  white-space: nowrap;
  border-radius: .25em;
  padding: .4em .5em;
  font-size: 1em;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .5s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  top: 0;
  transform: translate(0, -80%);
  font-weight: 400;
}

.nav-item:hover .nav-item__tooltip{
	opacity: 1;
  transform:translate(0px, -140%);
}


/* Media Queries */
@media screen and (max-width: 1440px){
    header .main-logo{
        top: 35px;
    }
    .main-logo img{
        width: 225px;
    }
}
@media screen and (max-width: 1366px){
    .main-logo img{
        width: 200px;
    }
}
@media screen and (max-width: 1199px){
    header .main-logo{
        top: 45px;
    }
    .main-logo img{
        width: 150px;
    }
    header .main-navigation li{
        padding: 0 8px;
    }
    header .main-navigation a{
        font-size: 13px;
        line-height: 16px;
    }
    .stand-alone-ad img{
        height: 400px;
    }
    .website-slider .slick-slide img{
        height: 175px;
    }
    .section-slider .box-icons img{
        height: 60px;
    }
    .box-slider .slick-slide img{
        height: 60px;
    }
    .website-slider .slick-dots li{
        width: 25%;
    }
    .section-blog-post h2{
        font-size: 20px;
        line-height: 26px;
    }
    .section-blog-post h2 img{
        width: 40px;
    }
    .landscape-ad img{
        width: 100%;
    }
}
@media screen and (max-width: 991px){
    header .main-logo{
        top: 55px;
    }
    .main-logo img{
        width: 100px;
    }
    header .main-navigation li{
        padding: 0 4px;
    }
    header .main-navigation a{
        font-size: 11px;
        line-height: 11px;
    }
    .stand-alone-ad{
        top: 12%;
        padding: 8px;
    }
    .stand-alone-ad img{
        height: 300px;
    }
    .section-blog-post h2 img{
        width: 30px;
    }
    .section-blog-post h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .box-slider .slick-prev{
        width: 40px;
        left: -50px;
    }
    .box-slider .slick-next{
        width: 40px;
        right: -50px;
    }
    .box-slider .slick-prev:before{
        width: 24px;
        height: 24px;
        left: 6px;
    }
    .box-slider .slick-next:before{
        width: 24px;
        height: 24px; 
        right: 6px;       
    }
    .section-slider .box-slider{
        margin: 0 40px;
    }
    .website-slider .slick-slide img{
        height: 115px;
    }
    .box-slider .slick-slide img,
    .section-slider .box-icons img{
        height: 50px;
    }
    footer p{
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px){
    .section-slider .box-slider .col-md-3:nth-last-child(-n+4){
        margin-bottom: 12px !important;
    }
    .section-slider .box-slider .col-md-3:nth-last-child(1){
        margin-bottom: 0!important;
    }
    .section-slider .box-slider .col-md-3:nth-last-child(2){
        margin-bottom: 0!important;
    }
    .section-blog-post{
        padding: 32px 0 56px;
    }
    .section-blog-post h2{
        margin-bottom: 16px;
        font-size: 18px;
    }
    .section-blog-post h2 img{
        width: 35px;
    }
    header .main-navigation li{
        line-height: 11px;
    }
    header .main-navigation li:last-child{
        border-right: 0;
    }
    header .main-navigation{
        padding: 12px 8px;
    }
    header .main-navigation ul{
        justify-content: end;
    }
    header{
        border-bottom: 12px solid #094351;
        padding-bottom: 0;
    }
    header .main-logo{
        bottom: 60px;
        left: 8px;
    }
    .main-logo img{
        width: 60px;
    }
    .box-slider .slick-slide img{
        height: 90px;
    }
    .section-slider .box-icons img{
        height: 70px;
    }
    .stand-alone-ad{
        display: none;
    }
    .section-slider .box-slider{
        margin: 0 50px;
        margin-bottom: 24px;
    }
    .website-slider .slick-slide img{
        height: 200px;
    }
    .website-slider .slick-dots li{
        width: 30%;
    }
    .website-slider.slick-dotted.slick-slider{
        margin-bottom: 56px;
    }
    .section-slider .box-icons .col-md-6{
        padding: 0 12px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 380px){
    header .main-navigation{
        padding: 12px 4px;
    }
    header .main-navigation a{
        font-size: 10px;
        line-height: 10px;
    }
}