@font-face {
font-display: swap;
font-family: "LamaSans_Bold";
src: url(//www.abosoliman.com/wp-content/themes/abosoliman/assets/font/LamaSans-Bold.ttf);
}
@font-face {
font-display: swap;
font-family: "LamaSans_Regular";
src: url(//www.abosoliman.com/wp-content/themes/abosoliman/assets/font/LamaSans-Regular.ttf);
}
@font-face {
font-display: swap;
font-family: "LamaSans_Medium";
src: url(//www.abosoliman.com/wp-content/themes/abosoliman/assets/font/LamaSans-Medium.ttf);
}
@font-face {
font-display: swap;
font-family: "LamaSans_SemiBold";
src: url(//www.abosoliman.com/wp-content/themes/abosoliman/assets/font/LamaSans-SemiBold.ttf);
}
html,
body {
padding: 0;
margin: 0;
}
a {
text-decoration: none;
}
:focus {
outline: none;
}
a:hover,
a:focus {
color: var(--primary);
}
a:visited {
}
html * {
font-family: "LamaSans_Medium";
}
:root {
--primary: #34a8f1;
--primary_900: #133d57;
--colorNormal: #667085;
--black-8: #020522;
--textColor: #525a6a;
--gray-8: #858d9d;
--lightWhite: #e7e9ec;
--natural_900: #3e4450;
--hover-primary: #f5fbfe;
}
p {
color: var(--textColor);
font-weight: 500;
font-size: 20px;
line-height: 30px;
}
.h3 {
font-weight: 700;
font-size: 20px;
line-height: 30px;
color: var(--primary_900);
}
.h4 {
font-weight: 600;
font-size: 14px;
color: var(--natural_900);
}
.darkBG,
.darkBGWork,
.paternBG,
.footerPatern,
.gradientBlue {
position: relative;
}
.darkBG:after,
.darkBGWork:after,
.paternBG:after,
.footerPatern:after,
.gradientBlue:after {
content: "";
position: absolute;
width: 320%;
height: 100%;
left: -111%;
top: 0;
z-index: 1;
background-size: cover;
background-position: center;
}
.swiper::-webkit-scrollbar {
display: none;
}
.darkBG:after {
height: 118%;
top: -18%;
background-image: url(//www.abosoliman.com/wp-content/themes/abosoliman/assets/public/assets/imgs/home/blueBG.png);
}
.darkBGWork:after {
background-image: url(//www.abosoliman.com/wp-content/themes/abosoliman/assets/public/assets/imgs/home/blueBG.png);
}
.paternBG:after {
height: 118%;
left: -11%;
top: -18%;
background-image: url(//www.abosoliman.com/wp-content/themes/abosoliman/assets/public/assets/imgs/about/about.png);
}
.footerPatern:after {
background-image: url(//www.abosoliman.com/wp-content/themes/abosoliman/assets/public/assets/imgs/footer/footer.png);
}
.darkBG *,
.darkBGWork *,
.paternBG *,
.footerPatern *,
.gradientBlue * {
z-index: 9 !important;
position: relative;
}
.body.isMenu {
overflow: hidden;
}
.body.isMenu .darkBG:after,
.body.isMenu .darkBGWork:after,
.body.isMenu .paternBG:after,
.body.isMenu .footerPatern:after,
.body.isMenu .gradientBlue:after {
content: none;
}
.navbar {
z-index: 99 !important;
}
.sub-title {
color: var(--primary);
font-family: "LamaSans_Bold";
font-size: 20px;
line-height: 28px;
position: relative;
padding-left: 68px;
}
.sub-title:after {
content: "";
position: absolute;
width: 52px;
height: 2px;
background: var(--primary);
bottom: 50%;
left: 0;
}
.sub-title-bottom {
color: var(--primary);
font-weight: 700;
font-size: 20px;
line-height: 30px;
position: relative;
}
.sub-title-bottom:after {
content: "";
position: absolute;
width: 52px;
height: 2px;
background: var(--primary);
bottom: -50%;
left: 37%;
}
.title {
font-weight: 700;
font-size: 48px;
line-height: 60px;
letter-spacing: -0.761905px;
color: var(--black-8);
margin-top: 24px;
font-family: "LamaSans_Medium";
margin-bottom: 56px;
}
.btn-action-primary {
background: var(--primary) !important;
border-radius: 8px;
height: 64px;
color: #fff;
padding: 0px 38px;
font-family: "LamaSans_Bold";
transition: all 0.2s ease-in-out;
gap: 8px;
}
.btn-action-primary svg {
transition: all 0.2s ease-in-out;
transform: translateX(0px);
}
.btn-action-primary:hover {
color: #fff;
background: #2c96d7 !important;
}
.btn-action-primary:hover svg {
transform: translateX(8px);
}
.btn-action-primary span {
font-family: "LamaSans_Bold";
font-size: 18px;
line-height: 26px;
}
a {
color: inherit;
text-decoration: none !important;
cursor: pointer;
}
* {
box-sizing: border-box;
}
section {
padding: 94px 0;
}
body,
html {
overflow-x: hidden;
}
.pagination-container .page-url {
padding: 8px;
border-radius: 8px;
transition: all 0.2s ease-in-out;
}
.pagination-container .page-url:hover {
background: var(--hover-primary);
}
.pagination-container .page-url a {
font-weight: 700;
font-size: 12px;
line-height: 18px;
color: var(--primary);
white-space: nowrap;
}
.swiper-slide {
background: transparent;
border-radius: 24px;
overflow: hidden;
transition: all 0.2s ease-in-out;
border: 1px solid #dedede;
opacity: 0.7;
}
.swiper-slide:hover {
background: #fff;
box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
0px 1px 2px rgba(16, 24, 40, 0.06);
border: 1px solid #f8f8f9;
opacity: 1;
}
.myProductsAll .slide-content {
padding: 0;
padding-left: 80px;
}
.slide-content h3 {
font-family: "LamaSans_Bold";
font-size: 32px;
line-height: 48px;
margin-bottom: 16px;
}
.slide-content p {
font-size: 18px;
line-height: 32px;
color: #5c5e6c;
font-family: "LamaSans_Regular";
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
display: none;
}
.pagination-container {
margin-top: 62px;
}
.pagination-container .count {
color: var(--gray-8);
}
.swiper-slide-active {
opacity: 1;
box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
0px 1px 2px rgba(16, 24, 40, 0.06);
border-radius: 12px;
border: 1px solid #f8f8f9;
}
.arrows div {
cursor: pointer;
}
.arrows div svg:hover path {
stroke: #263a9f;
}
.pagination-container button {
cursor: pointer;
background: transparent;
border: none;
}
.pagination-container * {
position: relative;
}
.pagination-container span:before {
content: "";
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%) scale(0);
-ms-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
width: 40px;
height: 40px;
border: 2px solid #0093f4;
border-radius: 50%;
-webkit-transition: -webkit-transform 0.25s;
transition: -webkit-transform 0.25s;
-o-transition: transform 0.25s;
transition: transform 0.25s;
transition: transform 0.25s, -webkit-transform 0.25s;
}
.pagination-container button span:after {
content: "";
width: 30px;
left: 0;
height: 2px;
background: #cacace;
position: absolute;
top: 44%;
}
.pagination-container button:hover span:after {
transition: all 0.2s ease-in-out;
width: 50px;
background: var(--black-8);
}
.pagination-container button:hover path {
stroke: var(--black-8);
transition: all 0.2s ease-in-out;
}
.pagination-container button:hover span:before {
-ms-transform: translate(-42%, -50%) scale(1);
transform: translate(-42%, -50%) scale(1);
}
.pagination-container .next {
transform: rotate(180deg);
margin: 0 0 0 28px;
}
.bread-crumb {
gap: 8px;
}
.bread-crumb li:hover a {
color: var(--gray-8);
}
.bread-crumb span {
text-decoration: underline;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: var(--gray-8);
}
figure.aligncenter.size-large,
figure.aligncenter.size-large img {
width: 100%;
}
.modal.show .modal-dialog {
max-width: 90%;
}
.modal-header {
padding: 24px;
}
.modal-head {
margin: 0 24px;
}
.modal-body {
padding: 24px;
}
.modal-head p {
font-size: 16px;
font-family: "LamaSans_SemiBold";
font-weight: 600;
line-height: 24px;
}
.modal.show .modal-dialog .info {
gap: 12px;
} .footer {
position: relative;
padding: 64px 0 24px 0;
}
.footer:after {
content: "";
position: absolute;
background-image: url(//www.abosoliman.com/wp-content/themes/abosoliman/assets/imgs/footer/Footer.png);
background-position: center center;
background-size: cover;
width: 320%;
height: 100%;
left: -111%;
top: 0;
z-index: 1;
}
.footer * {
z-index: 9;
position: relative;
}
.footer .upperFooter .logoWrapper {
margin-bottom: 34px;
}
.footer .upperFooter .logoWrapper * {
width: 100%;
}
.footer .upperFooter h3 {
font-weight: 700;
font-size: 56px;
line-height: 66px;
color: #ffffff;
margin-top: 48px;
}
.footer .upperFooter h4 {
font-weight: 500;
font-size: 32px;
line-height: 38px;
color: #ffffff;
}
.footer .upperFooter .scan {
margin-bottom: 24px;
}
.footer .upperFooter .scan p {
margin-bottom: 0;
margin-left: 14px;
font-size: 16px;
line-height: 24px;
color: #ffffff;
}
.footer .upperFooter .qr {
padding: 16px;
background-color: #fff;
border-radius: 16px;
max-width: 316px;
border: 1px solid #000;
}
.footer .upperFooter .socialProfiles {
margin-top: 54px;
grid-template-columns: auto auto auto auto auto;
padding: 0 78px;
}
.footer .upperFooter .socialProfiles .socialItem {
padding-left: 0;
padding-right: 12px;
cursor: pointer;
border-radius: 24px;
}
.footer .upperFooter .socialProfiles .socialItem span {
font-size: 16px;
line-height: 24px;
color: #fff;
padding-left: 16px;
}
.footer .upperFooter .socialProfiles .socialItem:hover {
transition: all 0.2s ease-in-out;
transform: scale(1.2);
background: #fff;
box-shadow: 0 5px 20px rgba(17, 16, 41, 0.15);
border-radius: 8px;
border-color: transparent;
}
.socialItem svg path,
.social-menu li path {
transition: all 0.2s ease-in-out;
}
.socialItem:nth-child(1n):hover svg path,
.social-menu li:nth-child(1n):hover path {
fill: #ea4c89;
}
.socialItem:nth-child(2n):hover svg path,
.social-menu li:nth-child(2n):hover path {
fill: #1157ff;
}
.socialItem:nth-child(3n):hover svg path,
.social-menu li:nth-child(3n):hover path {
fill: #2967b1;
}
.socialItem:nth-child(4n):hover svg path,
.social-menu li:nth-child(4n):hover path {
fill: #1da1f2;
}
.socialItem:nth-child(5n):hover svg path,
.social-menu li:nth-child(5n):hover path {
fill: #1877f2;
}
.footer .upperFooter .socialProfiles .socialItem:hover svg path {
transition: all 0.2s ease-in-out;
fill: #100f29;
}
.footer .upperFooter .socialProfiles .socialItem:hover span {
transition: all 0.2s ease-in-out;
color: #100f29;
}
.footer .contact {
padding: 54px;
border-bottom: 1px solid #dfdfdf;
background: #fff;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
margin-top: 54px;
}
.footer .contact .intro {
font-weight: bold;
font-size: 32px;
line-height: 40px;
letter-spacing: -0.5px;
margin-top: 52px;
max-width: 460px;
}
.footer .contact .contactInfo {
margin-top: 64px;
}
.footer .contact .contactInfo li {
margin-bottom: 44px;
}
.footer .contact .contactInfo li span {
margin: 0 44px;
font-size: 20px;
line-height: 28px;
color: var(--black-8);
line-break: anywhere;
}
.menu-footer {
padding: 24px 12px;
border-top: 1px solid #253a9f;
border-bottom: 1px solid #253a9f;
margin-top: 82px;
}
.footer .footer-menu li {
margin-right: 48px;
}
.footer .footer-menu li:last-child {
margin-right: 0;
}
.footer .footer-menu a {
color: var(--lightWhite);
transition: all 0.2s ease-in-out;
padding: 12px;
}
.footer .footer-menu a:hover {
background: #fff;
color: #253a9f;
transform: scale(1.2);
border-radius: 8px;
}
.footer .copyRights {
padding: 24px 0 0 0;
}
.footer .copyRights p {
font-size: 14px;
line-height: 18px;
color: #ffffff;
}
.footer .copyRights a {
font-size: 14px;
line-height: 18px;
color: #ffffff;
}
#scrollme {
cursor: pointer;
}
#scrollme p {
font-size: 14px;
line-height: 18px;
color: #ffffff;
opacity: 1;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
margin-bottom: 0;
}
#scrollme span {
width: 24px;
height: 2px;
left: calc(50% - -5px);
position: absolute;
content: "";
top: 8px;
border-radius: 20px;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
background-color: #ffffff;
opacity: 0;
}
#scrollme:hover span:nth-child(1) {
transform: rotate(45deg);
margin-left: 8px;
z-index: 1;
opacity: 1;
}
#scrollme:hover span:nth-child(2) {
transform: rotate(-45deg);
margin-left: -8px;
opacity: 1;
z-index: 1;
}
#scrollme:hover p {
opacity: 0;
}
#scrollme span::nth-child(1) {
left: calc(50% - 5px);
transform: rotate(180deg);
}
#scrollme span::nth-child(2) {
right: calc(50% - 5px);
transform: rotate(-180deg);
}
.aside {
width: 0%;
height: 100%;
background-image: url(//www.abosoliman.com/wp-content/themes/abosoliman/assets/imgs/home/hero-home.png);
background-position: 0%;
transition: all 0.2s ease-in-out;
padding-top: 54px;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 92;
overflow: hidden;
}
@media (max-width: 1991px) {
.site-header .navbar li,
.footer .footer-menu li {
margin-right: 28px;
}
.footer .upperFooter .socialProfiles {
margin-top: 32px;
padding: 0 36px;
}
.menu-footer {
margin-top: 54px;
}
.footer .upperFooter h3 {
font-size: 44px;
}
.footer .upperFooter h4 {
font-size: 28px;
}
}
@media (max-width: 991px) {
.list-unstyled.social-menu,
.hide-tablet {
display: none;
}
.navbar-toggle {
z-index: 99999;
}
.navbar-toggler:focus {
box-shadow: none !important;
}
.aside li {
margin-bottom: 0px;
transition: all 0.2s ease-in-out;
}
aside.asideShow {
width: 100%;
overflow: inherit;
background-position: 50% 50%;
}
aside.asideShow li {
margin-bottom: 16px;
}
.aside .current-menu-item {
color: var(--primary) !important;
opacity: 0;
}
aside.asideShow .current-menu-item {
opacity: 1;
}
header svg rect {
transition: all 0.2s ease-in-out;
}
.closeX rect:first-child {
transform: skewY(31deg);
}
.closeX rect:nth-child(2n) {
opacity: 0;
}
.closeX rect:last-child {
transform: skewY(-31deg);
}
.title {
font-size: 40px;
line-height: 48px;
margin-bottom: 40px;
}
.btn-action-primary {
height: 56px;
padding: 0px 32px;
}
.sub-title-bottom,
.sub-title {
font-size: 16px;
line-height: 20px;
}
section {
padding: 78px 0;
}
.slide-content h3 {
font-size: 28px;
line-height: 32px;
margin-bottom: 12px;
}
.footer .footer-menu a {
padding: 4px;
}
.site-header .navbar li,
.footer .footer-menu li {
margin-right: 0;
}
.myProductsAll .slide-content {
padding-left: 56px;
}
}
@media (max-width: 578px) {
.recommendations .gallery-thumbs {
padding-bottom: 16px;
}
.pagination-container .count {
padding: 8px;
}
.navbar-toggler {
right: 0;
}
.footer {
padding: 64px 12px 24px 12px;
}
.btn-action-primary {
height: 52px;
padding: 0px 24px;
}
.footer .upperFooter {
text-align: center;
}
.footer .upperFooter h3 {
font-weight: bold;
font-size: 32px;
line-height: 38px;
max-width: 665px;
margin-top: 16px;
}
.footer .upperFooter h4 {
font-size: 24px;
padding-bottom: 16px;
}
.footer .upperFooter .qr {
padding: 8px;
max-width: 248px;
}
.footer .upperFooter .socialProfiles {
margin-top: 28px;
padding: 0px 16px;
grid-template-columns: 1fr 1fr 1fr;
gap: 28px;
}
.footer .upperFooter .socialProfiles .socialItem {
height: 12px;
}
.footer .upperFooter .socialProfiles .socialItem:nth-child(2) {
border-right: 0;
}
.footer .upperFooter .socialProfiles .socialItem:nth-child(3n) {
border-left: 0;
}
.footer .contact .intro {
font-size: 24px;
line-height: 28px;
margin-top: 16px;
}
.footer .contact .contactInfo {
margin-top: 64px;
}
.footer .contact .contactInfo li span {
margin: 0 28px;
font-size: 16px;
line-height: 18px;
}
.title {
font-size: 36px;
line-height: 44px;
margin-bottom: 36px;
}
section {
padding: 44px 0;
}
.myProductsAll .slide-content {
padding-left: 12px;
}
.slide-content h3 {
font-size: 24px;
line-height: 28px;
margin-bottom: 8px;
margin-top: 8px;
}
.pagination-container {
margin-top: 40px;
}
.filters {
margin-bottom: 28px;
margin-top: 28px;
}
.menu-footer {
margin-top: 40px;
flex-direction: column;
}
.menu-footer ul {
justify-content: center;
padding-bottom: 8px;
flex-wrap: wrap;
}
.footer .upperFooter .socialProfiles .socialItem span {
font-size: 14px;
line-height: 14px;
color: #fff;
padding-left: 4px;
}
.footer .upperFooter .socialProfiles svg {
width: 24px;
}
.pagination-container {
margin-top: 28px;
padding-bottom: 0;
margin-bottom: 28px;
}
.navbar-light .navbar-nav .nav-link.active {
color: #fff !important;
}
#navbarSupportedContent .nav-link.active {
color: var(--primary) !important;
}
.pagination-container {
display: flex;
}
.swiper {
overflow-y: hidden !important;
}
.swiper .swiper-wrapper .swiper-slide-active,
.specialistsinitialized .swiper-slide-active {
width: 100% !important;
margin: auto !important;
margin-top: 0 !important;
}
.pagination-container .next {
margin: 0 0 0 16px;
}
}