* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;


}

.container1 {
    background-image: url(images2/banner-bg.png);
    width: 100vw;
    height: 990px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.container1 img {
    margin-top: 20px;
}

nav {
    margin-top: 30px;
    background-color: white;
    border-radius: 30px;
}

nav ul {
    display: flex;
    gap: 18px;
    padding: 8px;


}

li {
    list-style: none;
    padding: 8px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(56, 37, 80);
    font-weight: 300;

}

.container1 .h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    margin-top: 80px;
}

.container1 .h12 {
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    margin-top: 20px;
}

.container1 .p1 {
    margin-top: 30px;
    color: white;
    font-weight: 500;
    font-size: 18px;
}

.container1 .dv {
    margin-top: 50px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 50px;
    background-color: rgb(39, 143, 175);
    border-radius: 40px;
    text-transform: capitalize;
}

.container1 .dv:hover {
    background-color: white;
    color: rgb(78, 65, 65);

}

.container1 .cc {
    display: flex;
    margin-top: 50px;
    color: white;
    gap: 7px;
    font-size: 13px;
    font-weight: bold;
}

.container2 {
    width: 100vw;
    height: 260px;
    margin-top: 40px;
    display: flex;
}

.container2 .left {
    width: 33vw;
    background-color: rgb(196, 23, 118);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.container2 .right {
    width: 33vw;
    background-color: rgb(196, 23, 118);
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.container2 .main {
    width: 34vw;
    background-color: rgb(49, 23, 143);
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container2 .left .p1,
.container2 .main .p1,
.container2 .right .p1 {
    background-color: white;
    padding: 30px 25px;
    border-radius: 50%;
    color: black;

}

.container2 .left h2,
.container2 .main h2,
.container2 .right h2 {
    padding: 10;
    margin-top: 30px;
    color: white;

}

.container2 .left .p2,
.container2 .main .p2,
.container2 .right .p2 {
    margin-top: 20px;
    color: white;
    padding: 5px;

}

.container2 .left .p3,
.container2 .main .p3,
.container2 .right .p3 {
    color: white;
    padding: 5px;

}

.container2 .left:hover,
.container2 .right:hover {
    background-color: rgb(49, 23, 143);

}

.container3 {
    width: 100vw;
    height: 550px;
    display: flex;
    padding: 10px;
}

.container3 .left {
    height: 100%;
    width: 48vw;
    display: flex;
    align-items: center;


}

.container3 .left img {

    width: 95%;
    height: 77%;
    margin-left: 50px;
}


container3 .left {
    height: 90%;
    width: 48%;
    display: flex;
    align-items: center;

}

.container3 .right {
    height: 90%;
    width: 52vw;
    display: flex;
    align-items: center;


}

.container3 .right .ff {
    width: 90%;
    height: 77%;
    margin-left: 30px;
}

.container3 .right .lll {
    margin-top: 40px;
    padding: 10px;
    font-size: 40px;
    font-weight: lighter;

}

.container3 .right .ll {

    padding: 10px;
    font-size: 40px;

}

.container3 .right .p1 {
    padding: 10px;
    letter-spacing: 1px;
    margin-top: 30px;


}

.container3 .right .p2 {
    margin-top: 20px;
    padding: 17px 30px;
    background-color: rgb(25, 25, 156);
    text-transform: uppercase;
    width: 170px;
    color: white;
    margin-left: 10px;

}

.container4 {
    width: 100vw;
    height: 600px;
    background-color: rgb(25, 25, 156);
    display: flex;
}

.container4 .left {
    width: 51vw;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

}

.container4 .left .cd {
    width: 90%;
    height: 85%;
    color: white;
    padding: 20px;
    margin: 20px;
}

.container4 .left .cd h1 {
    padding: 10px;
    margin: 10px;
    font-weight: lighter;
    font-size: 35;
}

.container4 .left .cd p {
    padding: 15px 20px 15px 30px;
    margin: 20px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: orange;
    width: 160px;
    color: black;
}

.container4 .left .cd p:hover {
    background-color: white;
    color: black;
}

.container4 .left .cd p:hover {
    background-color: white;
}

.we {
    font-size: 45px;
}

.pr {
    font-size: 45px;
    font-weight: bolder;
}

.container4 .right {
    width: 49vw;
    height: 100%;
}

.container4 .right .rr {
    width: 90%;
    height: 85%;
    color: white;
    padding: 20px;
    margin: 20px;

}

.container4 .right .rr img {
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 20px;
}

.container5 {
    width: 100vw;
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container5 .c4 {
    text-align: center;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.container5 .c4 h1 {
    font-size: 40px;
}

.container5 .c4 h2 {
    font-size: 35px;
    font-weight: lighter;
}

.container5 .img {
    width: 100vw;
    height: 470px;
    display: flex;
    column-gap: 20px;
    justify-content: center;
    margin-top: 60px;

}

.container5 .img img {
    height: 470px;
    width: 28vw;


}

.container5 .img img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: blur(10px);
}


.container5 .img .ho {
    position: relative;
}

.ho::after {
    content: "view more";
    text-transform: uppercase;
    border: 2px solid white;
    position: absolute;
    top: 50%;
    left: 30%;
    color: white;
    padding: 15px 30px;
    background-color: transparent;
    z-index: 1;
    display: none;


}
.ho:hover::after{
    display: block;
}

.container5 p {
    text-align: center;
    padding: 18px 20px;
    margin-top: 40px;
    background-color: rgb(31, 15, 112);
    width: 190px;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
}

.container5 p:hover {
    background-color: black;
    color: white;
}

.container6 {
    height: 550px;
    width: 100vw;
    background-color: blueviolet;
    background-image: url(images2/success-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    row-gap: 40px;
}

.container6 .h1 {
    margin-top: 30px;
    text-align: center;
    margin-top: 90px;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    font-family: sans-serif;
    text-transform: uppercase;
    line-height: 70px;
    margin-bottom: 40px;
}

.container6 .pp {
    padding: 18px 45px;
    text-transform: uppercase;
    background-color: rgb(206, 149, 45);
}

.container6 .pp:hover {
    background-color: white;
    color: black;
}

.ff {
    text-align: center;
    margin-bottom: 20px;
}

.contact {
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    margin-top: 100px;
}

.contact span {
    color: rgb(20, 20, 99);
}

.container7 {
    width: 100vw;
    height: 700px;
    /* background-color: blueviolet;*/
    display: flex;
    margin-top: 60px;
}

.form {
    width: 51vw;
    height: 100%;
    display: flex;
    flex-direction: column;

}

form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-left: 10px;
    margin-top: 10px;
}

form input {
    height: 40px;
    border: none;
    border-bottom: 2px solid black;
    width: 70%;
    font-size: 17px;
    margin-left: 10px;
}

.container7 button {
    background-color: #2e3192;
    color: white;
    padding: 16px 10px;
    width: 120px;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    margin-left: 10px;
}

.icon {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 60px;
    color: black;
    font-size: 17px;
    margin-left: 10px;
    word-spacing: 8px;

}

.icon .fa-solid,
.icon .fa-regular {
    font-size: 30px;
    color: #2e3192;
}

.gg {
    width: 49vw;
    height: 100%;
    font-family: monospace;
    font-size: 12px;
    padding-left: 10px;
    word-spacing: 6px;
}

.container8 {
    width: 100vw;
    height: 400px;
    background-color: black;
    color: white;
    display: flex;

}

.container8 li {
    color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-family: sans-serif;
    font-size: 16px;

}

.ul1 {
    width: 26vw;
    margin-top: 100px;
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;


}

.ul1 .icon {
    display: inline-block;
    font-size: 32px;
    margin-top: 20px;
    word-spacing: 13px;
}

.ul2 {
    display: flex;
    width: 32vw;
    column-gap: 40px;
}

.ul2 li {
    line-height: 2;
}

.ul1 p {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 17px;
}

.container9 {
    height: 70px;
    width: 100vw;
    background-color: #13178f;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.er {
    height: 100px;
}