*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/work-5382501_1280.jpg);
    background-position: center;
    background-size: cover;
    position: relative;   
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img {
    width: 100px;
}
nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #002244;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 65px;   
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 30px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 19px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #002244;
    background: #002244;
    transition: 1s;
}
nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box h1{
    font-size: 20px;
    }
    .text-box p{
    margin: 10px 0 40px;
    font-size: 18px;
    color: #fff;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: fixed;
        background: #002244;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
        
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}

/*----- services -----*/

.services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}

p{
    color: #2f4f4f;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between; 
}
.services-col{
    flex-basis: 31%;
    background: #002244;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.row1{
    margin-top: -3%;
    display: flex;
    justify-content: space-between; 
}
.row2{
    margin-top: -3%;
    display: flex;
    justify-content: space-between; 
}
.services-col{
    flex-basis: 31%;
    background: #041E42;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: #fff
    
}
.services-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
    .row1{
        flex-direction: column;
    }
    .row2{
        flex-direction: column;
    }
}

.image-servive{
    padding-top: 170px;
    padding-bottom: 50px;
    padding-left: 170px;
    padding-right: 170px;
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;
}
.image-servive1{
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 170px;
    padding-right: 170px;
    display: flex;
    aspect-ratio: 16 / 9;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;
}

/*--------footer-------*/

.footer {
  background-color: #E0FFFF;
  padding: 40px 0;
  font-family: Arial, sans-serif;
  border-top: 1px solid #ddd;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
}

.footer-section h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
}

.footer-section p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}

.footer-section a {
  text-decoration: none;
  color: #0077B5;
  font-weight: bold;
}

.linkedin-link {
  display: flex;
  align-items: center;
    padding-top: 20px;
  font-size: 18px;
}

.linkedin-icon {
  width: 30px;
  margin-right: 10px;
  padding-left: 130px;
    padding-top: 5px;
  vertical-align: middle;
    color: #002244;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-section .fa{
    font-size: 20px;
    color: #002244;
    margin: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-left: 130px;
}

/*----------- about us page -------------*/

.sub-header{
    height: 75vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/startup-593341_1280.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    margin-top: 100px;
    font-size: 50px;
}
.about-us{
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.about-us h5{
    font-size: 35px;
    color: #002244;
    font-weight: 700;
}
.about-us p{
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    text-align: justify;
    text-justify: inter-word;
    
}

.about-us p1{
    color: #fff;
}
.about-us p2{
    font-weight: 600;
    font-size: 20px;
    color: #002244;
}

.about-us h9{
    font-size: 25px;
    text-indent: 30px;
    text-align: left;
}
.about-us p3{
    font-weight: 600;
    font-size: 20px;
    color: #002244;
}

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div .fa{
    font-size: 28px;
    color: #002244;
    margin: 10px;
    margin-right: 30px;
}
.contact-col div h6{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.contact-col div p{
    padding: 0;
}
.hero-btn1{
    display: inline-block;
    text-decoration: none;
    color: #002244;
    border: 1px solid #002244;
    padding: 12px 34px;
    font-size: 19px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn1:hover{
    border: 1px solid #002244;
    background: #002244;
    transition: 1s;
    color: #fff;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
}

/******** Why us *********/

.container2 {
    max-width: 900px;
    padding: 20px;
    margin-left: 150px;
    background: #fff;
}

.point {
    margin-bottom: 30px;
}

h9 {
    font-weight: 700;
    font-size: 22px;
    color: #002244;
}

p3 {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
    color: #36454F;
    font-weight: 500;
    
    
}

/******* SEVICE BUTTONS *********/

.hero-btn1{
    text-decoration: none;
    color: #fff;
    padding: 12px 34px;
    font-size: 19px;
    background: transparent;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

.hero-btn:hover{
    background: #002244;
    transition: 1s;
}
.row3{
    margin-top: -3%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.services-col1{
    flex-basis: 31%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.hero-btn2{
    display: inline-block;
    text-decoration: none;
    color: #002244;
    border: 1px solid #002244;
    padding: 12px 34px;
    font-size: 19px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn2:hover{
    border: 1px solid #002244;
    background: #002244;
    transition: 1s;
    color: #fff
}