/* Variables for drupalwizards.com
---------------------------------------- */
:root {
  --primary: #97C2B8;
  --secondary: #F9AB51;
  --dark: #628B82;
  --light: #F4FCFA;
  --border: #D2EFE8;
  --color-heading: #111111;
  --font-text: "Roboto", sans-serif;
  --font-heading: "Roboto", sans-serif;
  --shadow: 0 0 10px 4px var(--border);
  --shadow2: 0 0 4px 2px var(--border);
}

/* HTML and Body
---------------------------------------- */
body {
  background-color: #ffffff;
  font-family: var(--font-text);
}

/* Typography
---------------------------------------- */
code, kbd, pre, samp {
  background: var(--border);
  color: var(--color-heading);
}

blockquote {
  box-shadow: var(--shadow);
}

/* Table
---------------------------------------- */
th {
  background: var(--light);
  color: var(--color-heading);
  border: 1px solid var(--border);
}

th a {
  color: var(--color-heading);
}

td {
  border: 1px solid var(--border);
}

/* Form
---------------------------------------- */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  outline: 0;
  border: 0;
  box-shadow: 0 0 4px 1px var(--border);
  transition: all 0.3s linear;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  box-shadow: 0 0 4px 1px var(--primary);
}

fieldset {
  border: 1px solid var(--border);
}

/* Button */
.button, button, [type=button], [type=reset], [type=submit] {
  background-color: var(--light);
  border: 2px solid var(--primary);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.button:hover, button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover {
  background-color: var(--border);
  color: var(--color-heading);
}

@font-face {
  font-family: "drupalwizards";
  src: url("../fonts/drupalwizards.eot?rxiuz3");
  src: url("../fonts/drupalwizards.eot?rxiuz3#iefix") format("embedded-opentype"), url("../fonts/drupalwizards.ttf?rxiuz3") format("truetype"), url("../fonts/drupalwizards.woff?rxiuz3") format("woff"), url("../fonts/drupalwizards.svg?rxiuz3#drupalwizards") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ficon-], [class*=" ficon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "drupalwizards" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ficon-add_comment:before {
  content: "\e900";
}

.ficon-search:before {
  content: "\e901";
}

.ficon-user:before {
  content: "\e902";
}

.ficon-calendar:before {
  content: "\f073";
}

.ficon-twitter:before {
  content: "\f099";
}

.ficon-facebook:before {
  content: "\f09a";
}

.ficon-github:before {
  content: "\f09b";
}

.ficon-linkedin:before {
  content: "\f0e1";
}

.ficon-comments:before {
  content: "\f0e6";
}

.ficon-file:before {
  content: "\f0f6";
}

.ficon-youtube:before {
  content: "\f16a";
}

.ficon-instagram:before {
  content: "\f16d";
}

.ficon-vk:before {
  content: "\f189";
}

.ficon-whatsapp:before {
  content: "\f232";
}

.ficon-vimeo:before {
  content: "\f27d";
}

.ficon-hashtag:before {
  content: "\f292";
}

.ficon-telegram:before {
  content: "\f2c6";
}

.block-title {
  margin-bottom: 0.8rem;
}

.block-title::before,
.block-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
}

.block-title::before {
  left: 0;
  width: 10px;
  background-color: var(--secondary);
}

.block-title::after {
  left: 16px;
  width: 30px;
  background-color: var(--primary);
}

.header-top {
  background-color: var(--border);
}

.header-top a {
  color: var(--color-text);
  border-bottom: 1px dashed var(--primary);
}

.header-top a:hover,
.header-top i {
  color: var(--primary);
}

.header-main {
  background-color: var(--border);
  padding: 1rem 0;
}

.site-name,
.site-name a {
  color: var(--color-heading);
  font-weight: 700;
}

.site-slogan {
  font-size: 0.9rem;
}

.search-icon {
  width: 44px;
  height: 44px;
  background-color: var(--primary);
}

.search-box-content .block-title::before,
.search-box-content .block-title::after {
  content: none;
}

.search-box-content input[type=search],
.search-box-content input[type=search]:focus {
  box-shadow: none;
}

.mobile-menu span {
  background-color: var(--primary);
}

.menu-wrap {
  background-color: var(--primary);
}

.menu-wrap ul.menu li > a {
  padding: 10px;
}

.menu-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.page-header {
  background-color: var(--light);
  padding: 4rem 0;
  overflow: hidden;
}

.page-header::before {
  position: absolute;
  content: "";
  background-color: var(--border);
  width: 100%;
  height: 100%;
  bottom: 2rem;
}

.region-page-header {
  text-align: center;
}

/* Submitted Details */
.node-submitted-details i {
  color: var(--primary);
}

.node-header .image-field {
  margin: 0;
}

.node-author {
  display: flex;
  align-items: center;
}

.author-picture {
  margin-right: 10px;
}

.taxonomy-term a {
  border-radius: 6px;
  background-color: var(--light);
  transition: all 0.3s ease;
}

.taxonomy-term a:hover {
  color: var(--color-text);
  background-color: var(--border);
  border: 2px solid var(--primary);
}

.sidebar .block {
  background-color: var(--light);
  box-shadow: var(--shadow2);
}

/* Comments
--------------------------------------*/
#comments {
  border-top: 1px solid var(--border);
}

#comments i {
  color: var(--primary);
}

.comments-title::before,
.comment-form-wrap .add-comment-title::before {
  font-family: "drupalwizards";
  color: var(--primary);
  padding-right: 6px;
}

.comments-title::before {
  content: "\f0e6";
}

.comment-form-wrap .add-comment-title::before {
  content: "\e900";
}

/* Comments -> single comment */
.comment {
  box-shadow: var(--shadow2);
}

.comment-header {
  background-color: var(--border);
  border: 0;
  align-items: center;
}

.comment-user-picture {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.comment-title,
.comment-title a {
  color: var(--color-heading);
}

.comment-reply a,
.comment-delete a,
.comment-edit a {
  padding: 4px 12px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.comment-reply a:hover,
.comment-delete a:hover,
.comment-edit a:hover {
  background: var(--primary);
  color: #ffffff;
}

/* Feed text */
.feed-icon {
  display: block;
  font-size: 0;
  width: 32px;
  height: 32px;
  background: url(../images/icons/rss.svg) no-repeat;
}

/* Components -> Social icons */
.social-icons {
  position: relative;
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.social-icons li {
  padding: 0;
}

.social-icons li a {
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid var(--primary);
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social-icons li a:hover {
  background-color: var(--light);
}

.region-content-home-top .block:nth-child(even) {
  background-color: var(--light);
}

.homepage-content .block {
  padding: 4rem 0;
}

.homepage-content .block-title {
  text-align: center;
}

.homepage-content .block-title::before {
  left: calc(50% - 23px);
}

.homepage-content .block-title::after {
  left: calc(50% - 7px);
}

/* components -> Servies */
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  width: 100%;
  margin: 0;
  padding: 0;
  grid-gap: 1rem;
  gap: 1rem;
}

.service {
  position: relative;
  flex: 1 0 250px;
  background-color: #ffffff;
  padding: 2rem 1rem;
  border-radius: 6px;
  box-shadow: var(--shadow);
  text-align: center;
  z-index: 0;
}

.service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light);
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.5s ease;
}

.service:hover::before {
  transform: scaleX(1);
}

.service-icon {
  margin-bottom: 1rem;
  transition: transform 0.3s linear;
}

.service:hover .service-icon {
  transform: translateY(-1rem);
}

/* Pricing Table */
.pricing {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.pricing-item {
  border-top: 2px solid var(--primary);
  background-color: #ffffff;
  flex: 1 0 300px;
  box-shadow: var(--shadow);
  padding: 2rem;
  border-radius: 10px;
}

.pricing-item h4 {
  color: var(--secondary);
}

.pricing-item h4,
.pricing-item sup,
.pricing-item sub {
  font-weight: 300;
}

.pricing ul {
  list-style: none;
  margin: 0;
  padding: 0 0 1rem 0;
}

.pricing li {
  border-bottom: 1px solid var(--border);
}

/* Projects */
.projects {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.project {
  flex: 1 0 300px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.project img {
  border-radius: 6px;
  transition: transform 0.5s linear;
}

.project img:hover {
  transform: scale(1.6);
}

.bg-light,
.featured {
  background-color: var(--light);
}

/* Box */
.box {
  background-color: #ffffff;
  box-shadow: var(--shadow);
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
  /* Header */
  .menu-wrap .menu a {
    color: var(--color-heading);
  }
  .menu .expanded:hover {
    background-color: var(--primary);
  }
  .page-header {
    padding: 4rem 0 10rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  }
  .page-header::before {
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  }
  /* Footer */
  .site-footer {
    padding-top: 10rem;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }
  .site-footer::before {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 992px) {
  .menu-wrap {
    background-color: transparent;
  }
}
/* Homepage-specific overrides. */
FOOTER {
  display: none;
}

@font-face {
  font-family: "Avenir";
  src: url("/themes/drupalwizards/fonts/Avenir Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
CANVAS {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

BODY.homepage {
  padding: 0;
  margin: 0;
  z-index: 2;
  background: #000000;
}

HEADER.header, .header-main, .header-top {
  background: none !important;
  color: #ffffff !important;
}

H1.page-title {
  display: none !important;
}

.drupalwizards-logo {
  width: 100%;
  text-align: center;
  position: relative;
  top: auto;
  margin-top: 10%;
}

P.welcome {

  position: relative;
  top: -250px;
  font-size: 1.6em;
}


BODY.homepage .node-content-wrapper {
  background: none;
  position: relative;
  top: -115px;
  /* font-family: 'Helvetica Neue'; */
  font-family: "Avenir";
  font-weight: 100;
  font-size: 1.1em;
  color: #ffffff;
  margin: 0 25% 0 25%;
  text-align: justify;
  text-justify: inter-word;
  letter-spacing: 0.05em;
}

BODY.homepage P.copy {
  letter-spacing: normal;
}

BODY.homepage P.slogan {
  text-align: center;
  font-size: 1.2em;
}

.contact-button {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

.contact-button A, .contact-button A:visited {
  color: #333333;
}

/* Responsive Breakpoints */
@media (min-width: 279px) {
  BODY.homepage .node-content-wrapper {
    margin: 0 2% 0 2%;
    top: -105px;
  }
  BODY.homepage P.slogan {
    text-align: center;
    font-size: 1.2em;
  }
  BODY.homepage P.copy {
    font-size: 0.9em;
  }
  .contact-button {
    padding-top: 15px;
  }
}
@media (min-width: 359px) {
  .drupalwizards-logo {
   /* top: -145px; */
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;

  }

  P.welcome {
    margin-top: 300px;
  }

  BODY.homepage .node-content-wrapper {
    margin: 0 5% 0 5%;
    top: -180px;
  }
  BODY.homepage P.slogan {
    text-align: center;
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  .drupalwizards-logo {
    top: -105px;
  }
  BODY.homepage .node-content-wrapper {
    margin: 0 10% 0 10%;
    top: -105px;
  }
  BODY.homepage P.slogan {
    text-align: center;
    font-size: 1.55em;
  }
  BODY.homepage P.copy {
    font-size: 1.35em;
  }
}
@media (min-width: 992px) and (max-height: 600px) {
  .drupalwizards-logo {
    top: -145px;
  }
  BODY.homepage .node-content-wrapper {
    margin: 0 10% 0 10%;
    top: -185px;
  }
  BODY.homepage P.slogan {
    text-align: center;
    font-size: 1.15em;
  }
  BODY.homepage P.copy {
    font-size: 1em;
  }
}

/*# sourceMappingURL=style.css.map */
@media (min-width: 355px) and (max-width: 780px){

  p.welcome {

    top: -20px;
    font-size: 1.2em;

  }

}

