@font-face {
  font-family: 'Lalezar';
  font-style: normal;
  src: local('Pacifico-Regular'), url('../../../../main_style/fonts/Lalezar/Lalezar-Regular.ttf') format('woff2');
}

@font-face {
  font-family: 'Almarai';
    font-style: normal;
  src: local('Pacifico-Regular'), url('../../../../main_style/fonts/Almarai/Almarai-Regular.ttf') format('woff2');
}

@font-face {
  font-family: 'Lemonada';
    font-style: normal;
  src: local('Pacifico-Regular'), url('../../../../main_style/fonts/Lemonada/Lemonada-VariableFont_wght.ttf') format('woff2');
}

@font-face {
  font-family: 'Tajawal';
    font-style: normal;
  src: local('Pacifico-Regular'), url('../../../../main_style/fonts/Tajawal/Tajawal-Regular.ttf') format('woff2');
}



body{     background-color: #e2e2e2;}

.font_main{ 
    font-family: 'Lalezar', cursive;
    color: #1b2030;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.font_child{
    font-family: 'Almarai', sans-serif;
    color: #464c57;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    
}

.border{
    height: 6px;
    width: 30%;
    background-color: #2b044d;
    margin-bottom: 15px;
}

.btn_a{
    border: 0;
    outline: 0;
    border-radius: 0;
    background: #1f193a;
    font-size: 23px;
    padding: 8px 35px;
    color: white;
}

/*************************************************/

.Breadcrumb-section{
    font-family: 'Almarai';
    font-weight: bold;
    text-align: right;
    margin-top: 51px;
    background: #e2e2e2;
    text-align: center;
    padding: 50px 0 20px;

}

.breadcrumb-item+.breadcrumb-item::before{ float: right; padding-left: .5rem;}


/*********************************************/


.buillding-data{
    text-align: right;
    width: 96%;
    background: white;
    border-radius: 10px;
    margin: auto;
    padding: 10px;
}

/**********************************************/
.nav-tabs .nav-link.active {
    color: #ffffff !important;
    background: #061640;
    font-size: 20px;
    font-weight: bold;
}

.nav-tabs .nav-link {
    font-size: 20px;
    color: black;
    font-weight: bold;
    border: 1px solid rgb(150, 150, 150);
    border-radius: 0;
    padding: 10px 25px;

}


.buillding-data .housing-data .card { border: none; overflow: hidden}

.buillding-data .housing-data .thumbnail_images ul {
    list-style: none;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 10px
}

.buillding-data .housing-data .thumbnail_images ul li {
    margin: 5px;
    padding: 10px;
    border: 2px solid #eee;
    cursor: pointer;
    transition: all 0.5s
}

.buillding-data .housing-data .thumbnail_images ul li:hover { border: 2px solid #000}

.buillding-data .housing-data .main_image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    height: 400px;
    width: 100%;
    overflow: hidden
}

.buillding-data .housing-data .heart {
    height: 29px;
    width: 29px;
    background-color: #eaeaea;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.buillding-data .housing-data .del_margin{ margin: 0;}

.buillding-data .housing-data .content p { font-size: 20px}
.buillding-data .housing-data .ratings span { font-size: 18px; margin-left: 12px; font-weight: bold;}
.buillding-data .housing-data .colors { margin-top: 5px}
.buillding-data .housing-data .colors ul { list-style: none; display: flex; padding-left: 0px}
.buillding-data .housing-data .colors ul li { 
    display: flex;  
    font-weight: 900;
    font-size: 20px;
    margin-right: 10px;  
    cursor: pointer;  
    padding:3px 10px;
}

.buillding-data .housing-data .colors ul li:nth-child(1) { background-color: #6c704d}
.buillding-data .housing-data .colors ul li:nth-child(2) { background-color: #96918b}
.buillding-data .housing-data .colors ul li:nth-child(3) { background-color: #68778e}
.buillding-data .housing-data .colors ul li:nth-child(4) { background-color: #263f55}
.buillding-data .housing-data .colors ul li:nth-child(5) { background-color: black}
.buillding-data .housing-data .right-side { position: relative}
.buillding-data .housing-data .search-option {
    position: absolute;
    background-color: #000;
    overflow: hidden;
    align-items: center;
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 49% 51% 50% 50% / 68% 69% 31% 32%;
    left: 30%;
    bottom: -250px;
    transition: all 0.5s;
    cursor: pointer
}

.buillding-data .housing-data .search-option .first-search {
    position: absolute;
    top: 20px;
    left: 90px;
    font-size: 20px;
    opacity: 1000
}

.buillding-data .housing-data .search-option .inputs {
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
    position: relative
}

.buillding-data .housing-data .search-option .inputs input {
    position: absolute;
    top: 200px;
    left: 30px;
    padding-left: 20px;
    background-color: transparent;
    width: 300px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #eee;
    transition: all 0.5s;
    z-index: 10
}

.buillding-data .housing-data .search-option .inputs input:focus {  box-shadow: none; outline: none; z-index: 10}
.buillding-data .housing-data .buillding-data .housing-data{ text-align: right;}
.buillding-data .housing-data .search-option:hover { border-radius: 0px; width: 100%; left: 0px}
.buillding-data .housing-data .search-option:hover .inputs { opacity: 1}
.buillding-data .housing-data .search-option:hover .first-search {left: 27px; top: 25px; font-size: 15px}
.buillding-data .housing-data .search-option:hover .inputs input { top: 20px}
.buillding-data .housing-data .search-option .share { position: absolute; right: 20px; top: 22px}
.buillding-data .housing-data .buttons .btn {
    height: 50px;
    width: 150px;
    margin: auto;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    font-weight: 100;
    font-size: 25px;
    font-family: 'Lalezar';
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .buillding-data .housing-data .buttons .btn {
        height: auto;
        width: auto;
    }
}


.buillding-data .housing-data .buttons .btn_watch{
    font-family: 'Lemonada';
    padding: 12px 20px;
    height: auto;
    width: auto;
    font-size: 16px;

}



/*********************************************/

.element-university-housing{
    text-align: right;
    padding: 40px 0;
    background: white;
    width: 96%;
    margin: auto;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.element-university-housing .container{ border: 1px solid black;}
.element-university-housing .content-links{ background-color: rgb(233, 233, 233); padding: 0; border-left: 1px solid black;}
.element-university-housing .content-links .nav-pills .nav-link{
    border-bottom: 1px solid white;
    border-radius: 0;
    font-weight: bold;
    color: black;
    font-family: 'Almarai';
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.element-university-housing .content-links .nav-pills .nav-link:hover{ background: rgb(0, 0, 0);color: white; }
.element-university-housing .content-links .nav-pills .active{ color: white; border-radius: 0; background: rgb(0, 0, 0);}
.element-university-housing .content-info{ background-color: white; padding: 15px; 
    background-image: url("../images/services/left-bg-img.svg");
    background-size: 100% ;
}

.element-university-housing .content-info .content h2{ 
    border-bottom: 1px solid black;
    line-height: 75px;
    text-align: center;
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.element-university-housing .content-info .content p, .element-university-housing .content-info .content ol li{
    color: rgba(0, 0, 0, 0.952);
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Tajawal', sans-serif;
    line-height: 1.5;
}
.element-university-housing .content-info .content .items{ margin-bottom: 50px; border-bottom: 1px solid black;}
.element-university-housing .content-info .content .container-bullding{ text-align: center;}
.element-university-housing .content-info .content .container-bullding .content-bullding-image{ display: flex; margin-bottom: 30px;}
.element-university-housing .content-info .content .container-bullding .content-bullding-image img{
    width: 55%;
    border-radius: 20px;
    margin-left: 20px;
}
.element-university-housing .content-info .content .container-bullding .content-bullding-image .content-bullding-image-info{
    margin-top: 30px;
}
.element-university-housing .content-info .content table thead td{ background: rgb(247, 202, 172);}
.element-university-housing .content-info .content table .green-color{ background: #C5E0B3;}
.element-university-housing .content-info .content table .red-color{  background: #FBE4D5;}
.element-university-housing .content-info .content table .blue-color{ background: #D9E2F3;}
.element-university-housing .content-info .content table .yellow-color{ background: #FFE599;}

/***************************************/





/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

    .font_main{   font-size: 23px !important;}
    .font_child{ font-size: 15px !important;}

}
