/*!
Theme Name: Solutivia
Theme URI: https://them.es/starter
Author: Dr Mohsen Abdelhameed
Author URI: https://www.facebook.com/mohsen.elgamasy
Description: Fully from scratch. Welcome to Solutivia.
Version: 3.6.1
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: solutivia
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

/* Preloader container */
#main {
    padding: 50px 0 0;
}

#main-content {
    display: none;
	overflow: hidden;
}

body {
    overflow: hidden;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none;
	direction: ltr;
}

.preloader.hidden {
    display: none;
}

/* Background with gradient */
.preloader-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #113356, #801323);
    transform: translateY(100%);
}

.preloader-bg.animate-enter {
    animation: slideUpBg 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.preloader-bg.animate-exit {
    animation: slideUpExit 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

/* Text container */
.preloader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 0.25rem;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .preloader-text {
        gap: 0.5rem;
    }
}

/* Individual letters */
.letter {
    font-family: 'Tahoma', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(100px);
}

@media (min-width: 768px) {
    .letter {
        font-size: 4.5rem;
    }
}

@media (min-width: 1024px) {
    .letter {
        font-size: 6rem;
    }
}

.letter.space {
    width: 1rem;
}

@media (min-width: 768px) {
    .letter.space {
        width: 1.5rem;
    }
}

/* Letter animations */
.letter.animate-enter {
    animation: letterEnter 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.letter.animate-exit {
    animation: letterExit 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

/* Keyframes */
@keyframes slideUpBg {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideUpExit {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes letterEnter {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes letterExit {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100px);
        opacity: 0;
    }
}

a.header-book {
    background: linear-gradient(135deg, #113356, #801323);
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
	text-decoration: none !important;
}

a.header-book:hover {
    background: linear-gradient(135deg, #801323, #113356);
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
}

.dropdown-menu {
	text-align: right;
}

/* Open dropdown on hover */
.dropdown-hover:hover > .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

/* Fix BS5 hide delay */
.dropdown-menu {
    margin-top: 0;
}

/* Prevent clicking parent from navigating */
.dropdown-hover > a.nav-link {
    pointer-events: none;
}

/* Allow clicking of dropdown items only */
.dropdown-hover .dropdown-menu a {
    pointer-events: auto;
}

.dropdown-menu {
	text-align: right;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

#header {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.602187px 3.01094px -0.666667px, rgba(0, 0, 0, 0.11) 0px 2.28853px 11.4427px -1.33333px, rgba(0, 0, 0, 0.15) 0px 10px 50px -2px;
    background: #f5f5f5;
}

.our-services {
    background: linear-gradient(135deg, #113356, #801323);
    color: #fff;
}

.our-services h2 {
    font-size: 148px;
	color: #fff;
}

.our-services span {
    font-size: 38px;
}

.accordion-group li:nth-child(4) .accordion-overlay {
  background-color: #333;
  opacity: 0.8;
}
.accordion-group li:nth-child(4).out .accordion-overlay {
  background-color: #333;
  opacity: 0;
}
.accordion-group li:nth-child(3) .accordion-overlay {
  background-color: #9d9d9d;
  opacity: 0.8;
}
.accordion-group li:nth-child(3).out .accordion-overlay {
  background-color: #9d9d9d;
  opacity: 0;
}
.accordion-group li:nth-child(2) .accordion-overlay {
  background-color: #ca9964;
  opacity: 0.8;
}
.accordion-group li:nth-child(2).out .accordion-overlay {
  background-color: #ca9964;
  opacity: 0;
}
.accordion-group li:nth-child(1) .accordion-overlay {
  background-color: #a87339;
  opacity: 0.8;
}
.accordion-group li:nth-child(1).out .accordion-overlay {
  background-color: #a87339;
  opacity: 0;
}

.container-menu {
  padding: 0 1.5rem;
}
.container-menu .menu {
  padding: 0 1.5rem;
  cursor: pointer;
  position: relative;
  width: 8rem;
}
.container-menu .menu div {
  width: 5rem;
  height: 0.4rem;
  background-color: #333;
  margin-bottom: 0.4rem;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
}
.container-menu .menu div:nth-child(1) {
  left: 1.5rem;
  top: 2rem;
}
.container-menu .menu div:nth-child(2) {
  left: 1.5rem;
  top: 2.8rem;
}
.container-menu .menu div:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 0.4rem;
  background-color: #333;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.container-menu .menu div:nth-child(3) {
  right: 1.5rem;
  top: 3.6rem;
}
.container-menu .menu.active div:nth-child(1),
.container-menu .menu.active div:nth-child(3) {
  width: 0;
}
.container-menu .menu.active div:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.container-menu .menu.active div:nth-child(2):after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.container-menu .logotype {
  cursor: pointer;
  display: flex;
  flex-items: center;
  flex-direction: row;
  margin-left: 10rem;
}
.container-menu .logotype div {
  margin: 0;
}
.container-menu .checkout {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-group {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-group li {
  cursor: pointer;
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 0;
  list-style: none;
  width: 16.66666667%;
  height: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
	align-items: center;
    justify-content: center;
}
.accordion-group li h3 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  padding: 0;
  font-weight: 300;
  margin: 6.5rem 0 0;
  width: 100%;
  text-align: center;
}
.accordion-group li .accordion-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.accordion-group li section {
  display: flex;
  align-items: center;
  width: 0;
}
.accordion-group li.out section {
  width: 100%;
}
.accordion-group li section.big-section {
  width: 100%;
}
.accordion-group li section article {
	background-color: rgba(255, 255, 255, 0.8);
  padding: 1.6rem;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.15rem;
  display: table-cell;
  vertical-align: middle;
  padding: 2rem;
  position: relative;
  right: -200%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
	border-radius: 10px;
}
.accordion-group li.out section article h3 {
	display: block;
	margin: 0 0 10px;
	color: #113356;
}

.accordion-group li section article p:before,
.accordion-group li section article p:after {
  content: "";
  display: block;
  height: 1px;
}
.accordion-group li.out {
  width: 50%;
	padding: 10px;
}
.accordion-group li.out h3 {
	display: none;
}
.accordion-group li.out section article {
  right: 0;
}

@media (max-width: 767px) {
  .accordion-group {
    height: 360px;
  }
  .accordion-group li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
	.accordion-group li.out section article h3 {
    transform: unset;
}
.accordion-group li section article {
    font-size: 15px;
    padding: 1rem;
}
	.accordion-group li.out section article h3 {
    font-size: 20px;
}
  .accordion-group li h3 {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 2.5rem;
    padding: 0;
    margin: 10rem 0;
	white-space: nowrap;
    width: auto;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.theme-btn {
    background: #fff;
    padding: 15px 30px;
    border-radius: 100px;
    color: #113356;
    position: relative;
    animation: pulseGlow 2s infinite ease-in-out;
}

.our-contact {
    background: linear-gradient(135deg, #113356, #801323);
    color: #fff;
}

.our-contact h2 {
    font-size: 160px;
	color: #fff;
}

.our-contact .subtitle {
    font-size: 30px;
    color: #d3d3d3;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-box i {
    width: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

.contact-box .contact-info {
    flex: 1;
}

.contact-box .contact-info h3 {
	color: #fff;
}

.form-wrapper {
    background: #fff;
    padding: 25px;
    color: #000;
    border-radius: 18px;
}

.form-wrapper input, .form-wrapper textarea {
    background: #f5f5f5;
    border: none;
    padding: 13px;
    border-radius: 10px;
    width: 100%;
}

.form-wrapper label {
    width: 100%;
}

.form-wrapper .wpcf7-submit {
    background: #e3b25d;
    color: #fff;
}

.form-wrapper .wpcf7 {
    margin-top: 20px;
}

.our-stats, .our-blog {
    background: #f5f5f5;
}

.our-stats {
    padding-bottom: 8rem !important;
}

.stats-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.our-stats h2, .our-blog h2 {
    font-size: 40px;
    color: #113356;
}

.our-stats .subtitle, .our-blog .subtitle {
    font-size: 30px;
    color: #6c6c6c;
}

.stats-box {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 18px;
}

.stats-box h3 {
    color: #113356;
}

.stats-box .number {
    font-size: 60px;
    margin-bottom: 16px;
    color: #a52f5d;
}

.stats-thumb {
    height: 450px;
    border-radius: 18px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    background-blend-mode: multiply;
    color: #fff;
    padding: 30px;
}

.stats-thumb h3 {
	color: #fff;
}

.blog-box {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
}

.blog-box img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    margin-bottom: 15px;
}

span.post-date {
    font-size: 12px;
    font-weight: 300;
    color: #9e9797;
}

.blog-box h3 {
    font-size: 18px;
    color: #000;
    margin: 10px 0;
}

.blog-box p {
    font-size: 15px;
}

.our-about {
	position: relative;
    background: linear-gradient(135deg, #113356, #801323);
    color: #fff;
}

.our-about .container-fluid {
    position: relative;
}

.about-img {
    width: 100%;
}

.our-about h2 {
    font-size: 70px;
    color: #fff;
    margin: 20px 0 !important;
}

.our-about .subtitle {
    font-size: 30px;
    color: #cecece;
}

span.about-top-right {
    position: absolute;
    top: 20px;
    left: 20px;
}

.about-overlay {
    position: absolute;
    background: #ffffff17;
    display: block;
    height: 500px;
    width: 500px;
    top: 0;
    left: 12%;
    border-radius: 500px;
    z-index: 0;
}

#footer {
    background-color: #fff !important;
    padding: 40px 0 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0.602187px 3.01094px -0.666667px, rgba(0, 0, 0, 0.11) 0px 2.28853px 11.4427px -1.33333px, rgba(0, 0, 0, 0.15) 0px 10px 50px -2px;
}

#footer .container {
    padding-top: 40px;
	padding-bottom: 40px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    font-size: 20px;
    margin-bottom: 10px;
    color: #113356;
}

footer ul li a {
    color: #113356;
}

footer ul li a:hover {
    color: #a52f5d;
}

footer ul li i {
    margin-left: 10px;
	color: #a52f5d;
}

img.footer-logo {
    width: 200px;
    margin-bottom: 30px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social a {
    background: linear-gradient(135deg, #113356, #c42f5f);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
    background: linear-gradient(135deg, #c42f5f, #113356);
	color: #f5d79e;
	transition: all 0.3s ease-in-out;
}

span.footer-title {
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
}

#footer p {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: #113356;
    color: #fff;
}

img.blog-thumb {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    border-radius: 18px;
    position: sticky;
    top: 110px;
}

h1.blog-title {
    font-size: 60px;
    color: #000;
}

span.blog-date {
    font-size: 14px;
}

