/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*respensive*/





@media screen and (max-width: 460px){
  .featured-item-content{
      -webkit-transform: translateY(68%);
          -ms-transform: translateY(68%);
              transform: translateY(68%);
  }
}

@media screen and (min-width: 678px){
  .test-item::after{
      left: 4rem;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
  }
  .test-item-info{
      left: 1rem;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      text-align: left;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
}

@media screen and (min-width: 768px){
  .header-title p{
      font-size: 1.4rem;
  }
  .featured-row, .services-row, .footer-row{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
  }
  .featured-item, .services-item{
      margin: 0;
  }
  .footer-row{
      text-align: left;
  }
  .social-links{
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
  }
  .social-links li:nth-child(1){
      margin-left: 0;
  }
  .subscribe-form form{
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
  }

  .gallery-row, .popular-row, .blog-row, .facts-row{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
  }
  .gallery-item{
      margin: 0;
  }
  .popular-row, .facts-row{
      gap: 0;
  }
  .facts-row{
      -webkit-column-gap: 5rem;
         -moz-column-gap: 5rem;
              column-gap: 5rem;
  }
}
@media screen and (min-width: 992px){
  .header-title h1{
      font-size: 4rem;
  }
  .header-form form{
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
  }
  .header-form .form-control, .header-form .btn{
      margin: 0 0.5rem;
  }
  /* navbar */
  #navbar-show-btn{
      display: none;
  }
  #navbar-collapse{
      display: block!important;
      background-color: transparent;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      height: auto;
      padding: 0;
      position: static;
      width: 100%;
  }
  #navbar-close-btn{
      display: none;
  }
  .navbar-nav{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0;
  }
  .nav-item{
      margin: 0;
      margin-left: 2rem;
  }
  /* change on scroll */
  .navbar-cng .navbar-nav .nav-link{
      color: var(--dark);
  }

  .test-row, .about-row, .contact-row{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
  }

  .popular-row, .blog-row{
      grid-template-columns: repeat(3, 1fr);
  }
  .about-row{
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .about-left{
      margin: 0;
  }
  .facts-row{
      grid-template-columns: repeat(4, 1fr);
  }
  .contact-row{
      row-gap: 0;
  }
  .contact-form .form-control{
      margin-left: 0;
  }
  .contact-form .form-control:nth-child(1){
      margin-top: 0;
  }
  .contact-right{
      margin: 0;
  }
  .contact-form .btn{
      margin-left: 0;
  }
  .contact-icon{
      width: 45px;
      height: 45px;
      font-size: 1.4rem;
      margin: 0 1rem;
  }
  .contact-item{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left;
  }
  .contact-item:nth-child(1){
      margin-top: 0;
  }
}

@media screen and (min-width: 1200px){
  .test-row, .gallery-row{
      grid-template-columns: repeat(3, 1fr);
  }
  .footer-row, .popular-row{
      grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1400px){
  .featured-row, .services-row{
      grid-template-columns: repeat(3, 1fr);
  }
}
/***style*/
:root{
  --green: #1ec6b6;
  --light-grey: #f7f7f7;
  --dark: #0e1010;
  --trans: all 0.3s ease-in-out;
}
.navbar{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  padding: 1rem 0;
  z-index: 999;
}
.navbar .container{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-brand{
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  opacity: 0.95;
}
.site-brand span{
  font-weight: 300;
}
#navbar-show-btn{
  background: transparent;
  color: #fff;
  font-size: 2rem;
  opacity: 0.9;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
  border: none;
}
#navbar-show-btn:hover{
  opacity: 1;
}

/* navbar side menu */
#navbar-collapse{
  background-color: var(--green);
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding: 2rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.navbar-collapse-rmw{
  /* js related */
  -webkit-transform: translateX(0)!important;
      -ms-transform: translateX(0)!important;
          transform: translateX(0)!important;
}
#navbar-close-btn{
  background: none;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 0.2rem;
  font-size: 2rem;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
  position: absolute;
  right: 1rem;
  top: 2rem;
  border: none;
}
#navbar-close-btn:hover{
  background-color: #fff;
  color: var(--green);
}
.navbar-nav{
  margin-top: 5rem;
}
.nav-item{
  margin: 1.6rem 0;
}
.nav-link{
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.nav-link:hover{
  opacity: 0.8;
}

/* header */
header{
  min-height: 100vh;
  padding-top: 7rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../images/ima.png) center/cover no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/ima.png) center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/ima.png) center/cover no-repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
}

.header-title h1 {
  font-size: 4.8rem;
  letter-spacing: 2px;
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
  font-weight: 600;
}
.header-title p {
  margin: 1.8rem auto;
  max-width: 700px;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.7;
  color: aliceblue;
}

@-webkit-keyframes bounce-in-top{
  0%{
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
  }
  38%{
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
  }
  55%{
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
  }
  72%{
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
  }
  81%{
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
  }
  90%{
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
  }
  95%{
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
  }
  100%{
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-top{
  0%{
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
  }
  38%{
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
  }
  55%{
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
  }
  72%{
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
  }
  81%{
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
  }
  90%{
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
  }
  95%{
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
  }
  100%{
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
  }
}

.header-form{
  background: rgba(0, 0, 0, 0.5);
  padding: 3rem;
  border-radius: 0.2rem;
}
.header-form h3{
  font-size: 1.2rem;
}
.header-form form{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.8rem;
}
.header-form form .form-control{
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
}
.header-form input[type = "date"]{
  text-transform: uppercase;
}
.header-form input:not([type = "submit"])::-webkit-input-placeholder{
  color: #fff;
}
.header-form input:not([type = "submit"])::-moz-placeholder{
  color: #fff;
}
.header-form input:not([type = "submit"]):-ms-input-placeholder{
  color: #fff;
}
.header-form input:not([type = "submit"])::-ms-input-placeholder{
  color: #fff;
}
.header-form input:not([type = "submit"])::placeholder{
  color: #fff;
}
::-webkit-calendar-picker-indicator{
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header-form .btn{
  margin-top: 0.8rem;
}

/* change background on scroll */
.navbar-cng{
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(48, 48, 48, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(48, 48, 48, 0.2);
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.navbar-cng .site-brand{
  color: var(--dark);
}
.navbar-cng .site-brand span{
  color: var(--green);
}
.navbar-cng #navbar-show-btn{
  color: var(--green);
}

/* featured */
.featured-item{
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.featured-item::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
}
.featured-item-content{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  padding: 1rem;
  -webkit-transform: translateY(68%);
      -ms-transform: translateY(68%);
          transform: translateY(68%);
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.featured-item-content span{
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1.2rem;
  text-transform: capitalize;
}
.featured-item-content .text{
  color: #fff;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.featured-item:hover .featured-item-content{
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* services */
#services{
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/services-bg.jpg) center/cover no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/services-bg.jpg) center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/services-bg.jpg) center/cover no-repeat;
}
#services *{
  color: #fff;
}
.services-item{
  text-align: center;
  padding: 2rem 0.5rem;
  margin: 2rem 0;
}
.services-icon{
  font-size: 3.2rem;
}
.services-item h3{
  margin: 1rem 0;
  font-size: 1.6rem;
}
.services-item .btn{
  margin-top: 1.6rem;
  display: inline-block;
}

/* testimonials */
#testimonials{
  background-color: var(--light-grey);
}
.test-item{
  border: 2px solid var(--light-grey);
  padding: 2rem 1rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.2rem;
  margin: 2rem 0 14rem 0;
}
.test-item::after{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.test-item-info{
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.test-item-info img{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 1rem;
}
.test-item-info h3{
  font-size: 1rem;
}

/* video */
.video-wrapper{
  height: 500px;
  position: relative;
}
.video-wrapper video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#play-btn{
  position: absolute;
  z-index: 5;
  width: 70px;
  height: 70px;
  background-color: var(--green);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.8rem;
  padding-left: 0.4rem;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
#play-btn:hover{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}



/* ### GALLERY PAGE ### */
header.header-sm{
  min-height: 60vh;
}
/* gallery */
.gallery-item{
  margin: 2rem 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
  cursor: pointer;
}
.gallery-item::after{
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
}
.gallery-item img{
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.gallery-item:hover img{
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.zoom-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.gallery-item:hover .zoom-icon{
  opacity: 1;
}
/* img modal box */
#img-modal-box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
#img-modal{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
}
#img-mdoal img{
  max-width: 100%;
  height: 100%;
}
#img-modal-box button{
  position: absolute;
  font-size: 1.4rem;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
  border: none;
}
#img-modal-box button:hover{
  opacity: 0.9;
}
#modal-close-btn{
  top: -17.5px;
  right: -17.5px;
  z-index: 999;
}
#next-btn{
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#prev-btn{
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#next-btn:hover, #prev-btn:hover{
  background-color: var(--dark);
  color: #fff;
}

/* popular section */
#popular.py-4{
  padding-bottom: 0;
}
.popular-item{
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.popular-item::after{
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
}
.popular-item div{
  position: absolute;
  color: #fff;
  z-index: 2;
  bottom: -100%;
  width: 100%;
  padding: 2rem;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.popular-item .rating{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.7rem 0;
  font-size: 0.9rem;
  opacity: 0.8;
  padding: 0;
}
.popular-item:hover div{
  background-color: #fff;
  color: #000;
  bottom: 0;
  opacity: 0.95;
}

/* ### BLOG PAGE ### */
/* blog */
#blog{
  background-color: var(--light-grey);
}
.blog-item{
  background-color: #fff;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.blog-item-top{
  position: relative;
}
.blog-date{
  position: absolute;
  background-color: var(--green);
  color: #fff;
  padding: 0.5rem;
  height: 38px;
  min-width: 160px;
  text-transform: uppercase;
  letter-spacing: 2px;
  bottom: -19px;
  left: 5%;
}
.blog-item-bottom{
  padding: 2rem 1rem;
}
.blog-item-bottom span{
  text-transform: uppercase;
  color: var(--dark);
  opacity: 0.7;
  letter-spacing: 2px;
  display: block;
  margin-top: 1rem;
}
.blog-item-bottom a{
  margin: 1rem 0;
  font-size: 1.4rem;
  display: block;
  font-family: 'Raleway',sans-serif;
  font-weight: 600;
  line-height: 1.6;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}
.blog-item-bottom a:hover{
  opacity: 0.8;
}
/*utility*/
html, body{
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Raleway', sans-serif;
}
a{
  color: var(--dark);
  text-decoration: none;
}
ul{
  list-style-type: none;
}
button, input[type = "submit"]{
  font-size: 1rem;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
}
.contain-gall{
  max-width: 1320px;
  padding: 0 1rem;
  margin: 0 auto;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text{
  font-weight: 400;
  opacity: 0.9;
  line-height: 1.6;
  letter-spacing: 1px;
}
.form-control{
  width: 100%;
  margin: 0.6rem 0;
  max-width: 500px;
  border: 1px solid #fff;
  border-radius: 0.2rem;
  padding: 0.7rem;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn{
  padding: 0.7rem 2.4rem;
  border-radius: 0.2rem;
  font-weight: 600;
  background-color: var(--green);
  color: #fff;
  border: 1px solid var(--green);
}
.btn:hover{
  opacity: 0.9;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
}

/* css stop transition and animation */
.resize-animation-stopper *{
  -webkit-animation: none!important;
          animation: none!important;
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}

.py-4{
  padding: 4rem 0;
}
img{
  width: 100%;
  display: block;
}
.title-wrap{
  text-align: center;
  padding: 1.4rem 0;
  margin-bottom: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.lg-title{
  font-size: 1.8rem;
}
.sm-title{
  display: block;
  color: #787878;
  font-weight: 300;
  font-size: 1.2rem;
  padding-bottom: 1rem;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.7;
}
.my-2{
  margin: 2rem 0;
}
.shadow:hover{
  -webkit-box-shadow: 0px 0px 18px -4px rgba(109, 109, 109, 0.64);
          box-shadow: 0px 0px 18px -4px rgba(109, 109, 109, 0.64);
}
/*********respensive*******/



@media screen and (max-width: 460px){
  .featured-item-content{
      -webkit-transform: translateY(68%);
          -ms-transform: translateY(68%);
              transform: translateY(68%);
  }
}

@media screen and (min-width: 678px){
  .test-item::after{
      left: 4rem;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
  }
  .test-item-info{
      left: 1rem;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      text-align: left;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
}

@media screen and (min-width: 768px){
  .header-title p{
      font-size: 1.4rem;
  }
  .featured-row, .services-row, .footer-row{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
  }
  .featured-item, .services-item{
      margin: 0;
  }
  .footer-row{
      text-align: left;
  }
  .social-links{
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
  }
  .social-links li:nth-child(1){
      margin-left: 0;
  }
  .subscribe-form form{
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
  }

  .gallery-row, .popular-row, .blog-row, .facts-row{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
  }
  .gallery-item{
      margin: 0;
  }
  .popular-row, .facts-row{
      gap: 0;
  }
  .facts-row{
      -webkit-column-gap: 5rem;
         -moz-column-gap: 5rem;
              column-gap: 5rem;
  }
}
@media screen and (min-width: 992px){
  .header-title h1{
      font-size: 4rem;
  }
  .header-form form{
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
  }
  .header-form .form-control, .header-form .btn{
      margin: 0 0.5rem;
  }
  /* navbar */
  #navbar-show-btn{
      display: none;
  }
  #navbar-collapse{
      display: block!important;
      background-color: transparent;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      height: auto;
      padding: 0;
      position: static;
      width: 100%;
  }
  #navbar-close-btn{
      display: none;
  }
  .navbar-nav{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0;
  }
  .nav-item{
      margin: 0;
      margin-left: 2rem;
  }
  /* change on scroll */
  .navbar-cng .navbar-nav .nav-link{
      color: var(--dark);
  }

  .test-row, .about-row, .contact-row{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
  }

  .popular-row, .blog-row{
      grid-template-columns: repeat(3, 1fr);
  }
  .about-row{
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .about-left{
      margin: 0;
  }
  .facts-row{
      grid-template-columns: repeat(4, 1fr);
  }
  .contact-row{
      row-gap: 0;
  }
  .contact-form .form-control{
      margin-left: 0;
  }
  .contact-form .form-control:nth-child(1){
      margin-top: 0;
  }
  .contact-right{
      margin: 0;
  }
  .contact-form .btn{
      margin-left: 0;
  }
  .contact-icon{
      width: 45px;
      height: 45px;
      font-size: 1.4rem;
      margin: 0 1rem;
  }
  .contact-item{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left;
  }
  .contact-item:nth-child(1){
      margin-top: 0;
  }
}

@media screen and (min-width: 1200px){
  .test-row, .gallery-row{
      grid-template-columns: repeat(3, 1fr);
  }
  .footer-row, .popular-row{
      grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1400px){
  .featured-row, .services-row{
      grid-template-columns: repeat(3, 1fr);
  }
}