.sec-sub_title {
    font-family: 'Caveat';
    font-weight: 400;
    font-size: 30px;
    line-height: 29px;
    color: #666F77;
    margin-bottom: 20px;
}

.sec-title h3 {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 56px;
    line-height: 75px;
    color: var(--title-color);
}

.text-title {
    font-family: 'Cairo';
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #666F77;
    margin-top: 20px;
}

.text-number {
    font-family: 'Cairo';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #666F77;
    margin-top: 10px;
}

.sec-link-btn {
    text-align: center;
    margin-top: 30px;
}

.service-btn.active{
    background: var(--secondary-color);
    border: none;
    border-radius: 10px;
    padding: 13px 33px;
    font-family: 'Cairo';
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: var(--base-color);
}

.service-btn:hover {
    color: var(--link-hover-color);
}

.service-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    background-color: var(--secondary-color);
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-family: 'Cairo';
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: var(--base-color);
    z-index: 1;
    transition: all 500ms ease;
}

.service-btn::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 0;
    opacity: 0;
    content: "";
    z-index: -1;
    background-color: var(--base-color);
    transform: scale(1.0) rotateX(45deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-btn:hover::before {
    opacity: 1.0;
    width: 100%;
    transform: scale(1.0) rotateX(0deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-btn.two:hover {
    color: var(--link-hover-color);
    border: none;
}

.service-btn.two {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    background: var(--secondary-color);
    border: none;
    border-radius: 10px;
    padding: 16px 30px;
    font-family: 'Cairo';
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: var(--base-color);
    z-index: 1;
    transition: all 500ms ease;
}

.service-btn.two::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 0;
    opacity: 0;
    content: "";
    z-index: -1;
    background: #FFFFFF;
    border: none;
    transform: scale(1.0) rotateX(45deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 64px0.5s linear;
}

.service-btn.two:hover::before {
    opacity: 1.0;
    width: 100%;
    transform: scale(1.0) rotateX(0deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.theme-btn span {
    font-family: 'Cairo';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}


.theme-btn {
    position: absolute;
    background: var(--secondary-color);
    border-radius: 39px;
    padding: 15px 42px;
    right: 14px;
    top: 11px;
    outline: none;
    border: none;
}

.theme-btn:hover{
    background-color: var(--primary-color);
}

.form-group_btn {
    position: relative;
    margin-top: 10px;
}

.form-group_btn input[type="email"] {
    border: none;
    font-family: 'Cairo';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--sec-bg-color);
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    border-radius: 79px;
    padding-left: 42px;
    padding-right: 200px;
}
