*{
    box-sizing: border-box;
}

body{
    font-family: 'Nunito', sans-serif;
    color: #092F33;
}

a{
    color: #219653;
    text-decoration: none;
}

a:hover{
    color: #092F33;
    text-decoration: none;
}

.locations-list-item {
    color: #219653;
    text-decoration: none;
    cursor: pointer;
}

.locations-list-item:hover {
    color: #092F33;
}

.title{
    font-size: calc(20px + 26 * (100vw / 1280));
}

.button{
    border-radius: 3px;
    padding: 15px 0;
    font-size: 18px;
    background-color: #219653;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all .2s 0s;
}

.button:hover{
    color: #fff;
    background-color: #2c604a;
}


.header{
    height: 100px;
    border: 1px solid #EEEEEE;
    background-color: #fff;
}

.logo-title{
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-left: 6px;
}

.logo-link{
    display: flex;
    align-items: center;
}

.banner{
    height: 100vh;
    min-height: 500px;
    background-color: #FFFFFF;
    overflow-x: hidden;
    position: relative;
}

.banner-content{
    position: relative;
    z-index: 3;
}

.banner-title{
    font-size: calc(26px + 10 * (100vw / 1280));
    margin-bottom: 20px;
}

.banner-subtitle{
    font-size: 21px;
    margin-bottom: 30px;
}

.banner-button{
    width: 340px;
}

.banner-image-block{
    position: absolute;
    right: 0;
    top: 0;
}

.banner-image-content{
    position: relative;
}

.banner-circle{
    position: absolute;
    height: 795px;
    width: 795px;
    top: 10px;
    right: -240px;
    background: linear-gradient(196.01deg, #FFDD91 8.04%, #FECB25 48.94%, #E8AB0F 89.84%);
    border-radius: 50%;
    z-index: 1;
}

.banner-image{
    height: 100%;
    position: relative;
    z-index: 2;
}


.slanting-right {
    background: #FAFAFA;
    /*height: 300px;*/
    position: relative;
    margin: 10vw auto;
    padding: 50px 0;
}
.slanting-left {
    background: #FAFAFA;
    height: fit-content;
    position: relative;
    margin: 10vw auto;
    padding: 50px 0;
}
.slanting-right:before,
.slanting-right:after {
    content: "";
    display: block;
    border-left: 0 solid transparent;
    border-right: 100vw solid transparent;
    border-bottom: 8vw solid #FAFAFA;
    position: absolute;
    left: 0;
}
.slanting-right:before {
    top: calc( -8vw  + 1px);
}
.slanting-right:after {
    bottom: calc( -8vw  + 1px);
    transform: rotateX(180deg);
}

.slanting-left:before,
.slanting-left:after {
    content: "";
    display: block;
    border-left: 100vw solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 8vw solid #FAFAFA;
    position: absolute;
    left: 0;
}
.slanting-left:before {
    top: calc( -8vw  + 1px);
}
.slanting-left:after {
    bottom: calc( -8vw  + 1px);
    transform: rotateX(180deg);
}
  

.description{
    position: relative;
    margin: 2vw auto;
    overflow-x: hidden;
    margin-top: -200px;
}

.description .description-text{
    font-size: 30px;
    color: #4F4F4F;
}

.link{
    font-size: calc(24px + 34 * (100vw / 1280));
    font-weight: 500;
}

.link .link-green{
    color: #219653;
}

.job{
    padding: 0px 0 100px;
}

.job-link{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.job-link svg{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    color: #2c604a;
}

.job-text{
    font-size: 20px;
}

.calling-circle{
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: linear-gradient(196.01deg, #FFDD91 8.04%, #FECB25 48.94%, #E8AB0F 89.84%);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.calling-title{
    font-size: calc(24px + 12 * (100vw / 1280));
}

.calling-subtitle{
    color: #219653;
    font-size: 20px;
}

.calling-text{
    font-size: 20px;
}

.button-calling{
    width: 340px;
}

.calling-image{
    width: 100%;
}

.calling-image img{
    width: 260px;
    border-radius: 4px;
}


.sections{
    overflow-x: hidden;
}

.card-section{
    background-color: #fff;
    padding: 30px 15px;
    flex: 1;
    margin: 10px 15px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
    box-shadow: -30px -30px 60px rgba(251, 251, 251, 0.42), -4px 5px 60px rgba(160, 153, 133, 0.1);
}

.card-section-img{
    margin-bottom: 1rem;
}

.card-section-img img{
    border-radius: 3px;
}

.card-section-title{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.card-section-description{
    text-align: center;
}

.card-button{
    padding: 10px 30px;
}

.recent_offers{
    padding-bottom: 100px;
}

.recent_offers .form-select:focus,
.recent_offers .form-control:focus{
    border-color: #219653;
    box-shadow: 0 0 0 0.25rem rgb(33 150 83 / 25%);
}

.recent_offers_buttons .btn{
    padding: 8px 20px;
    border-radius: 3px;
}

.recent_offers_buttons .btn:first-child{
    margin-right: 5px;
}

.recent_offers .nav-tabs-bordered{
    display: flex;
    border-bottom: 2px solid #ebeef4;
}

.recent_offers .nav-item{
    font-size: 18px;
    color: #092F33;
    flex: 1 1 auto!important;
    text-align: center;
}

.recent_offers .nav-link{
    border-radius: 0;
    color: #092F33;
    font-weight: 500;
    margin-bottom: -2px;
}

.recent_offers .nav-link.active{
    background-color: transparent;
    color: #092F33;
    font-weight: 700;
    border-bottom: 2px solid #219653;
}

.recent_offers .table td,
.recent_offers .table th{
    padding: 15px 0;
}

.call_to_action{
    position: relative;
    overflow: hidden;
}

.call_to_action .container{
    position: relative;
    z-index: 1;
}

.call_to_action .banner-image-block{
    top: 20px;
    z-index: 0;
}

.call_to_action  .banner-circle{
    width: 650px;
    height: 600px;
}

.call_to_action_title{
    font-size: calc(20px + 15 * (100vw / 1280));
}

.call_to_action_subtitle{
    font-size: 18px;
}

.call_to_action_list{
    padding-left: 0;
}


.call_to_action_list li{
    list-style: none;
    font-size: 20px;
}

.last_info{
    padding: 100px 0;
}

.last_info .link{
    font-size: 24px;
    display: flex;
    align-items: baseline;
}

.last_info .link .link-green{
    font-size: calc(24px + 16 * (100vw / 1280));
}

.call_to_action{
    background-color: #FAFAFA;
    padding: 100px 0;
}

.last_info_title{
    font-size: 25px;
    color: #092F33;
}

.last_info_list{
    padding-left: 0;
}

.last_info_list li{
    list-style: none;
}

.footer{
    background-color: #FAFAFA;
    padding: 40px 0;
}

.footer_entitlement{
    font-size: 16px;
    margin-bottom: 0;
}

/*General styles*/

.full-height{
    min-height: calc(100vh - 204px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #092F33;
    display: inline-flex;
}

.pagetitle h1::before {
    content: '';
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    background: linear-gradient(196.01deg, #FFDD91 8.04%, #FECB25 48.94%, #E8AB0F 89.84%);
}

.card{
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
}

.card-body{
    padding: 0 20px 20px 20px;
}

.card-title {
    padding: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #2c604a;
    font-family: "Poppins", sans-serif;
}

.form-control:focus {
    border-color: #2c604a;
    box-shadow: 0 0 0 0.25rem rgb(33 150 83 / 25%);
}

.breadcrumb{
    background-color: transparent;
}

/*Detail View*/

.breadcrumb{
    margin-top: 15px;
    padding-left: 0;
}

.detail-desc,
.detail-seller{
    min-height: 360px;
}

.detail-desc-list{
    padding-left: 0;
}

.detail-desc-list-item{
    display: flex;
    align-items: center;
}

.detail-desc-list-item:not(:last-child){
    margin-bottom: 5px;
}


.detail-desc-title{
    font-size: 14px;
    color: #707f8d;
    width: 20%;
    min-width: 140px;
    padding-right: 5px;
}

.detail-desc-value{
    font-size: 14px;
    color: #092F33;
    font-weight: 600;
    width: 80%;
}

.detail-desc-buttons-weight{
    font-size: 16px;
}

.detail-desc-buttons{
    display: flex;
    align-items: center;
}

.detail-desc-buttons-plus{
    margin-left: 5px;
}

.detail-desc-buttons-minus{
    margin-right: 5px;
}

.detail-desc-buttons-weight{
    width: 80px;
}

.detail-desc-buttons-order{
    margin-left: 15px;
    background-color: #198754;
    color: #fff;
    padding: 6px 15px;
}

.detail-desc-buttons-order:hover{
    background-color: #157347;
    color: #fff;
}

.detail-desc-buttons-offer{
    margin-left: 15px;
}

.links a{
    display: flex;
}