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

.desktopNavbar {
    display: flex;
    justify-content: space-between;
    padding: 1rem 4rem 10px 4rem;
    align-items: center;
    font-weight: 500;
}

.navbarMobile {
    display: none;
}

.Logo img {
    height: 65px;
    width: 65px;
}

.navElements {
    display: flex;
    column-gap: 5rem;
    align-items: center;
    font-size: 20px;
}

.navElements ul {
    list-style: none;
    display: flex;
    column-gap: 3rem;
    margin-bottom: 0 !important;
    align-items: center;
}

.dropdown .dropdown-menu {
    display: none;
    padding: 8px 20px;
    line-height: 1.5rem;
    white-space: nowrap;
    font-size: 15px;
}

.dropdown .dropdownButton {
    border: none;
    background-color: transparent;
    color: #000033 !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 20px;
    padding: 0;
}

.navElements ul li a {
    text-decoration: none;
    color: #000033;
    font-weight: 400;
}

.navElements a {
    text-decoration: none;
}

.navElements ul li:nth-child(2) a i {
    padding-left: 15px;
    color: #525252;
}

.navButton {
    padding: 8px 1.2rem;
    display: flex;
    column-gap: 15px;
    align-items: center;
    background-color: #6378e9;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

.navButton:hover{
    text-decoration: none;
    color: white;
  }
  

.navLink::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #6378e9;
    transition: width .4s ease-in;
}

.navLink:hover {
    font-weight: 600;
}

.navLink:hover::after {
    width: 100%;
}

.formSection {
    margin-inline: 3rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-block: 4rem;
}

.formSection .headingTitle {
    display: flex;
    column-gap: 10px;
    align-items: center;
    color: #6378e9;
    font-size: 20px;
}

.headingTitle h4 {
    font-size: 22px;
    color: #6378e9;
    position: relative;
    margin-left: 3rem;
}

.headingTitle h4::before {
    content: " ";
    display: block;
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: -45px;
    background: #6378e9
}

.formSection .formContainer {
    border: 1px solid #C2C2C2;
    padding: 2rem;
    margin-top: 1rem;
    border-radius: 5px;
}

.formContainer form {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.inputName .mandatorySection {
    display: flex;
}

.mandatorySection p {
    color: #000000;
    font-size: 18px;
}

.mandatorySection p span {
    color: #FF0000;
    font-weight: 500;
    margin-left: 3px;
}

.inputName select {
    color: #6378e9;
    width: 100%;
    padding: 10px;  
    outline: none;
    border: 1px solid #CFD3D4;
    border-radius: 5px;
    background-color: transparent;
}

.inputName input {
    padding: 10px 1rem;
    font-size: 16px;
    color: #ABAFB1;
    font-weight: 200;
    border: 1px solid #CFD3D4;
    border-radius: 8px;
    outline: none;
    width: 100%;
}

.inputName .descBox {
    height: 200px;
    padding: 10px 1rem;
    font-size: 16px;
    color: #ABAFB1;
    font-weight: 200;
    border: 1px solid #CFD3D4;
    border-radius: 8px;
    outline: none;
    width: 100%;
}

.updates .emptyfieldUpdate {
    display: flex;
    column-gap: 1rem;
    align-items: baseline;
}

.emptyfieldUpdate i {
    color: red;
}

.raisedByContainer .newSectionIntro{
    font-size: 25px;
    color: #000000;
    font-weight: 600;
}

.raisedByContainer .twoInputContainer{
    display: flex;
    column-gap: 2rem;
    /* justify-content: space-between; */
}

.twoInputContainer .inputName{
    width: 100%;
}

.mainForm button {
    padding: 8px 10px;
    width: 16%;
    font-size: 20px;
    background: #6378E9;
    border: none;
    color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
}

/* .mainForm .issueInfoSection {
    display: flex; */
    /* justify-content: space-between; */
    /* column-gap: 2rem;
} */

.issueInfoSection .descContainer {
    width: 80%;
}

.issueInfoSection .issueDetails {
    border: 1px solid #C2C2C2;
    padding: 2rem 1rem;
    border-radius: 5px;
    width: 25%;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.footerMobile {
    display: none;
}

.footer {
    background-color: #6378e9;
    color: white;
    padding: 2rem;
}

.footer .footerContainer {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
    padding-block: 3rem;
    /* align-items: baseline; */
}

.footerContainer .copyRightSection {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.footerMainContent {
    display: flex;
    column-gap: 5rem;
}

.footerContainer .mainContentSection {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.mainContentSection h3 {
    margin: 0;
    font-size: 25px;
}

.mainContentSection .mainContent {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.mainContent p {
    margin: 0;
    font-size: 15px;
}

.footerContainer .footerLastSection {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
}

.footerLastSection .findUsSection {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.findUsSection .findUsStatement {
    margin: 0;
    font-size: 25px;
}

.findUsSection .socialMediaIcons {
    display: flex;
    column-gap: 2rem;
}

.socialMediaIcons a {
    font-size: 15px;
    color: white;
    font-weight: 100;
}

.footerLastSection .newsLetterSection {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.newsLetterSection h3 {
    margin: 0;
    font-size: 25px;
}

.newsLetterSection .getUpdateBox {
    display: flex;
    column-gap: 1rem;
}

.emailSection {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background-color: white;
    column-gap: 10px;
}

.emailSection i {
    font-size: 15px;
    color: #94a3b8;
}

.emailSection input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
}

.getUpdateBox button {
    padding: 10px 15px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    border-radius: 4px;
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.bottomFooter {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.bottomFooter p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.bottomFooter p a {
    color: #ffffff;
}

.footerElements {
    margin-top: 2rem;
}

.footerElements ul {
    list-style: none;
    display: flex;
    column-gap: 3rem;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

.footerElements ul li a {
    text-decoration: none;
    color: white;
}

.footerMobile {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 520px) {
    .desktopNavbar {
        display: none;
    }

    .navbarMobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
    }

    .navbarMobile .dropdown .dropdownButton {
        font-size: 15px;
    }

    .navbarMobile .hamburgerNav {
        position: fixed;
        background-color: white;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
        z-index: 1;
        height: 100vh;
        right: -200px;
        top: 0;
        transition: .3s all linear;
        box-shadow: 0px 4px 40px 0px #00000033;
    }

    .hamburgerNav.show {
        right: -1px;
    }

    .hamburgerNav button {
        background-color: transparent;
        border: none;
    }

    .hamburgerNav ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        padding-left: 0;

    }

    .hamburgerNav ul a {
        text-decoration: none;
        color: #000033;
    }

    .hamburgerNav .closeMark {
        text-align: end;
    }

    .closeMark i {
        font-size: 25px;
        color: #6378e9;
        margin-right: 5px;
    }

    ul li a .loginButton {
        padding: 8px 12px;
        display: flex;
        column-gap: 12px;
        align-items: center;
        background-color: #6378e9;
        color: white;
        border: none;
        border-radius: 5px;
        font-weight: 500;
        font-size: 16px;
        cursor: pointer;
    }

    .loginButton i {
        font-size: 15px;
        color: white;
    }

    .navbarMobile .hamburger {
        font-size: 30px;
        color: #6378e9;
        position: relative;
    }

    .footer {
        display: none;
    }

    .footerMobile {
        display: block;
    }

    .footerMainContent .mainContentSection {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
    }

    .footerMobile .footerMobileContainer {
        background-color: #6378e9;
        color: white;
        padding: 2rem;
        flex-direction: column;
        display: flex;
        row-gap: 2rem;
    }

    .footerMobileContainer .followLogoSection {
        display: flex;
        justify-content: space-between;
    }

    .followLogoSection .copyRightSection {
        width: min-content;
    }

    .followLogoSection .copyRightSection img {
        width: 130px;
    }

    .findUsSection {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }

    .findUsSection .findUsStatement {
        font-size: 15px;
    }

    .findUsSection .socialMediaIcons {
        display: flex;
        column-gap: 1rem;
    }

    .footerMainContent {
        column-gap: 0rem;
        justify-content: space-between;
    }

    .footerMainContent .mainContentSection h3 {
        font-size: 18px;
    }

    .footerMobile .newsLetterSection h3 {
        font-size: 18px;
    }

    .mainContent p {
        font-size: 13px;
    }

    .newsLetterSection h3 {
        margin-bottom: 10px;
    }

    .emailSection {
        column-gap: 4px;
        padding: 6px;
    }

    .emailSection input {
        font-size: small;
    }

    .getUpdateBox button {
        font-size: 12px;
        white-space: nowrap;
        column-gap: 10px;
        padding: 6px
    }

    .footerMobile .footerElements {
        background-color: #6378e9;
        color: white;
        padding-block: 1rem;
        margin-top: 0;
        border-block: 1px solid white;
    }

    .footerElements ul li a {
        font-size: 15px;
    }

    .bottomFooterMobile p {
        margin-top: 1rem;
        font-size: 13px;
    }

    .bottomFooterMobile p a {
        color: #ffffff;
    }

    .footerElements ul {
        display: grid;
        column-gap: 1rem;
        grid-template-columns: auto auto;
        grid-gap: 5px;
        padding-left: 0;
    }

}

@media screen and (min-width: 992px) and (max-width: 1100px) {
    .navbar {
        padding: 2rem 2rem;
    }

    .navElements {
        column-gap: 3rem;
        font-size: 15px;
    }

    .navElements ul {
        list-style: none;
        display: flex;
        column-gap: 2rem;
    }

    .navButton {
        font-size: 15px;
    }

    .copyRightSection p {
        font-size: 11px;
    }

    .copyRightSection .grantLoungeLogo {
        height: 28px;
    }

    .copyRightSection .logoImg {
        height: 65px;
    }

    .footerMainContent {
        column-gap: 14px;
    }

    .mainContentSection h3 {
        font-size: 20px;
    }

    .findUsSection .findUsStatement {
        font-size: 20px;
    }

    .mainContentSection .mainContent {
        width: max-content;
    }

    .mainContent p {
        font-size: 14px;
    }

    .footer .footerContainer {
        column-gap: 2.5rem;
    }

    .footerLastSection h3 {
        font-size: 20px;
    }

    .newsLetterSection .getUpdateBox {
        column-gap: 10px;
    }

    .getUpdateBox .emailSection {
        padding: 10px 10px;
        width: 45%;
    }

    .getUpdateBox button {
        padding: 5px 10px;
        column-gap: 10px;
    }

    .bottomFooter p {
        font-size: 12px;
    }

    .footerElements ul {
        font-size: 15px;
        column-gap: 1rem;
        padding: 0;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
    .navbar {
        padding: 2rem 2rem;
    }

    .navElements {
        font-size: 18px;
    }

    .navButton {
        font-size: 15px;
    }

    .copyRightSection p {
        font-size: 12px;
    }

    .footerMainContent {
        column-gap: 20px;
    }

    .mainContentSection h3 {
        font-size: 18px;
    }

    .mainContent p {
        font-size: 14px;
    }

    .footer .footerContainer {
        column-gap: 2rem;
    }

    .footerLastSection h3 {
        font-size: 18px;
    }

    .getUpdateBox button {
        padding: 5px 10px;
        column-gap: 10px;
    }

    .footerElements ul {
        font-size: 16px;
        column-gap: 2rem;
        padding: 0;
    }

}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .navbar {
        padding: 2rem 2rem;
    }

    .navElements {
        font-size: 18px;
    }

    .navButton {
        font-size: 15px;
    }

    .copyRightSection p {
        font-size: 12px;
    }

    .footerMainContent {
        column-gap: 2rem;
    }

    .mainContentSection h3 {
        font-size: 18px;
    }

    .mainContent p {
        font-size: 14px;
    }

    .footerLastSection h3 {
        font-size: 18px;
    }

    .footerElements ul {
        font-size: 18px;
        padding: 0;
        column-gap: 2rem;
    }
}