@import 'https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap';
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}
.container {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
p {
    color: black;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 2.5rem;
    font-weight: 550;
    letter-spacing: 0.05rem;
}
.section-title {
  text-align: start;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 100;
  margin-bottom: 30px;
  margin-top: 40px;
  color: #545454;
}
.section-title span {
	color: #545454;
}

.cta {
  display: inline-block;
  color: white;
  background-color: transparent;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 21px;
  transition: 0.3s ease;
  transition-property: background-color, color;
  border-radius: 3px;
  font-size: 1.3rem;
  padding: 8px 13px;
}
.cta:hover {
	color: white;
	background-color: #545454;
}
.logo{
	width: 120px;
  padding-top: 10px;
}
.brand h1 {
	font-size: 3rem;
	text-transform: uppercase;
	color: white;
}
.brand h1 span {
	color: #545454;
}

/* colour change*/
.colour-change {
  mix-blend-mode: exclusion;
}
/* End colour change*/

/* Header section */
#header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100vw;
	height: auto;
}
#header .header {
    min-height: 8vh;
    background-color: rgba(31, 30, 30, 0);
    transition: 0.3s ease background-color;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#header .nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56%;
  max-height: 65px;
  max-width: 1175px;
  padding: 0 10px;
}
#header .nav-list ul {
	list-style: none;
	position: absolute;
	background-color: rgb(31, 30, 30);
	width: 100vw;
	height: 100vh;
	left: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow-x: hidden;
	transition: 0.5s ease left;
}
#header .nav-list ul.active {
	left: 0%;
}
#header .nav-list ul a {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	display: block;
}
#header .nav-list ul a::after {
	content: attr(data-after);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: rgba(240, 248, 255, 0.021);
	font-size: 13rem;
	letter-spacing: 50px;
	z-index: -1;
	transition: 0.3s ease letter-spacing;
}
#header .nav-list ul li:hover a::after {
	transform: translate(-50%, -50%) scale(1);
	letter-spacing: initial;
}
#header .nav-list ul li:hover a {
	color: #92a8ac;
}
#header .hamburger {
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 3px solid white;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	cursor: pointer;
	transform: scale(0.8);
	margin-right: 20px;
}
#header .hamburger:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 3px solid white;
	animation: hamburger_puls 1s ease infinite;
}
#header .hamburger .bar {
	height: 2px;
	width: 30px;
	position: relative;
	background-color: white;
	z-index: -1;
}
#header .hamburger .bar::after,
#header .hamburger .bar::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background-color: white;
	transition: 0.3s ease;
	transition-property: top, bottom;
}
#header .hamburger .bar::after {
	top: 8px;
}
#header .hamburger .bar::before {
	bottom: 8px;
}
#header .hamburger.active .bar::before {
	bottom: 0;
}
#header .hamburger.active .bar::after {
	top: 0;
}
/* End Header section */

/* Hero Section */
#hero {
  z-index: 1;
  height: 160vh;
  overflow: hidden;
  position: relative;
}
#hero .hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    justify-content: flex-start;
    position: relative;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(./img/hero-bg1.png);
    background-size: cover;
    transition: transform 0.1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}
  
.hero-content {
    position: relative;
    z-index: 1;
    text-align: start;
    padding: 100px 0;
    padding-bottom: 0px;
    bottom: -45pt;
}
.hero-content p {
    color: white;
    font-weight: 500;
	line-height: normal;
}

#hero h1 {
	line-height: 100%;
    font-stretch: extra-expanded;
    display: block;
    width: fit-content;
    font-size: 6rem;
    FONT-WEIGHT: 100;
    position: relative;
    color: transparent;
    animation: text_reveal 0.5s ease forwards;
    animation-delay: 1s;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#hero h1:nth-child(1) {
	animation: text_reveal_name 0.5s ease forwards;
	animation-delay: 1s;
}
#hero h1:nth-child(2) {
	animation-delay: 2s;
}
#hero h1:nth-child(3) {
	animation-delay: 3s;
}
#hero h1 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #92a8ac;
	animation: text_reveal_box 1s ease;
	animation-delay: 0.5s;
}
#hero h1:nth-child(1) span {
	animation-delay: 0.5s;
}
#hero h1:nth-child(2) span {
	animation-delay: 1.5s;
}
#hero h1:nth-child(3) span {
	animation-delay: 2.5s;
}

@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");

body {
    margin: 0px;
    background-color: #92a8ac;
}

#text-container {
    position: absolute;
    margin: auto;
    width: 100vw;
    height: 80pt;
    top: 0;
    bottom: 0;
    filter: url(#threshold) blur(0.6px);
	
}

/*text aniimation*/

.hidden {
	transition: opacity 1s ease; /* Adjust the duration and timing function as needed */
	opacity: 0;
}
.visible {
	transition: opacity 1s ease; /* Adjust the duration and timing function as needed */
	opacity: 100;
}
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");


.content {
  display: flex;
  justify-content: center;
}
.content h2 {
  color: #fff;
  font-size: 11em;
  position: absolute;
  /* transform: translate(-50%, -50%); */
  font-weight: 1000;
}

.content h2:nth-child(1) {
  color: #92a8ac;
  -webkit-text-stroke: 2px #ffffff;
}

.content h2:nth-child(2) {
  color: #ffffff;
  animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}
/*End text aniimation*/


/* End Hero Section */

/* Services Section */
#services .services {
	flex-direction: column;
	text-align: center;
	max-width: 1500px;
	margin: 0 auto;
	padding: 100px 0;
}
#services .service-top {
	max-width: 500px;
	margin: 0 auto;
}
#services .service-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
#services .service-item {
	flex-basis: 80%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	border-radius: 10px;
	background-image: url(./img/img-1.png);
	background-size: cover;
	margin: 10px 5%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#services .service-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	opacity: 0.9;
	z-index: -1;
}
#services .service-bottom .icon {
	height: 80px;
	width: 80px;
	margin-bottom: 20px;
}
#services .service-item h2 {
	font-size: 2rem;
	color: white;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#services .service-item p {
	color: white;
	text-align: left;
}
/* End Services Section */

/* Projects section */
#projects .projects {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
}
#projects .projects-header {
  width: 100%;
}
#projects .projects-header h1 {
    text-align: start;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 100;
    margin-bottom: 30px;
    margin-top: 40px;
    color: white;
}
#projects .all-projects {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#projects .project-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  /* border-radius: 10px; */
  /* border-top-right-radius: 30px; */
  /* border: 1px solid white; */
  transition: ease-in-out 2s;
}
#projects .project-item.visible {
  visibility: visible;
  transition: 2s ease-in-out;
}

#projects .project-info {
  padding: 15px;
  flex-basis: 50%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: white;
  border: 1px solid white;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#projects .project-info h1 {
  font-size: 2.3rem;
  font-weight: 900;
  text-transform: uppercase;
}
#projects .project-info h2 {
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: 10px;
}
#projects .project-info p {
	color: white;
}
#projects .project-img {
  flex-basis: 50%;
  height: 300px;
  overflow: hidden;
  position: relative;
  opacity: 65%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#projects .project-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	opacity: 0.7;
}
#projects .project-img img {
	transition: 0.3s ease transform;
}
#projects .project-item:hover .project-img img {
	transform: scale(1.1);
}
/* End Projects section */

/* About Section */
#about .about {
  flex-direction: column-reverse;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
  background-color: white;
  min-height: 20vh;
}
#about .section-title {
  color: #545454;
}
#about .col-left {
	width: 250px;
	height: 360px;
}
#about .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#about .col-right h2 {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}
#about .col-right p {
  margin-bottom: 20px;
  text-align: start;
  color: #545454;
}
#about .col-right .cta {
  color: #565656;
  margin-bottom: 50px;
  padding: 10px 20px;
  font-size: 2rem;
  border: #545454 1px solid;
}
#about .col-left .about-img {
	height: 100%;
	width: 100%;
	position: relative;
	border: 10px solid white;
}
#about .col-left .about-img::after {
	content: '';
	position: absolute;
	left: -33px;
	top: 19px;
	height: 98%;
	width: 98%;
	border: 7px solid #545454;
	z-index: -1;
}
/* End About Section */

/* contact Section */

#contact {
  background-color: white;
}
#contact .contact {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  /* width: 90%; */
  padding: 0 30px;
  min-height: 1vh;
  padding-bottom: 20px;
}
#contact .contact-items {
	/* max-width: 400px; */
	width: 100%;
}
.contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.contact-form input, textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #545454;
  width: 100%;
  border-radius: 0;
  height: 30px;
  margin-bottom: 35px;
}
.contact-form label {
  font-size: 1.3rem;
  transition: font-size 0.3s ease;
}

.contact-form .contact-name:focus + .name-label{
  font-size: 0.6rem;
}

.contact-form button {
  display: inline-block;
  padding: 5px 16px;
  color: #ffffff;
  background-color: #92a8ac;
  border: 1px solid #545454;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 15px;
  transition: 0.3s ease;
  transition-property: background-color, color;
  border-radius: 3px;
  font-size: 1.3rem;
  width: 100%;
  padding: 8px 13px;
}

/*pop up contact form */

.popup-contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.popup-contact-form input, textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #545454;
  width: 100%;
  border-radius: 0;
  height: 30px;
  margin-bottom: 35px;
}
.popup-contact-form label {
  font-size: 1.3rem;
  transition: font-size 0.3s ease;
}

.popup-contact-form .contact-name:focus + .name-label{
  font-size: 0.6rem;
}

.popup-contact-form button {
  display: inline-block;
  padding: 5px 16px;
  color: #ffffff;
  background-color: #92a8ac;
  border: 1px solid #545454;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 15px;
  transition: 0.3s ease;
  transition-property: background-color, color;
  border-radius: 3px;
  font-size: 1.3rem;
  width: 100%;
  padding: 8px 13px;
}
/*End contact Section */

/* Free Website Section */
#free .free {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  /* width: 90%; */
  padding: 0 30px;
  min-height: 1vh;
}

#free h1 {
  color: white;
}
/* End Free Website Section */

/* Footer */
#footer {
	background-color:white;
}
#footer .footer {
	min-height: 200px;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 10px;
}
#footer h2 {
	color: white;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer .social-icon {
	display: flex;
	margin-bottom: 30px;
}
#footer .social-item {
	height: 50px;
	width: 50px;
	margin: 0 5px;
}
#footer .social-item img {
	filter: grayscale(1);
	transition: 0.3s ease filter;
}
#footer .social-item:hover img {
	filter: grayscale(0);
}
#footer p {
  color: #545454;
  font-size: 1.3rem;
  max-width: 100%;
  margin: 0 8%;
}
/* End Footer */

/* Overlay */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 0 5%;
}

.popup {
  padding: 20px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  border-radius: 6px;
  background-color: #fbfbfb;
}

.popup p {
  color: #181818;
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-align: left;
  line-height: 2rem;
}

.popup h1 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 20px;

}

.popup h2 {
  color: #000000;
  font-size: 2.6rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 38px;
  margin: 10px 0 0 0;
}

.popup .btn-wrapper {
  display: flex;
  flex-direction:row;
}

.popup .btn-wrapper a {
  display: inline-block;
  padding: 10px 12px;
  color: rgb(255 255 255);
  background-color: #465659;
  border: none;
  border-radius: 1px;
  text-decoration: none;
  /* font-size: 16px; */
  transition: background-color 0.3s ease;
  margin: 0px 0px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

.popup .btn-wrapper a.second-btn {
  background-color: #84b6c9;
  color: #161616;
}

.popup .btn-wrapper a:hover {
  background-color: #9ca3ac;
}

.popup .popup-contact-form input, textarea {
  background-color: transparent;
  border: none;
  border: 1px solid #7f7f7f;
  width: 100%;
  border-radius: 2px;
  padding: 7px 8px;
  font-size: 13px;
  height: 30px;
  color: black;
  height: 30px;
  margin-bottom: 14px;
}

.popup .popup-contact-form select {
  background-color: transparent;
  border: none;
  border: 1px solid #7f7f7f;
  width: 100%;
  border-radius: 2px;
  padding: 7px 8px;
  font-size: 13px;
  height: 30px;
  color: black;
  height: 30px;
  margin-bottom: 14px;
}

.close {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 33px;
  color: #000000;
  cursor: pointer;
}

.contact-btn1 {
  position: relative !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  color: #fff !important;
  background: #000 !important;
  border: none !important;
  cursor: pointer !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

.contact-btn1::before, .contact-btn1::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(45deg, #ff0000, #00ff00, #0000ff, #ff0000) !important;
  background-size: 400% 400% !important;
  z-index: -1 !important;
  transition: opacity 0.5s !important;
}

.contact-btn1::before {
  animation: animateBorder 5s linear infinite !important;
  opacity: 1 !important;
}

.contact-btn1::after {
  opacity: 0 !important;
}

.contact-btn1:hover::after {
  opacity: 1 !important;
}

.contact-btn1:hover {
  color: #000 !important;
  background: #fff !important;
  -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255, 255, 255, 0.2)) !important;
}

@keyframes animateBorder {
  0% { background-position: 0% 50% !important; }
  50% { background-position: 100% 50% !important; }
  100% { background-position: 0% 50% !important; }
}

/* peggy's cove*/
#ns {
	background-color: white;
}

#ns .ns {
	display: flex;
	flex-direction: column;
	padding: 0 30px;
}

.ns-top {
    position: relative; /* Set the parent container to relative positioning */
    text-align: center; /* Center-align its children horizontally */
	transition:  2s ease-in-out;
}
.ns-top.visible {
visibility: visible;
transition:  0.5s ease-in-out;
}
.ns-bottom {
	text-align: start;
}
.ns-bottom h1 {
    text-align: start;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 100;
	margin-bottom: 30px;
	color: #545454;
}
.ns-cta {
  display: inline-block;
  padding: 10px 30px;
  color: black;
  background-color: transparent;
  border: 1px solid #545454;
  border-radius: 5px;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  transition: 0.3s ease;
  transition-property: background-color, color;
  margin-bottom: 30px;
  border-radius: 3px;
  font-size: 1.3rem;
  padding: 8px 13px;
}

.seagull1, .seagull2 {
    width: 10%;
    height: auto;
    max-width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(90px, -100px);
    z-index: 1;
}
.seagull1 {
    animation: moveUpDown1 2s infinite;
}
.seagull2 {
    transform: translate(120px, -55px);
    z-index: 2;
	animation: moveUpDown2 2s infinite;
}

/* End peggy's cove*/


/* Text Belt loop*/
#rssBlock {
    z-index: -1;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 10px;
    transform: rotate(5deg);
}
  
  /*remove p*/
  .cnnContents {
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    font-size: 40px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 300;
}
  .textbelt-1 {
	color: white;
  }
  .textbelt-2 {
    color: rgb(82 82 82);
  }
  
  .marqueeStyle {
	display:inline-block;
	/* Apply animation to this element */
	-webkit-animation: scrolling-left1 14s linear infinite;
	animation: scrolling-left1 14s linear infinite;
  }
  
  .marqueeStyle2 {
	display:inline-block;
	/* Apply animation to this element */
	-webkit-animation: scrolling-left2 14s linear infinite;
	animation: scrolling-left2 14s linear infinite;
	animation-delay: 7s;
  }

  .marqueeStyleReverse {
	display:inline-block;
	/* Apply animation to this element */
	-webkit-animation: scrolling-right1 14s linear infinite;
	animation: scrolling-right1 14s linear infinite;
  }
  
  .marqueeStyleReverse2 {
	display:inline-block;
	/* Apply animation to this element */
	-webkit-animation: scrolling-right2 14s linear infinite;
	animation: scrolling-right2 14s linear infinite;
	animation-delay: 7s;
  }
  /* scrolling-left is continuous/repeatly text */
  @keyframes scrolling-right1 {
    0% {transform: translateX(-100%);
        -webkit-transform: translateX(-100%);}
      100% {transform: translateX(100%);
          -webkit-transform: translateX(100%);}
}
@keyframes scrolling-right2 {
    0% {transform: translateX(-200%);
        -webkit-transform: translateX(-200%);}
      100% {transform: translateX(0%);
          -webkit-transform: translateX(0%);}
}

@-webkit-keyframes scrolling-right1 {
    0% {-webkit-transform: translateX(-100%);}
      100% {-webkit-transform: translateX(100%);}
}
@-webkit-keyframes scrolling-right2 {
    0% {-webkit-transform: translateX(-200%);}
      100% {-webkit-transform: translateX(0%);}
}
  @keyframes scrolling-left1 {
	  0% {transform: translateX(100%);
		  -webkit-transform: translateX(100%);}
		100% {transform: translateX(-100%);
			-webkit-transform: translateX(-100%);}
  }
  @keyframes scrolling-left2 {
	  0% {transform: translateX(0%);
		  -webkit-transform: translateX(0%);}
		100% {transform: translateX(-200%);
			-webkit-transform: translateX(-200%);}
  }
  
  @-webkit-keyframes scrolling-left1 {
	  0% {-webkit-transform: translateX(100%);}
		100% {-webkit-transform: translateX(-100%);}
  }
  @-webkit-keyframes scrolling-left2 {
	  0% {-webkit-transform: translateX(0%);}
		100% {-webkit-transform: translateX(-200%);}
  }
/* End Text Belt loop*/





/* Scroll down Animation*/
.arrow {
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: -20px;
    width: 18px;
    height: 10px;
    background-image: url('../img/arrow.png');
    background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.fade {
  opacity:0;
  transition: 1s all ease-out;
}
/* End Scroll down Animation*/

/*carousel*/
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");

#carousel {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);    
}
#carousel h1 {
  color: #545454;
  width: 100%;
  padding: 0 30px;
  text-transform: uppercase;
}
.carousel-text h1 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 !important;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #818181 !important;
}
.carousel-top {
  padding-top: 35px;
  /* padding-bottom: 50px; */
  display: flex;
  flex-direction: column;
  min-height: 100px;
}
.carousel-top img {
max-width: 30px;
max-height: 30px;
object-fit: cover;
}
.carousel-top h2{
  font-size: 2rem;
  font-weight: 600;
  color: black;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: center;

}
  .card img {
    height: 100%;
    max-height: 90px;
    width: auto;
    max-width: 90px;
  }
#carousel.white {
  background-color: #92a8ac;
}
input[type=radio] {
  display: none;
}
.card {
  position: absolute;
  width: 60%;
  height: 350px;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
  border-radius: 7px;
  border-top-right-radius: 30px;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border: 1px solid #92a8ac;
  justify-content: space-around;
}
.card1 {
    background-color: rgb(255, 255, 255);
}
.card1 img {
  max-height: 90px;
  max-width: 90px;
}
.carousel-container {
  width: 100%;
  max-width: 500px;
  max-height: 450px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition:  1s ease-in-out;
}

.carousel-container.visible {
	visibility: visible;
	transition:  1s ease-in-out;
}
.cards {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
#item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-1, #item-3:checked ~ .cards #song-2 {
  transform: translatex(-40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}
#item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-3, #item-3:checked ~ .cards #song-1 {
  transform: translatex(40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}
#item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
}
#item-1:checked ~ .cards #song-1 img, #item-2:checked ~ .cards #song-2 img, #item-3:checked ~ .cards #song-3 img {
  
}
.player {
  background-color: #fff;
  border-radius: 8px;
  min-width: 320px;
  padding: 10px 10px;
  border: 1px solid #92a8ac;
}
.upper-part {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 36px;
  overflow: hidden;
}
.play-icon {
  margin-right: 10px;
}
.song-info {
  width: calc(100% - 32px);
  display: block;
}
.song-info .title {
  color: #403d40;
  font-size: 14px;
  line-height: 24px;
}
.sub-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.subtitle {
  text-decoration: underline 1px solid black;
}
.subtitle, .time {
  font-size: 12px;
  line-height: 16px;
  color: #c6c5c6;
}
.time {
  font-size: 2rem;
  line-height: 12px;
  color: #a5a5a5;
  font-weight: 1000;
  margin-left: auto;
}
.progress-bar {
  height: 1px;
  width: 100%;
  background-color: #a1a1a1;
  border-radius: 2px;
  overflow: hidden;
}
.progress {
  display: block;
  position: relative;
  width: 60%;
  height: 100%;
  border-radius: 6px;
}
.info-area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  transition: transform 0.4s ease-in;
}
#item-2:checked ~ .player #test {
  transform: translateY(0);
}
#item-2:checked ~ .player #test {
  transform: translateY(-40px);
}
#item-3:checked ~ .player #test {
  transform: translateY(-80px);
}
/*End carousel*/

/* fold slide footer animatioin*/
@import url(https://fonts.googleapis.com/css?family=Raleway);



.faq-header{
  font-size: 42px;
  border-bottom: 1px dotted #ccc;
  padding: 24px;
}

.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}

.panel-title {
  font-size: 16px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
}

.panel-content {
  font-size: 15px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
.panel-content a {
  color: #545454;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
  z-index:1;
}

.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 27px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}
/*End fold slide footer animation*/

/* bounce text */
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

.waviy {
  position: relative;
  -webkit-box-reflect: below -4px linear-gradient(transparent, rgba(0,0,0,.2));
  font-size: 1.5rem;
  font-weight: 900;

}
.tap2 {
display: none !important;
}
.tap1 {
  display: inline-block !important;
}
.tap1.show {
  display: none !important;
}
.tap2.hide {
  display: inline-block !important;
}
.waviy span {
  position: relative;
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  animation: waviy 4s infinite;
  animation-delay: calc(.4s * var(--i));
}
.waviy span.black {
  color: rgb(255, 255, 255);
  }
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}
/* End bounce text */



/*Sub marine animation*/

.sub {
	background-color:#92a8ac;
	display: flex;
	flex-direction: column;
	padding: 0 30px;
}
.sub-top {
	width: 100%;
	transition:  2s ease-in-out;
}

.ns-top.visible {
	visibility: visible;
	transition:  2s ease-in-out;
	}

.sub-bottom {
		text-align: start;
}
.sub-bottom h1 {
	text-align: start;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 3.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 100;
	margin-bottom: 30px;
	margin-top: 40px;
	color: white;
}
.sub-bottom h1 span{
	color: #545454;
}
.sub-bottom p {
	color: white;
}
.sub-cta {
  display: inline-block;
  padding: 10px 30px;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5px;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  transition: 0.3s ease;
  transition-property: background-color, color;
  margin-bottom: 30px;
  
  border-radius: 3px;
  font-size: 1.3rem;
  padding: 8px 13px;
}


  *, *:before, *:after {
    box-sizing: border-box;
  }
  .sea {
    margin: 40px auto 0 auto;
    overflow: hidden;
  }
  .sea .bubble {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #6bafca;
    opacity: 0.9;
    animation: bubble1-h-movement 1s ease-in infinite, bubble1-v-movement 300ms ease-in-out infinite alternate, bubble-scale-movement 300ms ease-in-out infinite alternate;
  }
  .sea .bubble:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #6bafca;
    opacity: 0.9;
  }
  .sea .bubble:after {
    top: -20;
    left: 100px;
    width: 9px;
    height: 9px;
  }
  .sea .circle-wrapper {
    position: relative;
    background: linear-gradient(#92a8ac, #204858);
    width: 300px;
    height: 300px;
    margin: 10px auto 0 auto;
    overflow: hidden;
    z-index: 0;
    border-radius: 50%;
    padding: 0 50px 0 50px;
    border: 6px solid #ffffff;
}
  .sea .submarine-wrapper {
    height: 300px;
    width: 300px;
    padding: 30px 50px 30px 150px;
    margin: 0 auto 0 auto;
    animation: diving 3s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
  }
  .sea .submarine-wrapper .submarine-body {
    width: 150px;
    height: 80px;
    position: absolute;
    margin-top: 50px;
    left: 25px;
    background-color: #D93A54;
    border-radius: 40px;
    background: linear-gradient(#D93A54, #bc243d);
  }
  .sea .submarine-wrapper .submarine-body .sub-bws {
    position: absolute;
	left: 35%;
	top: 10%;
	color: white;
	font-weight: 900;
	font-size: 1.5rem;
  }
  .sea .submarine-wrapper .submarine-body .light {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 150px 40px;
    border-color: transparent transparent #92a8ac transparent;
    transform: rotate(-50deg);
    top: 40px;
    left: 99%;
  }
  .sea .submarine-wrapper .submarine-body .light:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 13px;
    border-radius: 5px;
    background-color: #d12844;
    margin-left: -10px;
  }
  .sea .submarine-wrapper .submarine-body .window {
    width: 37px;
    height: 37px;
    position: absolute;
    margin-top: 23px;
    right: 18px;
    background: linear-gradient(#1e4554, #183642);
    border-radius: 50%;
    border: 3px solid #D93A54;
  }
  .sea .submarine-wrapper .submarine-body .window:after {
    content: "";
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.8;
    border-top: 3px solid white;
    transform: rotate(-45deg);
  }
  .sea .submarine-wrapper .submarine-body .engine {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: 32px;
    left: 53px;
    background-color: #bc243d;
    border-radius: 50%;
    border: 5px solid #D93A54;
  }
  .sea .submarine-wrapper .submarine-body .engine:after, .sea .submarine-wrapper .submarine-body .engine:before {
    position: absolute;
    content: "";
    border-radius: 2px;
    background-color: white;
    animation: spin 900ms linear infinite;
    opacity: 0.8;
  }
  .sea .submarine-wrapper .submarine-body .engine:after {
    top: 8px;
    width: 20px;
    height: 4px;
  }
  .sea .submarine-wrapper .submarine-body .engine:before {
    left: 8px;
    width: 4px;
    height: 20px;
  }
  .sea .submarine-wrapper .helix {
    width: 30px;
    height: 70px;
    position: absolute;
    margin-top: 55px;
    left: 0;
    background-color: #D93A54;
    border-radius: 7px;
    background: linear-gradient(#D93A54, #bc243d);
  }
  .sea .submarine-wrapper .helix:after {
    content: "";
    position: absolute;
    margin-top: 5px;
    margin-left: 7px;
    width: 17px;
    height: 60px;
    border-radius: 3px;
    background-color: transparent;
    opacity: 0.8;
    background: linear-gradient(to bottom, #D93A54, #D93A54 50%, #e57a8c 50%, #e57a8c);
    background-size: 100% 20px;
    animation: helix-movement 110ms linear infinite;
  }
  .sea .submarine-wrapper .hat {
    width: 65px;
    height: 25px;
    position: absolute;
    margin-top: 26px;
    left: 70px;
    background-color: #D93A54;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(#D93A54, #d72d49);
  }
  .sea .submarine-wrapper .hat .periscope {
    position: absolute;
    width: 7px;
    height: 20px;
    background-color: #D93A54;
    margin-top: -27px;
    margin-left: 32px;
    border-radius: 5px 5px 0 0;
  }
  .sea .submarine-wrapper .hat .periscope:after, .sea .submarine-wrapper .hat .periscope:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 7px;
    border-radius: 5px;
    background-color: #D93A54;
  }
  .sea .submarine-wrapper .hat .leds-wrapper {
    width: 53px;
    height: 13px;
    position: relative;
    top: 7px;
    left: 7px;
    background-color: #D93A54;
    border-radius: 10px;
    background: linear-gradient(#b3233a, #a21f35);
  }
  .sea .submarine-wrapper .hat .leds-wrapper .leds {
    position: absolute;
    margin-top: 4px;
    margin-left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: white;
    animation: leds-off 500ms linear infinite;
  }
  .sea .submarine-wrapper .hat .leds-wrapper .leds:after, .sea .submarine-wrapper .hat .leds-wrapper .leds:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: white;
  }
  .sea .submarine-wrapper .hat .leds-wrapper .leds:after {
    margin-top: 0px;
    margin-left: 17px;
  }
  .sea .submarine-wrapper .hat .leds-wrapper .leds:before {
    margin-top: 0px;
    margin-left: 34px;
  }

  /*partners section */
  #partners {
    position: relative;
    width: 100%;
    background: url('./img/hero-bg.png') no-repeat center center/cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 500px;
  }
  
  #partners::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgb(0 0 0 / 80%);
      z-index: 1;
  }
  
  #partners .container {
    position: relative;
    z-index: 2;
    padding: 50px 30px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  #partners .section-title {
    color: white;
    margin-bottom: 30px;
  }
  
  .partners-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .logo-row img {
    max-width: 150px;
    margin: 15px;
    transition: transform 0.3s ease;
  }
  
  .logo-row img:hover {
    transform: scale(1.1);
  }
  .partners-inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }
  
  @media (min-width: 1200px) {
    .logo-row img {
        flex: 1 1 calc(33.333% - 30px);
        max-width: 286px;
        margin: 30px 0;
        transition: transform 0.3s ease;
    }
    .partners-inner-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 1130px;
    }
  }
  
  @media (max-width: 1199px) {
    .logo-row img {
      flex: 1 1 calc(50% - 30px); /* 2 images per row */
    }
    .logo-row img {
      max-width: 130px;
      margin: 28px 8px;
      transition: transform 0.3s ease;
    }
    #partners {
      position: relative;
      width: 100%;
      background: url('./img/hero-bg.png') no-repeat center center;
      background-size: cover;
      overflow: hidden;
      height: 500px;
    }
  }


  @keyframes spin {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes leds-off {
    100% {
      opacity: 0.3;
    }
  }
  @keyframes helix-movement {
    100% {
      background: linear-gradient(to bottom, #e57a8c 50%, #e57a8c, #D93A54, #D93A54 50%);
      background-size: 100% 20px;
    }
  }
  @keyframes diving {
    0% {
      margin-top: 5px;
    }
    50% {
      margin-top: 15px;
    }
    100% {
      margin-top: 5px;
    }
  }
  @keyframes diving-rotate {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(3deg);
    }
    75% {
      transform: rotate(-2deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes bubble1-h-movement {
    0% {
      margin-left: 80%;
    }
    100% {
      margin-left: -100%;
    }
  }
  @keyframes bubble2-h-movement {
    0% {
      margin-left: 65%;
    }
    100% {
      margin-left: -5%;
    }
  }
  @keyframes bubble1-v-movement {
    0% {
      margin-top: 115px;
    }
    100% {
      margin-top: 160px;
    }
  }
  @keyframes bubble2-v-movement {
    0% {
      margin-top: 115px;
    }
    100% {
      margin-top: 90px;
    }
  }
  @keyframes bubble-scale-movement {
    0% {
      transform: scale(1.4);
    }
    100% {
      transform: scale(0.9);
    }
  }
  @keyframes light-movement {
    0% {
      transform: rotate(-40deg);
    }
    50% {
      transform: rotate(-70deg);
    }
    100% {
      transform: rotate(-40deg);
    }
  }
/*End Sub marine animation*/

/* Keyframes */

@keyframes moveUpDown1 {
    0%, 100% {
        transform: translate(90px, -100px);
    }
    50% {
        transform: translate(85px, -90px); /* Change the Y-coordinate to make them move up and down */
    }
}
@keyframes moveUpDown2 {
    0%, 100% {
        transform: translate(120px, -55px);
    }
    50% {
        transform: translate(125px, -50px); /* Change the Y-coordinate to make them move up and down */
    }
}


@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -moz-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -moz-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }
  @-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }
  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-30px);
	  -ms-transform: translateY(-30px);
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -moz-transform: translateY(-15px);
	  -ms-transform: translateY(-15px);
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
}

@keyframes hamburger_puls {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.4);
	}
}
@keyframes text_reveal_box {
	50% {
		width: 100%;
		left: 0;
	}
	100% {
		width: 0;
		left: 100%;
	}
}
@keyframes text_reveal {
	100% {
		color: white;
	}
}
@keyframes text_reveal_name {
	100% {
		color: #92a8ac;
		font-weight: 500;
	}
}
/* End Keyframes */


/* Media Query For Mobile */
@media only screen and (max-width: 425px) {
  .contact-form button {
    width: 100%;
  }
  .popup-contact-form button {
    width: 100%;
  }
}

/* Media Query For Tablet */
@media only screen and (min-width: 768px) {
	.cta {
		font-size: 2.5rem;
		padding: 20px 60px;
	}
	.ns-cta {
		font-size: 2.5rem;
		padding: 20px 60px;
	}
	.sub-cta {
		font-size: 2.5rem;
		padding: 20px 60px;
	}
	h1.section-title {
		font-size: 6rem;
	}

	/* Hero */
	#hero h1 {
		font-size: 7rem;
	}
	/* End Hero */

	/* Services Section */
	#services .service-bottom .service-item {
		flex-basis: 45%;
		margin: 2.5%;
	}
	/* End Services Section */

	/* Project */
	#projects .project-item {
		flex-direction: row;
	}
	#projects .project-item:nth-child(even) {
		flex-direction: row-reverse;
	}
	#projects .project-item {
		height: 400px;
		margin: 0;
		width: 1170px;
		border-radius: 0;
	}
	#projects .all-projects .project-info {
		height: 100%;
	}
	#projects .all-projects .project-img {
		height: 100%;
	}
	/* End Project */

	/* About */
	#about .about {
		flex-direction: row;
	}
	#about .col-left {
		width: 600px;
		height: 400px;
		padding-left: 60px;
	}
	#about .about .col-left .about-img::after {
		left: -45px;
		top: 34px;
		height: 98%;
		width: 98%;
		border: 10px solid #545454;
	}
	#about .col-right {
		text-align: left;
		padding: 30px;
	}
	#about .col-right h1 {
		text-align: left;
	}
	/* End About */

	/* contact  */
	#contact .contact {
		flex-direction: column;
		padding: 100px 0;
		align-items: center;
		justify-content: center;
		min-width: 20vh;
	}
	#contact .contact-items {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		margin: 0;
	}
	#contact .contact-item {
		width: 30%;
		margin: 0;
		flex-direction: row;
	}
	#contact .contact-item .icon {
		height: 100px;
		width: 100px;
	}
	#contact .contact-item .icon img {
		object-fit: contain;
	}
	#contact .contact-item .contact-info {
		width: 100%;
		text-align: left;
		padding-left: 20px;
	}
	/* End contact  */
}
/* End Media Query For Tablet */

/* Media Query For Desktop */
@media only screen and (min-width: 1200px) {
	/* header */
	#header .hamburger {
		display: none;
	}
	#header .nav-list ul {
		position: initial;
		display: block;
		height: auto;
		width: fit-content;
		background-color: transparent;
	}
	#header .nav-list ul li {
		display: inline-block;
	}
	#header .nav-list ul li a {
		font-size: 1.5rem;
	}
	#header .nav-list ul a:after {
		display: none;
	}
	/* End header */

  #hero .hero {
    max-width: 4000px;
    margin: 0 auto;
    padding: 0 30px;
    justify-content: flex-start;
    position: relative;
  }
  .hero-content {
      max-width: 2000px;
      margin: 0 auto;
      min-width: 1127px;
  }
  .hero-content p{
    max-width: 50vw;
  }

  img.lighthouse {
    width: 30%;
    height: 30%;
    border-radius: 10px;
    object-fit: cover;
  }

  .contact-form {
    width: 100%;
  }
  .popup-contact-form {
    width: 100%;
  }
  #rssBlock {
    display: none;
  }

	#services .service-bottom .service-item {
		height: 445px;
		flex-basis: 22%;
		margin: 1.5%;
	}
  /*lighthouse part*/
  .ns-top {
      max-width: 2000px;
      margin: 0 auto;
      min-width: 1130px;
  }
  .ns-bottom {
      max-width: 2000px;
      margin: 0 auto;
      min-width: 1130px;
  }
  .ns-bottom h1 {
    font-size: 6rem;
  }
  .ns-bottom p{
    max-width: 50vw;
  }
  /*sub part*/
  .sub-bottom {
    max-width: 2000px;
    margin: 0 auto;
    min-width: 1130px;
  }
  .sub-bottom p {
    max-width: 50vw;

  }
  .sub-bottom h1 {
    font-size: 6rem;
  }
  #carousel h1 {
    max-width:2000px;
}
 #carousel .section-title {
    max-width: 1597px;
    margin: 0 auto;
    min-width: 1200px;
    width: auto;    
    text-align: start;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 100;
    margin-bottom: 30px;
    margin-top: 40px;

 }

#contact .contact {
  flex-direction: column;
  max-width: 1130px;
  margin: 0px auto;
  /* width: 90%; */
  padding: 0 0px;
  min-height: 1vh;
  padding-bottom: 20px;
}

.faq-content {
  margin: 0 auto;
  min-width: 1178px;
}

#footer p {
  color: #545454;
  font-size: 1.3rem;
  max-width: 100%;
  margin: 30px auto;
  min-width: 1178px;
}

.contact h1.section-title {
  text-align: left;
  width: 100%;
}

}
/* End  Media Query For Desktop */

.free h1.section-title a {
  color: white;
}
.free h1.section-title a:visited,
.free h1.section-title a:active {
  color: white;
}

/* contact form styling*/

.contact-input {
  display: block !important;
  margin-right: 20px;
}

.choose-callzoom {
  display: flex;
  flex-direction: row;
}

.date-input-div, .time-input-div, .call-input-div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.contact-radio{
  margin-left: 10px;
  position: relative;
  bottom: 5px;
}





/* pop up button animation*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");

button.demo-btn {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  /* margin: 40px 0; */
  color: #92a8ac;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 4px;
  overflow: hidden;
  margin: 0;
  margin-right: 50px;
  background: #92a8ac;
  color: #050801;
  box-shadow: 0 0 5px #92a8ac, 0 0 25px #92a8ac, 0 0 50px #92a8ac,
0 0 200px #92a8ac;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
  border-radius: 0;
}

.reflect {
  position: relative;
  display: inline-block;
}

.reflect::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: scaleY(-1);
  opacity: 0.5;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
}

button.demo-btn:hover {
  background: #92a8ac;
  color: #050801;
  box-shadow: 0 0 5px #92a8ac, 0 0 25px #92a8ac, 0 0 50px #92a8ac,
    0 0 200px #92a8ac;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}
button.demo-btn:nth-child(1) {
  filter: hue-rotate(270deg);
}
button.demo-btn:nth-child(2) {
  filter: hue-rotate(110deg);
}
button.demo-btn span {
  position: absolute;
  display: block;
}
button.demo-btn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: animate1 1s linear infinite;
}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}
button.demo-btn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}
button.demo-btn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

button.demo-btn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
