/*------------------------------------
*Author:FortunaTheme
*Template:Eris
*Version:1.1
*-------------------------------------
*/

/*--------Table of Content----------
* 0.reset.css
* 1.body background
* 2.Logo area
* 3.Coming soon area
* 4.Right Bar
* 5.Portfolio section
* 6.Contact section
* 7.Notify Bar
*----------------------------------
*/


/*---------------reset.css-------------------*/

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 24px;
  font-family: 'Almarai', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #383838;
  letter-spacing: 0.8px;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}

h1 {
  font-size: 54px;
  color: #181818;
  font-weight: 600;
}

h2 {
  font-size: 48px;
  color: #181818;
  font-weight: 600;
}

h3 {
  font-size: 42px;
  color: #181818;
  font-weight: 600;
}

h4 {
  font-size: 36px;
  color: #181818;
  font-weight: 600;
}

h5 {
  font-size: 30px;
  color: #181818;
  font-weight: 600;
}

h6 {
  font-size: 24px;
  color: #181818;
  font-weight: 600;
}
.section-header {
  margin-bottom: 32px;
}

.section-title {
  margin-bottom: 6px;
  text-align: center;
  font-weight: 700;
}

.section-title-description {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 42px;
}

.bold {
  font-weight: 700;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #545454;
}

a:focus {
  text-decoration: none;
  outline: 0;
  color: #545454;
}

.padding-style1 {
  padding: 40px 0;
}

.padding-style2 {
  padding: 60px 0;
}

.animation {
  opacity: 0;
}

.btn-style1 {
  padding: 10px 22px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  border: none;
  font-weight: 600;
}

.btn-style1:hover {
  background-color: #ececec;
  color: #000;
}

.btn-style2 {
  padding: 10px 18px !important;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  outline: 2px solid #fff;
  margin-top: 25px !important;
  margin-right: 15px !important;
  font-weight: 600;
}

.btn-style2:hover,
.btn-style2:focus {
  background-color: #fff;
  color: #000;
}

.btn-style3 {
  padding: 11px 18px !important;
  color: #fff;
  background: #000 !important;
  transition: all 0.5s;
  margin-top: 25px !important;
  font-weight: 600;
  border: 0px;
}

.btn-style3:hover,
.btn-style3:focus {
  background-color: #1680a4 !important;
  color: #fff;
}

.preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.preloader-img {
  background-image: url(../images/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

#scroll-top-area {
  background: #2da1c8;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 40px;
  z-index: 8;
  display: none;
  transition: all 6s;
}

#scroll-top-area i {
  color: #fff;
  padding: 8px 12px;
  font-size: 25px;
}
.title-underline {
  width: 15px;
  height: 6px;
  background: #000;
  margin: 0 auto;
  position: relative;
  margin-bottom: 14px;
}

.title-underline::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 15px;
  top: 2px;
}

.title-underline::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 15px;
  top: 2px;
}

.count-break{
  margin-right: 0px;
}
 .maroof {
   text-align: center;
 }

 .maroof span{
   width: 100px;
   margin: 0 auto;
   font-size: 14px;
   color:white; 
   line-height: 2.8em;
 }
 
/*---------------body background-------------------*/
.body-content {
 margin-top: -5%;
}

.body-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}
.image-bg {
  background: url(../images/background/bg-1.jpg);
  background-size: cover;
  height: 100%;
  overflow: auto;
}
#particles-js {
  width: 100%;
  height: 99%;
  position: absolute;
  z-index: 4;
}
.image-bg .body-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.particle-default-bg {
  background: url(../images/background/bg-4.jpg);
  background-size: cover;
  height: 100%;
  overflow: auto;
}
.particle-snow-bg {
  background: url(../images/background/bg-2.jpg);
  background-size: cover;
  height: 100%;
  overflow: auto;
}
.particle-bubble-bg {
  background: url(../images/background/bg-6.jpg);
  background-size: cover;
  height: 100%;
  overflow: auto;
}
.particle-square-bg {
  background: url(../images/background/bg-5.jpg);
  background-size: cover;
  height: 100%;
  overflow: auto;
}
.ripple-bg {
  background: url(../images/background/bg-3.jpg);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.particle .body-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

#surface-shader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 10;
}

#gradient2 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 3;
  background-image: -webkit-radial-gradient(
      80% 10%,
      circle,
      rgb(5, 1, 63),
      transparent
    ),
    -webkit-radial-gradient(80% 50%, circle, rgb(58, 164, 178), transparent),
    -webkit-radial-gradient(20% 80%, 40em 40em, rgb(14, 4, 56), transparent),
    -webkit-radial-gradient(10% 10%, circle, rgb(68, 242, 215), transparent);
}
.gradient-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.3);
}
/*---------------Logo area-------------------*/
.logo svg {
  display: block;
  margin: 0 auto;
  width: 14vh;
}
/*---------------Coming soon area-------------------*/
.coming-area {
  padding-top: 50px;
  text-align: center;
}
.coming-area h1 {
  font-size: 30px;
}

.coming-area #typed {
  color: #fff;
  font-weight: 600;
  padding-bottom: 22px;
  padding-top: 10px;
  font-size: 48px;
}
.coming-area .typed-cursor {
  color: #fff;
  font-size: 48px;
  padding-left: 10px;
}

.coming-area .type-wrap {
  margin: 18px 0px;
}

.coming-area h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 18px;
}
.count-num,
.count-date {
  display: inline-block;
}
.count-num {
  font-family: 'Almarai', sans-serif;
  font-size: 38px;
  font-weight: 700;
}
.count-date {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  vertical-align: bottom;
  margin-left: 6px;
}
.count1,
.count2,
.count3 {
  margin-right: 28px;
}
.date-line {
  width: 10px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-right: 28px;
  border-radius: 4px;
}
.coming-area p {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 14px;
  margin-top: 42px;
}
.coming-area .info-btn {
  background: rgba(255, 255, 255, 0.1);
  width: 120px;
  padding: 8px 0px;
  margin: 20px 8px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-weight: 600;
}
.coming-area .info-btn:hover,
.coming-area .info-btn:focus {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
.coming-area .notify-btn {
  width: 120px;
  padding: 10px 0px;
  margin: 20px 10px;
  color: #000;
  border: 0px;
  display: inline-block;
  background: #fff;
  font-weight: 600;
}
.coming-area .notify-btn:hover,
.coming-area .notify-btn:focus {
  background: #dadada;
}

.social-icons {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 28px;
}

.social-icons a i {
  color: #fff;
  text-align: center;
}
.social-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 20px;
  line-height: 20px;
  margin: 0px 6px;
  transition: background 0.6s ease-in;
}
.social-icons a:hover,
.social-icons a:focus {
  background: #fff;
  border-color: transparent;
}
.social-icons a:hover i,
.social-icons a:focus i {
  color: #000;
}
/*-------------------Right Bar-------------------*/
#right-info-bar {
  width: 50% !important;
  left: 50% !important;
  background: #fff !important;
  padding: 0px 20px;
}
#right-info-bar .modal-content {
  border: none;
  position: initial;
}
#right-info-bar .close-animatedModal {
  padding: 14px;
  position: relative;
  cursor: pointer;
}
#right-info-bar .close-animatedModal i {
  position: absolute;
  right: 28px;
  font-size: 24px !important;
}
/*---------------Portfolio section-----------------*/

.portfolio-content-head ul li {
  display: inline-block;
  cursor: pointer;
  padding: 10px 14px;
  font-weight: 700;
  color: #000;
}
.portfolio-content-head ul li:hover {
  color: #83878a;
}
#portfolio .mixitup-control-active {
  background: #fff;
  box-shadow: 0px 0px 10px #7e7e7e;
}
#portfolio .mix {
  display: inline-block;
}

#portfolio .portfolio-item {
  position: relative;
  margin: 20px 0;
  height: 100%;
  width: 100%;
}

#portfolio .portfolio-img {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  overflow: hidden;
}

.portfolio-img img {
  transform: scale(1);
  transition: all 0.5s;
  height: 100%;
  width: 100%;
}

.portfolio-content-head {
  margin-bottom: 28px;
}

.portfolio-item:hover .portfolio-img img {
  transform: rotate(20deg) scale(1.4);
}

.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  background: rgba(242, 242, 242, 0.9);
  width: 100%;
  height: 79%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}

.portfolio-item:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}

.portfolio-overlay .category {
  margin-top: 22px;
  margin-bottom: 19px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #000;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}

.portfolio-overlay .magnify-icon:hover,
.portfolio-overlay .magnify-icon:focus {
  background: #959090;
}

.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
/*------------------Contact section-------------*/

.contact-item {
  padding: 80px 0;
}

.contact-header {
  padding-bottom: 28px;
}

.contact .location {
  margin: 0 auto;
}

.location h6 {
  color: #164e71;
  padding-bottom: 28px;
}

.location p span i {
  color: #e7e7e7;
  padding-right: 14px;
  padding-bottom: 14px;
  font-size: 22px;
}

.contact-form form input,
.contact-form form textarea {
  display: block;
  width: 100%;
  padding-left: 14px;
  border: 1px solid #d8d8d8;
}

.contact-icon {
  text-align: center;
  color: #000;
  background: #fff;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 18px;
  border: 1px solid #000;
}

.contact-text {
  text-align: center;
  margin-bottom: 56px;
  margin-top: 28px;
}

.contact-form form textarea {
  height: 160px;
  padding-top: 10px;
  margin-top: 20px;
}

.contact-form form #form-name,
.contact-form form #form-email {
  height: 50px;
  display: inline;
  width: 49%;
}

.contact-form form #form-subject {
  padding-top: 10px;
  margin-top: 20px;
  height: 50px;
}
.contact-form #form-email {
  float: right;
}
.contact .submit-btn {
  border: 0;
  width: 125px;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  background: #000;
  padding: 10px;
  float: left;
}
.contact .submit-btn:hover,
.contact .submit-btn:focus {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.contact .result {
  width: 100%;
  display: block;
}

.result .error {
  color: #f00;
  padding-top: 24px;
}

.result .success {
  color: #000;
  padding-top: 24px;
}
.transp-sharp {
  margin-top: 15px;
  color: white;
  border-radius: 0%;
  border: 1px white solid;
  size: 50%;
  background-color: transparent;
  padding: 0px;
}
.transp-sharp div {
  padding: 5px;
  display: inline;
  color: white;
  border-radius: 0%;
  background-color: transparent;
  float: left;
}
.transp-sharp div + div {
  border-left: 1px white solid;
  float: right;
}

/*--------------------Notify Bar------------------------*/
#notify-bar {
  background: transparent !important;
}
.notify-body {
  width: 100%;
  position: relative;
}
.notify-content {
  width: 40%;
  margin: 0 auto;
  background: #fff;
  padding: 20px 8px;
  margin-top: 60px;
}
#notify-bar .modal-content {
  border: 0px;
  width: 100%;
}
#notify-bar .modal-content h6,
#notify-bar .modal-content p {
  text-align: center;
  margin-bottom: 10px;
}
#notify-bar #mc-email {
  width: 79%;
  display: block;
  height: 45px;
  padding-left: 10px;
  border: 1px solid #d8d8d8;
  margin: 0 auto;
}
#notify-bar label {
  width: 79%;
  margin: 0 auto;
  display: block;
  padding: 18px 0px;
  text-align: center;
}
#notify-bar .error {
  color: #f00;
}
#notify-bar .valid {
  color: #000;
}
#notify-bar form {
  margin: 10px 0px;
}
#notify-submit {
  max-width: 150px;
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
  cursor: pointer;
  margin-top: 0px !important;
  outline: 0px;
}
#notify-submit:hover,
#notify-submit:focus {
  background: #fff !important;
  color: #000;
  border: 1px solid #000;
}
.notify-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 28px;
  margin-top: 28px;
}
#notify-bar .modal-content {
  border: none;
  position: initial;
}
#notify-bar .close-animatedModal {
  padding: 14px;
  position: relative;
  cursor: pointer;
}
#notify-bar .close-animatedModal i {
  position: absolute;
  right: 28px;
  font-size: 24px !important;
}
