@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* font-family: "Playfair Display", serif; */
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
/* font-family: "Satisfy", cursive; */
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}
body
{
    background: white;
}

/* CSS Rules for JS Features */
.header.header-scrolled
{
    background-color: rgba(0, 0, 0, 0.75);
    .navlinks a.color-active
    {
        color: #FCE762;
    }
}

/* CSS Rules for Header */
.header
{
    border: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 5% 10px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    transition: all .5s ease-in-out;
}
.header .logo img
{
    border: transparent;
    width: 15%;
}
.header .navlinks
{
    border: transparent;
    width: 55%;
    padding: 0 1%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.header .navlinks a
{
    margin: 0 1%;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    transition: all .5s ease-in-out;
}
.header .navlinks a:hover
{
    text-decoration: overline;
}
.header .navlinks a.color-active
{
    text-decoration: underline;
    transition: all .5s ease-in-out;
}
@media screen and (max-width: 600px)
{
    .header
    {
        min-width: 0;
        flex-direction: column;
        padding: 10px 0;
    }
    .header .logo img
    {
        display: grid;
        margin: 2% auto 0;
    }
    .header .navlinks
    {
        margin: auto;
        width: 90%;
    }
    .header .navlinks a
    {
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

/* CSS Rules for Cover */
.cover
{
    border: transparent;
    width: 100%;
    margin: auto;
    padding: 5% 10%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/Background-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s ease-in-out;
}
.cover .cover-txt
{
    border: transparent;
    width: fit-content;
    margin: 25% 0 5%;
    padding: 1% 0;
    transition: all .5s ease-in-out;
}
.cover .cover-txt h1
{
    border: transparent;
    font-size: 50px;
    background-image: linear-gradient(to right, #ffffff 0%, #FCE762 60%, #ffffff 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.cover .cover-txt h2
{
    border: transparent;
    color: white;
    font-size: 20px;
}
.cover .cover-txt h3
{
    border: transparent;
    margin-top: 5%;
    color: white;
    font-family: "Satisfy", cursive;
    font-weight: 100;
    font-size: 13px;
}
.cover .cover-txt .cover-btn
{
    color: white;
    border: inset 2px #FCE762;
    border-radius: 5px;
    display: grid;
    width: fit-content;
    margin-top: 5%;
    padding: 3%;
    transition: all .5s ease-in-out;
}
.cover .cover-txt .cover-btn:hover
{
    background-color: #FCE762;
    color: black;
    transform: scale(1.05);
}
@media screen and (max-width: 600px)
{
    .cover
    {
        min-width: 0;
    }
    .cover .cover-txt
    {
        margin: 135% auto 20%;
        text-align: center;
    }
    .cover .cover-txt .cover-btn
    {
        margin: 5% auto 0;
        padding: 5%;
    }
}

/* CSS Rules for About */
.about
{
    border: transparent;
    width: 70%;
    margin: 5% auto 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: top center;
    flex-wrap: wrap;
    transition: all .5s ease-in-out;
}
.about .about-txt
{
    border: transparent;
    border-radius: 10px 0 10px 0;
    width: 48%;
    padding: 5% 2%;
    margin: 1%;
    color: #ffffff;
    display: grid;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.about .about-txt h2
{
    border: transparent;
    margin: 0 auto 5%;
    align-content: center;
}
.about .about-txt .vertical-line
{
    border: solid #ffffff;
    border-radius: 5px;
    background: #ffffff;
    color: rgba(255, 255, 255, 0);
    margin: auto;
    width: 1.5%;
    padding: 5% 0;
}
.about .about-txt img
{   /*Profile category*/
    border: transparent;
    margin: auto;
    width: 70%;
}
.about .profile
{
    background-color: black;
}
.about .profile h1
{
    background-image: linear-gradient(to right, #ffffff 0%, #FCE762 60%, #ffffff 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.about .div-1
{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/about-1.jpg);
}
.about .div-2
{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/about-2.jpg);
}
.about .div-3
{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/about-3.jpg);
}
.about .about-txt p
{
    margin: 4% auto 0;
}
@media screen and (max-width: 600px)
{
    .about
    {
        min-width: 0;
        margin: 10% auto 0;
        width: 90%;
    }
    .about .about-txt h2
    {
        font-size: 18px;
    }
    .about .about-txt img
    {
        width: 100%;
    }
    .about .profile h1
    {
        font-size: 19px;
    }
    .about .about-txt p
    {
        font-size: 13px;
    }
}

/* CSS Rules for Services */
.title-tag h1
{
    border: transparent;
    width: fit-content;
    margin: 7% auto 3%;
    background-image: linear-gradient(to right, #000000 0%, #ffd700 60%, #000000 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.services
{
    border: transparent;
    width: 60%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: top center;
    flex-wrap: wrap;
    transition: all .5s ease-in-out;
}
.services .service
{
    border: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(/images/Background-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 49.5%;
    padding: 2% 0;
    display: grid;
}
.services .border-left
{
    border-radius: 10px 0 0 0;
}
.services .border-right
{
    border-radius: 0 0 10px 0;
}
.services .service img
{
    width: 10%;
    margin: auto;
}
.services .service h4
{
    text-align: center;
    color: white;
}
.services .space-div
{
    border: transparent;
    background-image: linear-gradient(to bottom, #000000 0%, #FCE762 60%, #000000 100%);
    width: 1%;
    color: rgba(255, 255, 255, 0);
}
.services .empty-div
{
    border: transparent;
    width: 49.5%;
    color: rgba(255, 255, 255, 0)
}
@media screen and (max-width: 600px)
{
    .title-tag
    {
        min-width: 0;
        margin: 20% auto 7%;
    }
    .services
    {
        min-width: 0;
        width: 90%;
    }
    .services .service
    {
        padding: 5% 2%;
    }
    .services .service img
    {
        width: 20%;
    }
    .services .service h4
    {
        font-size: 12px;
    }
}

/* CSS Rules for Projects */
.projects
{
    border: transparent;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    padding: 1% 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/Background-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s ease-in-out;
}
.projects h2, .projects .fyp h2
{
    border: transparent;
    color: white;
    text-align: center;
    width: fit-content;
    margin: 4% auto 2%;
}
.projects .residential
{
    border: transparent;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 70%;
    margin: auto;
    padding: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s ease-in-out;
}
.projects .residential img
{
    width: 50%;
}
.projects .residential p
{
    text-align: justify;
    margin: 0 1%;
    color: white;
}
.projects .residential-renders
{
    border: transparent;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: top center;
    flex-wrap: wrap;
    transition: all .5s ease-in-out;
}
.projects .residential-renders img
{
    border-radius: 10px 0 10px 0;
    width: 30%;
    margin: 2% auto;
}
.projects .fyp
{
    border: transparent;
    border-radius: 10px;
    overflow: hidden;
    width: 70%;
    margin: auto;
    padding: 2%;
    transition: all .5s ease-in-out;
}
.projects .fyp .intro-txt
{
    border: transparent;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    margin: auto;
    padding: 3% 0;
    color: white;
}
.projects .fyp .intro-txt h4
{
    text-align: center;
    margin: 3% 0;
}
.projects .fyp .intro-txt p
{
    text-align: center;
    font-size: 15px;
    margin: 0 3% 3%;
}
.projects .fyp .pr-1
{
    border: transparent;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding: 1%;
    display: flex;
    justify-content: space-evenly;
    align-items: top center;
    flex-wrap: wrap;
    transition: all .5s ease-in-out;
}
.projects .fyp .pr-1 .pr-1-div
{
    border: transparent;
    overflow: hidden;
    width: 45%;
    margin: 2%;
}
.projects .fyp .pr-1 .pr-1-div img
{
    width: 100%;
}
.projects .fyp .pr-1 .pr-1-div h4
{
    text-align: center;
    color: white;
}
.projects .fyp .CR-Renders
{
    border-radius: 10px;
    width: 100%;
}
.projects .fyp .pr-2
{
    border: transparent;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    margin: auto;
    padding: 2%;
    display: flex;
    justify-content: space-between;
    align-items: top center;
    flex-wrap: wrap;
}
.projects .fyp .pr-2 img
{
    width: 45%;
    margin: 1%;
}
.projects .fyp .pr-2-drawings
{
    border: transparent;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    padding: 2%;
    display: flex;
    justify-content: space-between;
    align-items: top center;
    flex-wrap: wrap;
}
.projects .fyp .pr-2-drawings img
{
    width: 45%;
    margin: 3% 1%;
}
.projects .fyp .RS-Renders
{
    border: transparent;
    border-radius: 10px;
    width: 100%;
}
.projects .fyp .pr-3
{
    border: transparent;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: top center;
    flex-wrap: wrap;
}
.projects .fyp .pr-3 img
{
    width: 45%;
    margin: 0.5% 0;
}
.projects .fyp .pr-3 .pr-3-div
{
    border: transparent;
    width: 45%;
    display: grid;
}
.projects .fyp .pr-3 .pr-3-div img
{
    width: 100%;
    margin: 1% 0;
}
.projects .fyp .PR-3-Renders
{
    width: 100%;
}
@media screen and (max-width: 600px)
{
    .projects
    {
        min-width: 0;
    }
    .projects h2, .projects .fyp h2
    {
        font-size: 20px;
        margin: 15% auto 5%;
        padding: 0 5%;
    }
    .projects .residential
    {
        flex-direction: column;
        width: 90%;
    }
    .projects .residential img
    {
        width: 90%;
        margin: 5% auto;
    }
    .projects .residential p
    {
        margin: 4%;
        font-size: 15px;
        text-align: justify;
    }
    .projects .residential-renders
    {
        width: 80%;
    }
    .projects .residential-renders img
    {
        width: 45%;
        margin: 3% auto;
    }
    .projects .fyp
    {
        width: 90%;
    }
    .projects .fyp .intro-txt p
    {
        font-size: 13px;
    }
    .projects .fyp .pr-1
    {
        flex-direction: column;
    }
    .projects .fyp .pr-1 .pr-1-div
    {
        width: 80%;
        margin: 5% auto;
    }
    .projects .fyp .pr-2
    {
        flex-direction: column;
    }
    .projects .fyp .pr-2 img
    {
        width: 80%;
        margin: 5% auto;
    }
    .projects .fyp .pr-2-drawings img
    {
        width: 80%;
        margin: 5% auto;
    }
    .projects .fyp .pr-3 img
    {
        width: 80%;
        margin: 5% auto 0;
    }
    .projects .fyp .pr-3 .pr-3-div
    {
        width: 80%;
        margin: 5% auto 0;
    }
    .projects .fyp .pr-3 .pr-3-div img
    {
        margin: 0 0 5%;
    }
}

/* CSS Rules for Footer */
.footer
{
    border: transparent;
    border-radius: 20px 20px 0 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(/images/Background-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 15% auto 0;
    padding: 2% 2% 0;
    color: white;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.footer .footer-div
{
    border: transparent;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
    align-items: top center;
    flex-wrap: wrap;
}
.footer .footer-div .footer-divs
{
    border: transparent;
    padding: 2%;
    display: grid;
    width: 35%;
}
.footer .footer-div .footer-divs .logo
{
    border: transparent;
    width: 20%;
}
.footer .footer-div .footer-divs .contact-info-1
{
    border: transparent;
    width: 100%;
    padding: 0 5%;
    margin: 5% 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer .footer-div .footer-divs .contact-info-1 img
{
    border: transparent;
    margin: 3% 0;
    width: 12%;
}
.footer .footer-div .footer-divs .contact-info-1 h4
{
    background-image: linear-gradient(to right, #ffffff 0%, #FCE762 60%, #ffffff 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    width: 80%;
    margin: 3% 2%;
}
.footer .footer-div .contact-info-2
{
    border: transparent;
    padding: 2%;
    width: 35%;
}
.footer .footer-div .contact-info-2 .CI2-txt
{
    border: transparent;
}
.footer .footer-div .contact-info-2 .CI2-txt h3
{
    background-image: linear-gradient(to right, #ffffff 0%, #FCE762 60%, #ffffff 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: center;
    margin: 2% 0;
}
.footer .footer-div .contact-info-2 .CI2-txt p
{
    font-size: 16px;
    text-align: justify;
}
.footer .footer-div .contact-info-2 .social-links
{
    border: transparent;
    width: 40%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin: 5% auto 0;
    padding: 1%;
}
.footer .footer-div .contact-info-2 .social-links a
{
    border: transparent;
    width: 25%;
    margin: auto;
    transition: all .5s ease-in-out;
}
.footer .footer-div .contact-info-2 .social-links a:hover
{
    transform: scale(1.1);
}
.footer .footer-div .contact-info-2 .social-links a img
{
    width: 100%;
}
.footer .footer-div .powered
{
    border: transparent;
    padding: 0.5%;
    width: 20%;
    align-self: flex-end;
}
.footer .footer-div .powered .enclosure
{
    border: transparent;
    width: 60%;
    padding: 5% 0;
    margin: auto;
    display: grid;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.footer .footer-div .powered .enclosure:hover
{
    cursor: pointer;
    img
    {
        width: 30%;
        animation: scale 3s infinite;
    }
    h4,h3
    {
        bottom: 0;
    }
}
@keyframes scale
{
    0%
    {
        transform: scale(1.0);
    }
    50%
    {
        transform: scale(1.1);
    }
    100%
    {
        transform: scale(1.0);
    }
}
.footer .footer-div .powered .enclosure img
{
    width: 50%;
    margin: auto;
    transition: all .5s ease-in-out;
}
.footer .footer-div .powered .enclosure h4
{
    text-align: center;
    position: relative;
    bottom: -100px;
    font-size: small;
    transition: all .5s ease-in-out;
}
.footer .footer-div .powered .enclosure h3
{
    text-align: center;
    background-image: linear-gradient(to right, #ffffff 0%, #FCE762 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    position: relative;
    bottom: -100px;
    font-size: medium;
    transition: all .5s ease-in-out;
}
.footer .copyright
{
    border: transparent;
    width: fit-content;
    margin: 3% auto 0.5%;
    background-image: linear-gradient(to right, #ffffff 0%, #FCE762 60%, #ffffff 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
@media screen and (max-width: 600px)
{
    .footer
    {
        min-width: 0;
    }
    .footer .footer-div .footer-divs .logo
    {
        margin: 5% auto;
    }
    .footer .footer-div .footer-divs, .footer .footer-div .contact-info-2
    {
        width: 80%;
        margin: 5% auto;
    }
    .footer .footer-div .contact-info-2 .social-links a
    {
        margin: 10% auto 0;
    }
    .footer .footer-div .contact-info-2 .CI2-txt p
    {
        font-size: 14px;
    }
    .footer .footer-div .powered
    {
        width: 50%;
        margin: auto;
    }
    .footer .copyright
    {
        font-size: 12px;
    }
}