/*
Theme Name: PWAQAR THEME
Theme URI: https://pwaqar.com/
Author: Diana Zeinal
Author URI: https://pwaqar.com/
Description:  Multipurpose HTML Website Templates.
Tags: blog, two-columns, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.8
Tested up to: 6.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pwaqar
*/
:root {
--pw-main:#94469a;
--pw-sub:#333333;
--pw-fff:#ffffff;
--pw-000:#000000;
--pw-eee:#f2f2f2;
}
html {background:var(--pw-main);}
body {font-family: 'Outfit', sans-serif;color:var(--pw-sub);background-color: var(--pw-fff);}
a {text-decoration: none;color:var(--pw-main);}
h1, h2, h3 {font-family: 'Outfit', sans-serif;}
.text-justify {text-align:justify;}
.text-main {color:var(--pw-main);}
.text-sub {color:var(--pw-sub);}
.bg-main {background:var(--pw-main);}
.bg-sub {background:var(--pw-sub);}
.h-r{height:1px;border:none;background:linear-gradient(to right, transparent, #d1d1d1, transparent);opacity: 1;}
.fs-7 {font-size:10px;}
.mfnt{font-family: 'Bebas Neue', sans-serif;}
.btn-pw{background: rgb(0 0 0 / 48%);color: white;backdrop-filter: blur(9px);}
/* Header */
#pw-nav {padding:0;margin: 10px auto;}
#pw-main-nav .menu-item a {color:var(--pw-000);padding:5px 10px;}
#pw-main-nav .menu-item a:hover {color:var(--pw-main);}
#pw-main-nav .current-menu-item a {color:var(--pw-main);font-weight: bolder;}
#pw-main-nav ul.sub-menu {display:none;border-top:3px solid var(--pw-main);border-bottom:3px solid var(--pw-main);min-width:240px;list-style:none;padding:25px 10px;position:absolute;top:100%;background:rgba(255,255,255,.9);border-radius:7px;box-shadow:0 0 5px #999;animation: slide-down .3s ease-out;}
#pw-main-nav ul.sub-menu .menu-item a {color:var(--pw-main);padding:10px;display:inline-block;}
#pw-main-nav ul.sub-menu .menu-item a:hover {color:var(--pw-sub);}
#pw-main-nav li.menu-item-has-children {position:relative;}
#pw-main-nav li.menu-item-has-children:hover > .sub-menu {display:block;}
#pw-main-nav .menu-item-has-children > a:after {content:"\F22C";font-family: "bootstrap-icons";display:inline-block;margin:2px 1px 0 3px;vertical-align:top;}
#pw-main-nav ul.sub-menu:before {content: "";position: absolute;border-color: rgba(194, 225, 245, 0);border: solid transparent;border-bottom-color: white;border-width: 11px;margin-right: 10px;top: -21px;z-index: 1;}
#pw-main-nav ul.sub-menu:after {content: "";position: absolute;margin-right: 10px;top: -21px;width: 0;height: 0;border: solid transparent;border-width: 10px;border-bottom-color: #aaa;z-index: 0;}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}
@keyframes slide-down {
      0% { opacity: 0; transform: translateY(-5%); }   
    100% { opacity: 1; transform: translateY(0); }
}
.header-icon {cursor: pointer;margin:auto;vertical-align: middle;}
.bg-insta {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}

.menu-button {cursor: pointer;height: 22px;line-height: 50px;margin: 25px auto;}
.pw-bar {height: 4px;background: #fff;width:30px;margin: 6px;transition: 400ms;border-radius: 5em;}
.pw-bar1 {width:36px;}
.pw-bar2 {width:26px;}
.pw-bar3 {width:30px;}
.menu-button:hover .pw-bar1 {transform:rotate(-5deg);}
.menu-button:hover .pw-bar2 {width:33px;}
.menu-button:hover .pw-bar3 {transform:rotate(5deg);}
/* Side Menu */
#pw-side-menu {box-shadow:0 0 5px #333;max-width: 300px;;background-size:cover;}
#pw-side-menu .offcanvas-header {border-bottom:1px solid;}
#pw-side-menu .btn-close {}
#pw-side-menu .sub-menu{list-style:none;}
#pw-side-menu .sub-menu a{color:var(--pw-sub);}
.pw-side-menu li {padding:10px;background-color:rgba(255,255,255,.3);}
.pw-side-menu li a {color:var(--pw-sub);display: block;}
.pw-side-menu li a:hover {color:var(--pw-main);}
.pw-side-menu .sub-menu li{border-top: 1px solid var(--pw-main);border-bottom:none;}

/* Home Page */
.area{background: #4e54c8;  background: linear-gradient(to left, #94469b, #b084ba);width: 100%;height:80vh;overflow: hidden;}
.area i.bi {text-shadow:1px 1px 1px;}
.area .context {width: 100%;position: absolute;top:30vh;}
.area .context h1{text-align: center;color: #fff;font-size: 30px;}
.circles{position: absolute;top: 0;left: 0;width: 100%;height: 95vh;overflow: hidden;}
.circles li{position: absolute;display: block;list-style: none;width: 20px;height: 20px;background: rgba(255, 255, 255, 0.2);animation: animate 25s linear infinite;bottom: 15px;}
.circles li:nth-child(1){left: 25%;width: 80px;height: 80px;animation-delay: 0s;}
.circles li:nth-child(2){left: 10%;width: 20px;height: 20px;animation-delay: 2s;animation-duration: 12s;}
.circles li:nth-child(3){left: 70%;width: 20px;height: 20px;animation-delay: 4s;}
.circles li:nth-child(4){left: 40%;width: 60px;height: 60px;animation-delay: 0s;animation-duration: 18s;}
.circles li:nth-child(5){left: 65%;width: 20px;height: 20px;animation-delay: 0s;}
.circles li:nth-child(6){left: 75%;width: 110px;height: 110px;animation-delay: 3s;}
.circles li:nth-child(7){left: 35%;width: 150px;height: 150px;animation-delay: 2s;}
.circles li:nth-child(8){left: 50%;width: 25px;height: 25px;animation-delay: 1s;animation-duration: 45s;}
.circles li:nth-child(9){left: 20%;width: 15px;height: 15px;animation-delay: 2s;animation-duration: 35s;}
.circles li:nth-child(10){left: 85%;width: 150px;height: 150px;animation-delay: 0s;animation-duration: 11s;}
@keyframes animate { 0%{transform: translateY(0) rotate(0deg);opacity: 1;border-radius: 20%;} 100% {transform: translateY(-1000px) rotate(720deg);opacity: 0;border-radius: 50%;}}
.heart-beat{display: inline-block;animation: icon-heart-beat 2s linear infinite;-webkit-animation: icon-heart-beat 2s linear infinite;}
@keyframes ripple { 0% {transform: scale(1);} 75% {transform: scale(1.75);opacity: 1;} 100% {transform: scale(2);opacity: 0;}}
@keyframes icon-heart-beat { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(0.75, 0.75, 1); } 60% { transform: scale3d(1, 1, 1); } }
@-webkit-keyframes icon-heart-beat { 0% { -webkit-transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(0.75, 0.75, 1); } 60% { -webkit-transform: scale3d(1, 1, 1); } }
#main-tit {font-size: 65px;}
#pwCarousel .carousel-inner {}
#pwCarousel .carousel-item img {height:auto;}
#pwCarousel img:after {content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;z-index: 9;background: linear-gradient(0deg, rgb(0 0 0 / 76%), transparent);}
#pwCarousel h3 {font-size: 65px !important;font-family: 'Bebas Neue', sans-serif;font-weight:bold;text-shadow: 0 0 9px #8d8c8c;}
.hm-tit {letter-spacing: 0px;transition: .5s}
.hm-tit:hover {letter-spacing: 4px;transition: .5s}

.pw-srv-min {max-width:200px;border-radius:1em;}

/* Archive */
.archive-description p {color:grey;font-size: 16px}
.archive-title span{width:80px;height:8px;background:#a3a3a3;border-radius:1em;}
.pw-archive .wp-post-image{height: auto;transition: all ease-in-out 1s;}
.pw-archive .card:hover img {transform: scale(1.2);}

.post-title {color: var(--pw-sub);padding: 10px;}
.section-exp {padding: 10px;color: var(--pw-sub);}
.post-content {padding: 10px;color: #111;}
.post-content ul{margin-left:1.5em;margin-right:1.5em;}

#pw-cnt-tgs a{display: inline-block;background: var(--pw-sub);padding: 0 6px;border-radius: 3px;color:white;margin: 2px auto;}
#pw-cnt-tgs a:hover{background: var(--pw-main);}

/* Pagination */
.pagination .page-numbers{display:inline-block;background:var(--pw-main);color:var(--pw-fff);font-size: 15px;width: 32px;text-align: center;height: 32px;border-radius: 4px;line-height: 32px;}
.pagination .current{background:var(--pw-sub);}
.pagination .next, .pagination .prev{background:none;color:var(--pw-main);font-size: 16px;}

/* Search Page Resaults */

/* Core Blocks */
.wp-block-embed iframe {width: 100%;}
.wp-block-gallery img {border-radius:5px;box-shadow:0 0 5px #aaa;}
.wp-block-gallery img:hover {box-shadow:0 0 0px #aaa;transform:scale(.97,.97);transition:.5s all;}


.elementor-shape-bottom {transform: rotate(180deg);margin-top: -9em;z-index: 2;position: relative;}
.elementor-shape-bottom svg {height: 70px;width: 100%;}
.elementor-shape-top {z-index: 2;position: relative;}
.pd-svg {padding-top:10em;padding-bottom:8em;}

.bounce-animate2 {animation-name: float-bob2;animation-duration: 3s;animation-iteration-count: infinite;animation-timing-function: linear;-moz-animation-name: float-bob2;-moz-animation-duration: 3s;-moz-animation-iteration-count: infinite;-moz-animation-timing-function: linear;-ms-animation-name: float-bob2;-ms-animation-duration: 3s;-ms-animation-iteration-count: infinite;-ms-animation-timing-function: linear;-o-animation-name: float-bob2;-o-animation-duration: 3s;-o-animation-iteration-count: infinite;-o-animation-timing-function: linear;}
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }




.section-bg {background: #f7f7f7;}
.section-header h3 {font-size: 36px;color: #3333;text-align: center;font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon .service-icon {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 30px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #333;
}
#services .box:hover .title a:hover {
  text-decoration: none;
}
#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    #pw-side-menu .offcanvas-header {}
}
@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    
}
/* Print Styles */
@media print {
    
}