*{
    margin: 0px;
    padding: 0px;
}
/*styling the header*/
        
header{
    height: 550px;
    position: relative;
    font-family:verdana;
    padding-block: 20px;
    background-image: url('dopsBackAn.jpg'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the whole area */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */

}

/*styling the nav bar*/
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: brown;
    height: 58px;
    width: 90%;
    margin-left: 200px;
    position: relative;
    padding-left: 50px;
    background-color:#4D413A;
}

/*styling the logo in navbar*/ 
     nav .logo img{      /*logo icon*/
        width: 100px;
        cursor: pointer;
    }

nav ul{
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
}

nav ul li{
list-style: none;
display: flex;
align-items: center;
font-weight:bold;
}
 

nav ul li a{
padding-top: 18px;
text-decoration: none;
color: #FFF5DF;
text-align: center;
font-size: small;
}

nav ul li a:hover{      /*hover effect in navbar*/
    color: #F26522;
}

.menuicon{  /*styling the resonsive bar icon in nav bar*/
font-size: 2rem;
color: white;
display: none;
}

.navbtn{        /*contact us btn in nav bar*/
    background:#F26522;
    border-radius: 5px;
    padding:0%;
    width:100%;
    text-align:center;
    padding:10% 0%;
    font-weight:bold;
}

.footheader{
    position: absolute;
    bottom: 0%;
    margin-left: 210px;
    color: white;
    margin-bottom: 20px;
}
/*styling who are we section*/
.abtus{
    padding: 140px;
}

.abtus-cont{
    display: flex;
    justify-content: center;
    padding: 25px;
    background:#f7f7f7;
    border: 2px;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

/*styling the lets talk button*/
.btns{
    background:#F26522;
    border-radius: 30px;
    padding: 5px 60px;
    text-align: center;
    margin-left: 90px;
    margin-top: 100px;
}

/*styling we do section*/
.task{
    background-color: #4D413A;
    padding: 20px;
    height: 650px;
}

/*styling the we do word*/
.wedo{
    background:rgba(255, 255, 255, 0.05);
    height: 0px;
    padding: 30px 70px;
    border-radius: 40px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-top: 50px;
}

/*styling the readmore on the card*/
.btnz{
    text-decoration: none;
    color: #F26522;
    background-color: #4D413A;
    padding: 3px 40px;
    border-radius: 20px;
    text-align: center;
}

/*styling the image in who we are*/
.rightabt-su img{
    border-radius: 10px;
    width: 290px;
    padding-right: 0px;
}

/*card 2*/
.card-2{
    margin-inline: 3px;
}

/*styling card img*/
.card-img-top{
    height: 40px;
    width: 40px;
}

.cont-img-card{
    height: 70px;
    width: 70px;
    border:1px solid #F26522;
    border-radius:50%; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-left: 60px;
    margin-bottom: 20px;
}

/*styling get domain section*/
.dbhost{
    font-family: montserrat;
}

.h4tag{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.h4tag h4{
    display: inline-block;
}


.dbtouch-container{     /*aligning contents to the center*/
    text-align: center;
}
.dbtouch{ /*styling the get in touch button in domain section*/
    text-decoration: none;
    color: #453a34;
    background-color: white;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 10px;
}

/*styling  website and dev section*/
.webdev{
    height: 270px;
    background-color: #453a34;
}

/*styling left-side in website and dev section*/
.left-webdev{
    position: relative;
}
/*styling readmore in website and dev section*/
.readmore{
    text-decoration: none;
    color: #453a34;
    background-color: white;
    padding: 5px 50px;
    border-radius: 40px;
    position: absolute;
    bottom: 20px;
}

/*styling right-side in website and dev section*/
.right-webdev{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*styling footer*/
.footerhd{
    display: flex;
    justify-content: center;
    color: #4A4A4C;
}
.mfooter ul,li{
        list-style: none; 
        padding: 0;
        margin: 0;
      
}
/*styling links in footer*/
.mfooter ul li a {    
    text-decoration: none;
    color: #4A4A4C;
    gap: 0;
}
/*adding hover effect in footer*/
.mfooter ul li a:hover{     
    color: #F26522;
    text-decoration: underline;
}

/*styling the icons container in the footer*/

.logofooter{
    margin-left: 150px;
    margin-bottom: 10px;
}
/*styling the icons in the footer*/
.logofooter i{
    padding: 10px;
}

/*styling the undeline in the gheading of the footer*/

.lfooter h3::after{
        content: "";
        display: block;
        width: 70px; /* Custom underline length */
        height: 3px; /* Thickness */
        background-color: #F26522;; /* Color */
      
}
.mfooter h3::after{
    content: "";
    display: block;
    width: 70px; /* Custom underline length */ 
    height: 3px; /* Thickness */
    background-color: #F26522;; /* Color */
  
}
.rfooter h3::after{
    content: "";
    display: block;
    width: 70px; /* Custom underline length */
    height: 3px; /* Thickness */
    background-color: #F26522;; /* Color */
}

/*styling the line above copyright in the footer*/

.copyfoot p::before{
    content: "";
    display: block;
    width: 950px; /* Custom underline length */
    height: 1px; /* Thickness */
    background-color: #4A4A4C;; /* Color */
    margin-left: 170px;
    margin-bottom: 20px;
} 

/*responsiveness */

/* Medium screens (tablets) */
@media (max-width: 800px) {
    header{
        padding-block: 0px;
    }
    header nav {
        width: 100%;
        padding: 0 30px; /* Reduce padding */
        margin-left: 0px;
        position: fixed;
        top: 0;
        z-index: 10000000;
    }
    .navbtn{        /*contact us btn in nav bar*/
    position: absolute;
    left: 72%;
    top: 27%;
    }
    nav ul{
    list-style: none;
    display: flex;
    align-items: center;
    position: absolute;
    left: 25%;
    }

    .footheader{  /*words at the bottom of the header*/
    position: absolute;
    bottom: 0%;
    margin-left: 10px;
    color: white;
    margin-bottom: 20px;
    }

    .abtus{     /* padding the who we are seection*/
    padding: 20px;
    }

    .task{      /*styling we do section */
    background-color: #4D413A;
    padding: 20px;
    height: 1450px;
    }
    .card-row{      /*making the card row to column*/
        display: flex;
        flex-direction: column;
    }

    .card{      /*creating spaces around the cards*/
        margin-left: 15px;
        margin-bottom: 20px;
    }
    .dbtouch-btn{
        text-align: center;
    }
    /*styling  website and dev section*/
    .webdev{
        height: 320px;
    }
    /*styling the website and development section*/
    .left-webdev{
        text-align: center;
        height: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    /*styling the readmore website and development section*/
    .left-webdev .readmore{ 
        display: none;
    }
    .right-webdev{
       display: flex;
       justify-content: center;
       
    }
    .right-webdev p{    /*centering the txt*/
        text-align: center;
        padding: 20px;
        position: absolute;
        top:30%;
    }
    /*styling footer*/

    .mfooter{      /*useful link column*/
        margin-top: 20px;
    }
    .rfooter{
        margin-top: 20px;
    }
    /*styling the icons container in the footer*/
    .logofooter{
        margin-left: 0px;
    }
    /*styling the line above copyright in the footer*/
    .copyfoot p::before{
        content: "";
        display: block;
        width: 700px; /* Custom underline length */
        height: 1px; /* Thickness */
        background-color: #4A4A4C;; /* Color */
        margin-left: 10px;
        margin-bottom: 20px;
    } 
}

/* Small screens (mobile) */
@media (max-width: 480px) {

    header{     /*header section*/
        padding-block: 0px;
        height: 400px;
    }
    header nav {
        flex-direction: column; /* Stack items vertically */
        align-items: center;   
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
    }

        nav .logo img{      /*logo icon*/
        width: 100px;
        cursor: pointer;
        position: absolute;
        top: 25%;
        left: 2%;
    }

    header nav ul{
        position: absolute;
        top: 58px;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        background-color: #453a34;
        display: none;
    }
    header nav ul li{
        padding: 10px;
        margin-left: 150px;
    }

    header nav .menuicon{   /*menu icon in nav bar*/
        display: block;
        position: absolute;
        top: 0;
        left: 37%;
        right: 0;
    } 
    /*contact us btn */
    nav .navbtn{
        position: absolute;
        left: 23%;
        top: 20%;
    }

    .footheader{
        margin-left: 10px;
    }
    .abtus{
        padding: 0px;
    }
    .task{
        height: 1450px;
    }
    /*styling the who we are image*/
        .rightabt-su img{
            display: none;
        }
    .card{  /*styling the cards margins */
        margin-left: 10px;
        margin-bottom: 20px;
    }
    /*styling the get in touch button in domain section*/
    .dbtouch{
        display: none;
    }

    /*styling  website and dev section*/
    .webdev{
        height: 450px;
        padding-right: 0px;
        margin-right: 0px;
    }

    

    /*styling the website and development section*/
    .left-webdev{
        text-align: center;
    }

    /*styling the readmore website and development section*/
    .left-webdev .readmore{ 
        position: absolute;
        left: 30%;
    }

    /*styling footer*/

    .mfooter{           /*useful link column*/
        margin-top: 20px;
    }

    .mfooter ul li a:hover{
        color: #F26522;
        text-decoration: underline;
    }

    .rfooter{
        margin-top: 20px;
    }

    /*styling the icons container in the footer*/
    .logofooter{
        margin-left: 0px;
    }

    /*styling the icons in the footer*/
        .logofooter i{
            padding: 10px;
            padding-left: 0px;
        }

    /*styling the line above copyright in the footer*/

    .copyfoot p::before{
        content: "";
        display: block;
        width: 300px; /* Custom underline length */
        height: 1px; /* Thickness */
        background-color: #4A4A4C;; /* Color */
        margin-left: 10px;
        margin-bottom: 20px;
    } 

}

