/* Css Reset */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* Navigation Bar */
#navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 25px;
}

#navbar::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 95);
    z-index: -1;
}

/* Navigation Bar logo styling*/
#logo {
    margin: 12px;
}

#logo img {
    width: 220px !important;
    height: auto !important;
}

/* Navigation Bar list styling */
#navbar ul {
    display: flex;
}

#navbar ul li {
    font-size: 16px;
    font-weight: bold;
    list-style: none;
}

#navbar ul li a {
    color: rgb(255, 255, 255);
    padding: 4px 20px;
    text-decoration: none;
    transition: all 1.1s ease;
}

#navbar ul li a:hover {
    color: rgb(187, 171, 200, 1);
}

#navbar ul li a.NEWSLETTER {
    border: 2px solid white;
    border-radius: 50px;
    padding: 10px;
}

#navbar ul li a.NEWSLETTER:hover {
    border-color: rgb(187, 171, 200, 1);
}

/* Home Section */
#home {
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../Img/stock-photo-businessmen-making-handshake-with-partner-greeting-dealing-merger-and-acquisition-business-2249889569.jpg) no-repeat center center/cover;
    z-index: -1;
}

#home h1 {
    font-size: 3.3rem;
    color: white;
}

/* Section para */
#para {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 23px;
}

#para p {
    padding-top: 1.7rem;
    font-size: 20px;
    font-weight: lighter;
    color: rgb(77, 76, 76);
    letter-spacing: 1px;
}

/* Section para-1 */
#para-1 {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

#para-1 img {
    max-width: 100%;
    height: 370PX;
    padding-right: 56px;
}

#para-1 h1 {
    font-size: 2.8rem;

}

#para-1 p {
    padding-top: 23px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    font-weight: lighter;
    color: rgb(77, 76, 76);
}

/*  Services Section */
#services{
   padding: 0px 148px;
   margin-top: 23px;
}

.services-iteam-1 p{
    letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 24px;
}

.services-iteam-1 h1{
    font-size: 2.9rem;
    padding-bottom: 12px;
}

/* corporate section */

#corporate {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#corporate img {
    margin-top: 12px;
    height: 755px;

}

/* Contact Section */
#contact {
    position: relative;

}

#contact::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200%;
    width: 100%;
    background-color: #f0f0f0;
    z-index: -1;
}

.h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #250e62;
    font-size: 2.9rem;
    font-weight: bolder;
    margin-top: 35px;
}

.h1 h1{
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 34px;

}

.contact-box input,
.contact-box textarea {
    width: 103%;
    padding: 1.7rem;
    font-size: 15px;
    font-family: 'Bree Serif', serif;
    margin-top: 20px;

}

.contact-box input:focus {
    border-color: #250e62;
    outline: none;
    box-shadow: 0 0 3px #250e62;
}

.contact-box form {
    width: 46%;
}

.contact-box label {
    font-family: 'Bree Serif', serif;
    font-size: 18px;
    width: 40%;
}

#form p {
    text-align: center;
}

/* Footer Section */
#footer-container {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    color: white;
    margin-top: 23px;
}

#footer-container::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url(../Img/istockphoto-1335422806-612x612.jpg) no-repeat center center/cover;
    z-index: -1;
    opacity: 0.9;
}

.footer-iteam h1 {
    margin: 23px;
    font-size: 2rem;

}

.footer-iteam p {
    padding-top: 17px;
    font-size: 1.6rem;
}

.footer-iteam img {
    height: 50px;
    margin-top: 23px;
}

/* footer-iteam-1 */
.footer-iteam-1 h1 {
    margin: 23px;
    font-size: 2rem;

}

.footer-iteam-1 p {
    padding-top: 17px;
    font-size: 1.6rem;
}

.footer-iteam-1 img {
    height: 50px;
    margin-top: 23px;
}

#robot {
    margin-top: 28px;
}

.footer-iteam-1 input {
    font-size: 1.2rem;
    padding: 20px;
    border-radius: 7px;
    width: 80%;
}

.footer-iteam-1 label {
    font-size: 18px;
}

.footer-iteam-1 input:focus {
    border-color: #250e62;
    outline: none;
    box-shadow: 0 0 10px #250e62;
}

.footer-iteam-1 button {
    color: #250e62 !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: "DIN Bold", Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    background-color: white;
    padding-top: 15px !important;
    padding-right: 30px !important;
    padding-bottom: 15px !important;
    padding-left: 30px !important;
    margin-top: 12px !important;
    cursor: pointer;
    font-weight: bolder;

}

/* footer-iteam-2 */
.footer-iteam-2 h1 {
    margin: 23px;
    font-size: 2rem;
}

.footer-iteam-2 p {
    padding-top: 17px;
    font-size: 1.6rem;
}





/* Utility Class */
.btn {
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: "DIN Bold", Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    background-color: #250e62;
    padding-top: 15px !important;
    padding-right: 45px !important;
    padding-bottom: 15px !important;
    padding-left: 60px !important;
    margin-top: 8px !important;
    cursor: pointer;
    font-weight: bolder;
    /* border: 2px solid white; */
    /* transition: all 1s ease ; */
}

.button {
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 25px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "DIN Bold", Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    background-color: #250e62;
    padding-top: 15px !important;
    padding-right: 45px !important;
    padding-bottom: 15px !important;
    padding-left: 60px !important;
    margin-top: 28px !important;
    cursor: pointer;
    font-weight: bolder;
    border: 1px solid rgb(202, 201, 201);
    font-weight: lighter;
}

.button:hover {
    border: none !important;
    box-shadow: 4px 4px 8px black;
}

.atm {
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: "DIN Bold", Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    background-color: #250e62;
    padding-top: 13px !important;
    padding-right: 45px !important;
    padding-bottom: 13px !important;
    padding-left: 45px !important;
    /* margin-top: 8px !important; */
    cursor: pointer;
    font-weight: bolder;
    margin-left: 27%;
}

.center {
    text-align: center;
    font-size: 1.7rem;
    padding-top: 4px;
    color: #250e62;
    padding-bottom: 15px;
}



























/* body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
    margin: 0;
}

.input-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.input-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.input-container input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

.input-container input:focus {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


 */




/* .form-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.input-wrapper input {
    border: none;
    border-bottom: 2px solid #ccc;
    background: none;
    padding: 10px 0;
    font-size: 16px;
    width: 100%;
    color: #333;
}

.input-wrapper input:focus {
    outline: none;
    border-bottom-color: #007BFF;
}

.input-wrapper label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
    color: #666;
    transition: 0.3s ease;
}

.input-wrapper input:focus + label,
.input-wrapper input:not(:placeholder-shown) + label {
    top: -20px;
    font-size: 12px;
    color: #007BFF;
}

.input-wrapper .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #007BFF;
    transition: 0.4s;
}

.input-wrapper input:focus ~ .focus-border {
    width: 100%;
} */