* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

:root {
    --primaryColor: #5F84C0;
    --primaryColorLight: #CFE1FF;
    --SecondaryColor: #223066;
    --whiteColor: #fff;
    --blackColor: #000;

}

.main-container {
    width: 100%;
    overflow-x: hidden;
}

p {
    line-height: 27px;
    margin-bottom: 0 !important;
}

ul {
    margin-bottom: 0 !important;
}

li {
    list-style-type: none !important;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 30px;
    border-bottom: 7px solid var(--primaryColor);
    /* position: relative; */
}

.nav-logo-box {
    flex: 1;
    display: inline-flex;
}

.nav-logo-box img {
    width: 263px;
    height: 52px;
}

.nav-right-box {
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 28px;
}

.nav-items-box ul {
    display: flex;
    gap: 82px;
    align-items: center;
    justify-content: center;

}

li {
    list-style-type: none;
    position: relative;
}

.nav-items-box ul li a {
    color: var(--SecondaryColor);
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.nav-items-box ul li a::before,
.nav-items-box ul li a.active::before {

    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: var(--primaryColor);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
    margin-bottom: -10px;
}

.nav-items-box ul li a:hover::before,
.nav-items-box ul li a:hover,
.nav-icons-box span i:hover {
    transform: scaleX(1);
    transform-origin: left;
    color: var(--primaryColor) !important;
}

.nav-items-box ul li a.active::before {
    color: yellow !important;
    transform: scaleX(1);
}

.nav-icons-box {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.nav-icons-box span i {
    color: var(--SecondaryColor);
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.header>.login-btn button{
    background-color: var(--SecondaryColor);
    border: 0;
    outline: none;
    color: var(--whiteColor);
    border-radius: 8px;
    padding: 13px 31px;
    font-size: 15px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.header>.login-btn button:hover{
    background-image: linear-gradient(#141E44F5, #2D69CAF5);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.425);
    transform: translateY(2px);
}
/*loginContainer styling*/
.wrappered {
    background-color: var(--SecondaryColor);
    padding: 10px;
    padding-top:100px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
}

.form-container {
    width: 100%;
    position: relative;
    z-index: 1;
}


.form-container .tools-box {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    position: relative;
}

.tools-box .tool {
    background-color: var(--primaryColor);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid var(--whiteColor);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tool:nth-of-type(even) {
    background-color: var(--SecondaryColor);
}

.tools-box .tool img {
    width: 100%;
    height: 33px;
    object-fit: contain;
}

.form-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto !important;
    padding: 50px 20px;
    gap: 34px;
    flex-wrap: wrap-reverse !important;
}

.form-inner .form-info {
    display: flex;
    flex-direction: column;
    gap: 33px !important;
    color: white;
    flex: 1;
    /* background-color: #5F84C0; */
}

.form-info .left-pic img {
    width: 100%;
}

.form-info h1 {
    font-size: 50px;
    line-height: 52px;
    font-weight: 600;
}

.form-info p {
    font-size: 18px;
}

.form-info .goggle-btn {
    padding-right: 28px;
}

.form-info .goggle-btn button {
    border: 0;
    outline: none;
    width: 100%;
    display: flex;
    align-items: center;
    padding-inline: 24px;
    height: 47px;
    border-radius: 7px;
    gap: 12px;
    color: var(--SecondaryColor);
    font-size: 18px;
    font-weight: bold;
}

.form-info .goggle-btn button img {
    width: 20px;
    height: 20px;
}

.form-info .profile-social-icons {
    display: flex;
    gap: 16px;
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto;
}


.profile-social-icons>.social-pic img {
    max-width: 46px;
    width: 100%;

}

.contact-form-inner {
    width: 100%;
    background-color: rgba(255, 253, 253, 0.253);
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.25);
    padding: 30px;
    border-radius: 7px;
    position: relative;
    z-index: 999;

    /* margin-block: 40px; */
}

.form-head,
.form-btn {
    padding: 6%;
}

.contact-form-inner .form-head h1 {
    text-align: center;
    color: var(--whiteColor);
    font-size: 35px;
    padding: 7%;
    font-weight: bold;
}

.form-logo img {
    max-width: 280px;
    width: 100%;
    display: block;
    margin: 35px auto;
}

.contact-form-inner form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form-inner form>h1 {
    color: var(--whiteColor);
    font-size: 20px;
    margin-block: 10px;
}

form>.field-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

form>.field-box input,
textarea {
    padding: 8px;
    border: 1px solid white;
    outline: none;
    background: transparent;
    color: white
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.field-box>label {
    color: white;
    line-height: 29px;
    font-size: 18px;
}

.field-box textarea {
    resize: none;
    height: 113px;
}

.form-btn>button {
    border: 0;
    outline: none;
    padding: 12px;
    width: 162px;
    height: 49px;
    /* text-align: left; */
    border-radius: 7px;
    color: #000000;
    background-color: #fff;
    line-height: 0px;
    font-weight: bold;
    display: block;
    font-size: 21px;
    margin: 0 auto;
    transition: 0.2s ease-in-out;
}

.form-btn>button:hover {
    color: var(--whiteColor);
    background-color: var(--primaryColor);

}

.form-btn button>span {
    padding-right: 16px;
}


.search-bgImages {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 0;

}

.searchBg1 {
    background-image: url('images/pngwing1.png');
    background-position: center;
    background-size: cover;
    /* width: 800px; */
    max-width: 700px;
    width: 100%;
    height: 600px;
    position: relative;
}

.searchBg2 {
    background-image: url('images/pngwing2.png');
    background-position: center;
    background-size: cover;
    max-width: 700px;
    width: 100%;
    height: 600px;

}

footer {
    display: flex;
    justify-content: center;
    padding: 30px 14px 0px 14px;
    gap: 10px;
    max-width: fit-content;
    /* flex-wrap: wrap; */
    position: relative;
    z-index: 10;
    margin: 0 auto;
    color: #fff;
}

footer>p>a {
    color: var(--whiteColor);
    text-decoration: none;
    /* margin-bottom: 10px; */
}

@media only screen and (max-width:768px) {
    .header {
        padding: 13px 14px;
    }

    .nav-items-box {
        display: none;
    }

    .nav-logo-box img {
        width: 180px;
        object-fit: contain;
        max-height: fit-content;
    }

    .search-bgImages {
        flex-direction: column !important;
    }
}


@media only screen and (max-width:576px) {
    .nav-icons-box {
        gap: 10px;
    }

    .nav-icons-box span i {
        font-size: 20px;
    }

    .header>.login-btn button {
        padding: 7px 17px;
    }
    footer>p {
        font-size: 10px;
    }

    .form-inner {
        padding: 50px 0px;
    }
}

@media only screen and (max-width:365px) {
    .nav-icons-box{
        display: none;
    }
    }
