*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.header{
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 10;
    top: 0;
    background-color: #41414187;
}
.header-list{
    float: right;
    margin: -25px 50px 0px 0px;
    position: relative;
}
.header-list li{
    display: inline-block;
    margin: 0px 10px 0px 10px;
}
.header-list li a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 25px;
    position: relative;
    top: -5px;
    font-size: 17px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
}

.header-search , body{
    position: relative;
}
.header-search input{
    border-radius: 50px;
    width: 290px;
    height: 40px;
    margin-top: 12;
    margin-left: 20px;
    text-align: center;
    border: none;
    outline: none;
    background-color: rgba(2, 2, 2, 0.374);
    color: rgb(255, 255, 255);
    letter-spacing: 1.5;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
}
.header-search .searchIcon{
    position: absolute;
    z-index: 1;
    margin-left: -275px;
    margin-top: 24px;
    color: rgb(186, 186, 186);
}
::placeholder{
    color: rgb(199, 199, 199);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
}
.header .homeIcon{
    margin-left: 20px;
    font-size: 33px;
    color: rgb(0, 0, 0);
    position: relative;
    top: 8px;
}
.header-search input:focus + .searchIcon{
    opacity: 0;
}
.pricing-list{
    width: 190px;
    height: 160px;
    background-color: rgba(75, 53, 14, 0.356);
    position: absolute;
    margin-top: 10px;
    border-radius: 20px;
    border: 2px solid #c9a84c;
    opacity: 0;
    visibility: hidden;
}
.pricing-list li{
    margin: 15px 10px;
}
.pricing-list li a{
    color: rgb(228, 223, 217);
}
.dropdown-list:hover .pricing-list{
    opacity: 1;
    visibility: visible;
    transition: 1s;
}
.pricing-list li a::after, .header-list li a::after{
    content: "";
    width: 0;
    height: 2.5px;
    position: absolute;
    background-color: #c9a84c;
    left: 0;
    top: 25px;
    opacity: 0;
}
.pricing-list li a:hover::after , .header-list li a:hover::after{
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}




p::selection , h1::selection, h2::selection, h3::selection ,li::selection , span::selection , button::selection{
    background-color: rgba(254, 131, 0, 0.523);
}
.home-section{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../assets/home-back2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-overlay{
    background-color: rgba(0, 0, 0, 0.238);
    position: absolute;
    height: 100%;
    width: 100%;   
}
.home{
    width: 65%;
    text-align: center;
    color: f5f0e8;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
h2{
    font-family: "Revalia", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #c4a759;
}
.home-title{
    color: rgba(255, 255, 255, 0.915);
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.home-para{
    letter-spacing: 2;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.811);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.home button{
    width: 140px;
    height: 60px;
    border-radius: 20px;
    border: none;
    font-size: 18px;
    margin: 15px 1px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    cursor: pointer;
}
.home .btn-explore{
    background-color: rgb(75, 53, 14);
    color: rgb(244, 244, 244);
}
.home button:hover{
    /* background-color: rgba(75, 53, 14, 0.599); */
    opacity: 0.7;
    width: 138px;
    height: 58px;
}



.about-section{
    width: 100%;
    height: 100vh;
    padding: 80px;
    background-color:#ffffff ;
}
.heading{
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
}
.line{
    display: block;
    margin: 12px auto;
    width: 160px;
    height: 4px;
    background-color: #da8e00;
}
.about-info-container{
    width: 100%;
    margin: 80px auto;
    overflow: auto;
}
.about-info{
    width: 25%;
    border-radius: 10px;
    border: 1.6px solid #da8e00;
    float: left;
    text-align: center;
    text-transform: capitalize;
    padding: 10px;
    position: relative;
    z-index: 1;
    
}
.about-info::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffe9b281;
    z-index: -1;
    
}
.about-info:hover::before{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.about-info h3 , .about-info i{
    padding-top: 25px;
    font-size: 25px;
}
.about-info i{
    color: rgb(196, 151, 67);
    font-size: 40px;
}
.about-info p{
    padding-top: 20px;
    letter-spacing: 1;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.about-info a{
    line-height: 60px;
    text-decoration: none;
}
.about-info-container .card1 , .about-info-container .card2{
    margin-right: 10%;
}
.about-info-container .card1{
    margin-left: 2.5%;
}




.featured-works-section{
    width: 100%;
    height: 100vh;
}
.featured-works-container{
    height: 100%;
    width: 100%;
    padding: 40px;
    background-color: rgba(255, 173, 50, 0.081);
}
.container-one , .container-two{
    width: 100%;
    margin: 2% auto;
    overflow: auto;
    text-align: center;
}
.container-one{
    margin-top: 55px;
}
.featured-blocks{
    width: 23%;
    height: 240px;
    background-color: azure;
    border-radius: 10px;
    float: left;
    color: aliceblue;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.container-one .block1 , .container-one  .block2 , .container-two .block4 , .container-two  .block5{
    margin-right: 2.5%;
}
.container-one  .block1 , .container-two  .block4{
    margin-left: 13%;
}
.featured-blocks h3{ 
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 30px;
    color: rgba(255, 238, 200, 0.85);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 900;
    /* font-style: italic; */
}
.featured-blocks p{
    font-size: 15px;
    margin: 30px 0;
    color: rgb(255, 255, 255);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
    font-style: italic;
}
.featured-blocks i{
    font-size: 28px;
    color: rgb(83, 83, 83);
    background-color: rgba(255, 255, 255, 0.685);
    border-radius: 10px;
    padding-top: 6px;
    text-align: center;
    width: 50px;
    height: 35px;
}
.featured-blocks .blocks-overlay{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
}
.featured-blocks:hover .blocks-overlay{
    opacity: 1;
    transition: 1s;
}
.container-one .block1{
    background-image: url(../assets/modernRoom.png);
}
.container-one .block2{
    background-image: url(../assets/cozyBedroom.png);
}
.container-one .block3{
    background-image: url(../assets/luxuryKitchen.png);
}
.container-two .block4{
    background-image: url(../assets/smartLighting2.png);
}
.container-two .block5{
    background-image: url(../assets/office.png);
}
.container-two .block6{
    background-image: url(../assets/Furniture.png);
}


.services-section{
    width: 100%;
    height: 100vh;
}
.services-container{
    height: 100%;
    width: 100%;
    padding: 40px;
    background-color:#ffffff;
}
.services-parent{
    width: 100%;
    height: 100%;
}
.services-blocks{
    width: 23%;
    height: 240px;
    border: 1px solid #da8e00;
    border-radius: 10px;
    float: left;
    margin: 30px 50px;
    padding: 30px 40px 0 50px;
    position: relative;
    
}
.services-parent .block1 , .services-parent .block4{
    margin-left: 9.5%;
}
.services-blocks h3{
    font-size: 28px;
}
.services-blocks i{
    font-size: 29px;
    font-weight: 900;
    position: absolute;
    z-index: 1;
    margin-left: -43;
    margin-top: 2.5;
    color: rgb(196, 151, 67);
}
.services-blocks p{
    font-size: 15.5px;
    margin-top: 15px;
    line-height: 1.2;
    letter-spacing: 0.7;
    color: rgb(107, 107, 107);
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: normal;
}




.special-section{
    width: 100%;
    height: 100vh;
}
.special-container{
    height: 100%;
    width: 100%;
    padding: 40px;
    background-color: #ffffff;
}
.special-parent{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.special-line{
    margin-left: 5;
    width: 145px;
}
.special-advantages , .special-image-div{
    width: 50%;
    height: 100%;
    float: left; 
}
.special-advantages{
    padding-left: 120px;
    letter-spacing: 1.2;
}
.special-advantages h2{
    font-size: 50px;
    padding-top: 80px;
}
.special-advantages p{
    color: rgb(128, 128, 128);
    padding-top: 40px;
    line-height: 1.3;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
}
.special-advantages ul li{
    padding-top: 35px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 15px;
    color: rgb(114, 114, 114);
}
.special-advantages ul li i{
    color: rgb(255, 166, 0);
}
.special-image-div{
    position: relative;
}
.special-image{
    width: 52%;
    height: 75%;
    margin: 30px 260px;
    border-radius: 10px;
    background-image: url(../assets/special.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.special-image-div .image-sweeper li{
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: rgb(166, 166, 166);
}
.image-sweeper{
    margin: -20px 0px 0px 440px;
}




.achievement-section{
    width: 100%;
    height: 400px;
}
.achievement-container{
    height: 100%;
    width: 100%;
    padding: 40px;   
    background-image: url(../assets/home.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.achievement-parent{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
    position: relative;
}

.achievement-overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.467);
}
.achievement-elements li{
    float: left;
    margin: 7.5% 120px;
    list-style: none;
    color: azure;
}
.achievement-elements .li-one{
    margin-left: 12%;
}
.achievement-elements i{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
}





.pricing-section{
    width: 100%;
    height: 115vh;
}
.pricing-container{
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}
.pricing-parent{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.pricing-heading{
    padding-top: 140px;
}
.pricing-blocks{
    width: 22%;
    height: 50%;
    border: 1px solid #da8e00;
    border-radius: 10px;
    float: left;
    margin: 50px 35px;
    text-align: center;
    padding-top: 40px;
    position: relative;
    z-index: 1;
   
}
.pricing-blocks::before{
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    background-color: bisque;
    z-index: -1;
}
.pricing-blocks:hover::before {
    height: 100%;
    transition: 1s;
}
.pricing-blocks h3{
    font-size: 22px;
}
.pricing-parent .block1{
    margin-left: 13%;
}
.pricing-text-list li{
    list-style: none;
    font-size: 19px;
    line-height: 2.6;
}
.price-circle{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #da8e00;
    margin: 20px auto;   
    /* text-align: center; */
    padding-top: 15px;
}
.price-circle h1{
    font-size: 40px;
}
.pricing-btn{
    width: 200px;
    height: 38px;
    border: 2px solid #da8e00;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 16px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
}



.team-section{
    width: 100%;
    height: 450px;
}
.team-container{
    height: 100%;
    width: 100%;
    padding: 40px;   
    background-image: url(../assets/home.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.team-parent{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
    position: relative;
}
.team-overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(26, 123, 136, 0.347);
}
.team-member{
    width: 30%;
    height: 100%;
    float: left;
    text-align: left;
    margin-right: 5px;
    padding-top: 100px;
    position: relative;
    color: aliceblue;
}
.profile-pic{
    background-image: url(../assets/sen.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    margin-top: -20;   
}
.team-member h2, .team-member span{
    margin: -10 0 0 120px;
    line-height: 1.8;
}

.team-member p{
    margin-top: 40px;
    line-height: 1.5;
    text-transform: capitalize;
}
.member1{
    margin-left: 20%;
}




.core-team-section{
    width: 100%;
    height: 100vh;
}
.core-team-container{
    height: 100%;
    width: 100%;
    padding: 120px;
    background-color: rgb(255, 255, 255);
}
.core-team-parent{
    width: 100%;
    height: 100%;
}
.members-container{
    overflow: auto;
    width: 100%;
    margin: 60px auto;
}
.core-team-member{
    width: 28%;
    height: 360px;
    text-align: center;
    border-radius: 10px;
    background-color: beige;
    float: left;
    margin-left: 0;
    padding: 20px 30px;
    line-height: 2;
    position: relative;
}
.core-team-member::after{
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 202, 133, 0.307);
    z-index: 1;
    border-radius: 10px;

}
.core-team-member:hover::after{
    height: 100%;
    transition: 0.5s;
}
.members-container .member1{
    margin-left: 3%;
}
.members-container .member2{
    margin: 0 5%;
}
.member-info h2{
    font-weight: 900;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.685);
}
.member-info span{
    font-size: 17px;
    color: rgb(74, 74, 74);
}
.team-member-profile{
    width: 90%;
    height: 250px;
    margin: 0 auto;
    background-color: bisque;
    position: relative;

}
.team-member-profile img{
    width: 100%;
    height: 100%;
}
.profile-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.568);
    opacity: 0;
}
.profile-overlay a{
    display: block;
    width: 40px;
    height: 40px;
    background-color: antiquewhite;
    margin-left: auto;
}
.profile-overlay a i{
    font-size: 25px;
    line-height: 40px;
}



.latest-news-section{
    width: 100%;
    height: 100vh;
}
.latest-news-container{
    height: 100%;
    width: 100%;
    padding: 120px;
    background-color: rgb(255, 255, 255);
}
.latest-news-parent{
    width: 100%;
    height: 100%;
}
.cards-container{
    overflow: auto;
    width: 100%;
    margin: 60px auto;
}
.latest-heading{
    margin-top: -120;
}
.cards-container{
    overflow: auto;
    width: 100%;
    margin: 50px auto;
}
.news-cards{
    width: 28%;
    text-align: center;
    border-radius: 10px;
    border: 1px solid ;
    float: left;
    margin-left: 0;
    padding: 20px 30px;
    color: rgb(110, 110, 110);
    
}
.cards-container .card1{
    margin-left: 3%;
}
.cards-container .card2{
    margin: 0 5%;
}
.cards-profile-pic{
    width: 80%;
    height: 280px;
    border-radius: 10px;
    background-color: aqua;
    background-image: url(../assets/sen.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}
.cards-social{
    margin: 25px;
}
.cards-social a i{
    font-size: 23px;  
}
.cards-social span{
    font-size: 17px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.cards-info h3{
     padding-bottom: 20px;
}
.cards-info p{
     letter-spacing: 1.2;
     margin-bottom: 30px;
}
.cards-info a{
    text-decoration: none;
}


.footer-section{
    width: 100%;
    height: 380px;
}
.footer-container{
    height: 100%;
    width: 100%;
    padding: 120px;
    background-color: rgba(234, 221, 199, 0.949);
}
.footer-parent{
    width: 100%;
    height: 100%;
}
.footer-img{
    width: 280px;
    height: 220px;
    background-color: aqua;
    background-image: url(../assets/sen.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: -95px auto;
}
.footer-socials{
    overflow: auto;
    margin-top: 120px;
}
.footer-socials .social-icon{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.703);
    padding-top: 10px;
    font-size: 40px;
    float: left;
    margin-right: 5px;
}
.footer-socials .icon-one{
    margin-left: 535px;
}
.copy-right{
    margin-top: 70px;
    margin-left: 545px;
    text-transform: uppercase;
    font-size: 13px;
    color: rgb(95, 95, 95);
}
.footer-socials a i{
    color: #ffffff
}
