.hero_area_wrap {
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_area_wrap .top_con_area {
    padding-top: 17rem;
    padding-bottom: 17rem;
}
.hero_area .hero_inner .hero_title {
    font-family: "Bodoni 72";
    font-size: 2.6rem !important;
}
.hero_area_wrap .cbtn {
    font-size: 1.2rem;
    padding: 1rem;
    display: flex;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #ffe800;
    color: #fff;
    transition: 0.3s linear ease;
}
.hero_area_wrap .cbtn:hover {
    color: #191ac0;
    background: #fff;
    border-color: #fff;
    transition: 0.3s linear ease;
}
.hero_area_wrap .cbtn_white {
    color: #191ac0;
    background: #fff;
    border-color: #fff;
}
.hero_area_wrap .cbtn_white:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffe800;
    transition: 0.3s linear ease;
}
.hero_area_wrap .bot_con_area .pd-cont {
    padding: 0 !important;
    padding-left: 1rem !important;
}
.hero_area_wrap .bot_con_area p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #fff;
}
.hero_area_wrap .hero_inner {
    position: relative;
    background: #1b3b6ff0;
}
.hero_area_wrap .mouse_scroll {
    position: absolute;
    bottom: 1.2rem;
    right: 1.2rem;
    width: 1.5rem !important;
    max-width: 100%;
}

.hero_area {
    position: relative;
}
.hero_area .owl-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0 19px;
}
.hero_area .owl-dots .owl-dot {
    margin: 0;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.hero_area .owl-dots .owl-dot span {
    display: none;
}
.hero_area .owl-dots .active {
    background: transparent;
}


.homeHeroSlider .owl-stage{
    display: flex;
}

.hero_area_wrap{
    height: 100%;
}

.hero_content{
    height: 100%;
    padding-bottom: 6rem;
    display: flex;
    align-items: end;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.hero_content::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34.8rem;
    background: linear-gradient(180deg, transparent, rgb(36, 38, 45, 0.84), #191711);
    opacity: 0.75;
    z-index: -1;
}

.hero_content h2{
    font-family: "Bodoni 72";
    font-size: 5.6rem;
    line-height: 1.136;
    font-weight: 700;
    color: #fff;
}

.hero_content p{
    font-family: "VISBY-CF";
    font-size: 2.4rem;
    font-weight: 400;
    color: #FFFFFF;
}






.manager_area {
    background-image: url("../img/TRAME.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
}

.manner_inner {
    padding-top: 8rem;
    padding-bottom: 10rem;
}
.manner_inner * {
    margin-bottom: 1rem;
}
.manner_inner .sec_title {
    word-break: break-word;
    max-width: 30rem;
    color: #1b3b6f;
}
.manner_inner .sec_sub_title {
    margin-top: 1rem;
    color: #000000;
}
.manner_inner .title_devider {
    border-color: #cfcacc;
    opacity: 1;
    max-width: 12rem;
    margin: 2rem 0;
}
.manner_inner .con1,
.manner_inner .con2 {
    font-size: 1.7rem;
    line-height: 1.352;
    margin-bottom: 3rem;
}
.manner_inner .con1 a,
.manner_inner .con2 a {
    color: #000;
}
.manner_inner .con1 br,
.manner_inner .con2 br {
    display: block;
    content: " ";
    margin-top: 2rem;
}
.manner_inner .con1 {
    max-width: 41rem;
}
.manner_inner .con2 {
    margin-top: 7rem;
}
.manner_inner .cbtn {
    padding: 1rem 3.5rem;
    background: #1b3b6f;
    border: 1px solid #1b3b6f;
    color: #fff;
}
.manner_inner .cbtn:hover {
    background: #fff;
    color: #173c79;
}
.manner_inner .bot-img {
    max-width: 19rem;
    position: absolute;
    top: 8rem;
    right: -7vw;
}

.decourez_area {
    background-color: #fbfbfb;
    background-image: url("../img/decourez_area_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.decourez_area .sec_title {
    color: #1b3b6f;
    line-height: 1.13;
    margin-bottom: 0;
}
.decourez_area .sec_sub_title {
    color: #000000;
    margin-bottom: 0.5rem;
    line-height: 1.13;
    font-size: 2.1rem;
}
.decourez_area .con {
    word-break: break-word;
    max-width: 38rem;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 3rem;
}
.decourez_area .row * {
    padding: 0;
}
.decourez_area .card_item {
    box-shadow: rgba(182, 182, 182, 0.15) 0px 5px 20px,
    rgba(220, 219, 219, 0.05) 0px 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: 0.4s all ease-out !important;
}
.decourez_area .card_item .cbtn_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #191ac047;
}
.decourez_area .card_item .cbtn {
    padding: 1rem 1.5rem;
    background: #1b3b6f;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.decourez_area .card_item:hover .cbtn_wrap {
    display: flex;
    transition: 1s all ease;
}
.decourez_area .card_item:hover {
    border: 1px solid #1b3b6f;
}
.decourez_area .card_item .card_title {
    font-family: "OPERETTA";
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 0 2rem;
    color: #1b3b6f;
}
.decourez_area .card_item .card_con {
    font-size: 1.2rem;
    line-height: 1.81;
    padding: 0 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
}
.decourez_area .main_btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 2.5rem;
    line-height: 2;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    border: 1px solid #1b3b6f;
    background: #1b3b6f;
    color: #fff;
    max-width: 20rem;
    transition: 0.3s all ease-out !important;
}
.decourez_area .main_btn:hover {
    background: #fff;
    color: #185dcb;
}

/*-- Learn more about OGETI area --*/
.consulter_area .sec_title {
    font-family: "OPERETTA";
    font-weight: 500;
}
.consulter_area .con {
    font-size: 2.1rem;
}
.consulter_area .con_box {
    padding: 1.5rem 2rem;
}
.consulter_area .pro_name,
.consulter_area .pro_quantity,
.consulter_area .pro_size {
    font-family: "VISBY-CF";
    font-size: 1.5rem;
    color: #000;
}
.consulter_area .pro_size,
.consulter_area .pro_quantity span {
    color: #1b3b6f;
}
.consulter_area .pro_prize {
    color: #1b3b6f;
    font-family: "Bodoni 72";
    font-weight: bold;
    font-size: 3rem;
}
.consulter_area .pro_prize span {
    font-size: 1.5rem;
}
.consulter_area .pro_tag {
    color: #919191;
    font-family: "VISBY-CF";
    font-size: 1.5rem;
    font-weight: 400;
}

