@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@700&display=swap');

:root {
    --blue140:#113DFA;
    --blue120:#375CFB;
    --blue100:#5D7BFC;
    --blue80:#849BFD;
    --blue20:#E4E9FE;
    --white:#ffffff;
    --white120:#fcfdfd;
    --white100:#F1F3F5;
    --white60:#DADFE4;
    --white40:#C4CBD3;
    --white20:#ADB7C3;
    --white10:#F3F4F6;
    --blk140:#1F252A;
    --blk120:#303841;
    --blk100:#414B58;
    --blk80:#515F6E;
    --blk60:#627285;
    --blk40:#8090A1;
    --blk20:#97A4B2;

    --red:#FF453A;
    --bradius4:4px;
    --bradius6:6px;
    --bradius8:8px;
    --bradius16:16px;
    --bradius24:24px;

    /*fonts*/
    --fs42:42px;
    --fs34:34px;
    --fs28:28px;
    --fs26:26px;
    --fs24:24px;
    --fs22:22px;
    --fs20:20px;
    --fs18:18px;
    --fs17:17px;
    --fs16:16px;
    --fs15:15px;
    --fs14:14px;
    --fs13:13px;
    --fs12:12px;
}

@font-face {

    font-family: "SF Pro Text";
    src: url("../fonts/SFProText-Regular.woff2") format("woff2"),
        url("../fonts/SFProText-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SFProText-Medium.woff2") format("woff2"),
        url("../fonts/SFProText-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SFProText-Semibold.woff2") format("woff2"),
        url("../fonts/SFProText-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
        url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
        url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
        url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
html{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#377afe+0,2866ab+35,2866ab+100 */
    background: linear-gradient(to bottom,  rgba(55,122,254,1) 0%,rgba(40,102,171,1) 35%,rgba(40,102,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body {
    font-family: "SF Pro Text", sans-serif;
    font-weight: 400;
    color: var(--blk140);
    font-size: var(--fs17);
    background-image: url(../img/pattern-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: transparent;

}
.blk20{
    color: var(--blk20);
}
.blk40{
    color: var(--blk40);
}
.blk60{
    color: var(--blk60);
}
.blk80{
    color: var(--blk80);
}
.blk100{
    color: var(--blk100);
}
.blk120{
    color: var(--blk120);
}
.blk140{
    color: var(--blk140);
}

.bl20{
    color: var(--blue20);
}
.bl40{
    color: var(--blue40);
}
.bl60{
    color: var(--blue60);
}
.bl80{
    color: var(--blue80);
}
.bl100{
    color: var(--blue100);
}
.bl120{
    color: var(--blue120);
}
.bl140{
    color: var(--blue140);
}

.wt10{
    color: var(--white10);
}
.wt20{
    color: var(--white20);
}
.wt40{
    color: var(--white40);
}
.wt60{
    color: var(--white60);
}
.wt80{
    color: var(--white80);
}
.wt100{
    color: var(--white100);
}
.wt120{
    color: var(--white120);
}
.wt140{
    color: var(--white140);
}

.red100{
    color: var(--red);
}

.fs-12{
    font-size: var(--fs12);
}
.fs-13{
    font-size: var(--fs13);
}
.fs-14{
    font-size: var(--fs14);
}
.fs-15{
    font-size: var(--fs15);
}
.fs-16{
    font-size: var(--fs16);
}
.fs-17{
    font-size: var(--fs17);
}
.fs-18{
    font-size: var(--fs18);
}
.fs-22{
    font-size: var(--fs22);
}
.fs-20{
    font-size: var(--fs20);
}
.fs-24{
    font-size: var(--fs24);
}
h2{
    font-size: var(--fs42);
}
h3{
    font-size: var(--fs34);
}
h4{
    font-size: var(--fs28);
}
h5{
    font-size: var(--fs22);
}
h6{
    font-size: var(--fs20);
}

.br4{
    border-radius: var(--bradius6);
}
.br6{
    border-radius: var(--bradius6);
}
.br8{
    border-radius: var(--bradius8);
}
.br16{
    border-radius: var(--bradius16);
}
.br24{
    border-radius: var(--bradius24);
}
.text-agdasima{
    font-family: "Agdasima", sans-serif !important;
}
.lh-1{
    line-height: 1.2;
}
a{
    color: var(--blue140);
}
a:hover, a:focus, button:hover, button:focus{
    text-decoration: none !important;
    outline: none !important;
}
h2, h3, h4, h5, h6{
    font-weight: 600;
    font-family: "SF Pro Display", sans-serif;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fs-xl{
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.1;
    transform: translate(0,80px);
}
.text-italic{
    font-style: italic;
}
input[type=checkbox] {
     width: 18px;
     height: 18px;
     margin-top: 1px;
     background: var(--blue140);
}
.custom-check [type="checkbox"]:checked,
.custom-check [type="checkbox"]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
}
.custom-check [type="checkbox"]:checked + label,
.custom-check [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
    min-width: 20px;
    min-height: 20px;
}
.custom-check [type="checkbox"]:checked + label:before,
.custom-check [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ADB7C3;
    border-radius: 3px;
    
}

.custom-check [type="checkbox"]:checked + label:before{
    border: 1px solid var(--blue140);
    background: var(--blue140);
}
.custom-check [type="checkbox"]:checked + label:after,
.custom-check [type="checkbox"]:not(:checked) + label:after {
    content: '\e930';
    font-family: icomoon;
    position: absolute;
    left: 4px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.custom-check [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-check [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #375CFB;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.wrapper {
    padding: 40px 50px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    border-radius: var(--bradius8);
}
.form-control:hover, .form-control:focus{
    outline: none;
    box-shadow: none;
}
.floating-label{
    position: relative;
}
.floating-label .form-control {
    padding: 20px 15px 8px 15px;
}
.floating-label label {
  position: absolute;
  left: 16px;
  top: 0.8em;
  transition: transform 200ms ease;
  pointer-events: none;
  margin-bottom: 0;
}
.floating-label input:focus + label,
.floating-label input + label.freeze {
  font-size: 0.7em;
  font-weight: 400;
  /* Use "Translate" function instead of classic positioning for better performance */
  transform: translateY(-0.3em);
}
.btn-link{
    color: var(--blue140);
    line-height: 1.2;
    font-family: "SF Pro Display", sans-serif;
}
.btn{
    border-radius: 50px;
    height: 48px;
    font-size: var(--fs18);
    color: var(--blk140);
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset, 4px 6px 16px 0px rgba(0, 0, 0, 0.24);
    font-family: "SF Pro Display", sans-serif;
}
.btn:hover, .btn:focus{
    box-shadow: -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset, 4px 6px 16px 0px rgba(0, 0, 0, 0.24);
}
.btn-ico, .line-ico{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-theme, .btn-theme:hover, .btn-theme:focus{
    background: #FFC107;
    border:1px solid #FFC107;
    position: relative;
    color: #000;
}
.btn-theme:before{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+22,ffffff+100&0.6+0,0.4+21,0+100 */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.4) 21%,rgba(255,255,255,0.39) 22%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    top: 0;
    bottom: 20px;
    z-index: 0;
}
.btn-theme:hover, .btn-theme:focus{
    color: var(--blk140);
}
.btn-confirm, .btn-confirm:hover, .btn-confirm:focus{
    background: #69D521;
    border-color: #69D521;
}
.btn span{
    z-index: 1;
}
.box{
    border: 1px solid var(--white60);
    border-radius: var(--bradius16);
}
.box-body, .box-header, .card-body, .card-header, .card-footer{
    padding: 1rem;
}
.box-header{
    background-color: #2D518A;
    color: #fff;
    border-radius: 16px 16px 0 0;
    background-image: url(../img/pwr/box-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.card{
    border: none;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    border-radius: var(--bradius16)
}
.card-thumb {
    height: 220px;
    width: 100%;
    object-fit: contain;
    border: 1px solid var(--white60);
    border-radius: var(--bradius8);
    margin-bottom: 15px;
    padding: 15px;
}
.register-tag{
    color: #248A3D;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-family: "SF Pro Display", sans-serif;
    height: 48px;
    font-size: var(--fs18);
    padding: 10px 0;
}
.ribbon-header{
    background-image: url(../img/pwr/ribbon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ribbon-header h2{
    color: #2D518A;
    text-transform: uppercase;
    padding: 30px 40px 45px 40px;
    text-align: center;
}
.price-tag{
    background: #54A73F;
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: var(--fs20);
    display: inline-block;
    font-family: "SF Pro Display", sans-serif;
}
.modal-xl{
    max-width: 1000px;
}
#registerSuccess .modal-content{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.serial-info {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 20px;
    color: #102945;
}
.serial-tooltip {
    position: absolute;
    bottom: 40px;
    left: -120px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.12);
    border-radius: var(--bradius16);
    padding: 9px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate(0,-10px);
    transition: 0.3s ease;
}
.serial-tooltip::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: '';
    bottom: -8px;
    top: ;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.serial-tooltip img {
    width: 240px;
}
.serial-info .icon-question-circle{
    cursor: pointer;
}
.serial-info .icon-question-circle:hover ~ .serial-tooltip{
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
    transition: 0.3s ease;
}
.card-realtor{
    background-image: url(../img/pwr/bg-frame323.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--bradius16);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
}
.realtor-info {
    display: flex;
    align-items: center;
}
.ri-right{
    padding-left: 20px;
    width: 100%;
}
.realtor-info > img {
    width: 130px;
    height: 110px;
    border-radius: 120px;
    border: 1px solid #E6E9EC;
    object-fit: cover;
    object-position: top;
}
.btn-square{
    border-radius: 0;
    border: 1px solid;
    background: #fff;
    font-size: var(--fs16);
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.btn-square span{
    font-size: var(--fs18);
}
.realtor-info .btn-square{
    min-width: 248px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.btn-square.btn-sq-dark {
    border-color: var(--blk140);
    color: var(--blk140);
}
.btn-square.btn-sq-blue {
    border-color: #2766AB;
    color: #2766AB;
}
.btn-square.btn-sq-green {
    border-color: #10B317;
    color: #10B317;
}
.title-style1{
    background-image: url(../img/pwr/title-style1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-size: 266px;
}
.sale-banner {
    background-image: url(../img/pwr/sale-banner.png);
    color: #fff;
    padding: 2px 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.exclusive-banner {
    /*background: linear-gradient(89deg, #FFC107 11.13%, #FFD350 49.52%, #FFC107 89.82%);*/
    background: #FFA1A1;
    padding: 2px 12px;
    text-align: center;
    color: #000;
    position: relative;
    letter-spacing: -0.408px;
    height: 26px;
    white-space: nowrap;
}
/*.exclusive-banner::after {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.exclusive-banner::before {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #fff;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}*/
.flex-center{
    display: flex;
    align-items: center;
}
@media screen and (min-width:1500px){
    .container{
        max-width: 1366px !important;
    }
}
@media screen and (max-width:1500px){
    .card-event h6 {
        min-height: 45px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
}
@media screen and (max-width:1199px){
    body{
        font-size: var(--fs15);
    }
    .fs-xl{
        font-size: 6rem;
    }
    h2 {
        font-size: var(--fs34);
    }
    h4 {
        font-size: var(--fs24);
    }
    h5{
        font-size: var(--fs18);
    }
    h6{
        font-size: var(--fs18);
    }
    .register-tag, .btn{
        font-size: var(--fs16);
    }
    .exclusive-banner{
        padding-top: 5px;
        padding-bottom: 5px;
        height: 28px;
    }
}
@media screen and (max-width:991px){
    .fs-xl{
        font-size: 5rem;
    }
    .serial-tooltip img {
        width: 180px;
    }
    .serial-tooltip{
        left: -160px;
    }
    .serial-tooltip::after{
        left: auto;
        right: -18px;
    }
}
@media screen and (max-width:767px){
    .fs-xl{
        font-size: 3.5rem;
        transform: translate(0,20px);
    }
    .wrapper{
        padding: 20px;
    }
    iframe{
        height: 320px;
    }
    .card-event h6 {
        min-height: initial;
        display: -webkit-box;
        -webkit-line-clamp: initial;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    .realtor-info .btn-square {
        min-width: 242px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:576px){
    .realtor-info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ri-right {
        padding-left: 0;
        text-align: center;
    }
    .title-style1{
        background-position: center bottom;
    }
    .realtor-info > img{
        margin-bottom: 15px;
    }
}