/* 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: 0px 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: 35px;
}

#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(../Img2/P4G-Blog-Banners-17-1024x512.png) 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-left: 55px;
}

#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);
}

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

}

#contact::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 112%;
    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: 65px;
}
.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 {
    display: flex;
    justify-content: space-between;
    padding: 0px 130px;
    margin-top: 45px;
    position: relative;
    height: 405px;
    color: white;
}

#footer: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-1 h2 {
    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;
}

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

}

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

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

#robot {
    margin-top: 28px;
}

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

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

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

.footer-iteam-2 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: #ffffff;
    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-3 */
.footer-iteam-3 h2 {
    margin: 23px;
    font-size: 2rem;
}

.footer-iteam-3 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;
}