
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');

 html{
     font-family: 'Roboto', sans-serif;
 }

 body{
    background-image: url(https://www.firstteam.lk/wp-content/uploads/2022/09/background.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a{
    text-decoration: none;
}

h1{
    font-size: 3.5rem;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
}

h2{
    font-size: 2.8rem;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
}

h3{
    font-size: 2.2rem;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
}

.home iframe{
	width: 100%;
	height: 460px;
}

.form-control, a, p, span, .btn, label{
	font-size: 14px;
    font-weight: 400;
}

.form-control{
    padding: 0.25em!important;
}

.gallery-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
    background-color: #00adef;
    opacity: 0.5;
    transition: 0.3s all;
}

.gallery-arrow:hover{
    opacity: 1;
}

.gallery-arrow.mod-prev {
    left: 0;
  }

.gallery-arrow.mod-next {
    right: 0;
}

body:before{
    background-color:transparent;
}

.site {
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: 1160px;
}

.site-main{
    padding: 25px 0;
}

.content-area{
    margin: 0 0 0 7px;
    background: rgba(64, 64, 64,0.8);
    padding: 0 3% 0%;
    border-bottom: 1px solid #000;
    border-radius: 5px 5px 0 0;
}

.sidebar{
    background: rgba(64, 64, 64,0.8);
    width: 315px;
    border-radius: 5px;
}

.site-footer{
    background: rgba(64, 64, 64,0.8);
    margin-left: 30%;
    width: 69.98%;
    border-radius:0 0 5px 5px;
}

.site-info {
    padding: 10px 20px;
    text-align: center;
}

.site-main p {
    color: #fff;
}

.main-navigation li a {
    transition: 0.4s all;
    font-family: 'Noto Serif', serif;
    color: #fff;
    font-size: 14px;
}

.main-navigation ul{
    padding-left: 0;
}

.main-navigation li{
    border-left: 5px solid #fff;
    position: relative;
    padding-left: 10px;
    transition: 0.4s all;
}

.current_page_item, .menu-item:hover {
    border-left: 5px solid #00adef !important;
}

.main-navigation li a:hover {
    color: #00adef;
}

.home-heading{
    color: #00adef;
    font-size: 2.7rem;
}

.copyright{
    font-family: 'Noto Serif', serif;
    color: #fff;
    font-size: 12px;
}

.about-hero img{
    border: 1px solid #dfdfdf;
}

.about h3{
    color: #00adef;
}

.about .card p{
    color: #000;
}

.about .card{
    min-height: 255px;
    border-color: #00adef;
}

.status{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 6px 24px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0 5px 0 0;
}

.status.await{
    background-color: #e40d0d;
}

.status.for.sale{
    background-color: #00adef;
}

.status.sold.out{
    background-color: #f00;
}

.propertise .card{
    border-radius: 5px;
}

.card-image img{
    border-radius: 5px 5px 0 0;
}

.propertise .card p{
    color: #878787;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.propertise .card h4{
    color: #00adef;
    font-weight: 700;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
}

.btn-light-blue{
    background-color: #00adef;
    border-color: #00adef;
    color: #fff!important;
    font-weight: 500;
    border-radius: 2px;
    padding: 5px 15px;
}

.btn-light-blue:hover{
    background-color:#58595b;
    border-color: #58595b;
    color: #fff!important;
}

ul.page-numbers{
    display: flex;
    list-style: none;
    justify-content: end;
}

.page-numbers li a, .page-numbers li span{
    background-color: #fff;
    text-align: center;
    padding: 5px 15px;
    display: block;
    font-weight: 400;
    position: relative;
    border: 1px solid #ddd;
}

.page-numbers li span.current{
    background-color: #00adef;
    color: #fff;
}

.page-numbers li a{
    color: #00adef;
}

.page-numbers li a:hover{
    background-color: #00adef;
    color: #fff;
}

.page-numbers li:first-child span{
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.page-numbers li:last-child a{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.page-numbers li:first-child a{
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.page-numbers li:last-child span{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.payment-card h3{
    background-color: #00adef;
    color: #fff!important;
}

.payment-card p{
    color: #000;
}

.payment-card .card{
    border-radius: 5px;
}

.payment-card .card p{
    font-size: 14px;
}

.form-box{
    border-radius: 5px;
}

input.btn-submit{
    background-color: #00adef;
    border-color: #00adef;
    padding: 10px 30px;
    font-size: 14px;
}

input.btn-submit:hover {
    background-color: #58595b;
    border-color: #58595b;
    color: #fff;
}

.property-shop .card p{
    color: #878787;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-shop .card h4{
    color: #00adef;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.property-shop .card .price{
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.news-and-event h3 {
    background-color: #00adef;
    color: #fff;
}

.news-and-event .card p{
    color: #000;
    font-size: 14px;
}

.agent-contact h3{
    color: #00adef;
}

.agent-box img{
    border-radius: 100%;
}

.propertise-single h2{
    color: #00adef;
}

.contact-info a{
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;

}

.contact-info a i{
    color: #00adef;
}

.secondary-toggle {
    background-color: #fff;
    border-radius: 5px;
}

.secondary-toggle:hover, .secondary-toggle:focus {
    background-color: #fff;
}

.content-area h3{
    color: #00adef;
}

.content-area a{
    color: #fff;
}

.content-area a:hover{
    color: #00adef;
}

.yt-news iframe{
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.card-image-news img{
    border-radius: 5px 0 0 5px;
}




@media only screen and (max-width: 767px) {
    .site-info {
        padding: 5px 0px;
    }
    .copyright {
        font-size: 10px;
    }
    .secondary {
        padding: 7.6923%;
    }
    .card-image-news img {
        border-radius: 5px 5px 0 0;
    }
}

@media only screen and (max-width: 991px) {

    .content-area, .site-footer{
        margin: 0;
        width: 100%;
    }

    .site-header {
        padding: 10px 30px;
        background-color: transparent;
    }

    .site-branding img{
        width: 80px;
    }

    .sidebar {
        width: 100%;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #000;
    }

    .content-area {
        border-radius:0;
    }

    .about .card {
        min-height: 275px;
    }

    .secondary {
        background-color: #2d2d2d;
        margin: 7.6923%;
    }

    .site-footer{
        padding: 10px 15px;
    }

}
