/*==============================================
   FAQ One
===============================================*/
.faq-one {
    position: relative;
    display: block;
    z-index: 1;
}

.faq-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 736px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
}

.faq-one__left {
    position: relative;
    display: block;
    background-color: #12181A;
    padding: 75px 70px 70px;
}

.faq-one__left .section-title-three {
    margin-bottom: 31px;
}

.faq-one__left .section-title-three__title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}

.faq-one__text {
    line-height: 29px;
    color: var(--gizmo-white);
    margin-bottom: 54px;
}

.faq-one .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid var(--gizmo-base);
    background-color: #0F1314;
}

.faq-one .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 30px 20px;
}

.faq-one .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--gizmo-white);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--gizmo-base);
}

.faq-one .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 10px;
}

.faq-one .faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 15px;
    color: #666666;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 21px;
    height: 21px;
}

.faq-one .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--gizmo-base);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 23px;
    padding-left: 30px;
    padding-right: 70px;
    margin-top: -9px;
}

.faq-one .faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 14px;
    line-height: 29px;
    color: var(--gizmo-white);
}

.faq-one__right {
    position: relative;
    display: block;
    margin-top: 197px;
}

.faq-one__video-link {
    position: relative;
    display: block;
    margin-left: 295px;
}

.faq-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 136px;
    height: 136px;
    line-height: 136px;
    text-align: center;
    font-size: 40px;
    color: var(--gizmo-white);
    background-color: var(--gizmo-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.faq-one__video-icon:hover {
    background-color: var(--gizmo-white);
    color: var(--gizmo-base);
}

.faq-one__video-icon:before {
    content: "";
    position: absolute;
    top: -19px;
    left: -19px;
    right: -19px;
    bottom: -19px;
    border: 2px solid var(--gizmo-white);
    border-radius: 50%;
    z-index: -1;
}

.faq-one__video-link .ripple,
.faq-one__video-icon .ripple:before,
.faq-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--gizmo-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--gizmo-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--gizmo-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--gizmo-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.faq-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.faq-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.faq-one__happy-client {
    position: relative;
    display: block;
    margin-left: -24px;
    margin-top: 184px;
    background-color: #151519;
    padding: 77px 70px 61px;
    z-index: 1;
}

.faq-one__happy-client-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .60;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.faq-one__happy-client-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--gizmo-base);
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__happy-client-icon:hover {
    background-color: var(--gizmo-black);
}

.faq-one__happy-client-icon span {
    position: relative;
    display: inline-block;
    font-size: 43px;
    color: var(--gizmo-white);
}

.faq-one__happy-client-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: var(--gizmo-white);
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 24px;
}

.faq-one__happy-client-points {
    position: relative;
    display: block;
}

.faq-one__happy-client-points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.faq-one__happy-client-points li+li {
    margin-top: 21px;
}

.faq-one__happy-client-points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: var(--gizmo-base);
    border-radius: 50%;
}

.faq-one__happy-client-points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 8px;
    color: var(--gizmo-white);
}

.faq-one__happy-client-points li p {
    font-weight: 600;
    font-family: var(--gizmo-font-two);
    color: var(--gizmo-white);
}

/*--------------------------------------------------------------
# FAQ Two
--------------------------------------------------------------*/
.faq-two {
    position: relative;
    display: block;
    padding-top: 135px;
    z-index: 1;
}

.faq-two__inner {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--gizmo-base);
    padding-bottom: 135px;
}

.faq-two__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.faq-two__left .section-title-three {
    margin-bottom: 37px;
}

.faq-two__left .section-title-three__title {
    color: var(--gizmo-black);
}

.faq-two__btn-box {
    margin-top: 43px;
}

.faq-two__right {
    position: relative;
    display: block;
    margin-left: 40px;
}

.faq-two__right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
}

.faq-two__right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid rgba(var(--gizmo-base-rgb), .30);
    padding-bottom: 16px;
}

.faq-two__right .faq-one-accrodion .last-child {
    border-bottom: 0;
}

.faq-two__right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: var(--gizmo-black);
    font-family: var(--gizmo-font);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-two__right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--gizmo-black);
}

.faq-two__right .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 33px;
}

.faq-two__right .faq-one-accrodion .accrodion-title h4::before {
    content: "\e913";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 15px;
    color: var(--gizmo-base);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 21px;
    height: 21px;
}

.faq-two__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e913";
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
}

.faq-two__right .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-top: 25px;
}

.faq-two__right .faq-one-accrodion .accrodion-content p {
    margin: 0;
    color: var(--gizmo-black);
}

/*--------------------------------------------------------------
# FAQ Three
--------------------------------------------------------------*/
.faq-three {
    position: relative;
    display: block;
    padding: 135px 0 140px;
    z-index: 1;
}

.faq-three .section-title-three__title {
    color: var(--gizmo-black);
}

.faq-three__left {
    position: relative;
    display: block;
    margin-right: 65px;
}

.faq-three__img {
    position: relative;
    display: block;
}

.faq-three__img img {
    width: 100%;
}

.faq-three__right {
    position: relative;
    display: block;
    margin-left: -25px;
    margin-right: 73px;
}

.faq-three__right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: var(--gizmo-white);
}

.faq-three__right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 30px 20px;
}

.faq-three__right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--gizmo-black);
    font-family: var(--gizmo-font);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-three__right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--gizmo-base);
}

.faq-three__right .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 25px;
}

.faq-three__right .faq-one-accrodion .accrodion-title h4::before {
    content: "\e92d";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 15px;
    color: var(--gizmo-black);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 21px;
    height: 21px;
}

.faq-three__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e92e";
    color: var(--gizmo-base);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-three__right .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 23px;
    padding-left: 30px;
    padding-right: 110px;
    margin-top: -9px;
}

.faq-three__right .faq-one-accrodion .accrodion-content p {
    margin: 0;
    color: var(--gizmo-black);
}





/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/