@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;

@import url('./fonts/gilroy/stylesheet.css');
@import url('./fonts/texta/stylesheet.css');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

body{
    font-size: 1rem;
    font-family: "gilroy";
    position: relative;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Texta';
}

.z-1{
    z-index: 1;
}

.z-2{
    z-index: 2;
}

.z-3{
    z-index: 3;
}

.z-4{
    z-index: 4;
}

.z-5{
    z-index: 5;
}

.nav-link-text{
    font-weight: 500;
}

.active{
    color: #093A6B;
    font-weight: 700;
}

.space-container{
    width: 100%;
    height: 83.7px;
}


/*---------------------------------------
  FOOTER
---------------------------------------*/
.footer-container{
    padding: 20px 0 0px;
    background-color: #000;
}

.footer-sub-container{
    max-width: 1576px;
    margin: 0 auto;
    padding: 20px;
}

.footer-upper-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #717275;
}

.gs-footer-image{
    width: 220px;
}

.footer-middle-section{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.footer-middle-content-container{
    grid-column: 1/7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-about-container{
    text-align: justify;
}

.footer-about-us{
    color: #fff;
}

.footer-social-section{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.footer-social-text{
    color: #fff;
}

.footer-social-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
}

.footer-social-body{
    text-decoration: none;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 17px;
    border: #fff solid 1px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.footer-contact-section{
    grid-column: 7/13;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-contact-body{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: #717275 solid 1px;
}

.footer-contact-body:first-child{
    padding-top: 0px;
    margin-top: 0;
}

.footer-contact-body:last-child{
    padding-bottom: 0px;
    margin-bottom: 0;
    border-bottom: none;
}

.footer-contact-heading{
    /*background: linear-gradient(90deg, rgba(130,187,49,1) 0%, rgba(224,221,12,1) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #0798ff;
    font-size: 20px;
    font-weight: 700;
}

.footer-contact-details{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-contact-link-container,
.footer-contact{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-contact-link-container{
    gap: 0 20px;
}

.footer-contact{
    margin: 0 10px 0 0;
}

.footer-contact-link-text,
.footer-contact-text{
    color: #fff;
    margin-bottom: 0;
}

/* .footer-contact-text:first-child::after{
    content: '-';
    margin: 0 10px;
} */

.footer-contact-link{
    color: #fff;
    text-decoration: none;
}

.footer-contact-link:hover{
    color: #ccc;
}

.footer-lower-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    border-top: 1px solid #717275;
    padding-top: 10px;
}

.footer-lower-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.footer-lower-copyright{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.copyright-icon{
    color: #fff;
    font-size: 28px;
    margin-right: 10px;
}

.footer-lower-container p{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.footer-lower-container a{
    color: #fff;
    text-decoration: none;
}

.footer-vertical-border{
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin: 0 5px;
}

/*---------------------------------------
  FOOTER
---------------------------------------*/


@media screen and (max-width: 1024px){
    .footer-middle-content-container{
        grid-column: 1/13;
    }
    .footer-contact-section{
        grid-column: 1/13;
    }
    .footer-social-text{
        width: 90px;
    }
    .footer-about-us{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 576px){
    .footer-contact-link-container{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 2px;
        margin-top: 10px;
    }
    .footer-middle-section{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-social-section{
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0px 20px;
        margin-bottom: 10px;
    }
}