@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
}

/*--header--*/
.header{
    position: sticky;
    top: 0;
    z-index: 1000;
}
::-webkit-scrollbar{
    display: none;
}

.navbar-nav{
    position: absolute;
    right: 3%;
}

.navbar-nav li a:hover{
    color: #9c6f44;
}

.btn-7{
    border: none;
    outline: none;
    background: none;
}

@media (max-width:1280px){
    .navbar{
        width: 100%;
    }
}
@media (max-width:1024px){
    .navbar{
        width: 100%;
    }
}
@media (max-width:800px){
    .navbar{
        width: 100%;
    }
}
@media (max-width:500px){
    .navbar{
        width: 100%;
    }
}

/*---banner--*/
.banner{
    margin: 100px 100px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.info-section{
    font-family: 'Montserrat', sans-serif;
   
}
.info-section h1{
    font-size: 20px;
    color: #9c6f44;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

.image-1{
    width: 500px;
    border-radius: 10px;
    margin-top: 70px;
}

.logo1{
    position: relative;
    left: -45px;
}

.btn-2{
    width: 150px;
    padding: 5px;
    background: none;
    border: 1px solid #9c6f44;
}

.btn-2:hover{
    color: #fff;
    background: #9c6f44;
}
@media (max-width:1280px) {
    .info-section{
        gap: 20px;
    }
    .banner {
        justify-content: space-around;
        margin-left: 50px;
        margin-right: 50px ;
    }
    .banner p{
        font-size: 20px;
    }
    .image-1{
        width: 400px;
    }
}
@media (max-width:1024px) {
    .banner{
        display: flex;
        flex-direction: column;
        justify-content: left;  
        margin: 40px 20px; 
    }
    .banner p{
        font-size: 18px;
    }
    .info-section{
        display: flex;
        flex-direction: column;
        justify-content: left;
        gap: 10px;
    }
    .logo1{
        width: 170px;
        max-width: 200px;
        margin: 5px 20px;
    }
}

@media (max-width:800px) {
    .banner{
        display: flex;
        text-align: left;
        margin: 40px 20px;
    }
    .banner p{
        font-size: 16px;
    }
    .info-section img{
        width: 180px;
        margin: 20px 20px;
    }
    .image-section img{
        display: none;
    }
}


/*--info-section-*/
.info-page{
    margin: 200px 80px;
}

.info-section-2 h1{
    font-family: 'Times New Roman', Times, serif;
    color: #9c6f44;
}

.info-section-2 p{
    font-family: 'Montserrat', sans-serif;
}

.image-section-2 img{
    margin-top: 20px;
}

.btn-6{
    border: none;
    outline: none;
    background: none;
    color: #9c6f44;
}

.btn-6:hover{
    color: #222;
}

@media (max-width:1280px){
    .info-page{
        margin: 40px; 
    }
    .info-page p{
        font-size: 18px;
    }
}
@media (max-width:1024px){
    .info-page{
        margin: 50px; 
    }
    .info-page p{
        font-size: 17px;
    }
}
@media (max-width:800px){
    .info-page{
        margin: 40px; 
    }
    .info-page p{
        font-size: 16px;
    }
}
@media (max-width:500px){
    .info-page{
        margin: 30px 20px; 
    }
    .info-page p{
        font-size: 15px;
    }
    .info-page h1{
        font-size: 25px;
    }
    .image-section-2{
        align-items: center;
    }
    .image-section-2 img{
       display: none;
    }
}

/*---design--*/

.design-page{
    margin: 80px 80px 50px;
}
.design{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.design-page h1{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: #9c6f44;
    margin-bottom: 30px;
}

@media (max-width:1280px){
    .design{
        display: flex;
        flex-basis: 1;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width:1024px){
    .design{
        display: flex;
        column-gap: 40px;
    }
}
@media (max-width:800px){
    .design{
        display: flex;
        column-gap: 40px;
    }
}
@media (max-width:500px){
    .design{
        display: flex;
        column-gap: 40px;
        align-items: left;
        justify-content: left;
    }
}

/*--services--*/
.services{
    margin: 80px 100px;
}

.services-col{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.services h1{
    color: #9c6f44;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 30px;
}

.web-card{
    padding: 5px;
}
.web-card i{
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #9c6f44;
}

.web-card-1 li {
    text-decoration: none;
}

.web-card-1 li a{
    text-decoration: none;
    color: #222;
}

.web-card-1 li a:hover{
    color: #9c6f44;
}

.quote-btn{
    display: flex;
    justify-content: center;
}
.btn-3{
    width: 250px;
    padding: 5px;
    background: none;
    border: 1px solid #9c6f44;
    margin-top: 30px;
   
}

.btn-3:hover{
    color: #fff;
    background: #9c6f44;
}
.btn-8{
    width: 18rem;
    padding: 5px;
    background: none;
    border: none;
    margin-top: 10px;
    border-radius: 4px;
   
}

.btn-8:hover{
    color: #fff;
    background: #9c6f44;
}

@media (max-width:1280px){
    .services-col{
       display: flex;
       flex-wrap: wrap;
       flex-basis: 1;
       column-gap: 20px;
    }
}
@media (max-width:1024px){
    .services-col{
       display: flex;
       flex-wrap: wrap;
       flex-basis: 1;
       column-gap: 20px;
    }
}
@media (max-width:500px){
    .services-col{
        display: flex;
       flex-wrap: wrap;
       flex-basis: 1;
       column-gap: 20px;
       align-items: left;
       justify-content: left;
    }
}

/*--porfolio--*/

.portfolio{
    margin: 80px 100ppx 50px;
}

.portfolio h1{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: #9c6f44;
}
.portfolio h2{
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.portfolio-images{
    display: flex;
    justify-content: space-between;
    margin: 50px 80px;
}

.btn-9{
    width: 100px;
    border: 1px solid #9c6f44;
    padding: 5px;
    background: none;
    transition: 0.5s;
}

.btn-9:hover{
    background: #9c6f44;
    color: #fff;
}

.portfolio-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:1280px){
    .portfolio-images{
        display: flex;
       flex-wrap: wrap;
       flex-basis: 1;
       gap: 20px;
    }
}
@media (max-width:1024px){
    .portfolio-images{
        display: flex;
       flex-wrap: wrap;
       flex-basis: 1;
       gap: 20px;
    }
}
@media (max-width:800px){
    .portfolio-images{
        display: flex;
       flex-wrap: wrap;
       flex-basis: 1;
       gap: 20px;
    }
}
@media (max-width:500px){
    .portfolio-images{
        display: flex;
       flex-wrap: wrap;
       flex-basis: 1;
       gap: 20px;
    }
}

/*---packages--*/
.packages{
    margin: 40px 100px 40px;
    text-align: center;
}

.packages h1{
    color: #9c6f44;
    font-family: 'Times New Roman', Times, serif;
    
}

.packages p{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.package-col{
    display: flex;
    justify-content: space-around;
    gap: 18px;
    margin-top: 30px;
}

.package-list ul li{
    list-style-type:disc;
    margin-bottom: 20px;
    text-align: left;

}

.package-list ul li a{
    text-decoration: none;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.new-packages{
    display: none;
}

@media (max-width:1280px){
    .package-col{
       display: flex;
       flex-wrap: wrap;
       flex-basis: 1;
       column-gap: 20px;
    }
}

@media (max-width:500px){
    .packages{
        display: none;
    }
   .new-packages{
    display: block
   }
}
/*---contact--*/
.contact{
    margin: 80px 180px;
    align-items: center;
    justify-content: center;
}

.contact h1{
    text-align: center;
    color: #9c6f44;
    font-family: 'Times New Roman', Times, serif;
}

.form-section input, 
.form-section textarea{
    width: 100%;
}

.form-section input:focus,
.form-section textarea:focus,
.form-section select:focus{
    outline: none;
    box-shadow: none;
}

@media (max-width:1280px){
    .contact{
        width: 100%;
        margin: 50px;
    }
    .form-section input,
    .form-section textarea{
       max-width: 90%;
    }
}
@media (max-width:1024px){
    .contact{
        width: 100%;
        margin: 10px 50px;
    }
    .form-section input,
    .form-section textarea{
       max-width: 90%;
    }
}
@media (max-width:800px){
    .contact{
        width: 100%;
        margin: 10px 50px;
    }
    .form-section input,
    .form-section textarea{
       max-width: 90%;
    }
}
@media (max-width:500px){
    .contact{
        width: 100%;
        margin: 10px;
    }
    .form-section input,
    .form-section textarea{
       max-width: 90%;
    }
    .button-sect button{
        width: 90%;
    }
}

/*--footer---*/
.footer{
    background: #9c6f44;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.footer ul li{
    text-align: left;
}

.footer ul li a{
    color: #222;
    text-decoration: none;
    font-size: 14px;
}

.footer ul li a:hover{
    color: #fff;
}

.footer h1{
    font-size: 16px;
}

.footer-socials{
    text-align: left;
    margin-left: 30px;
}
.footer-menu,
.footer-terms
,.footer-newsletter{
    margin: 40px 30px;
}

.footer-socials h1{
    font-size: 18px;
}

.footer-socials h5 i{
    font-size: 14px;
}
.footer-socials h5 a{
    color: #222;
    text-decoration: none;
    font-size: 14px;
}

.footer-socials h5 a:hover{
    color: #fff;
}
.newsletter{
    display: flex;
    flex-direction: column;
}

.newsletter input{
    width: 300px;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #222;
}

.newsletter input:hover,
.newsletter input select:hover{
    outline: none;
    border: none;
}

.newsletter input:active, 
.newsletter input:focus{
    border: none;
    outline: none;
}

.btn-4{
    width: 150px;
    padding: 5px;
    background: #fff;
    border: 1px solid #222;
    margin-top: 10px;
    transition: 0.5s;
}

.btn-4:hover{
    color: #fff;
    background: #222;
}

.footer-menu h1,
.footer-terms h1{
    position: relative;
    left: 15px;
}
.copyright{
    text-align: center;
    font-size: 18px;
    height: 40px;
    padding: 5px;
    background: #9c6f44;
    
}

.logo{
    width: 110px;
    position: relative;
    left: -14px;
}
.footer-socials-1024px{
    display: none;
}
.new-footer{
    display: none;
}

@media (max-width:1024px){
    .footer h1{
        font-size: 16px;
    }
    .footer-socials{
        display: none;
    }
    .footer-socials p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-socials h5{
        margin-bottom: 10px;
    }
    .footer-newsletter p{
        font-size: 14px;
    }
    .copyright p{
        font-size: 16px;
    }
    .footer-socials-1024px{
        display: block;
    }
    .footer-socials-1024px div{
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-menu, 
    .footer-terms,
    .footer-newsletter{
        margin: 25px 15px;
    }
}
@media (max-width:800px){
    .footer{
        display: none;
    }
    .copyright{
        display: none;
    }
    .footer-newsletter h1{
        text-align: center;
    }
    .new-footer{
        margin-top: 30px;
    }
    .footer-socials{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .new-footer{
        display: flex;
        background: #9c6f44;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
    .footer-newsletter input{
        max-width: 500px;
        width: 100%;
        padding: 5px;
    }
    .newsletter{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-newsletter button{
        width: 250px;

    }
    .copyright-new{
        display: block;
        font-size: 16px;
        text-align: center;
    }
    .footer-contact-icons{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-contact-icons h1{
        font-size: 20px;
    }
    .footer-contact-icons i{
        font-size: 25px;
        margin-right: 10px;
    }
    .footer-contact-icons div{
        display: flex;
        margin-top: 20px;
    }
    
}

@media (max-width:500px){
    .copyright-new{
        font-size:14px ;
    }
    .footer-contact-icons i{
        font-size: 20px;
        margin-right: 7px;
    }
    .new-footer{
        margin-bottom: 0;
    }
}


/*---web development page--*/
/*--banner--*/
.banner-web{
    margin: 80px 100px 40px;
    display: flex;
    justify-content: space-around;
    gap: 50px;
}

.web-info-sect h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    color: #9c6f44;
}

.web-info-sect p{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.web-image{
    width: 450px;
    border-radius: 5px;
    cursor: pointer;
}

/*--web portfolio--*/
.web-portfolio{
    margin: 80px 100px 40px;
    text-align: center;
    height: 600px;
}

.web-portfolio h1{
    color: #9c6f44;
    font-family: 'Times New Roman', Times, serif;

}

.web-portfolio p{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

/*--questionaire--*/
.quest{
    margin: 40px 100px;

}
.quest h1{
    text-align: center;
    color: #9c6f44;
    font-family: 'Times New Roman', Times, serif;
}

.quest p{
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    text-align: center;
}

.quest form input, 
.quest form select{
    width: 500px;
}

.quest input:focus,
.quest textarea:focus,
.quest select:focus{
    outline: none;
    box-shadow: none;
}

/*--contact page--*/

.contact-page{
    margin: 80px 50px;
    

}
.contact-section{
    display: flex;
    justify-content: space-around;
}

.contact-page h1{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: #9c6f44;
    font-size: 44px;
}

.contact-page p{
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.form-section-1 input, 
.form-section-1 textarea{
    width: 500px;
}

.form-section-1 input:focus,
.form-section-1 textarea:focus,
.form-section-1 select:focus{
    outline: none;
    box-shadow: none;
}

.social-media-section{
    text-align: left;
}