* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Header */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-right: 20px;
    z-index: 1000;
    /* Ensure it's on top */
}

header {
    background-color: #031116ee;
    color: white;
    padding: 1rem 0;
    position: sticky;
    width: 100%;
    position: sticky;



}

header .container {
    display: flex;

    justify-content: space-between;
    align-items: center;

}

header .logo a img {
    width: 180px;
    height: 50px;
    margin-left: 50px;
    padding-top: 2px;


}

header nav ul {
    list-style: none;
    display: flex;

}

header nav ul li {
    margin-left: 20px;
    margin-right: 20px;

}

header nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;

}

header nav ul li a:hover {


    text-decoration: underline;



}


.menu-toggle span {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* Dropdown menu */
#nav .dropdown {
    position: relative;
}

#nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: black;
    min-width: 190px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 4px;
    padding: 0;
    
}

#nav .dropdown-menu li {
    list-style: none;
}

#nav .dropdown-menu li a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: white;
    background-color: black;
}

#nav .dropdown-menu li a:hover {
    background-color: white;
    color: black;
    
}

/* Show dropdown on hover */
#nav .dropdown:hover .dropdown-menu {
    display: block;
}


/* Header closed */

/* Home  */



.home-img {
    background: linear-gradient(#03111658,#0311165d), url(images/home-img7.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    height: 90vh;
    color: white;
    text-align: center;


}

.layer {

    height: 91.3vh;
}

.home-img h1 {
    margin-top: 110px;
    font-size: 4.5rem;
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: 3px 3px 5px rgb(0, 0, 0);
}

.home-img p {
    font-size: 1.9rem;
    margin-bottom: 2rem;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 60px;
    text-align: center;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.home-img .btn {
    padding: 10px 20px;
    background-color: #0073e6;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 5px;
    border-radius: 4px;
}

.home-img .btn:hover {

    background-color: #005bb5;


}

/* Home closed */

/* choose-section opne */


.choose-container {
    width: 100%;
    display: flex;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0%;

}

.choose-cnt>.cnt-1 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 120px;
    margin-bottom: 50px;
}

.choose-cnt>.cnt-2 {
    font-size: 1rem;
    margin-top: 25px;
}

.choose-cnt>p>span {
    color: #0073e6;
    font-weight: 600;
}

.fa-solid {
    color: green;
    font-size: 55px;
}

video {
    margin-left: 100px;
    margin-right: 80px;

}

.choose-cnt>h1 {
    font-size: 3rem;
    line-height: 50px;
}

.choose-cnt>h1>span {
    font-size: 3.5rem;
    color: #0073e6;
}

.cn-btn {
  margin-top: 20px;
}

.cn-btn>a{
text-decoration: none;
background-color: #164adb;
color: white;
padding: 10px;
border-radius: 10px;

}

/* choose-section close */

/* About Us */


.about-us {

    padding: 1rem 0;
    text-align: left;


}

.about-us h2 {
    font-size: 2.5rem;
    color: #005bb5;
    margin-bottom: 1.5rem;
    padding-left: 350px;
    font-weight: 400;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.abt {
    display: flex;
}

.abt p {

    font-size: 1.3rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    width: 100%;
    margin-left: 150px;
}

.abt img {
    width: 40%;
    border-bottom-right-radius: 50px;
    background-size: cover;
    background: center center no-repeat;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 100px;
}

.vision-cont {
    display: flex;
}

.vision-img {
    background: url("images/vision.jpg") center center no-repeat;
    background-size: cover;
    width: 40%;
    height: 350px;
    margin-top: 80px;
    margin-left: 50px;
    border-radius: 100px;
    margin-right: 20px;
}

.vision-content {
    font-size: 1.3rem;
    width: 50%;
    margin-left: 150px;
    margin-right: 20px;
    text-align: justify;
    padding: 20px;
}

.vision-content>h2 {
    color: #005bb5;
    font-size: 2.5rem;
    margin-bottom: 30px;
    margin-left: 250px;
    font-weight: 400;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.mission-img {
    background: url("images/mission.png") center center no-repeat;
    background-size: cover;
    width: 40%;
    height: 350px;
    margin-top: 90px;

}

.mission-content {
    width: 47%;
    font-size: 1.3rem;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 150px;
    text-align: justify;
    color: black;
    padding: 20px;
}

.mission-content>h2 {
    color: #005bb5;
    margin-bottom: 30px;
    margin-left: 250px;
    font-size: 2.5rem;
    font-weight: 400;
    font-family: Georgia, 'Times New Roman', Times, serif;
}



/* About Us closed */

/* Services */
.src-container {
    display: flex;

}


.service-card h2 {
    padding-left: 650px;
    font-size: 2.5rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    margin-top: 65px;
}

.card {
    background-color: white;
    width: 300px;
    height: 370px;
    margin: 40px;
    align-items: center;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);


}

.card:hover {
    box-shadow: 1px 1px 4px 1px gray;


}

.card img {

    width: 270px;
    height: 150px;
    background-size: cover;
    margin: 15px;

}


.card .hedding {
    font-size: 1.5rem;
    margin-left: 20px;
    color: #005bb5;
}

.card .disc {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 15px;

}

.card a {
    text-decoration: none;
    border: 1px solid black;
    padding: 8px;
    margin-left: 20px;
}

.card a:hover {

    color: white;
    background-color: #005bb5;
}


/* Services closed */

/* Contact  */



/* Contact closed */


/* footer */
.footer-container {
    background-color: #031116ee;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 50px;
}

.footer-row {
    display: flex;
}

.first-row {

    width: 30%;
    margin-left: 50px;
}

.second-row {

    width: 30%;
    margin-left: 80px;
}

.third-row {

    width: 30%;
}

.first-row>h2 {
    color: white;
    font-size: 2rem;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.first-row>h2>span {
    color: #005bb5;
    font-size: 2.5rem;
    text-shadow: 1px 1px 2px white;
}

.first-row>p {
    color: white;

    margin-top: 20px;
}

.second-row>h3 {
    color: white;
    font-size: 1.5rem;
    margin-top: 90px;
}

.second-row>ul {
    list-style: none;
}

.second-row>ul>li>a {
    text-decoration: none;
    color: white;
}

.second-row>p {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 20px;
}

.fa-facebook,
.fa-instagram,
.fa-youtube,
.fa-linkedin,
.fa-square-twitter {
    color: white;
    margin-left: 5px;
    font-size: 1.2rem;
    margin-top: 20px;
}

.third-row>h3 {
    color: white;
    margin-top: 100px;
    margin-bottom: 25px;
}

.third-row>ul>li {
    list-style: none;

}

.third-row>ul>li>a {
    text-decoration: none;
    color: white;

}

.third-row>ul>li>a:hover {
    color: blue;
}

.footer-container>p {
    color: white;
    margin-left: 550px;
    padding-bottom: 20px;
    margin-top: 50px;
}



/* footer-closed */



/* services-menu */

.web-container>h1 {
    margin-left: 80px;
    color: black;
    margin-top: 30px;
    font-weight: 1000;
    font-size: 50px;
}

.web-img {
    background: url("images/web-design-4875187_1280.webp") center center no-repeat;
    background-size: cover;
    width: 30%;
    height: 300px;

}

.content {
    width: 50%;
    margin-left: 100px;
    margin-top: 40px;
    font-size: 1.4rem;
}

.web-row {
    display: flex;
    justify-content: center;
    padding: 50px;
}

/* digital marketing-menu */
.img {
    background: url("images/digitalmarketing1.jpg") center center no-repeat;
    width: 40%;
    height: 300px;
    background-size: cover;
    margin-left: 80px;
}

.img:hover {
    box-shadow: 2px 2px 10px 2px gray;
}

.digital-content {
    font-size: 20px;
    width: 40%;
    margin-left: 100px;
    text-align: justify;
}


.digital-content>p {
    color: #005bb5;
    font-size: 26px;
    font-weight: 600;

}

.digital-row {
    display: flex;
    margin-top: 40px;
}

#digital>h1 {
    font-size: 50px;
    font-weight: 300;
    margin-left: 180px;
    margin-top: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 2px 2px 8px gray;
}








/* Steps-start */

.step-container{
    background: linear-gradient(rgba(0, 0, 0, 0.892), rgba(0, 0, 0, 0.848)), url(images/cmo.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 70px;

}
.step-container>p{
    color: white;
    text-align: center;
}
.step-container>h1{
    color: white;
    text-align: center;
    font-size: 2.8rem;
}
.step-container>h1>span{
    color: #0073e6;
}
.num-row{
    display: flex;
    justify-content: space-around;
    
}
.num{
    width: 20%;
    box-sizing: border-box;
    
}
.num:hover{
    box-shadow: 0 4px 20px rgba(58, 57, 57, 0.9);
    background-color: rgb(6, 5, 5);
    border-radius: 10px;
}
.num>h1{
    color: white;
    font-size: 4.5rem;
    line-height: 80px;
    text-align: center;
    letter-spacing: 0;
}
.num>h2{
    color: white;
    font-size: 1.4rem;
    text-align: center; 
}
.num>p{
    color: white;
    text-align: center;
    padding: 0 25px;
    padding-bottom: 25px;
    font-size: 0.8rem;
}
