/**
* template:  ANGELI

TABLE OF CONTENTS

        + Global
        + Header
        + Header Img
        + About Us
        + Services
        + What We Do
        + Pricing
        + Obituaries
        + Contact

*/

/*****************************************
*
*      GLOBAL
*
******************************************/

@import 'reset.css';
@import 'all.min.css';
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Playfair+Display:ital,wght@0,900;1,400&display=swap');


.mobilechat a.bottom-right {
    width: 60px;
    right: 15px;
    bottom: 140px;
}

.mobilechat a {
    position: fixed;
    z-index: 9999;
    float: right;
    cursor: pointer;
    width: 70px !important;
    height: 70px !important;
    text-align: right;
}

.spanmobilechat  {
 width: 130px;
 height: 10px;
 text-align: center;
 color: #000;
 font-size: 13px;
 background-color: #fff;
 border-radius: 3px; 
 padding: 2px 5px; 
 margin-right: 2px;  
}

.whatsappchat a.bottom-right {
    width: 60px;
    right: 15px;
    bottom: 45px;
}

.whatsappchat a {
    position: fixed;
    z-index: 9999;
    float: right;
    cursor: pointer;
    width: 70px;
    height: 70px;
    text-align: right;
}

.spanwhatsappchat  {
 width: 130px;
 height: 10px;
 text-align: center;
 color: #000;
 font-size: 13px;
 background-color: #fff;
 border-radius: 3px; 
 padding: 2px 5px;
 margin-right: 2px;"   
}

:root {
  --color-dark-gray: #7A7A7A;
  --color-dark-blue: #050D15;
  --color-white: #ffffff;
  --color-dark-gold: #D5A021;
  --color-light-gray: #F0F0F0;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-dark-gray);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.2;
  margin-bottom: 30px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
  text-transform: capitalize;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-center {
  text-align: center;
}

.suptitle {
  display: inline-block;
  color: var(--color-dark-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 14px;
}

.btn {
  padding: 15px 35px;
  background-color: var(--color-dark-gold);
  color: var(--color-white);
  border-radius: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn:hover {
  -webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
  box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
  background-color: var(--color-dark-blue);
}

.align-center {
  text-align: center;
}

#scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 15px 20px;
}

.fixed {
  background-color: var(--color-dark-blue);
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#preload {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-dark-blue);
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#preload img {
  width: 60px;
  height: auto;
  -webkit-animation-name: load;
  animation-name: load;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

::-moz-selection {
  background-color: var(--color-dark-gold);
  color: var(--color-white);
}

::selection {
  background-color: var(--color-dark-gold);
  color: var(--color-white);
}

#openmenu,
#closemenu {
  color: var(--color-white);
  font-size: 30px;
  display: none;
}

#openmenu:hover,
#closemenu:hover {
  color: var(--color-dark-gold);
}

#closemenu {
  float: right;
  margin-bottom: 20px;
}


/*****************************************
*
*      HEADER
*
******************************************/


#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.wrapper-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#nav,
.wrapper-header-phone {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu li {
  float: left;
  margin-left: 30px;
}

.menu li a {
  color: var(--color-white);
  text-transform: uppercase;
}

.menu li a:hover {
  color: var(--color-dark-gold);
}

.wrapper-header-phone {
  margin-left: 100px;
  line-height: 1;
}

.wrapper-header-phone i {
  font-size: 25px;
  color: var(--color-dark-gold);
}

.wrapper-header-phone>div {
  margin-left: 20px;
}

.wrapper-header-phone>div a {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  color: var(--color-white);
}

.wrapper-header-phone>div a:hover {
  color: var(--color-dark-gold);
}

.wrapper-header-phone>div p {
  color: var(--color-dark-gold);
  font-size: 14px;
}


/*****************************************
*
*      HEADER IMG
*
******************************************/


.wrapper-header-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 13, 21, 0.7)), to(rgba(5, 13, 21, 0.7))), url('../images/bg-header.png');
  background-image: -o-linear-gradient(rgba(5, 13, 21, 0.7), rgba(5, 13, 21, 0.7)), url('../images/bg-header.png');
  background-image: linear-gradient(rgba(5, 13, 21, 0.7), rgba(5, 13, 21, 0.7)), url('../images/bg-header.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-header-content p {
  color: var(--color-white);
}

.wrapper-header-content .btn {
  margin-top: 30px;
}


/*****************************************
*
*      ABOUT US
*
******************************************/


#aboutus {
  background-color: var(--color-dark-blue);
}

.aboutus-img {
  width: 40%;
  position: relative;
}

.aboutus-img img {
  width: 100%;
  display: block;
}

.aboutus-img .aboutus-small-img {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 350px;
  border: 10px solid var(--color-dark-gold);
}

.aboutus-content {
  width: 60%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aboutus-content p {
  margin-bottom: 20px;
}

.signature {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

.signature img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  margin-right: 20px;
}

.signature h3 {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

.signature p {
  margin-bottom: 0px;
  color: var(--color-dark-gold);
  font-size: 12px;
  text-transform: uppercase;
}


/*****************************************
*
*      SERVICES
*
******************************************/


#services {
  background-color: var(--color-light-gray);
}

#services h2 {
  color: var(--color-dark-blue);
}

.wrapper-services {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper-services article {
  width: calc(33.333333% - 20px);
  margin: 10px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
  box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.wrapper-services article>div {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper-services article img {
  width: 100%;
  display: block;
}

.wrapper-services article h3 {
  color: var(--color-dark-blue);
  font-size: 30px;
  margin-bottom: 20px;
}


/*****************************************
*
*      WHAT WE DO
*
******************************************/


#whatwedo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 13, 21, 0.9)), to(rgba(5, 13, 21, 0.9))), url('../images/bg-whatwedo.png');
  background-image: -o-linear-gradient(rgba(5, 13, 21, 0.9), rgba(5, 13, 21, 0.9)), url('../images/bg-whatwedo.png');
  background-image: linear-gradient(rgba(5, 13, 21, 0.9), rgba(5, 13, 21, 0.9)), url('../images/bg-whatwedo.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper-whatwedo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whatwedo-content {
  width: 55%;
}

.whatwedo-content .btn {
  margin-top: 30px;
}

.whatwedo-edge {
  width: 45%;
}

.single-edge {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-edge .counter {
  width: 40%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-edge .counter p {
  font-size: 50px;
  color: var(--color-dark-gold);
  font-weight: 900;
}

.single-edge .edge-content {
  width: 60%;
}

.single-edge .edge-content h3 {
  margin-bottom: 20px;
  font-size: 25px;
}


/*****************************************
*
*      PRICING
*
******************************************/


#pricing {
  background-color: var(--color-dark-blue);
}

.wrapper-pricing {
  margin-top: 50px;
}

.wrapper-pricing article {
  width: calc(50% - 20px);
  margin: 0px 10px 10px 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-dark-gray);
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.pricing-title h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.pricing-title span {
  color: var(--color-white);
  font-weight: 900;
  font-size: 18px;
}


/*****************************************
*
*      OBITUARIES
*
******************************************/


#obituaries {
  background-color: var(--color-light-gray);
}

#obituaries h2 {
  color: var(--color-dark-blue);
}

.wrapper-obituaries {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper-obituaries article {
  width: calc(33.333333% - 20px);
  margin: 10px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
  box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.wrapper-obituaries article>div {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper-obituaries article img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.wrapper-obituaries article h3 {
  color: var(--color-dark-blue);
  font-size: 20px;
  margin-bottom: 10px;
}

.wrapper-obituaries article p {
  color: var(--color-dark-gold);
  font-weight: 900;
}


/*****************************************
*
*      CONTACT
*
******************************************/


#contact {
  background-color: var(--color-dark-blue);
  padding-top: 100px;
}

.wrapper-contact {
  padding-bottom: 100px;
}

.wrapper-contact>div {
  width: 25%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper-contact>div h3 {
  font-size: 20px;
}

.wrapper-contact>div a {
  color: var(--color-dark-gray);
}

.wrapper-contact>div a:hover {
  color: var(--color-dark-gold);
}

.wrapper-map iframe {
  width: 100%;
  height: 400px;
}

.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
}