@import url('https://fonts.cdnfonts.com/css/futura-pt');


.CustomCarouselContainer{
    display:flex;
    align-items: center;
    justify-content: space-around;
    height:450px;
    width:80%;
    flex-direction: row;
    margin: auto;

}

.CustomCarousel{
    width:344px;
    height:420px;
    border-radius: 14px;
    border:1px solid  #D3D3D3;
    background-color: #fff;
    margin-left: 1px;
    margin-right: 10px;
}

.ribbons{
    width: 100%;
    display:flex;
    align-items: flex-end;
    flex-direction: column;
}
.CustomCarouselImage{
    width:100%;
    height:230px;
    padding:15px 10px 15px 10px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}
.CustomCarouselImage span a{
    display:block;
    text-decoration: none;
    color:#fff;
    font-size: 12px;
    font-weight: 400;
   
}

.CustomCarouselBtn1{
    border-radius: 60px;
    padding:5px 14px;
    width:fit-content;
    background:#57548e;
}
.CustomCarouselBtn2{
    border-radius: 60px;
    padding:5px 14px;
    width:fit-content;
    margin-top:5px;
    background:#8886af;
}

.CustomCarouselBtn1, .CustomCarouselBtn2{ 

    color:#fff!important;

}



.arrows{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    height:80px;
}

.arrows button{
    background: none;
    border:none;
    outline:none;
}

.CustomCarousel .arrows .fa{
    font-size: 30px;
    color:#fff;
}

.CustomCarouselButtons{
    display:flex;
    justify-content: start;
    align-items: center;
    height:45px;
    list-style-type: none;
    margin-top: 25px;
    
}

.CustomCarouselButtons li{
    padding-right:6px;
}
.CustomCarouselButtons li a{
    text-decoration: none;
    color: #000e1e!important;
    font-size: 12px;
    font-weight: 400;
    border-radius: 60px;
    background-color: #ffffff;
    padding: 5px 10px;
}

.CustomCarouselContent{
    height:170px;
    width:100%;
    padding:15px 15px;
    background-color: #fff;
}

.title{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:12px;
}

.projectName{
    position:relative;
    color: #1d1d1d;
    font-size: 19px;
    font-weight: 400;
}

.projectName::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 1px;
    width: 50px;
    border-radius: 8px;
    background-color: goldenrod;
}
 
.developerName{
    background:#f8f8f8;
    border-radius: 4px;
    padding:0px 0px;
    margin-top:-3px;
}

.developerName img{
    width:88px;
}

.communityName{
    display:flex;
    align-items: center; 
    margin-bottom:5px;   
}

.communityName span{
    color: #1d1d1d;
    font-size: 14px;
}

.communityName img{
    width:12px;
    height:auto;
    margin-right:6px;
}

.stratPrice{
    display:flex;
    align-items: center;
}
.stratPrice p{
    color: #1d1d1d;
    font-size: 13px;
    margin-right:6px;
    margin-bottom:0px!important;
}

.stratPrice span{
    color: #1f1b69;
    font-size: 21px;
}

.CustomContentButtons{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:90%;
    margin-top:10px;

}

.CustomCallButton{
    display: flex;
    align-items: center;
    width:fit-content;
    border:1px solid goldenrod;
    border-radius: 60px;
    padding:8px 30px;
    margin-top: 10px 10px 10px 10px;
    width: 110px;
    text-decoration: none;
    color: #1d1d1d!important;
    font-size: 13px;
    margin-left:8px;    
}



.CustomContentButtons img{
    width:16px;
}

.whatsaap img{
    width:22px;
    margin-top:6px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
