@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Albula-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/albula/Albula-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Albula-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/albula/Albula-Bold.ttf') format('truetype');
}


/*******************************************************************************
    Base
*******************************************************************************/

body {
	padding: 0px;
	margin: 0px;
    font-family: 'Albula-Regular', "Roboto", sans-serif;
	color: #6D7280;
	font-size: 16px;
	line-height: 22px;
	background-color: #FEDC00;
}

.background-left-a {
    position: absolute;
    left: 0;
    /*margin-left: -10px;*/
    text-align: right;
    top: 200px;
    width: 0;
    height: 800px;
    display:block; 
    z-index: 1019;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    /*
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    */
}

.background-right-a {
    position: absolute;
    right: 0;
    /*margin-left: -10px;*/
    text-align: right;
    top: 100px;
    width: 0;
    height: 600px;
    display:block; 
    z-index: 1019;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-right-b {
    position: absolute;
    right: 0;
    /*margin-left: -10px;*/
    text-align: right;
    top: 1150px;
    width: 0;
    height: 600px;
    display:block; 
    z-index: 1019;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    text-decoration: none;
    color: #D22530;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    color: #D22530;
}

/*******************************************************************************
    Header
*******************************************************************************/

.header {
    /*background-color: #ffffff;*/
    background-color: rgb(255,255,255, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 15px;
}

.header .logo img{
    max-width: 60px;
}

.header .navigation {
    background-color: #ffffff;
}

.header .navigation ul li {
    list-style: none;
    padding: .5rem 0;
}

.header .navigation__item:not(:last-child) {
    border-right: 1px solid var(--clr-white);
}

.header .navigation__item {
    margin-left: 30px;
}

.header .navigation__link{
    color: #000000;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    /*font-weight: 500;*/
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.header .navigation__link:hover{
    color: #D22530;
}

.header .navigation__link.active {
    color: #D22530;
}

.navigation-menu-line {
    color: #6D7280;
    font-size: 30px;
}

.header .dropdown-button{
    background-color: #D22530;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0;
    font-size: 24px;
    padding: 0;
    text-align: center;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
}

.header .dropdown-menu{
    min-width: 300px;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #000000 !important;
}

.header .dropdown-menu .icon{
    background-color: #D22530;
    color: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: 0;
    font-size: 30px;
    line-height: 70px;
}

.header .dropdown-menu hr{
    opacity: 1;
}



.header .dropdown-menu a{
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #000000 !important;
}

.header .dropdown-menu a:hover{
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #D22530 !important;
}


#offcanvasMenuMobile {
    max-width: 80%;
}

.offcanvas-body ul {
    padding-left: 0;
}

.offcanvas-body ul li {
    padding: 1rem 0;
    border-bottom: 1px solid #EFEFEF;
    list-style: none;
}

.offcanvas-body ul li a {
    color: #6D7280;
    font-size: 1.4rem;
    text-decoration: none;
}

.offcanvas-body ul li i {
   font-size: 2rem;
   margin-right: 1rem;
}

.offcanvas .logo img{
    max-width: 60px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.sticky-shadow {
    background: #ffffff;
    box-shadow: 0 2px 60px rgba(0, 0, 0, .25);
}


/*******************************************************************************
    Content
*******************************************************************************/

.content {
    background-color: #FFFFFF;
}

.content-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 15px;
}

.content .title {
    color: #D22530;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    padding-bottom: 40px;
}

.content .text {
    color: #6D7280;
    font-size: 18px;
    line-height: 28px;
}

.content-red{
    background-color: #D22530;
    color: #ffffff;
}

.content-red .title {
    color: #ffffff;
}

.content-red .title-form {
    color: #fff;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}

.content-red .text {
    color: #ffffff;
}

.content-red .form
{
    max-width: 800px;
    width: 100%;
}

.content-red textarea {
    background-color: transparent !important;
    color: #fff  !important;
    border: 2px solid #fff;
}

.content-red input {
    background-color: transparent !important;
    color: #fff  !important;
    border: 2px solid #fff;
}

.content-red input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:  rgba(255, 255, 255, 0.6);
    opacity: 1; /* Firefox */
  }
  
.content-red input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:  rgba(255, 255, 255, 0.6);
}
  
.content-red input::-ms-input-placeholder { /* Microsoft Edge */
    color:  rgba(255, 255, 255, 0.6);
}

.content-red .btn-form {
    padding: 10px 25px;
    background-color: #FEDC00;
    font-size: 20px;
    font-weight: 600;
    color: #D22530;
    border: 1px solid transparent;
    transition: .3s ease;
    border-radius: 12px;
}

.content-red .btn-form:hover {
    background-color: hsla(52, 100%, 50%, 0.863);
}

.content-red a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.content-red a:hover {
    text-decoration: underline;
}

.content-red .form-control:focus, .content-red .form-check-input {
    border: 2px solid #fff;
    box-shadow: 0 0 0 .025rem rgba(0, 0, 0, .6);
    background-color: transparent;
}

.content-red .form-error {
    color: #FEDC00;
    font-size: 12px;
    font-weight: 500;
}

.btn-default {
    padding: 10px 25px;
    background-color: #D22530;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid transparent;
    transition: .3s ease;
    border-radius: 5px;
}

.btn-default:hover {
    background-color: #BE212D;
    color: #ffffff;
}

.btn-modal {
    padding: 5px 25px;
    background-color: #D22530;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid transparent;
    transition: .3s ease;
    border-radius: 5px;
}

.btn-modal:hover {
    background-color: #BE212D;
}

.btn-modal-light {
    padding: 5px 25px;
    background-color: #F1F1F2;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    border: 1px solid transparent;
    transition: .3s ease;
    border-radius: 5px;
}

.btn-modal-light:hover {
    background-color: #D9D9D9;
    color: #000000;
}

.slider-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.awards .image img{
    max-width: 100%;
}

.awards .name{
    font-size: 20px;
    line-height: 24px;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #D22530;
    padding-top: 20px;
}

.recommendation {
    background-color: #EFEFEF;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.recommendation .title{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #6D7280;
    padding: 0px;
    padding-top: 20px;
}

.recommendation .text{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.competitor{
    background-color: #ffffff;
    padding: 0 20px;
    /*-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;*/
}

.competitor-inner{
    padding: 20px 0;
    border-top: 2px solid #BFBFBF;
}

.competitor .name{
    font-size: 20px;
    line-height: 24px;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #6D7280;
    text-transform: uppercase;
    cursor: pointer;
}

.competitor .arrow i {
    font-size: 34px;
    cursor: pointer;
    line-height: 30px;
}

.competitor .favorite i {
    font-size: 30px;
    cursor: pointer;
    color: #E9E9E9;
    line-height: 30px;
}

.competitor .favorite i.active {
    color: #D22530;
}

.competitor-collapse .favorite i{
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    padding: 6px;
    background-color: #FEDC00;
    border-radius:50px;
    line-height: 30px;
}

.competitor-collapse .favorite i.active{
    background-color: #D22530;
}

.competitor .vote, .competitor-collapse .vote{
    font-size: 20px;
    color: #000000;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    min-width: 100px;
    text-align: left;
}

.competitor .vote i, .competitor-collapse .vote i{
    font-size: 18px;
    /*cursor: pointer;*/
    color: #fff;
    padding: 6px;
    background-color: #FEDC00;
    border-radius:50px;
    line-height: 30px;
    margin-right: 10px;
}

.competitor .vote i.active, .competitor-collapse .vote i.active{
    background-color: #D22530;
}

.competitor-collapse .card {
    border: 0;
    text-align: left;
    padding: 30px;
}

.competitor-collapse .share{
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    font-size: 20px;
    color: #D22530;
}

.competitor-collapse .share i{
    font-size: 24px;
}

.competitor-collapse .share .arrow{
    display:inline-block;
    float:left;
    cursor:pointer;
    padding-left: 10px;
  }
  
.competitor-collapse .share .arrow:before{
    content:'';
    height:3px;
    width:25px;
    background-color:#D22530;
    display:block;
    float:left;
    position:relative;
    top:9px;
    transition:0.2s ease-in-out;
}
  
.competitor-collapse .share .arrow:after{
    content:'';
    float:left;
    border-left:11px solid #D22530;
    border-right:11px solid transparent;
    border-top:11px solid transparent;
    border-bottom:11px solid transparent;
}
  
.competitor-collapse .share .arrow:hover:before{
    width:25px;
}

.competitor-active{
    background-color: #D22530;  
}

.competitor-active .competitor-inner{
    border-top: 2px solid #D22530;
}

.competitor-active .name{
    color: #FFFFFF;
}

.competitor-active .arrow{
    color: #FFFFFF;
}


#modal-view-title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 'Albula-Bold', "Roboto", sans-serif;
  color: #6D7280;
  padding: 0px;
    padding-top: 0px;
  padding-top: 20px;
}


#offcanvas-view {
    --bs-offcanvas-height: 40vh;
}

#offcanvas-view .offcanvas-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #6D7280;
    padding: 0px;
      padding-top: 0px;
    padding-top: 20px;
}

#offcanvas-view .offcanvas-body {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
  }

#slider-recommendation .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#slider-recommendation .owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.alert i {
    font-size: 25px;
    line-height: 25px;
    padding-right: 15px;
}

.form-error {
    color: #D22530;
    font-size: 12px;
    font-weight: 500;
}

/*******************************************************************************
    Pagination
*******************************************************************************/

.pagination-link {
    position: relative;
    display: block;
    padding: 10px 5px;
    font-weight: 600;
    margin-left: -1px;
    /*line-height: 1.25;*/
    color: #6D7280 !important;
    background-color: #ffffff;
    border: 0;
    border-bottom: 2px solid #ffffff;
    margin-right: 10px;
    border-radius: 0px !important;
    min-width: 30px;
    text-align: center;
    font-size: 18px;
    /*-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;*/
}
.pagination-item.disabled .pagination-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #CEFFCE;
    border-color: #718393;
}
.pagination-item.active .pagination-link {
    border-bottom: 2px solid #6D7280;
}
.pagination-link:focus, .pagination-link:hover {
    border-bottom: 2px solid #6D7280;
}

/*******************************************************************************
    Error
*******************************************************************************/

.error__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background-color: #ffffff;
}

.error__title {
    font-size: 12rem;
    font-weight: 600;
    line-height: 1;
}


/*******************************************************************************
    Footer
*******************************************************************************/

.footer {
    background-color: #FEDC00;
}

.footer .content-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 15px;
    text-align: center;
}

.footer .logo img{
    max-width: 80px;
}


/*******************************************************************************
    Account
*******************************************************************************/

.account .form
{
    max-width: 400px;
    width: 100%;
}

.account .form-control{
    border: 2px solid #D9D9D9;
    padding: .75rem .75rem;
}

.account .form-label{
    color: #000000;
}

.account .form .btn-default {
    padding: 20px 25px;
    background-color: #D22530;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid transparent;
    transition: .3s ease;
    border-radius: 5px;
}

.account .nav-tabs {
    border-width: 2px !important;
    border-color: #7F7F7F !important;
}

.account .tab-content {
    padding: 30px 0;
    text-align: left;
}

.account .nav-link {
    border: none;
    padding: 25px 100px 25px 0;
    background-color: transparent !important;
    font-size: 20px;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #9E9EA6;
}

.account .nav-link .active {
    color: #000000;
}

.account .my-application {
    padding: 30px;
    border: 1px dashed #000000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    /*height: 100%;*/
}

.account .my-application.status {
    border: 2px dashed #D22530;
}

.account .my-application .title{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #6D7280;
    padding: 0px;
    padding-top: 20px;
}

.account .my-application .text{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.account .my-application .badge{
    position: absolute;
    background: #D22530;
    /*height:2rem;
    width:2rem;*/
    bottom:-2px;
    right:-2px;
    border-radius: 0;
    text-align: center;
    font-size: 1rem;
    color:white;
    font-size: 14px;
    padding: 10px;
}

.account .my-application .vote{
    font-size: 20px;
    color: #000000;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    min-width: 100px;
    text-align: left;
}

.account .my-application .vote i{
    font-size: 18px;
    /*cursor: pointer;*/
    color: #fff;
    padding: 6px;
    background-color: #FEDC00;
    border-radius:50px;
    line-height: 30px;
    margin-right: 5px;
}

 #favorite .competitor:first-child .competitor-inner {
    border-top: 2px solid transparent;
}

.account .my-account .icon {
    background-color: #D22530;
    color: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: 0;
    font-size: 30px;
    line-height: 70px;
  }

  .account .my-account .name{
    font-size: 30px;
    line-height: 34px;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #000000;
    padding: 0px;
}

.account .my-account .email{
    font-size: 15px;
    line-height: 24px;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    font-weight: 400;
    color: #9E9EA6;
}

.account .my-account .btn-settings{
    padding: 5px 10px;
    background-color: #ffffff;
    font-size: 14px;
    font-family: 'Albula-Bold', "Roboto", sans-serif;
    color: #000000;
    border: 1px solid #F1F1F2;
    transition: .3s ease;
    border-radius: 5px;
}

.account .my-account .btn-settings:hover {
    background-color: #F1F1F2;
    color: #000000;
}

.account .form-control:focus, .account .form-check-input {
    /*border: 2px solid #fff;*/
    box-shadow: 0 0 0 .025rem rgba(0, 0, 0, .6);
    /*background-color: transparent;*/
}

.account .form-check-input {
    box-shadow: 0 0 0 .025rem rgba(0, 0, 0, .6);
    border: 2px solid #D9D9D9;
    /*font-size: 20px;*/
}

.form-check-input:checked {
    background-color: #D22530;
    border-color: #D22530;
  }


/*******************************************************************************
    Media Query
*******************************************************************************/

@media screen and (max-width: 992px) {
    
    .content-inner {
        padding: 40px 15px;
    }

    .competitor .name{
        font-size: 18px;
        line-height: 22px;
    }

    .footer .content-inner {
        padding: 10px 15px;
    }

    .footer .logo img{
        max-width: 60px;
    }

    .account .my-application {
        /*height: auto;*/
    }

}
