Files
hurasoft_2024/assets/css/style.scss

1304 lines
32 KiB
SCSS
Raw Normal View History

2024-02-16 11:50:51 +07:00
@font-face {
font-family: "shopee";
src: url(../font/shopee2021-regular.ttf);
}
:root {
--color-active: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
}
::-webkit-scrollbar-track {
background-color: #f5f5f5;
border-radius: 10px;
}
::-webkit-scrollbar {
width: 7px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
background: #2257bb;
border-radius: 20px;
background-image: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "shopee";
}
body {
color: #000;
font-family: "shopee";
margin: 0 auto;
background: #fff;
font-weight: normal;
font-size: 15px;
min-width: 1220px;
}
html {
font-size: 100%;
font-family: "shopee";
}
img {
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: var(--text-black);
&:hover {
color: #041f3a;
}
}
.clearfix {
content: "";
clear: both;
}
ul,
li {
list-style: none;
}
table {
border-collapse: collapse;
width: 100%;
}
.ul,
.ol {
margin: 0;
padding: 0;
list-style: none;
}
.d-flex {
display: flex !important;
}
.d-block {
display: block;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.text-center {
text-align: center !important;
}
.align-items {
align-items: center !important;
}
.space-between {
justify-content: space-between !important;
}
.space-center {
justify-content: center !important;
}
.d-block {
display: block !important;
}
.flex-direction {
flex-direction: column;
}
.line-clamp-1 {
2024-02-20 09:12:28 +07:00
display: -webkit-box !important;
2024-02-16 11:50:51 +07:00
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-2 {
2024-02-20 09:12:28 +07:00
display: -webkit-box !important;
2024-02-16 11:50:51 +07:00
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-3 {
2024-02-20 09:12:28 +07:00
display: -webkit-box !important;
2024-02-16 11:50:51 +07:00
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-4 {
2024-02-20 09:12:28 +07:00
display: -webkit-box !important;
2024-02-16 11:50:51 +07:00
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-5 {
2024-02-20 09:12:28 +07:00
display: -webkit-box !important;
2024-02-16 11:50:51 +07:00
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.container {
width: 1220px;
padding: 0 10px;
margin: 0 auto;
}
.swiper-button-next,
.swiper-button-prev {
width: 50px;
height: 50px;
box-shadow: 0 0 6px 0px rgba(200, 200, 200, 1);
border-radius: 50%;
background: #f5f5f5;
display: flex;
align-items: center;
justify-content: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
font-size: 18px;
color: #000;
}
.header {
background: #fff;
.logo {
display: block;
width: 160px;
img {
display: block;
width: 100%;
height: 100%;
}
}
.list-menu {
.item {
padding: 30px 0;
margin-right: 45px;
position: relative;
font-size: 15px;
&.active,
&:hover {
background: var(--color-active);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
&::before {
display: block;
}
}
&::before {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 3px;
width: 100%;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
border-radius: 20px;
display: none;
}
}
}
.box-translate {
border: none;
outline: none;
font-weight: bold;
}
2024-02-20 09:12:28 +07:00
&.not-home {
box-shadow: 0px 0px 6.699999809265137px 0px rgba(135, 135, 135, 0.25);
}
2024-02-16 11:50:51 +07:00
}
.homepage {
.banner {
background: url(../images/banner_home.png) no-repeat;
width: 100%;
background-size: 100%;
min-height: 654px;
position: relative;
.text {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 690px;
color: #fff;
font-size: 40px;
font-weight: 700;
text-transform: capitalize;
text-align: center;
}
}
.featured-clients {
margin: 80px 0;
.title {
font-size: 36px;
font-weight: 700;
text-transform: capitalize;
background: var(--color-active);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 12px;
}
.content-left {
width: 450px;
.txt {
font-size: 16px;
font-weight: 400;
line-height: 22px;
color: #555;
}
}
.content-right {
.item {
margin-left: 50px;
height: 35px;
display: block;
img {
width: 100%;
height: 100%;
display: block;
2024-02-20 10:14:16 +07:00
filter: grayscale(1);
transition: 0.5s all;
}
&:hover {
img {
filter: grayscale(0);
transition: 0.5s all;
}
2024-02-16 11:50:51 +07:00
}
}
}
}
.box-product {
background: url(../images/background_product.png) no-repeat;
background-size: cover;
margin-bottom: 80px;
.main-title {
margin-bottom: 30px;
}
.title {
font-size: 36px;
font-weight: 700;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 10%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 10px;
}
.content-left {
width: 50%;
img {
width: 410px;
display: block;
margin: 0 auto;
}
}
.content-right {
width: calc(50% + 50px);
margin-right: -50px;
}
.item {
width: calc(100% / 2 - 50px);
margin-right: 50px;
margin-bottom: 50px;
.logo {
display: block;
height: calc(100% - 81px);
img {
display: block;
}
}
.txt {
margin-top: 24px;
height: 57px;
}
&.xstore {
.logo {
padding-top: 10px;
}
}
}
}
.box-service {
position: relative;
padding-bottom: 100px;
&::before {
position: absolute;
content: "";
left: 0;
top: 50%;
background: url(../images/before-service.png) no-repeat;
transform: translate(0, -50%);
height: 260px;
width: 200px;
opacity: 0.3;
}
.title {
font-size: 36px;
font-weight: 700;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 10%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 20px;
}
.content-service {
margin-right: -20px;
}
.item-service {
width: calc(100% / 3 - 20px);
margin-right: 20px;
padding: 20px;
background: linear-gradient(0deg, rgba(224, 236, 255, 0.6) 0%, rgba(182, 211, 255, 0) 150.42%);
border-radius: 12px;
border: 1px solid #1fa5f1;
.box-image {
width: 80px;
height: 80px;
margin-bottom: 15px;
background: linear-gradient(0deg, rgba(94, 120, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 150.42%);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
img {
display: block;
width: 50px;
height: 50px;
opacity: 1;
object-fit: contain;
}
}
.cnt {
b {
font-size: 16px;
margin-bottom: 12px;
display: block;
}
p {
color: #555;
font-size: 14px;
display: block;
margin-bottom: 10px;
height: 55px;
}
}
.link {
background: var(--Linear, linear-gradient(180deg, #1d8bca 0%, #0c588b 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
}
.box-article {
background: url(../images/background_article.png) no-repeat;
background-size: 100%;
border-radius: 50px 0px;
min-height: 647px;
.main-title {
padding: 75px 0 30px 0;
.title {
font-size: 36px;
font-weight: 700;
background: var(--Linear, linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.view-all {
border-radius: 50px;
padding: 10px 40px;
font-weight: bold;
font-size: 16px;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 150%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
border: 1px solid #1fa5f1;
&:hover {
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 150%);
-webkit-text-fill-color: #fff;
}
}
}
.item-article {
width: 100%;
}
.content-article {
margin-bottom: 100px;
}
.swiper-button-next {
left: 60px;
top: 90%;
}
.swiper-button-prev {
left: 2px;
top: 90%;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
border: 1px solid #1fa5f1;
&::after {
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
}
.item-article {
background: #fff;
border-radius: 8px;
box-shadow: 0px 0px 6.7px 0px rgba(135, 135, 135, 0.25);
width: calc(100% / 3 - 16px);
.image-article {
width: 100%;
display: block;
height: 240px;
border-radius: 8px 8px 0px 0px;
overflow: hidden;
margin-bottom: 12px;
img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
}
.content-article {
padding: 12px;
.name {
margin-bottom: 12px;
span {
font-weight: 700;
}
}
.icon-link {
width: 24px;
height: 24px;
border-radius: 50%;
background: #d9d9d9;
display: flex;
align-items: center;
justify-content: center;
i {
font-size: 13px;
transform: rotate(-45deg);
}
}
}
.summary {
font-size: 13px;
color: #555;
font-weight: 400;
line-height: 18px;
}
}
}
.footer {
.contact-us {
background: #fff;
padding: 60px 0;
.title {
font-size: 28px;
text-transform: capitalize;
text-align: center;
margin-bottom: 20px;
font-weight: 400;
}
}
.form-contact {
margin: 0 auto;
width: 795px;
}
.input-contact {
width: 100%;
height: 52px;
border: 2px solid #1fa5f1;
border-radius: 50px;
padding: 0 25px;
opacity: 0.4;
outline: 0;
&::placeholder {
font-size: 16px;
}
&:focus {
opacity: 1;
}
}
.content-contact {
width: 100%;
position: relative;
}
.btn-submit {
position: absolute;
width: 38px;
height: 38px;
border-radius: 50%;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
text-align: center;
line-height: 38px;
right: 10px;
top: 7px;
i {
color: #fff;
}
}
.main-footer {
background: #f8f8f8;
padding: 35px 0;
position: relative;
&::before {
position: absolute;
content: "";
left: 0;
top: 0;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
width: 100%;
height: 2px;
}
}
.item-footer {
width: calc(100% / 4 - 30px);
margin-right: 30px;
.title {
margin-bottom: 25px;
display: block;
font-size: 16px;
}
p {
margin-bottom: 15px;
color: #606060;
font-size: 13px;
}
a {
display: block;
margin-bottom: 15px;
color: #606060;
font-size: 13px;
&:hover {
font-weight: 700;
background: var(--color-active);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
}
.footer-bottom {
border-top: 1px solid #d9d9d9;
padding: 15px 0;
background: #f8f8f8;
p {
color: #606060;
font-size: 13px;
}
}
}
// contact us
.relative {
position: relative;
}
.banner-contact-us {
background: url(../images/banner_contactus.png) no-repeat;
background-size: 100%;
width: 100%;
height: 570px;
.relative {
height: 100%;
}
.title-banner {
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
width: 630px;
h1 {
font-size: 38px;
font-weight: 700;
text-transform: capitalize;
color: #0c588b;
font-weight: 700;
margin-bottom: 15px;
}
p {
font-size: 20px;
color: #0c588b;
text-transform: capitalize;
font-weight: 400;
}
}
}
.trusted-partner {
margin: 60px 0 80px 0;
.partler-left {
width: 50%;
margin-right: 25px;
}
.partler-right {
width: calc(50% - 23px);
}
.title {
font-size: 32px;
font-weight: 700;
background: var(--color-active);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 20px;
}
.content {
p {
font-size: 15px;
color: #555;
margin-bottom: 20px;
line-height: 27px;
}
}
}
.company-culture {
margin-bottom: 80px;
.title {
background: var(--color-active);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 32px;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
}
.note {
font-size: 16px;
margin-bottom: 40px;
text-align: center;
}
}
.page-product {
.title {
background: var(--Linear, linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 36px;
font-weight: 700;
text-align: center;
margin: 60px 0 10px 0;
}
.note-product {
font-size: 16px;
color: #555;
text-align: center;
margin-bottom: 40px;
}
.item-product {
width: calc(100% / 2 - 20px);
margin-bottom: 20px;
margin-right: 20px;
padding: 20px;
border-radius: 20px;
2024-02-20 09:12:28 +07:00
background: rgba(235, 253, 255, 1);
.left {
width: calc(100% - 300px);
}
.right {
width: 300px;
}
&.blue {
background: rgba(57, 104, 218, 1);
.desc {
color: #fff;
}
.logo {
img {
filter: brightness(0) invert(1);
}
}
.link {
background: #fff;
span {
background-image: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
}
.desc {
font-size: 16px;
margin: 20px 0;
}
.link {
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
border-radius: 50px;
width: 135px;
height: 40px;
display: block;
text-align: center;
font-size: 16px;
color: #fff;
font-weight: 700;
line-height: 40px;
}
}
}
.page-service {
.title {
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 36px;
font-weight: 700;
text-align: center;
margin: 60px 0;
}
.list-service {
margin-right: -20px;
}
.item-service {
padding: 60px 0 100px 0;
width: calc(100% / 3 - 20px);
margin-right: 20px;
background: rgba(217, 241, 255, 1);
border-radius: 200px;
.image {
display: block;
margin: 0 auto;
height: 270px;
img {
display: block;
margin: 0 auto;
height: auto;
}
}
.content {
padding: 0 40px;
}
.name {
padding: 30px 0;
text-align: center;
font-size: 24px;
font-weight: 700;
color: rgba(12, 88, 139, 1);
display: block;
}
.note {
color: rgba(85, 85, 85, 1);
font-size: 15px;
text-align: center;
}
&:nth-child(2) {
background: rgba(247, 234, 255, 1);
}
&:nth-child(3) {
background: rgba(234, 255, 249, 1);
}
}
}
.item-article {
.image-article {
margin-bottom: 10px;
overflow: hidden;
display: block;
border-radius: 10px;
img {
width: 100%;
height: 100%;
display: block;
border-radius: 10px;
transition: 0.5s all;
transform: scale(1);
}
&:hover {
img {
transform: scale(1.02);
transition: 0.5s all;
}
}
}
.name-article {
font-size: 16px;
font-weight: 700;
display: block;
margin-bottom: 10px;
}
.tab-category {
padding: 5px 15px;
background: rgba(211, 211, 211, 1);
margin-right: 10px;
border-radius: 50px;
font-size: 15px;
}
.time {
color: rgba(85, 85, 85, 1);
}
}
.page-article {
.tab-list {
padding: 50px 0;
border-bottom: 1px solid rgba(217, 217, 217, 1);
.item {
margin-right: 15px;
padding: 15px 30px;
border: 1px solid rgba(217, 217, 217, 1);
border-radius: 50px;
color: rgba(85, 85, 85, 1);
text-transform: uppercase;
font-size: 18px;
&.active {
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
color: #fff;
font-weight: 700;
padding: 15px 70px;
}
}
}
.top-article {
padding: 50px 0;
border-bottom: 1px solid rgba(217, 217, 217, 1);
.article-left {
width: 50%;
margin-right: 15px;
.image-article {
height: 440px;
width: 100%;
display: block;
margin-bottom: 10px;
img {
width: 100%;
height: 100%;
display: block;
border-radius: 10px;
}
}
}
.article-right {
width: calc(50% - 15px);
.image-article {
height: 160px;
width: 290px;
margin-right: 10px;
}
.item-article {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid rgba(217, 217, 217, 1);
&:last-child {
border-bottom: 0;
}
}
.content-article {
width: calc(100% - 170px);
}
}
}
.list-article {
.item-article {
width: calc(100% / 3 - 10px);
margin-right: 10px;
margin-bottom: 20px;
}
.image-article {
width: 100%;
height: 250px;
display: block;
margin-bottom: 10px;
}
.name-article {
&:hover {
background: var(--color-active);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
}
}
.paging {
margin-top: 20px;
.item {
width: 35px;
height: 35px;
margin-right: 10px;
line-height: 36px;
background: rgba(234, 234, 234, 1);
text-align: center;
border-radius: 50%;
&.active,
&:hover {
background: linear-gradient(180deg, #1d8bca 0%, #0c588b 100%);
color: #fff;
}
}
}
2024-02-20 16:12:12 +07:00
2024-02-20 09:12:28 +07:00
.breadcrumb-global {
margin: 20px 0;
color: rgba(85, 85, 85, 1);
i {
margin: 0 10px;
display: block;
}
li {
display: flex;
align-items: center;
}
}
.page-article-detail {
.content-left {
width: 65%;
margin-right: 20px;
}
.content-right {
width: calc(35% - 20px);
}
.main-title {
padding: 15px 0;
border-bottom: 1px solid rgba(217, 217, 217, 1);
margin-bottom: 15px;
.name {
font-size: 24px;
margin-bottom: 10px;
}
.tag-category {
padding: 5px 15px;
background: rgba(211, 211, 211, 1);
margin-right: 10px;
border-radius: 50px;
font-size: 15px;
}
.time {
color: rgba(85, 85, 85, 1);
}
}
.icon-share {
padding-top: 15px;
margin-top: 15px;
border-top: 1px solid #d9d9d9;
a {
margin-left: 10px;
}
}
.box-featured-news {
.title {
height: 40px;
width: 100%;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
padding: 0 20px;
line-height: 40px;
color: #fff;
font-size: 18px;
font-weight: 700;
border-radius: 10px 10px 0 0;
}
.list {
padding: 15px;
border: 1px solid #d9d9d9;
border-top: 0;
}
.image-article {
width: 140px;
height: 85px;
margin-right: 10px;
}
.content-article {
width: calc(100% - 155px);
}
}
}
.nd p {
line-height: 23px;
font-size: 15px;
color: rgba(85, 85, 85, 1);
}
.page-job {
.banner-job {
background: url(../images/background_job.png) no-repeat;
background-size: 100%;
height: 470px;
position: relative;
.content-search {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.title {
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
text-transform: capitalize;
font-size: 32px;
margin-bottom: 15px;
text-align: center;
}
.note {
font-size: 20px;
text-align: center;
color: rgba(85, 85, 85, 1);
margin-bottom: 25px;
}
}
.form-search-job {
display: flex;
padding: 55px 30px;
background: rgb(39 39 39 / 20%);
border-radius: 42px;
.input {
width: 595px;
height: 50px;
background: #fff;
margin-right: 20px;
border-radius: 60px;
padding: 0 20px;
input {
background: transparent;
outline: none;
border: 0;
width: calc(100% - 40px);
&::placeholder {
color: rgba(167, 166, 166, 1);
}
}
i {
width: 40px;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
font-size: 24px;
}
}
.btn-search {
width: 160px;
height: 50px;
line-height: 50px;
text-align: center;
color: #fff;
font-size: 18px;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
border-radius: 60px;
}
}
.content-list-job {
padding: 25px 0;
}
.filter-job {
width: 390px;
margin-right: 15px;
}
.title-filter {
width: 100%;
height: 45px;
line-height: 45px;
background: rgba(12, 88, 139, 1);
padding: 0 15px;
color: #fff;
border-radius: 50px;
cursor: pointer;
span {
font-weight: 700;
}
}
.item-filter {
background: rgba(248, 248, 248, 1);
border-radius: 20px;
margin-bottom: 30px;
&.hidden {
.content-filter {
height: 0;
padding: 0;
overflow: hidden;
}
.title-filter {
i::before {
content: "\f107";
}
}
}
}
.icon-check {
width: 20px;
height: 20px;
margin-right: 10px;
border: 1px solid rgba(176, 176, 176, 1);
position: relative;
z-index: 9;
border-radius: 4px;
overflow: hidden;
&.checkered {
border: 0;
}
&.checkered::before {
position: absolute;
content: "\f00c";
left: 50%;
top: 50%;
font-family: "Font Awesome 6 Free";
font-weight: 900;
font-size: 12px;
transform: translate(-50%, -50%);
background: var(--color-active);
width: 100%;
height: 100%;
color: #fff;
text-align: center;
line-height: 20px;
}
}
.content-filter {
padding: 20px;
height: 100%;
}
.item-attr {
padding-bottom: 15px;
}
.filter-right {
color: rgba(85, 85, 85, 1);
}
.list-job {
width: calc(100% - 390px - 15px);
}
.item-job {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #d9d9d9;
.name-job {
font-size: 24px;
font-weight: 700;
margin-bottom: 10px;
}
.desc-job {
color: rgba(85, 85, 85, 1);
font-size: 15px;
margin-bottom: 25px;
}
.info-job {
margin-bottom: 15px;
.salary {
padding-right: 20px;
border-right: 2px solid rgba(170, 170, 170, 1);
b {
margin-left: 5px;
}
}
.time {
padding-left: 20px;
b {
margin-left: 5px;
}
}
}
.btn-apply {
display: block;
width: 150px;
height: 40px;
line-height: 40px;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
text-align: center;
font-size: 15px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
border-radius: 50px;
}
2024-02-16 11:50:51 +07:00
}
}
2024-02-20 10:14:16 +07:00
.page-contact {
.content-contact {
padding: 60px 0;
}
.contact-left {
width: 50%;
.title {
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 20%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 32px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}
.item {
margin-bottom: 20px;
b {
margin-right: 7px;
}
}
}
.contact-right {
width: 50%;
}
.form-control {
width: 100%;
margin-bottom: 15px;
input {
width: 100%;
height: 50px;
padding: 0 20px;
border-radius: 40px;
background: rgba(246, 246, 246, 1);
border: 0;
outline: 0;
&::placeholder {
color: rgba(167, 166, 166, 1);
}
&:focus {
border: 2px solid #1fa5f1;
}
}
}
.group-form {
margin-right: -15px;
width: auto;
}
.form-2 {
width: calc(50% - 15px);
margin-right: 15px;
}
.btn-send {
display: block;
width: 200px;
height: 50px;
line-height: 50px;
text-align: center;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 100%);
border-radius: 50px;
text-align: center;
color: #fff;
text-transform: uppercase;
font-weight: 700;
&:hover {
background: #fff;
border: 2px solid #1fa5f1;
background: linear-gradient(90deg, #1fa5f1 0%, #2257bb 70%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
}