/* stylelint-disable selector-no-qualifying-type */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s color linear;
}

html {
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}

body {
  @import url("https://fonts.googleapis.com/css2?family=Strait&display=swap");
  font-family: "Strait", sans-serif;
  font-weight: normal;
  position: relative;
  width: 100vw;
}

.linked {
  position: absolute;
  top: -226px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: normal;
  font-weight: 400;
}

.section {
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}
.section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  margin-bottom: 35px;
  -webkit-box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
  -moz-box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
  box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
}
.section__text {
  width: 599px;
  height: 122px;
  text-align: center;
  color: #000;
  margin: 71px auto 0 auto;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1360px) and (max-width: 1919px) {
  .section__text {
    margin: 42px auto 40px auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .section__text {
    margin: 41px auto 39px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section__text {
    margin: 71px auto 71px auto;
    width: 426px;
    height: 166px;
  }
}
@media screen and (max-width: 767px) {
  .section__text {
    margin: 31px auto 32px auto;
    width: 340px;
    height: 167px;
    font-size: 23px;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes topIcon2-open {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes bottomIcon2-open {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-10px) rotate(135deg);
  }
}
@keyframes topIcon2-closed {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes bottomIcon2-closed {
  0% {
    transform: translateY(-10px) rotate(135deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes middleIcon2-open {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes middleIcon2-closed {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.aboutus {
  margin-top: 226px;
  position: relative;
}
@media screen and (min-width: 1360px) and (max-width: 1919px) {
  .aboutus {
    margin-top: 226px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .aboutus {
    margin-top: 206px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutus {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus {
    margin-top: 120px;
  }
}
.aboutus__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 49px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  -webkit-box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
  -moz-box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
  box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
}
@media screen and (min-width: 1360px) and (max-width: 1919px) {
  .aboutus__title {
    width: 108px;
    height: 49px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .aboutus__title {
    width: 108px;
    height: 49px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutus__title {
    width: 108px;
    height: 49px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus__title {
    width: 108px;
    height: 49px;
    font-size: 24px;
  }
}
.aboutus__text {
  width: 1335px;
  color: #000;
  font-size: 24px;
  margin: 36px auto 58px auto;
}
@media screen and (min-width: 1360px) and (max-width: 1919px) {
  .aboutus__text {
    width: 1128px;
    font-size: 24px;
    margin: 36px auto 58px auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .aboutus__text {
    width: 922px;
    font-size: 24px;
    margin: 36px auto 58px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutus__text {
    width: 690px;
    font-size: 24px;
    margin: 51px auto 82px auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .aboutus__text {
    width: 337px;
    font-size: 23px;
    margin: 30px auto 15px auto;
    text-align: center;
  }
}

.contact {
  position: relative;
}
.contact__top a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 383px;
  color: #000;
  font-size: 24px;
}
.contact__top a:hover {
  color: rgba(0, 0, 0, 0.466);
}
.contact__top--wrap1 {
  margin: 0 auto 12px auto;
  width: 525px;
  height: 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .contact__top--wrap1 {
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .contact__top--wrap1 {
    flex-direction: column;
    width: 289px;
    height: 165px;
    margin: 0 auto 23px auto;
  }
}
.contact__top--wrap1 img {
  width: 104px;
  height: 104px;
}
.contact__top--wrap2 {
  margin: 0 auto 12px auto;
  width: 525px;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .contact__top--wrap2 {
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .contact__top--wrap2 {
    flex-direction: column;
    width: 210px;
    height: 175px;
    margin: 0 auto 23px auto;
  }
  .contact__top--wrap2 a {
    width: 300px;
  }
}
.contact__top--wrap2 img {
  width: 110px;
  height: 110px;
}
.contact__top--wrap3 {
  margin: 0 auto;
  width: 525px;
  height: 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .contact__top--wrap3 {
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .contact__top--wrap3 {
    flex-direction: column;
    width: 175px;
    height: 165px;
  }
}
.contact__top--wrap3 img {
  width: 104px;
  height: 104px;
}
.contact__bottom {
  width: 282px;
  height: 314px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 17px auto 124px auto;
  -webkit-box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
  -moz-box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
  box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
}
@media screen and (max-width: 1023px) {
  .contact__bottom {
    margin: 30px auto 124px auto;
  }
}
.contact__bottom--text {
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.contact__bottom--text span {
  font-size: 26px;
  text-align: center;
  color: #fff;
}
.contact__bottom--image {
  width: 125px;
  height: 125px;
  position: absolute;
  bottom: -98px;
  right: -69px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .contact__bottom--image {
    right: -10px;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 28px;
  background-color: #000;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 1360px) and (max-width: 1919px) {
  footer {
    height: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  footer {
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer {
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    height: 14px;
  }
}
footer p {
  font-size: 15px;
  color: #fff;
}
@media screen and (min-width: 1360px) and (max-width: 1919px) {
  footer p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  footer p {
    font-size: 12px;
  }
}
@media screen and (min-width: 760px) and (max-width: 1023px) {
  footer p {
    font-size: 11px;
  }
}
@media screen and (max-width: 759px) {
  footer p {
    font-size: 10px;
  }
}
footer p a {
  color: #fff;
}

.grid-gallery {
  column-count: 4;
  column-gap: 10px;
  max-width: 980px;
  margin: auto;
  width: 100%;
  padding: 0 10px;
}
.grid-gallery a img {
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .grid-gallery {
    column-count: 3;
  }
}
@media (max-width: 600px) {
  .grid-gallery {
    column-count: 2;
  }
}
@media (max-width: 400px) {
  .grid-gallery {
    column-count: 1;
  }
}

nav {
  height: 8rem;
  width: 100vw;
  background-color: #000;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  position: fixed;
  top: 0;
  z-index: 20;
}

.logo {
  padding: 1vh 1vw;
  text-align: center;
}

.logo img {
  height: 7rem;
  width: 16rem;
}

.nav-links {
  display: flex;
  list-style: none;
  width: 88vw;
  padding: 0 0.7vw;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
}

.nav-links li a {
  text-decoration: none;
  margin: 0 0.7vw;
  color: #fff;
}

.nav-links li a:hover {
  color: #e91c1c;
}

.nav-links li {
  position: relative;
}

.nav-links li a::before {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background-color: #e91c1c;
  position: absolute;
  transition: all ease-in-out 250ms;
  margin: 0 0 0 10%;
}

.nav-links li a:hover::before {
  width: 80%;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 30px;
  height: 3px;
  background: #f2f5f7;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px) {
  nav {
    position: fixed;
    z-index: 100;
    height: 6rem;
  }
  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }
  .nav-links {
    position: fixed;
    background: #000;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
  }
  .logo {
    padding: 1vh 1vw;
    text-align: center;
  }
  .logo img {
    height: 5rem;
    width: 10rem;
  }
  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  li.fade {
    opacity: 1;
  }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.offer {
  position: relative;
}
.offer__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 49px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  -webkit-box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
  -moz-box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
  box-shadow: 4px 4px 24px -9px rgb(66, 68, 90);
}
.offer__text {
  width: 1335px;
  height: 586px;
  color: #fff;
  background-color: #000;
  font-size: 24px;
  line-height: 30px;
  margin: 38px auto 50px auto;
  padding: 24px 144px 28px 26px;
}
@media screen and (min-width: 1360px) and (max-width: 1919px) {
  .offer__text {
    width: 1125px;
    height: 582px;
    font-size: 24px;
    margin: 63px auto 63px auto;
    padding: 34px 85px 43px 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .offer__text {
    width: 922px;
    height: 598px;
    font-size: 24px;
    margin: 44px auto 75px auto;
    padding: 31px 36px 33px 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .offer__text {
    width: 679px;
    height: 691px;
    text-align: center;
    font-size: 24px;
    margin: 25px auto 51px auto;
    padding: 39px 46px 32px 46px;
  }
}
@media screen and (max-width: 767px) {
  .offer__text {
    width: 335px;
    height: 890px;
    font-size: 23px;
    margin: 26px auto 90px auto;
    padding: 41px 10px 60px 10px;
    text-align: center;
  }
}

.social {
  width: 1920px;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  z-index: 10000;
}
@media screen and (min-width: 1360px) and (max-width: 1919px) {
  .social {
    width: 1360px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .social {
    width: 1024px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .social {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .social {
    width: 375px;
  }
}
.social__facebook {
  position: absolute;
  right: 15px;
  bottom: 30px;
  width: 80px;
  height: 80px;
}
.social__facebook--image {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 100px -5px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 100px -5px rgb(255, 255, 255);
  box-shadow: 0px 0px 100px -5px rgb(255, 255, 255);
  border-radius: 100%;
}
.social__facebook--image:hover {
  filter: opacity(30%);
}
@media screen and (min-width: 1360px) and (max-width: 1919px) {
  .social__facebook {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .social__facebook {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .social__facebook {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .social__facebook {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 30px;
  }
}
.social__container {
  position: relative;
  width: 100%;
  height: 100%;
}