.feature-one {
position: relative;
display: block;
padding: 0 0 90px;
}
.feature-one__top {
position: relative;
display: block;
background-color: #f8f7f3;
padding: 125px 0 278px;
z-index: 1;
}
.feature-one__top-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.01;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.feature-one__top-left {
position: relative;
display: block;
margin-left: 66px;
}
.feature-one__top-img-list {
position: relative;
display: flex;
align-items: center;
}
.feature-one__top-img-list li {
position: relative;
display: block;
}
.feature-one__top-img-list li+li {
margin-left: -68px;
}
.feature-one__top-img-box {
position: relative;
display: block;
z-index: 1;
}
.feature-one__top-img-box:before {
content: "";
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
background-color: var(--thm-white);
clip-path: polygon(50% 0, 50% 0, 100% 48%, 53% 100%, 53% 100%, 0 49%);
z-index: -1;
}
.feature-one__top-img {
position: relative;
display: block;
clip-path: polygon(50% 0, 50% 0, 100% 48%, 53% 100%, 53% 100%, 0 49%);
z-index: 1;
}
.feature-one__top-img::before {
background-color: var(--thm-white);
position: absolute;
height: 0;
width: 100%;
left: 0;
top: 0;
opacity: 0;
-moz-transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s;
-ms-transition: all 400ms ease-out 0s;
-o-transition: all 400ms ease-out 0s;
transition: all 400ms ease-out 0s;
content: "";
z-index: 1;
}
.feature-one__top-img-list li:hover .feature-one__top-img::before {
height: 100%;
opacity: .05;
}
.feature-one__top-img:after {
position: absolute;
content: "";
background-color: var(--thm-white);
height: 100%;
width: 100%;
left: 0;
top: 0;
bottom: 0;
opacity: 0;
z-index: 1;
-moz-transition: all 600ms ease-out 0s;
-webkit-transition: all 600ms ease-out 0s;
-ms-transition: all 600ms ease-out 0s;
-o-transition: all 600ms ease-out 0s;
transition: all 600ms ease-out 0s;
}
.feature-one__top-img-list li:hover .feature-one__top-img:after {
height: 0;
opacity: .5;
}
.feature-one__top-img img {
width: 100%;
border-radius: 5px;
transition: .5s ease;
transform: scale(1.05);
}
.feature-one__top-img-list li:hover .feature-one__top-img img {
transform: scale(1);
}
.feature-one__top-img img {
width: auto;
}
.feature-one__top-img-list li:last-child {
z-index: 1;
}
.feature-one__top-img-list li:nth-child(4) {
z-index: 2;
}
.feature-one__top-img-list li:nth-child(3) {
z-index: 3;
}
.feature-one__top-img-list li:nth-child(2) {
z-index: 4;
}
.feature-one__top-img-list li:nth-child(1) {
z-index: 5;
}
.feature-one__top-right {
position: relative;
display: block;
margin-left: 94px;
margin-top: 40px;
}
.feature-one__bottom {
position: relative;
display: block;
margin-top: -163px;
z-index: 2;
}
.feature-one__bottom .container {
max-width: 1530px;
}
.feature-one__bottom .row {
--bs-gutter-x: 0px;
}
.feature-one__single {
position: relative;
display: block;
background-color: rgb(255, 255, 255);
box-shadow: 0px 0px 40px 0px rgba(4, 23, 26, 0.05);
margin-bottom: 30px;
z-index: 1;
}
.feature-one__single::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--thm-base);
transform: scaleX(0.7) rotateX(20deg);
opacity: 0;
transition: all 0.4s linear;
z-index: -1;
}
.feature-one__single:hover:before {
transform: scaleX(1.0) rotateX(0deg);
transition: all 0.4s linear;
opacity: 1;
}
.feature-one__inner {
position: relative;
display: block;
padding: 43px 50px 41px;
overflow: hidden;
z-index: 1;
}
.feature-one__title {
font-size: 24px;
font-weight: 600;
line-height: 32px;
}
.feature-one__title a {
color: var(--thm-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.feature-one__single:hover .feature-one__title a {
color: var(--thm-white);
}
.feature-one__text {
margin-top: 19px;
margin-bottom: 17px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.feature-one__single:hover .feature-one__text {
color: var(--thm-white);
}
.feature-one__btn {
position: relative;
display: inline-block;
}
.feature-one__btn a {
position: relative;
display: flex;
align-items: center;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.75px;
text-transform: uppercase;
color: var(--thm-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.feature-one__single:hover .feature-one__btn a {
color: var(--thm-white);
}
.feature-one__btn a i {
position: relative;
margin-left: 15px;
}
.feature-one__shape-1 {
position: absolute;
top: -80px;
left: -25px;
width: 80px;
height: 200px;
background-color: var(--thm-black);
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
transform: rotate(-45deg);
opacity: 0.03;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: -1;
}
.feature-one__single:hover .feature-one__shape-1 {
opacity: 0;
}
.feature-one__shape-2 {
position: absolute;
top: -80px;
left: -25px;
width: 80px;
height: 200px;
background-color: var(--thm-white);
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
transform: rotate(-45deg);
opacity: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: -1;
}
.feature-one__single:hover .feature-one__shape-2 {
opacity: .12;
}
.feature-one__shape-1 img {
width: auto;
} .services-details {
position: relative;
display: block;
padding: 120px 0 120px;
z-index: 1;
}
.services-details .container {
max-width: 1200px;
}
.services-details__left {
position: relative;
display: block;
}
.services-details__img {
position: relative;
display: block;
border-radius: 15px;
}
.services-details__img img {
width: 100%;
border-radius: 15px;
}
.services-details__title-1 {
font-size: 30px;
font-weight: 600;
line-height: 40px;
margin-top: 42px;
margin-bottom: 19px;
}
.services-details__text-2 {
margin-top: 16px;
margin-bottom: 29px;
}
.services-details__points-list {
position: relative;
display: block;
}
.services-details__points-list li {
position: relative;
display: flex;
align-items: center;
}
.services-details__points-list li+li {
margin-top: 20px;
}
.services-details__points-list li .icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: var(--thm-primary);
border-radius: 50%;
}
.services-details__points-list li .icon span {
position: relative;
display: inline-block;
font-size: 16px;
color: var(--thm-gray);
}
.services-details__points-list li p {
margin-left: 15px;
letter-spacing: -0.025em;
}
.services-details__text-3 {
margin-top: 30px;
margin-bottom: 44px;
}
.services-details__img-and-points {
position: relative;
display: flex;
align-items: center;
}
.services-details__points-img {
position: relative;
display: block;
border-radius: 15px;
}
.services-details__points-img img {
width: auto;
border-radius: 15px;
max-width: none;
}
.services-details__points-box {
position: relative;
display: block;
margin-left: 30px;
}
.services-details__points-title {
font-size: 30px;
font-weight: 600;
line-height: 40px;
}
.services-details__points-text {
margin-top: 12px;
margin-bottom: 24px;
}
.services-details__points-two {
position: relative;
display: block;
}
.services-details__points-two li {
position: relative;
display: flex;
align-items: center;
}
.services-details__points-two li+li {
margin-top: 20px;
}
.services-details__points-two li .icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: var(--thm-primary);
border-radius: 50%;
}
.services-details__points-two li .icon span {
position: relative;
display: inline-block;
font-size: 16px;
color: var(--thm-gray);
}
.services-details__points-two li>p {
margin-left: 15px;
}
.services-details__points-three {
position: relative;
display: block;
margin-top: 32px;
margin-bottom: 22px;
}
.services-details__points-three li {
position: relative;
display: flex;
align-items: center;
}
.services-details__points-three li+li {
margin-top: 16px;
}
.services-details__points-shape {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 10px;
height: 10px;
background-color: #bfc2c3;
border-radius: 50%;
}
.services-details__points-three li p {
position: relative;
margin-left: 15px;
}
.services-details__img-and-points-four {
position: relative;
display: flex;
align-items: center;
margin-top: 34px;
margin-bottom: 27px;
}
.services-details__points-four-img {
position: relative;
display: block;
}
.services-details__points-four-img img {
width: auto;
max-width: none;
border-radius: 10px;
}
.services-details__points-four {
position: relative;
display: block;
margin-left: 30px;
}
.services-details__points-four li {
position: relative;
display: flex;
align-items: center;
}
.services-details__points-four li+li {
margin-top: 18px;
}
.services-details__points-four li .icon {
position: relative;
display: inline-block;
}
.services-details__points-four li .icon span {
position: relative;
display: inline-block;
font-size: 20px;
color: var(--thm-base);
}
.services-details__points-four li p {
margin-left: 12px;
}
.services-details__points-five {
position: relative;
display: block;
}
.services-details__points-five li {
position: relative;
display: flex;
align-items: center;
}
.services-details__points-five li+li {
margin-top: 6px;
}
.services-details__points-five li p {
position: relative;
margin-left: 14px;
}
.services-details__points-five-shape {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 10px;
height: 10px;
background-color: #bfc2c3;
border-radius: 50%;
}
.services-details__icon-box {
position: relative;
display: flex;
align-items: center;
border-top: 1px solid #dadcdd;
border-bottom: 1px solid #dadcdd;
padding-top: 41px;
margin-top: 34px;
padding-bottom: 40px;
margin-bottom: 45px;
}
.services-details__icon-box li {
position: relative;
display: flex;
align-items: center;
}
.services-details__icon-box li+li {
margin-left: 60px;
}
.services-details__icon-box li .icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
max-width: 90px;
width: 100%;
height: 90px;
background-color: var(--thm-base);
border-radius: 10px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.services-details__icon-box li .icon:hover {
background-color: var(--thm-black);
}
.services-details__icon-box li .icon span {
position: relative;
display: inline-block;
font-size: 32px;
color: var(--thm-white);
}
.services-details__icon-box li p {
margin-left: 20px;
font-size: 20px;
line-height: 36px;
}
.services-details__faq {
position: relative;
display: block;
}
.services-details__faq .accrodion {
position: relative;
display: block;
border-radius: 5px;
border: 1px solid #dededf;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.services-details__faq .accrodion-title {
position: relative;
display: block;
cursor: pointer;
padding: 22px 30px 23px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.services-details__faq .accrodion-title h4 {
margin: 0;
font-size: 18px;
font-weight: 500;
line-height: 30px;
font-family: var(--thm-font);
letter-spacing: -0.04em;
position: relative;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.services-details__faq .accrodion+.accrodion {
margin-top: 20px;
}
.services-details__faq .accrodion-title h4::before {
content: "\e922";
font-family: 'icomoon' !important;
font-weight: 700;
font-size: 16px;
color: var(--thm-gray);
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.services-details__faq .accrodion.active .accrodion-title h4::before {
content: "\e922";
color: var(--thm-base);
transform: rotate(90deg);
}
.services-details__faq .accrodion-content {
position: relative;
padding-bottom: 21px;
padding-left: 30px;
padding-right: 45px;
margin-top: -15px;
}
.services-details__faq .accrodion-content p {
margin: 0;
line-height: 30px;
}
.sidebar__categories-list li.active a {
color: var(--thm-white);
}
.sidebar__categories-list li.active a::before {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
transform-origin: top center;
}
.sidebar__categories-list li.active .icon {
opacity: 1;
}
.sidebar__have-your-question {
position: relative;
display: block;
}
.have-your-question__form {
position: relative;
display: block;
border: 1px solid #dadcdd;
padding: 34px 34px 34px;
border-radius: 10px;
}
.uestion__form-box {
position: relative;
display: block;
}
.have-your-question__input-box {
position: relative;
display: block;
margin-bottom: 10px;
}
.have-your-question__input-box input[type="text"],
.have-your-question__input-box input[type="email"] {
height: 65px;
width: 100%;
border: none;
background-color: var(--thm-primary);
padding-left: 20px;
padding-right: 50px;
outline: none;
font-size: 16px;
color: var(--gray-color);
display: block;
font-weight: 400;
border-radius: 5px;
}
.have-your-question__input-box textarea {
font-size: 16px;
color: var(--thm-gray);
height: 120px;
width: 100%;
background-color: var(--thm-primary);
padding: 15px 20px 20px;
padding-right: 50px;
border: none;
outline: none;
margin-bottom: 0px;
font-weight: 400;
border-radius: 5px;
}
.have-your-question__input-box.text-message-box {
height: 120px;
margin-bottom: 15px;
}
.have-your-question__btn {
padding: 17px 20px 15px;
background-color: rgba(var(--thm-base-rgb), .40);
}
.have-your-question__btn::before {
background: var(--thm-base);
}
.have-your-question__btn::after {
background: var(--thm-black);
}
.have-your-question__icon {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
.have-your-question__icon span {
position: relative;
display: inline-block;
font-weight: 900;
color: var(--thm-base);
font-size: 14px;
}
.have-your-question__icon-2 {
top: 26%;
transform: translateY(-26%);
}
.services-details__support {
position: relative;
display: block;
text-align: center;
border-radius: 15px;
padding: 88px 35px 98px;
overflow: hidden;
margin-top: 40px;
z-index: 1;
}
.services-details__support-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.services-details__support-bg-2 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .85;
mix-blend-mode: multiply;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.services-details__support-title {
font-size: 36px;
font-weight: 600;
line-height: 46px;
color: var(--thm-white);
}
.services-details__support-text {
margin-top: 28px;
margin-bottom: 34px;
color: var(--thm-white);
}
.services-details__support-btn-box {
position: relative;
display: block;
}
.services-details__btn {
padding: 19px 20px 18px;
background-color: rgba(var(--thm-base-rgb), .40);
}
.services-details__btn:hover {
color: var(--thm-base);
}
.services-details__btn::before {
background: var(--thm-base);
}
.services-details__btn::after {
background: var(--thm-white);
}
.services-details__download-box {
position: relative;
display: block;
background-color: var(--thm-primary);
border-radius: 10px;
padding: 40px 35px 40px;
margin-top: 40px;
}
.services-details__download-list {
position: relative;
display: block;
}
.services-details__download-list li {
position: relative;
display: block;
}
.services-details__download-list li+li {
margin-top: 20px;
}
.services-details__download-list li a {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background-color: var(--thm-white);
border-radius: 10px;
font-size: 16px;
font-weight: 700;
color: var(--thm-black);
padding: 19px 25px 19px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 1;
}
.services-details__download-list li:hover a {
color: var(--thm-white);
}
.services-details__download-list li a::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0px;
right: 0;
border-radius: 10px;
background-color: var(--thm-base);
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
transform-origin: left right;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
z-index: -1;
}
.services-details__download-list li:hover a::before {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
transform-origin: top center;
}