* {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
}

.logo{
    
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: Rufina,serif;
    font-weight: 700;
    /* padding: 45px 0; */
    text-transform: uppercase;
}
.header::before {
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(10, 22, 70, 0.7), rgba(10, 22, 70, 0.7));
}

.header {
    min-height: 100vh;
    width: 100%;
    z-index: 1;
    background-image: url(images/background.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

nav {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav h2 {
    color: #fff;
    text-decoration: none;
    z-index: 1
}

.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: 13px;
}

.nav-links ul li a:hover {
    color: #0056b3;
    ;
}

.text-box {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 5%;
    /* transform: -50%,-50%; */

    text-align: center;
}

.text-box h2 {
    font-size: 42px;
    margin-bottom: 4%;
    font-weight: bold;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 20px;
}

.line {
    margin: auto;
    padding-bottom: 20px;
    width: 30px;
    border-top: 3px solid rgb(50, 50, 200); /* You can adjust the color, width, and style */
}

.line-new {
    margin: auto;
    padding-bottom: 20px;
    width: 80px;
    border-top: 2px solid rgb(50, 50, 200); /* You can adjust the color, width, and style */
}

.line-footer {
    margin: auto;
    padding-bottom: 20px;
    width: 90%;
    border-top: 1px solid rgb(80, 80, 121); /* You can adjust the color, width, and style */
}

.btn1 {
    background-color: rgb(50, 50, 200);
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 100;
    position: relative;
    width: 10%;
    height: 5%;
}

.btn1:hover {
    background: #0056b3;
    /* Darker blue on hover */

}

.btn2 {
    
    position: relative;
  
}
.btn2 button{
   
    background-color: rgb(50, 50, 200);
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* display: inline-block; */
    
    font-size: 16px;
    /* position: relative; */
    position: absolute;
  top: -80px;
    
}

.btn2:hover {
    background: #0056b3;
    /* Darker blue on hover */

}
@media only screen and (max-width: 767px){

    .text-box h2 {
        font-size: 32px;
    }

    .text-box p {
        font-size: 18px;
    }

    .nav-links {
        position: absolute;
        background: #0056b3;
        height: 100vh;
        width: 150px;
        top: 0;
        right: 0;
        text-align: left;
        z-index: 2;
    }
.btn1{ 
    font-size: 12px;
    }
.form-box {
    position: relative;
        width: 50%;
        font-size: 12px;
        z-index:auto;
        top: auto;
        left: auto;
        margin: 2px;
    }

    .form-select {
        font-size: 8px;
        width: 100px;
        margin-bottom: 10px;
    }
    
    .form-select option {
        font-size: 8px;
    }
    .select-label {
        margin-bottom: 2px;
        margin-top: 2px;
        width: 90spx;
    
    }
}

.services {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    position: relative;
    margin-top: 9%;

}

.service-des {
    padding: 10px;
}

.service-des h2 {
    font-size: 20px;
    font-weight: 400;
    color: #444a57;
}

.service-des p {
    color: #818998;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.row {
    margin-top: 5%;
    display: inline-block;
    justify-content: space-between;
    margin: 2%;
    width: 320px;
    /* padding: 5%; */
}

.service-col {
    padding: 5%;
    flex-basis: 31%;
    border-radius: 10px solid;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 5%;
}

.service-col:hover {
    background-color: #4425c4;
    color: white;
    /* Darker blue on hover */
}

.newest {
    background-color: #fbfbfe;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.new-text {
    margin: 2%;
    padding-top: 20px;
    text-align: center;
    color: rgb(58, 57, 57);

    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}




.new-row {
    display: flex;
    justify-content: baseline;

    margin-inline-start: 12%;
    margin-inline-end: 12%;
    margin-bottom: 5%;

}

.new-col img {
    width: 100%;
    height: 100%;

}

.new-col {

    flex-basis: 31%;
    margin: 5%;
    overflow: hidden;

    width: 100%;
    color: rgb(58, 57, 57);
    text-align: left;

}

.new-text h2 {
    font-size: 36px;
    margin-bottom: 4%;
    font-weight: bold;
    color: #444a57;
}

.new-col h2 {
    font-size: 32px;
    margin-bottom: 4%;
    /* font-weight: bold; */
    color: #444a57;
}

.new-col p {
    /* margin:10px 0 40px; */
    font-size: 18px;
    color: #818998;

    font-weight: 400;
    line-height: 28px;
}

.card-col h2 {
    font-size: 24px;

}

.card-col p {
    /* font-size: 18px; */
    color: #818998;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.card-row {
    /* margin-top: 5%; */
    display: flex;
    justify-content: space-between;

    flex-basis: 31%;
    margin-inline-start: 12%;
    margin-inline-end: 12%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.card-col {

    width: 250px;
    height: 350px;
    box-sizing: border-box;
    text-align: left;

}

.card-image {
    padding: 4%;
    margin: auto;
    border-radius: 10px solid;
    border: 1px solid #ccc;

}

.card-info {

    border-radius: 10px solid;
    border: 1px solid #ccc;
    padding: 2%;
    color: #818998;


}

.card-info p {
    font-size: 14px;
    /* text-align: left; */
}

.card-description p {
    font-size: 14px;
    padding: 2%;
    /* text-align: left; */
}

.price p {
    font-size: 14px;
    padding: 2%;
    /* text-align: left; */
}

.card-heading a h2 {
    padding: 2%;
    font-size: 18px;
    color: #444a57;
    font-weight: 500;
    margin-top: 4%;

    /* text-align: left; */
}

.card-heading a {
    text-decoration: none;
}


.client {
    background-color: #fbfbfe;
}

.form-box {
    position: absolute;
    top: 700px;
    left: 50px;
    width: 65%;
    z-index: 1;

    /* temp */
    
    background-color: #fbfbfe;
    border-radius: 8px;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.2);
    /* width: 75%; */
    /* height: 10%; */
    margin-left: 12.5%;
    font-weight: lighter;
    /* box-sizing: border-box; */
    font-size: 14px;
    font-family: Poppins, sans-serif;

}

.form-box h2 {
    font-size: 18px;
    font-weight: 100;
    color: #444a57;
    font-family: Poppins, sans-serif;
}



.form-select {
    
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    padding: 5px 10px;
    margin: 2px 0;
    font-weight: 100;
    color: #444a57;
    /* width: 100%; */
    width: 200px;
    margin-bottom: 20px;
}

.form-select option {
    background-color: #b1b2b4;
    background-clip: padding-box;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    padding: 5px 10px;
    margin: 2px 0;
    border: 1px solid  #b1b2b4;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    
}

.select-group {
    display: inline-block;
    margin-left: 4%;
    /* margin-block: 5%; */
    justify-content: space-between;
   

}

.select-style {
    /* margin-bottom: 5px; */
    padding-top: 10px;
    max-width: 240px;
    /* display: flex; */
    /* display: inline-block; */
}

.select-label {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 150spx;

}

.container2 {
    background-color: #f4f4f4;
    /* padding: 50px 0; */
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-left: 5%;
    margin-right: 5%;

}



.brand-col {
    flex-basis: 31%;
    margin-top: 5%;
    display: inline-block;
    justify-content: space-between;
    margin: 7%;
    align-items: center;
}

footer {
    background-color: #171231;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    line-height: 5px;
}

.footer-row {
    /* margin-top: 5%; */
    display: flex;
    justify-content: space-between;

    flex-basis: 31%;
    margin-inline-start: 12%;
    margin-inline-end: 12%;
    /* margin-top: 5%;
    margin-bottom: 5%; */
     margin: 2%;
    align-items: flex-start;
   
}

.footer-col {

    width: 450px;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    text-align: left;

}




.footer-col h2 {
    font-size: 20px;
}

.footer-col p {
    font-size: 16px;
}
.footer-col p a{
    font-size: 14px;
    text-decoration: none;
    color: #fbfbfe;
}

.input-container {
    position: relative;
    display: inline-block;
}

.input-box {
    background-color: #37384f; /* Gray background color */
    color: #FFFFFF; /* White text color */
    border: 1px solid #2d2c2c; /* Gray border */
    border-radius: 5px; /* Rounded corners */
    padding: 4px; /* Padding inside the input box */
    box-shadow: 0 2px 4px rgba(34, 24, 74, 0.1); /* Gray border shadow */
    width: 200px; /* Adjust width as needed */
    font-size: 16px;
}

.arrow-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #2c2a2a; /* Gray color for arrow */
    pointer-events: none; /* Prevents icon from being selectable */
}

.social {
    display: inline;
    padding: 2% 6%;
    justify-content: space-between;
    /* align-items: center; */
}
.container {
    text-align: left;
    margin-left: 5%;
    /* display: flex; */
}

.social-links  {
    text-align: right;
    margin-right: 5%;
    /* position: relative; */
   
}

.social-links i{
    margin-left: 2%;
}