/* Font import */
@font-face {
    font-family: lacosta;
    src: url("../fonts/Lacosta_PERSONAL_USE_ONLY.ttf");
}

@font-face {
    font-family: macho;
    src: url("../fonts/Macho-Regular.ttf");
}

@font-face {
    font-family: gilroy;
    src: url("../fonts/Gilroy-Regular.ttf");
}


@font-face {
    font-family: macho-bold;
    src: url("../fonts/Macho-Bold.ttf");
}




.rookie-fix-logo {
    position: fixed;
    bottom: 30px;
    right: 2rem;
    cursor: pointer;
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: red;
}

.rookie-fix-logo img {
    max-width: 8rem;
}

.rookie-fix-logo .subtitle {
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
    font-family: gilroy;
    font-size: 14px;
    margin-bottom: .2rem;
}

.header {
    position: relative;
    width: 100%;
}

.header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}

.navbar-scroll {
    background-color: #ffffff;
    padding: 0;
    position: fixed;
    top:0;
    z-index: 99;
    box-shadow:0px 1px 10px rgba(0,0,0,0.4);
    transition-duration: 0.6s; 
}

navbar .roockie-sublogo {
        font-family: macho;
        font-size: 18px;
}


.header-text {
    font-family: lacosta;
    font-weight: 400;
    font-size: 30px;
    color: white;
    align-self: center;
    margin-bottom: 1rem;
    gap: 0.3rem;
    flex-direction: column;
}

.header-text img{
    max-width: 8rem;
    object-fit: contain;
}


.header-text .vertical-line-red {
    border-color: #F0442C !important;
}

.header-text .vertical-line {
    display: flex;
    align-items: center;
}

.header-text .vertical-line img {
    width: 5px;
    height: 44px;
    max-height: 6.3rem;
    max-width: 10px;
}

.text-primary {
    color: #F0442C !important;
}

.img-rocky {
    width: 120px;
}

.banner {
    color: black;
}

.top-subtitle {
    line-height: 34px;
}

.text-sub-title {
    color: white;
}

.text-shadow {
    text-shadow: 2px 1px 1px #000;
}

.banner {
    color: #F8F9FB;
    text-shadow: 2px 1px 1px #000;
}

.cursor-pointer {
    cursor: pointer;
}

h1 {
    font-family: macho-bold;
}

.img-jay-naidoo{
    object-fit: contain;
    height: 210px;
}

.nomination-margin {
    margin-top: -55px;
}

.faq {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.25s cubic-bezier(0, 0.7, 0, 1), opacity 0.2s ease-in-out;
}

.faq-show {
    max-height: 100%;
    visibility: visible;
    transition-property: max-height, opacity;
    transition-duration: 0.3s, 0.25s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

.rotate {
    transform: rotate(180deg);
}

.font-title {
    font-family: macho;
    font-size: 50px;
    line-height: 66px;
    font-weight: 600;
}

.font-semibold {
    font-weight: 600;
}

.input-bg {
    background-color: #F8F9FB;
}

.font-subtitle {
    font-family: macho;
    font-size: 20px;
}


.font-nominate {
    font-family: macho;
    font-size: 40px;
    font-weight: 600;
}

.font-subnominate {
    font-family: macho;
    font-size: 30px;
    font-weight: 600;
}

.our-judges {
    padding-top:180px;
}

@media only screen and (min-width: 600px) {
    h1 {
        font-size: 40px;
    }

    .banner {
        padding-top: 140px;
        background-image: url("../images/banner-web.jpg");
    }
}

@media only screen and (max-width: 600px) {
    .container-sm {
        padding-left: 38px;
        padding-right: 38px;
    }

    .nav-button {
        display: inline-block;
        background-size: contain;
        padding: 12px 29px 13px 29px;
        background-repeat: no-repeat;
        background-position: center;
        height: 2.7rem;
    }

    navbar .roockie-sublogo {
        font-family: gilroy;
        font-size: 15px;
    }

    .img-rocky {
        width: 100px;
    }

    .font-title {
        font-family: gilroy;
        font-size: 25px;
        line-height: 42px;
        font-weight: 600;
    }

    .banner {
        color: #000000;
        text-shadow: 2px 1px 1px #fff;
    }

    .top-subtitle {
        line-height: 34px;
    }

    .font-subtitle {
        font-family: gilroy;
        font-size: 18px;
    }

    .font-nominate {
        font-family: gilroy;
        font-size: 26px;
        font-weight: 600;
    }

    .font-subnominate {
        font-family: macho;
        font-size: 22px;
        font-weight: 600;
    }

    .header-text {
        font-size: 20px;
        gap: 0;
    }
    
    .banner {
        width: 100%;
        padding-top: 95px;
        max-height: 100vh;
        background-image: url("../images/banner-mobile.jpg");
    }

    .img-jay-naidoo{
        object-fit: contain;
        height: 200px;
    }
    
     button {
        padding: 12px 20px;
    }
    
     .line-bottom:before {
        position: absolute;
        content: "";
        height: 200%;
        border-left: solid 2px #F0442C;
        left: 30px;
        display: block;
        z-index: 1;
        top: 110%;
        left: 50%;
    }

    hr.line-red{
        margin-top: 10%;
    }

    

}

button {
    height: 49px;
    width: 155.29px;
    background-image: url("../images/button.png");
    background-size: contain;
    border: 0;
    padding: 13px 30.7px;
    background-color: transparent;
    color: white;
    font-family: gilroy;
    font-size: 17px;
    font-weight: 600;
    background-repeat: no-repeat;
    outline: none;
    border: unset;
    background-position: center;
}

.banner {
    background-repeat: no-repeat;
    min-height: 600px;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Slider:Begin */

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    
}

@media (min-width: 640px){
    .header-text {
        flex-direction: row;
        gap: 0.8rem;
    }
    .header-text img{
        max-width: 12rem;
        object-fit: contain;
    }
   .header-text .vertical-line{ 
       display: block;
   }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/* Slider:End */

@media (max-width:991px) {
    .daring-award-timeline {
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
    }
}

@media (max-width:761px) {
    .daring-award-timeline {
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }
}

/* Newsletter and subscribe */
 
#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em -4em 1em 5%;
}