/*!
Theme Name: Baab-e-salaam
Author: Baab-e-salaam
Version: 1.0
*/
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.row {
  list-style: none;
}

.row:not(.row--flex):before, .row:not(.row--flex):after {
  content: " ";
  display: table;
}

.row:not(.row--flex):after {
  clear: both;
}

.row.row--gutterless {
  margin-left: 0;
}

.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.col {
  float: left;
  box-sizing: border-box;
}

.row--gutterless .col {
  padding-left: 0;
}

/**
   * Columns generator
   */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--lg-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--lg-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--lg-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .row--flex .col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--lg-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--lg-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--lg-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .row--flex .col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--lg-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--lg-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--lg-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .row--flex .col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--lg-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--lg-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--lg-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .row--flex .col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--lg-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--md-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--md-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--md-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .row--flex .col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--md-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--md-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--md-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .row--flex .col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--md-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--md-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--md-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .row--flex .col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--md-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--md-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--md-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .row--flex .col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--md-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--sm-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--sm-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--sm-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .row--flex .col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--sm-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--sm-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--sm-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .row--flex .col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--sm-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--sm-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--sm-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .row--flex .col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--sm-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--sm-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--sm-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .row--flex .col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--sm-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--xs-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--xs-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--xs-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--xs-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--xs-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--xs-3 {
    width: 25%;
  }
  .row--flex .col--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--xs-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--xs-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--xs-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--xs-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--xs-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--xs-6 {
    width: 50%;
  }
  .row--flex .col--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--xs-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--xs-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--xs-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--xs-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--xs-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--xs-9 {
    width: 75%;
  }
  .row--flex .col--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--xs-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--xs-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--xs-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--xs-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--xs-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--xs-12 {
    width: 100%;
  }
  .row--flex .col--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--xs-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}

* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: #000000;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}

input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  text-align: left;
}

.visible-lg {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-md {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-sm {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}

@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
  * Clearing and floating
  */
.alignleft,
.float-left {
  float: left;
}

img .alignleft,
img .float-left {
  margin-right: 24px;
}

.alignright,
.float-right {
  float: right;
}

img .alignright,
img .float-right {
  margin-left: 24px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img .aligncenter,
img .float-center {
  margin-bottom: 24px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/**
  * Text aligments
  */
.align-text-left {
  text-align: left;
}

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

.align-text-center {
  text-align: center;
}

/**
  * Aligments
  */
.items-center {
  align-items: center;
}

/**
   * Elements visibility
   */
.visible-on-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

/**
   * Accessibility
   */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
   * Breakpoints
   */
/**
   * Spacing
   */
.py-xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pt-xl {
  padding-top: 96px;
}

.pb-xl {
  padding-bottom: 96px;
}

.px-xl {
  padding-left: 96px;
  padding-right: 96px;
}

.pl-xl {
  padding-left: 96px;
}

.pr-xl {
  padding-right: 96px;
}

.my-xl {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mt-xl {
  margin-top: 96px;
}

.mb-xl {
  margin-bottom: 96px;
}

.mx-xl {
  margin-left: 96px;
  margin-right: 96px;
}

.ml-xl {
  margin-left: 96px;
}

.mr-xl {
  margin-right: 96px;
}

.py-lg {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pt-lg {
  padding-top: 72px;
}

.pb-lg {
  padding-bottom: 72px;
}

.px-lg {
  padding-left: 72px;
  padding-right: 72px;
}

.pl-lg {
  padding-left: 72px;
}

.pr-lg {
  padding-right: 72px;
}

.my-lg {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mt-lg {
  margin-top: 72px;
}

.mb-lg {
  margin-bottom: 72px;
}

.mx-lg {
  margin-left: 72px;
  margin-right: 72px;
}

.ml-lg {
  margin-left: 72px;
}

.mr-lg {
  margin-right: 72px;
}

.py-md {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pt-md {
  padding-top: 48px;
}

.pb-md {
  padding-bottom: 48px;
}

.px-md {
  padding-left: 48px;
  padding-right: 48px;
}

.pl-md {
  padding-left: 48px;
}

.pr-md {
  padding-right: 48px;
}

.my-md {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt-md {
  margin-top: 48px;
}

.mb-md {
  margin-bottom: 48px;
}

.mx-md {
  margin-left: 48px;
  margin-right: 48px;
}

.ml-md {
  margin-left: 48px;
}

.mr-md {
  margin-right: 48px;
}

.py-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pt-sm {
  padding-top: 24px;
}

.pb-sm {
  padding-bottom: 24px;
}

.px-sm {
  padding-left: 24px;
  padding-right: 24px;
}

.pl-sm {
  padding-left: 24px;
}

.pr-sm {
  padding-right: 24px;
}

.my-sm {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-sm {
  margin-top: 24px;
}

.mb-sm {
  margin-bottom: 24px;
}

.mx-sm {
  margin-left: 24px;
  margin-right: 24px;
}

.ml-sm {
  margin-left: 24px;
}

.mr-sm {
  margin-right: 24px;
}

.py-xs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-xs {
  padding-top: 12px;
}

.pb-xs {
  padding-bottom: 12px;
}

.px-xs {
  padding-left: 12px;
  padding-right: 12px;
}

.pl-xs {
  padding-left: 12px;
}

.pr-xs {
  padding-right: 12px;
}

.my-xs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mt-xs {
  margin-top: 12px;
}

.mb-xs {
  margin-bottom: 12px;
}

.mx-xs {
  margin-left: 12px;
  margin-right: 12px;
}

.ml-xs {
  margin-left: 12px;
}

.mr-xs {
  margin-right: 12px;
}

.py-none {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-none {
  padding-top: 0;
}

.pb-none {
  padding-bottom: 0;
}

.px-none {
  padding-left: 0;
  padding-right: 0;
}

.pl-none {
  padding-left: 0;
}

.pr-none {
  padding-right: 0;
}

.my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-none {
  margin-top: 0;
}

.mb-none {
  margin-bottom: 0;
}

.mx-none {
  margin-left: 0;
  margin-right: 0;
}

.ml-none {
  margin-left: 0;
}

.mr-none {
  margin-right: 0;
}

/**
   * Fonts
   */
.font-base {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-alt {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

/**
   * Font Sizes
   */
.text-2xl {
  font-size: 32px;
  font-size: 2rem;
}

.text-xl {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-lg {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-md {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-sm {
  font-size: 16px;
  font-size: 1rem;
}

.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
}

/**
   * Colors
   */
.text-base {
  color: #444;
}

.bg-base {
  background-color: #444;
}

.text-background {
  color: #fff;
}

.bg-background {
  background-color: #fff;
}

.text-brand {
  color: #444;
}

.bg-brand {
  background-color: #444;
}

.text-success {
  color: #5CB85C;
}

.bg-success {
  background-color: #5CB85C;
}

.text-info {
  color: #444;
}

.bg-info {
  background-color: #444;
}

.text-warning {
  color: #F0AD4E;
}

.bg-warning {
  background-color: #F0AD4E;
}

.text-danger {
  color: #D9534F;
}

.bg-danger {
  background-color: #D9534F;
}

body {
  color: #ffffff;
  font-family: "neuzeit-grotesk", ui-sans-serif, system-ui, "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  background-color: #0a0a0a;
  position: relative;
  overflow-x: hidden;
}

.heading-font, h1, h2 {
  font-family: "ivypresto-display", ui-serif, Georgia, "Cambria", "Times New Roman", Times, serif !important;
}

body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 24px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

/**
   * Basic styles for links
   */
a {
  text-decoration: none;
}

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

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
   * Rules
   */
hr {
  height: 1px;
  background-color: #444;
}

.grid {
  display: grid;
  grid-gap: 24px;
}

@media screen and (max-width: 768px) {
  .grid {
    grid-gap: 12px;
  }
}

@media only screen and (min-width: 1025px) {
  .grid.grid--lg-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--lg-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--lg-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--lg-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--lg-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--lg-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--md-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--md-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--md-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--md-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--md-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--md-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .grid.grid--sm-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--sm-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--sm-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--sm-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--sm-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--sm-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 480px) {
  .grid.grid--xs-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--xs-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--xs-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--xs-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--xs-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--xs-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/**
   * This file contains all @font-face declarations, if any.
   */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
   * Responsive images
   */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #444;
  border-radius: 0;
  color: #444;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 6px 12px;
}

input[type=submit] {
  border-radius: 0;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 12px;
}

textarea {
  min-height: 96px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
   * Form utility classes
   */
.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 24px;
}

.form .form__group .form__label {
  display: block;
  margin-bottom: 12px;
}

ul,
ol {
  margin-left: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.list--unstyled {
  margin-left: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

.header {
  padding: 24px 0;
  margin-bottom: 48px;
}

@media screen and (max-width: 1000px) {
  .header .header__navigation {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .header .header__navigation nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}

.btn {
  background-color: #444;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  padding: 6px 24px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  width: auto;
  transition: all 0.5s;
}

.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #444;
  border-color: #444;
}

.btn.is-disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn--inverse {
  background-color: #fff;
  color: #444;
  border: 1px solid #444;
}

.btn--inverse:hover {
  background-color: #444;
  color: #fff;
  border-color: transparent;
}

.btn--block {
  display: block;
  width: 100%;
}

.btn--block + .btn--block {
  margin-top: 6px;
}

.btn--link {
  background-color: transparent;
  color: #444;
}

/**
   * Hamburger menu
   */
.nav-burger {
  float: right;
  transition: all 250ms ease-in-out;
}

.nav-burger__line {
  width: 35px;
  height: 3px;
  background-color: #444;
  display: none;
  margin: 8px auto;
  transition: all 250ms ease-in-out;
}

@media screen and (max-width: 1000px) {
  .nav-burger__line {
    display: block;
  }
}

.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}

.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/**
   * Navs
   */
.nav {
  list-style: none;
  margin: 0;
}

.nav > li {
  display: inline-block;
  margin-right: 24px;
}

.nav > li:last-child {
  margin-right: 0;
}

.nav > li > a {
  display: block;
}

@media screen and (max-width: 1000px) {
  .nav--header ul {
    list-style: none;
  }
}

.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 24px;
}

.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}

.alert.alert--info {
  color: #444;
  border-color: #444;
}

.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}

.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}

.alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.alignwide {
  width: 1200px;
  max-width: 100%;
}

.hero-video {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  object-position: center bottom;
}

.hero-video::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 350px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #0a0a0a);
  pointer-events: none;
  z-index: 1;
}

.hero-video-text {
  position: relative;
  top: -140px;
}

.hero-video-text h2.wp-block-heading {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 35px;
  opacity: 0;
  animation: fadeUp1 1s ease-out forwards;
  animation-delay: 0.1s;
}

.hero-video-text h1.wp-block-heading {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 6vw;
  line-height: 150px;
  letter-spacing: 10px;
  font-weight: 500;
  opacity: 0;
  animation: fadeUp1 0.5s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes fadeUp1 {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 0.8;
    transform: translateY(0);
  }
}

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

.has-text-align-center {
  text-align: center !important;
}

:root {
  --color-gray-100: hsl(220, 12%, 98%);
  --color-gray-200: hsl(220, 12%, 90%);
  --color-gray-300: hsl(220, 12%, 85%);
  --color-gray-400: hsl(220, 12%, 65%);
  --color-gray-500: hsl(220, 12%, 45%);
  --color-dark-100: hsl(240, 10%, 15%);
  --color-dark-200: hsl(240, 10%, 12%);
  --color-dark-300: hsl(240, 10%, 9%);
  --color-dark-400: hsl(0, 0%, 0%);
  --color-dark-500: hsl(0, 0%, 0%);
  --color-blue-100: hsl(217, 80%, 65%);
  --color-blue-200: hsl(217, 80%, 60%);
  --color-blue-300: hsl(217, 80%, 55%);
  --color-blue-400: hsl(217, 80%, 50%);
  --color-blue-500: hsl(217, 80%, 45%);
  --shadow-small: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  --shadow-medium: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
      rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  --shadow-large: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
      rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  --shadow-extra: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
      rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

main {
  padding-bottom: 30px;
}

main,
section {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  color: inherit;
  background: unset;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  line-height: 1.25;
  text-wrap: balance;
  word-wrap: break-word;
}

p,
li {
  font-family: inherit;
  line-height: 1.5;
  text-wrap: pretty;
  word-wrap: break-word;
}

img,
svg,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.section {
  padding-block: 6rem 3rem;
}

.container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.center {
  text-align: center;
  vertical-align: middle;
}

.truncate {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.title-small {
  font-family: inherit;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.25;
}

.title-medium {
  font-family: inherit;
  font-size: clamp(2.15rem, 5vw, 3.15rem);
  font-weight: 700;
  line-height: 1.15;
}

.title-large {
  font-family: inherit;
  font-size: clamp(2.65rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 1.15;
}

.text-small {
  font-family: inherit;
  font-size: 0.85rem;
  line-height: 1.5;
}

.text-base {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

.text-medium {
  font-family: inherit;
  font-size: 1.15rem;
  line-height: 1.5;
}

.text-large {
  font-family: inherit;
  font-size: 1.3rem;
  line-height: 1.5;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-capital {
  text-transform: capitalize;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.btn {
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  align-items: center;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  column-gap: 0.35rem;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  border-radius: 3rem;
  transition: all 0.25s ease;
}

.btn-primary {
  color: var(--color-gray-100);
  background-color: var(--color-blue-300);
  box-shadow: var(--shadow-medium);
}

.btn-neutral {
  color: var(--color-dark-300);
  background-color: var(--color-gray-100);
  box-shadow: var(--shadow-medium);
}

.btn-darken {
  color: var(--color-gray-100);
  background-color: var(--color-dark-100);
  box-shadow: var(--shadow-medium);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.35s ease;
  background: rgba(0, 0, 0, 0.3);
  background-image: url("https://www.transparenttextures.com/patterns/brilliant.png") !important;
}

.header.on-scroll {
  background-color: var(--color-dark-400);
  box-shadow: var(--shadow-medium);
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: baseline;
  column-gap: 1rem;
  width: 100%;
  height: 4rem;
  margin-inline: auto;
}

.brand {
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--color-gray-100);
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-block: 4rem;
  background-color: var(--color-dark-400);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease;
}

.menu.is-active {
  top: 0;
  left: 0;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}

.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--color-gray-100);
}

.menu-block {
  margin-left: auto;
}

@media screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: initial;
    width: auto;
    padding: 0;
    margin-left: auto;
    background: unset;
    box-shadow: unset;
    transition: unset;
  }
  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    margin-inline: auto;
  }
  .menu-link {
    text-transform: capitalize;
  }
  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  cursor: pointer;
  position: relative;
  display: block;
  order: -1;
  z-index: 10;
  width: 1.5rem;
  height: 1rem;
  user-select: none;
  visibility: visible;
}

@media screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.burger-line {
  position: absolute;
  display: block;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 2px;
  background-color: var(--color-gray-100);
  transition: all 0.25s ease;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  left: -1rem;
  opacity: 0;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.overlay {
  position: fixed;
  display: none;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: black;
  transition: all 0.3s ease;
}

.overlay.is-active {
  display: block;
}

.banner-link {
  position: fixed;
  z-index: 10;
  display: grid;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  justify-items: center;
  row-gap: 0.5rem;
  visibility: hidden;
}

@media screen and (min-width: 64rem) {
  .banner-link {
    visibility: visible;
  }
}

.banner-link > * {
  font-size: 1.25rem;
  line-height: inherit;
  color: var(--color-gray-100);
}

.banner-link::before, .banner-link::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 1.5px;
  transform: rotate(90deg);
  background: var(--color-gray-100);
}

.banner-link::before {
  top: -3rem;
}

.banner-link::after {
  bottom: -3rem;
}

.banner-link a:hover {
  color: #ffd700;
}

.about-con {
  margin-bottom: 100px;
}

.about-text {
  width: 60%;
}

.about-text h2 {
  font-size: 45px;
}

.about-image {
  width: 40%;
}

.about-image img {
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05), 0 12px 24px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.about-image img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.08), 0 18px 36px rgba(0, 0, 0, 0.7);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-con p {
  font-size: 13px;
  margin-bottom: 5px;
}

.services-con h1 {
  font-size: 35px;
}

.service-line {
  width: 80px;
  height: 3px;
  background-color: #d4af37;
  margin: 0 auto 2rem auto;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
}

.services-cards {
  margin-top: 30px;
  margin-bottom: 30px;
}

.services-cards > div > div.wp-block-group {
  max-width: 1200px;
  margin: auto;
  gap: 2rem;
  align-items: stretch;
}

.services-cards > div > div.wp-block-group > div.card {
  border-radius: 6px;
  padding: 2rem;
  backdrop-filter: blur(12px);
  border: 1px solid #d4af37;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
  flex: 1;
}

.services-cards > div > div.wp-block-group > div.card .wedding-icon, .services-cards > div > div.wp-block-group > div.card .event-icon, .services-cards > div > div.wp-block-group > div.card .catering-icon {
  color: #d4af37;
  width: 40px;
}

.services-cards > div > div.wp-block-group > div.card h2 {
  font-size: 25px;
}

.services-cards > div > div.wp-block-group > div.card p {
  font-size: 17px;
}

.salaam-video > video, .arabian-video > video {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .services-cards > div > div.wp-block-group > div.card {
    min-width: 100%;
  }
  .services-cards > div > div.wp-block-group {
    flex-wrap: wrap;
  }
}

.card-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2025/05/Venue.jpg);
  background-size: 600px;
  background-position: center;
  color: white;
}

.card-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2025/05/Stage.jpg);
  background-size: cover;
  background-position: center;
  color: white;
}

.card-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2025/05/Catering.jpg);
  background-size: cover;
  background-position: center;
  color: white;
}

.btn-services a {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 999px;
  background-image: linear-gradient(to right, #d4af37, #bd910a);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-services a:hover {
  border: 2px solid #fff;
  background-color: transparent;
  background-image: none;
  color: #fff;
}

.suites-con {
  margin-top: 120px;
}

.suites-con h1 {
  font-size: 35px;
}

.salaam-suite {
  width: 100%;
  position: relative;
}

.salaam-suite div {
  width: 100%;
}

.arabian-suite {
  width: 100%;
  position: relative;
}

.arabian-suite div {
  width: 100%;
}

.heading-text {
  max-width: 1200px !important;
  padding: 0px 20px;
}

.footer {
  margin-top: 48px;
}

.footer-info-con {
  background: #151414;
  padding: 48px 0px;
}

.footer-copyright-con {
  position: relative;
  background: #202020;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0px;
}

.single-cta {
  display: flex;
}

.single-cta i {
  color: #d4af37;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .single_footer {
    margin-bottom: 30px;
  }
}

.single_footer h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #fff;
  margin-top: 20px;
}

.single_footer ul li a:hover {
  color: #d4af37;
}

.contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.social_profile {
  position: absolute;
  top: 12px;
}

.social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.social_profile ul li {
  float: left;
}

.social_profile ul li a {
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.social_profile ul li a:hover {
  color: #fff;
}

.social_profile ul li:nth-child(1) a {
  color: #1976d3;
}

.social_profile ul li:nth-child(1) a:hover {
  background: #1976d3;
}

.social_profile ul li:nth-child(2) a {
  color: #e4405f;
}

.social_profile ul li:nth-child(2) a:hover {
  background: #e4405f;
}

.social_profile ul li:nth-child(3) a {
  color: #cd201f;
}

.social_profile ul li:nth-child(3) a:hover {
  background: #cd201f;
}

@media only screen and (max-width: 768px) {
  .social_profile ul li a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .social_profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.social_profile ul li a:hover {
  background: #d4af37;
  border: 1px solid #d4af37;
  color: #fff;
  border: 0px;
}

/*END SOCIAL PROFILE CSS*/
.copyright {
  padding: 25px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.copyright a {
  color: #01c7e9;
  transition: all 0.2s ease 0s;
}

.copyright a:hover {
  color: #ff3666;
}

.contact-info {
  width: 45%;
  background-color: #1a1a1e;
  border: 1px solid #121214;
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.contact-form {
  width: 55%;
  background-color: #1a1a1e;
  border: 1px solid #121214;
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.contact-form-main {
  width: 100%;
  background-color: #1a1a1e;
  border: 1px solid #121214;
  border-radius: 0.75rem;
}

.contact-form-main > .kt-inside-inner-col {
  box-shadow: none !important;
}

.contact-form-right > .kt-inside-inner-col {
  border-radius: 14px !important;
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label, div.wpforms-container-full .wpforms-field-sublabel, .wp-core-ui div.wpforms-container-full .wpforms-field-sublabel {
  color: #9ca3af;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 5px;
}

.contact-form-name > fieldset > div.wpforms-field-row {
  max-width: 100% !important;
}

.contact-form-email > input.wpforms-field-medium, .contact-form-phone > input.wpforms-field-medium {
  max-width: calc(50% - 10px);
}

.contact-form-name > fieldset > div.wpforms-field-row > div.wpforms-field-row-block > input, div.contact-form-email > input.wpforms-field-medium, div.contact-form-phone > input.wpforms-field-medium, div.wpforms-field > textarea.wpforms-field-medium {
  color: #fff !important;
  background-color: #222327;
  border: 1px solid #121214;
  border-radius: 0.5rem;
}

.contact-heading {
  margin: 0px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

div.wpforms-container-full:not(:empty) {
  margin: 0px;
}

button.wp-contact-form-btn-1 {
  width: 100%;
  transition-duration: 300ms !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-radius: 0.5rem !important;
  background-image: linear-gradient(to right, #d4af37, #bd910a) !important;
  background-color: transparent !important;
}

button.wp-contact-form-btn-1:hover {
  border: 2px solid #fff !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #fff !important;
}

.btn-neutral {
  background-image: linear-gradient(to right, #d4af37, #bd910a);
  color: #fff;
  border: 2px solid transparent;
}

.btn-neutral:hover {
  border: 2px solid #fff;
  background-color: transparent;
  background-image: none;
  color: #fff;
}

.contact-row {
  align-items: flex-start;
}

.contact-icon {
  padding: 4px;
  color: #d4af37;
}

.fa-envelope.contact-icon {
  padding-top: 3px;
}

.fa-phone.contact-icon {
  padding-top: 5px;
}

.contact-stack-1 {
  padding-left: 5px;
}

.contact-stack {
  gap: 0;
}

.contact-label {
  color: #9ca3af;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.contact-text {
  color: #fff;
  font-size: 1rem;
}

.follow-stack {
  margin: 20px 0px 30px 0px !important;
}

.contact-heading-2 {
  font-weight: 400;
  font-size: 1.25rem;
}

.follow-facebook, .follow-instagram, .follow-youtube {
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 1px solid #36383b;
}

.follow-facebook:hover, .follow-instagram:hover, .follow-youtube:hover {
  color: #fff;
}

.follow-facebook {
  color: #1976d3;
}

.follow-facebook:hover {
  background: #1976d3;
}

.bxl-facebook {
  color: #1976d3;
}

.bxl-facebook:hover {
  color: #fff;
}

.follow-instagram {
  color: #e4405f;
}

.follow-instagram:hover {
  background: #e4405f;
}

.bxl-instagram {
  color: #e4405f;
}

.bxl-instagram:hover {
  color: #fff;
}

.follow-youtube {
  color: #cd201f;
}

.follow-youtube:hover {
  background: #cd201f;
}

.bxl-youtube {
  color: #cd201f;
}

.bxl-youtube:hover {
  color: #fff;
}

.contact-map {
  width: 100%;
}

.stat-box {
  flex: 1 1 30%;
  /* Responsive: 1/3 of container width with flexibility */
  max-width: 33.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  margin: auto !important;
  min-height: 200px;
  min-width: 300px;
  max-width: 300px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #d4af37;
  /* gold */
}

.stat-number::after {
  content: "+";
  margin-left: 2px;
  font-weight: normal;
  font-size: 0.9em;
}

.stat-label {
  font-size: 1.6rem;
  margin-top: 0.5rem;
  display: block;
  color: #fff;
}

.stats-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .stat-box {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .stats-section {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .contact-info, .contact-form {
    width: 100%;
  }
  .contact-row-con {
    flex-direction: column;
  }
  .social_profile {
    display: none;
  }
  .single-cta {
    padding: 10px 20px;
  }
  .footer-info-con > .container > .row {
    flex-direction: column;
  }
  .footer-info-con > .container > .row > div {
    width: 100% !important;
  }
  .hero-video-text {
    top: -100px;
  }
  .hero-video-text h2.wp-block-heading {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .header__logo {
    width: 20% !important;
  }
}

.gallery-con {
  margin: 0px 0px 120px 0px;
}

.gallery-heading {
  font-size: 35px;
  margin: 0px;
}

.mansory-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  position: relative;
}

.mansory-gallery .column {
  flex: 25%;
}

.mansory-gallery .column img {
  border: 0.5rem solid #0a0a0a;
  border-radius: 1.5rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .mansory-gallery .column {
    flex: 50%;
  }
}

@media (max-width: 500px) {
  .mansory-gallery .column {
    flex: 100%;
  }
}
