.section {
    padding: 70px 0;
}

.sectionCon {
    flex-direction: column;
}

.sectionHead {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 30px;
}

.sectionHead h2 {
    color: var(--secondary-color);
    font-size: 30px;
}

.sectionContent {
    width: 100%;
}

.poweredBrands {
    display: flex;
    flex-wrap: wrap;
    gap: 130px;
    align-items: center;
    justify-content: center;
}


.toggleBtns {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 100px;
}

.toggleBtn {
    background: var(--secondary-color);

    padding: 10px 10px;
    color: var(--light-color);
    text-transform: uppercase;
    font-size: 25px;
}

.toggleBtns .active {
    background: var(--tertiary-color);
    color: white;
}

.aboutWrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.aboutP {
    text-align: center;
    font-size: 30px;
}

#contact {
    background: linear-gradient(rgba(0, 0, 0, 0.545), rgba(0, 0, 0, 0.622)), url("https://images.unsplash.com/photo-1557683316-973673baf926?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    padding: 150px 0 !important;
}

.contactContent {
    display: flex;
    justify-content: center;
}

.contactForm {
    background: #20303b;
    border-radius: 20px;
    color: white;
    width: 800px;
    font-family: var(--tertiary-font);
    box-shadow: 0px 3px 65px rgba(0, 0, 0, 0.25);
}

.contactForm hr {
    outline: none;
    height: 1px;
    background: #5D6C74;
    border: none;
}

.terminalNav {
    display: flex;
    padding: 10px;
}

.terminalNav li {
    height: 18px;
    width: 18px;
    margin: 0 5px;
    border-radius: 100%;
}

.contactConnecting {
    padding: 20px 30px;
    font-size: 25px;
}

.contactFormInputs {
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 300;
}

.contactFormInputs label {
    /* margin-bottom: 20px; */
}

.contactFormInputs input,
.contactFormInputs textarea {
    background-color: var(--secondColor);
    font-family: var(--tertiary-font);
    width: calc(100% - 40px);
    border: 1px solid rgba(255, 255, 255, .1);
    padding-right: 18px;
    padding-left: 18px;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    color: white;
}

.contactFormInputs input:hover,
.contactFormInputs textarea:hover {
    border: 1px solid rgba(249, 249, 249, 0.656);

}

.contactFormInputs textarea {
    padding-top: 10px;
    resize: none;
    height: 100px;
}

.contactFormInputs input:focus-visible,
.contactFormInputs textarea:focus-visible {
    outline: none;
    border: 1px solid rgba(255, 255, 255, .1);
    border: 1px solid rgba(249, 249, 249, 0.656);

}

.contactFormSubmit {
    padding: 20px;
    text-align: center;
}

.contactFormSubmit button {
    font-size: 40px;
    color: white;
    font-weight: 600;
}

.contactFormSubmit button:hover {
    color: var(--secondary-color);
    cursor: pointer;
}

#searchBar {
    background: var(--secondary-color) url(https://www.pngall.com/wp-content/uploads/2017/11/Particles-PNG-Picture.png);
    background-position-x: -61px;
    background-position-y: -107px;
    background-attachment: fixed;
    background-size: cover;
}

.bestSearchBar {
    width: 70%;
    margin: auto;
    padding: 20px 30px;
    background: white;
    border-radius: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 800;
}

.bestSearchBar:hover {
    color: var(--secondary-color);
    cursor: pointer;
}

.testimonies {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.testimony {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.testimony img {
    height: 100px;
    border-radius: 100%;
}

.testimony span {
    margin-top: 20px;
    width: 70%;
    text-align: center;
    font-family: var(--primary-font);
    font-style: italic;
}

.testimony h3 {
    font-size: 30px;
}

.faq {
    background: url("https://images.unsplash.com/photo-1528460033278-a6ba57020470?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1024q=80");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 30vh;  
}

.faq .sectionContent {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.question {
    background: rgba(255, 255, 255, 0.703);
    padding: 20px;
    width: 100%;
}

.question span {
    display: flex;
    justify-content: space-between;
}

.question h1 {
    font-weight: 500;
    font-family: var(--secondary-font);
    font-size: 25px;
}

.question p {
    font-size: 20px;
    color: var(--secondary-color);
}

.question hr {
    margin: 8px 0;
    display: none;
}

.question h2 {
    font-weight: 300;
    font-size: 18px;
    display: none;
}