/* CUSTOMIZE STYLE */



/* slide */

.swiper {
    padding-bottom: 60px !important;
    height: 150px;
}

.swiper .swiper-wrapper {
    align-items: center;
}

.swiper {
    border-radius: 5px;
    height: 600px !important;
    transition: 0.2s;
}

.swiper-slide {
    border-radius: 5px;
    height: 351px !important;
    transition: 0.2s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper-slide1 {
    background-image: url(../img/service/slideImg1.png);
}

.swiper-slide2 {
    background-image: url(../img/service/slideImg2.png);
}

.swiper-slide3 {
    background-image: url(../img/service/slideImg3.png);
}

.swiper .swiper-slide.active {
    height: 467px !important;
}

.swiper .prev,
.swiper .next {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.65;
    transition: 0.2s;
}

.swiper .prev:hover,
.swiper .next:hover {
    opacity: 1;
}

.swiper .prev svg,
.swiper .next svg {
    width: 20px;
    height: 20px;
}

.swiper .prev svg path,
.swiper .next svg path {
    fill: #fff;
}

.swiper .prev {
    left: 25px;
}

.swiper .next {
    right: 25px;
}

.swiper .pagination {
    margin-left: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    z-index: 100;
}

.swiper .pagination span {
    font-size: 0;
    opacity: 1;
    margin: 0px 6px !important;
    border: 1px solid #000000;
}

.swiper .pagination span.swiper-pagination-bullet-active {
    background-color: transparent;
    transform: scale(1.5);
}

.swiper-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.swiper {
    padding-bottom: 60px !important;
    height: 673rem;
}

.swiper .swiper-wrapper {
    align-items: center;
}

.swiper .swiper-slide {
    transition: 0.2s;
}

.swiper .swiper-slide.active {
    height: auto;
}

.swiper .prev,
.swiper .next {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: 0.2s;
    background-color: var(--blue);
    padding: 12px;
    border-radius: 50px;

}

.swiper .prev:hover,
.swiper .next:hover {
    opacity: 1;
}

.swiper .prev svg,
.swiper .next svg {
    width: 20px;
    height: 20px;
}

.swiper .prev svg path,
.swiper .next svg path {
    fill: #fff;
}

.swiper .prev {
    left: 25px;
}

.swiper .next {
    right: 25px;
}

.swiper .pagination {
    margin-left: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    z-index: 100;
    margin-bottom: 72rem;
}

.swiper .pagination span {
    font-size: 0;
    opacity: 1;
    margin: 0px 6px !important;
    border: 1px solid #000000;
}

.swiper .pagination span.swiper-pagination-bullet-active {
    background-color: transparent;
    transform: scale(1.5);
}

/* common style */
/* title image style */
.ttl_buy {
    width: 381rem;
}

.ttl_inher {
    width: 410rem;
}

.ttl_consult {
    width: 437rem;
}

.ttl_img img {
    width: 100%;
    height: 100%;
}

.ttl_buy {
    margin-top: 72rem;
}

.ttl_img {
    margin-bottom: 56rem;
    margin-left: 5%;
    height: 100%;   
}
.inher_cell_img {
    overflow: hidden;
}

.ttl_reput {
    width: 415rem;
    margin-left: 7%;
}

.inher>h5 {
    margin-left: 5%;
}

@media (max-width:768px) {
    .ttl_img {
        margin: auto;
        margin-bottom: 40rem;
        scale: 80%;
    }

    .ttl_buy {
        margin-top: 56rem;
    }

    .inher>h5 {
        margin-bottom: 56rem;
        width: 521rem;
        /* text-align: center; */
        margin: auto;
        margin-bottom: 56rem;
        font-size: 24rem;
    }
}

@media (max-width:425px) {
    .inher>h5 {
        margin-bottom: 56rem;
        width: 343rem;
    }

    .ttl_img {
        margin-left: -9%;
    }
}

/* fv style */
.fv {
    background-image: url(../img/service/service_FV.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* width: 1920rem; */
    height: 920em;
}

.fv h3 {
    padding-top: 351rem;
    font-weight: bold;
    text-shadow: 
      -2px -2px 0 white,  
      2px -2px 0 white,
      -2px 2px 0 white,
      2px 2px 0 white;
}

.fv h4 {
    margin-top: 400rem;
    text-align: center;
}

.fv h6 {
    text-align: center;
}

/* trade, inher, consulting style */
.trade_main_img {
    width: 505rem;
    height: 392rem;
    overflow: hidden;
}

.trade_main_img>img {
    width: 100%;
    height: 100%;
}

/* .trade_main_img>img:hover {
   scale: 1.8;
   transition: 0.3s;
} */

.trade_pan {
    display: flex;
    justify-content: center;
    gap: 108rem;
    align-items: center;
}

.q_btn img {
    width: 40rem;
    height: 40rem;
}

.q_btn {
    margin-top: 40rem;
    display: flex;
    gap: 24rem;
}

.service_contact {
    text-decoration: unset;
}

.q_btn>h6 {
    padding-top: 6rem;
    padding-bottom: 0;
}

.q_btn>h6:hover {
    color: var(--grey);
    border-bottom: 1px solid var(--grey);
    transition: 0.3s;
}

.trade_txt {
    width: 569rem;
}

.trade>h3 {
    margin-top: 72rem;
    margin-bottom: 96rem;
}

.trade,
.inher,
.consult {
    padding-left: 286rem;
    padding-right: 286rem;
}

.inher {
    margin-top: 96rem;
}

.inher h3 {
    margin-bottom: 20rem;
}

.inher>h5 {
    margin-bottom: 56rem;
}

.inher_cell_img {
    width: 449rem;
    height: 302rem;
}

.inher_cell_img>img {
    width: 100%;
    height: 100%;
}

.inher_cell {
    display: flex;
    gap: 108rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 56rem;
}

.inher_cell>h6 {
    width: 521rem;
}

.inher .q_btn {
    margin-left: 696rem;
}

.consult {
    margin-top: 96rem;
}

.consult>h3 {
    margin-bottom: 56rem;
}

.consult_img {
    width: 532rem;
    height: 405rem;
    overflow: hidden;
}

.consult_img>img {
    width: 100%;
    height: 100%;
}

.consult_pan {
    display: flex;
    gap: 108rem;
    justify-content: center;
    align-items: center;
}

.consult_txt {
    width: 560rem;
}

/*  rec style */

.rec {
    padding-top: 90rem;
}

.rec>h4 {
    text-align: center;
    padding-bottom: 80rem;
}

.rec>div {
    display: flex;
    justify-content: center;
    gap: 40rem;
}

.rec_cell {
    background-color: white;
    padding: 24rem;
    width: 27%;
    border: 1px solid var(--gray);
    border-radius: 12px;
}

.rec_cell img {
    width: 72rem;
    height: 62rem;
}

.rec_cell h5 {
    padding-top: 16rem;
}

.rec_cell p {
    padding-top: 16rem;
}

/*  pop style */
.pop {
    padding-top: 104rem;
}
.pop >h4 {
    margin-left: 6%;
    color: #3A8BEA;
}
.pop a {
    text-decoration: none;
}

.pop_top {
    margin-top: 40rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-left: 6%;
    margin-right: 6%;
}

.pop_link {
    display: flex;
    gap: 12rem;
    align-items: baseline;
}

.pop_link:hover {
    border-bottom: 1px solid var(--grey);
}

.pop_link img {
    width: 18rem;
    height: 100%;
}

.pop_grp {
    margin-top: 70rem;
    display: flex;
    justify-content: space-around;
}

.pop_cell {
    width: 400rem;
    background-color: white;
    padding-bottom: 24rem;
}

.pop_cell>img {
    width: 400rem;
    height: 235rem;
}

.pop_cell_location {
    display: flex;
    gap: 12rem;
    align-items: center;
    margin-top: 12rem;
}

.pop_cell_location img {
    width: 12rem;
    height: 15rem;
}

.bedIcon {
    width: 15rem;
    height: 11rem;
}

.squareIcon {
    width: 15rem;
    height: 13rem;
}

.pop_cell div {
    padding-left: 24rem;
    padding-right: 24rem;
}

.icon_grp {
    display: flex;
    align-items: center;
    margin-top: 12rem;
}

.icon_grp p {
    padding-left: 8rem;
    padding-right: 32rem;
}

.btn_pan {
    margin-top: 16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.color_grp {
    margin-top: 56rem;
    display: flex;
    gap: 72rem;
    justify-content: space-around;
}

.color_cell {
    width: 40%;
    border-radius: 12rem;
    padding: 24rem;
}

.color_cell>div {
    margin-left: 24rem;
    display: flex;
    gap: 20rem;
    align-items: center;
}

.color_cell>p {
    margin-top: 24rem;
}

.other_ttl {
    margin-top: 120rem;
    color: var(--blue);
    text-align: center;
}

/* contactUs style */
.contactus {
    margin-top: 72rem;
    background-image: url(../img/service/contactSEC.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 471rem;
}

.contactus h5,
.contactus h6 {
    color: white;
}

.contactus_txt h6 {
    padding-top: 144rem;
    text-align: center;
}

.contactus_info {
    margin-top: 96rem;
    display: flex;
    justify-content: center;
    gap: 56rem;
}

.contactus_info>div {
    display: flex;
    gap: 12rem;
    align-items: center;
}

.contactus_info>div img {
    width: 32rem;
    height: 32rem;
}


/* responsive part */

@media (max-width:768px) {

    .trade,
    .inher,
    .consult {
        padding-left: 42rem;
        padding-right: 42rem;
    }

    .swiper {
        padding-bottom: 60px !important;
        height: 455rem;
    }

    .fv {
        background-position: right;
        width: 768rem;
        height: 623em;
    }

    .fv h3 {
        padding-top: 241rem;
    }

    .fv h4 {
        margin-top: 253rem;
        text-align: center;
    }

    .fv h6 {
        text-align: center;
    }

    .rec>div {
        display: flex;
        justify-content: center;
        gap: 40rem;
        flex-direction: column;
    }

    .rec_cell {
        width: 100%;
    }

    .pop_grp {
        margin-top: 70rem;
        display: flex;
        justify-content: space-around;
        margin-bottom: 160rem;
        flex-direction: column;
        align-items: center;
        gap: 48rem;
    }

    .color_cell {
        width: 100%;
        border-radius: 12rem;
        padding: 24rem;
    }

    .color_grp {
        margin-top: 56rem;
        display: flex;
        gap: 72rem;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }

    .fv h4 {
        font-size: 24rem;
    }

    .trade_pan {
        display: flex;
        justify-content: center;
        gap: 40rem;
        align-items: center;
        flex-direction: column;
    }

    .inher_cell {
        display: flex;
        gap: 40rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 56rem;
        flex-direction: column;
    }

    .inher_reverse {
        flex-direction: column-reverse;
    }

    .inher .q_btn {
        margin-left: 0rem;
    }

    .consult_pan {
        display: flex;
        gap: 40rem;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .trade>h3,
    .inher>h3,
    .consult>h3,
    .inher>h5 {
        text-align: center;
    }

    .q_btn {
        justify-content: center;
    }
}

@media (max-width:425px) {
    .fv h4 {
        margin-top: 249rem;
        text-align: center;
    }
    .pop >h4 {
        margin-left: 6%;
        text-align: center;
    }
    .pop_top {
        margin-top: 40rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 20rem;
    }

    .trade,
    .inher,
    .consult {
        padding-left: 28rem;
        padding-right: 28rem;
    }

    .fv {
        width: 425rem;
        height: 664em;
    }


    .pop_grp {
        margin-top: 70rem;
        display: flex;
        justify-content: space-around;
        margin-bottom: 53rem;
        flex-direction: column;
        align-items: center;
        gap: 48rem;
    }

    .pop_cell div {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .contactus_txt h6 {
        padding-top: 93rem;
        text-align: start;
        font-size: 17rem;
    }

    .contactus_info {
        margin-top: 41rem;
        display: flex;
        justify-content: center;
        gap: 56rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .pop_cell {
        width: 370rem;
    }

    .pop_cell>img {
        width: 370rem;
        height: 215rem;
    }

    .pop_cell_location h6 {
        font-size: 18rem;
    }

    .icon_grp p {
        padding-right: 28rem;
    }

    .trade_main_img,
    .consult_img,
    .inher_cell_img {
        width: 343rem;
        height: auto;
    }

    .trade_txt,
    .consult_txt,
    .inher_cell>h6 {
        width: 343rem;
    }
}