@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Ovo&display=swap");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    /* font-weight: 400; */
}

body{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

header{
    overflow: hidden;
}

footer{
    overflow: hidden;
}

.toggle-row{
    display: flex;
    position: relative;
    justify-content: space-between;
}

.toggle-row::after{
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid var(--Secondary-Colour-2, #757977);
    left: 0;
    right: 0;
    bottom: 0;
}
.poweredBy {
    padding: 0 0 18px !important;
    
}
.poweredlink {
    font-weight:700;
    text-decoration: underline;
    color: white;
}
.col4{
    width: 384px;
}

.open svg {
    height: 20px;
    cursor: pointer;
}
 #quickLinksOpen{
    display: none;
} 

#contactOpen{
    display: none;
} 

.active{
    color: black;
    font-weight: bold;
}

.dropdown{
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;

}

.dropdown-item{
    display: none;
    padding-left: 16px;
    flex-direction: column;
    gap: 16px;
}


.drop-controller{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
}
.font-bold {
    font-weight: bold;
}
header .line{
    background-color: black;
}

@media (max-width:600px) {
    
    #contactOpen{
        display: block;
    }
    #contactUsContent{
        width: 100%;
    }
    #quickLinksOpen{
        display: block;
    } 
    #contactUsContent span{
        font-size: 12px;
    }
    .copyright-section{
        display: flex;
    padding: 0 !important;
    flex-direction: column !important; 
    align-items: flex-start !important;
    padding-bottom: 20px !important;
    }
    .content1{
        width: 99%;
    }
    .content1 span{
        font-size: 13px;
    }
    .copyright-section::after{
        content: none !important;
    }
    .copyy::before{
        position: absolute;
        content: '';
        background-color: #757977;
        left: 0;
        right: 0;
        height: 1px;
        bottom: 0;
    }
    .links{
        padding: 0;
        padding-left: 0 !important;
        min-width: 100%;
    }
}
@media (max-width:1200px) and (min-Width:750px) {
    nav ul{
            gap: 20px !important;
        }
    }

@media (max-width:750px) and (min-Width:600px) {
    nav ul{
        gap: 12px !important;
    }
}
