*,
*::after,
*::before {
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  text-transform: capitalize;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media only screen and (max-width: 99.75em) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 48em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 23.75em) {
  html {
    font-size: 42%;
  }
}

body {
  font-family: 'Arvo', serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
 
}

.custom-container {
  max-width: 140rem;
}
@media only screen and (max-width: 95.70em) {
  .custom-container {
    padding: 0 6rem;
  }
}
@media only screen and (max-width: 23.75em) {
  .custom-container {
    padding: 0 2rem;
  }
}

h1.heading {
  font-size: 5.3rem;
  opacity: 10%;
  margin-bottom: 2rem;
  font-family: 'Arvo', serif;
}
@media only screen and (max-width: 58em) {
  h1.heading {
    font-size: 6.5rem;
  }
}
@media only screen and (max-width: 35.9375em) {
  h1.heading {
    font-size: 5.1rem;
  }
}
.p__text {
  font-size: 14rem;
  font-family: 'Newsreader', serif;
  color: #ffff;
  
}
@media only screen and (max-width: 100em) {
  .p__text {
    font-size: 3.0rem;
    
  }
}
@media only screen and (max-width: 62em) {
  .p__text {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 35.9375em) {
  .p__text {
    font-size: 14px;
  }
}

.block {
  display: block;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}


section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration:none; 
}

.white {
  color:#fff;
}

.laptop-land-show {
  display: none !important;
}
@media only screen and (max-width: 80em) {
  .laptop-land-show {
    display: block !important;
  }
}

@media only screen and (max-width: 75em) {
  .laptop-land-hide {
    display: none;
  }
}

.laptop-port-show {
  display: none;
}
@media only screen and (max-width: 64em) {
  .laptop-port-show {
    display: block;
  }
}

@media only screen and (max-width: 64em) {
  .laptop-port-hide {
    display: none;
  }
}

.tablet-land-show {
  display: none !important;
}
@media only screen and (max-width: 62em) {
  .tablet-land-show {
    display: block !important;
  }
}

@media only screen and (max-width: 62em) {
  .tablet-land-hide {
    display: none !important;
  }
}

.tablet-port-show {
  display: none !important;
}
@media only screen and (max-width: 48em) {
  .tablet-port-show {
    display: block !important;
  }
}

@media only screen and (max-width: 48em) {
  .tablet-port-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 35.9375em) {
  .mbl-land-hide {
    display: none;
  }
}

.mbl-land-show {
  display: none;
}
@media only screen and (max-width: 35.9375em) {
  .mbl-land-show {
    display: block;
  }
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.m--1 {
  margin: 0.5rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}
*/
.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}
.nav {
  position: relative;
}
.nav__logo--area {
  position: absolute;
  z-index: 10;
  top: 6rem;
  left: 10rem;
  width: 20rem;
  height: 10.6rem;
}
.nav__logo--area img {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 93.75em) {
  .nav__logo--area {
    left: 6.5rem;
  }
}
.nav__bars {
  position: absolute;
  top: 8rem;
  right: 12rem;
  z-index: 20;
  height: 6rem;
  width: 6rem;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
@media only screen and (max-width: 93.75em) {
  .nav__bars {
    right: 8rem;
  }
}
@media only screen and (max-width: 62em) {
  .nav__bars {
    display: flex;
  }
}
.nav__bar--1, .nav__bar--2 {
  height: 0.3rem;
  width: 3.5rem;
  background: #fff;
  transition: all 0.5s;
}
.nav__bar--2 {
  transform: translateY(1.3rem);
}

.active .nav__bar--1 {
  transform: translateY(0.2rem) rotate(45deg);
}
.active .nav__bar--2 {
  transform: translateY(-0.2rem) rotate(-45deg);
}

.owl-carousel {
  position: relative;
  height: 100vh;
}
.item {
  position: relative;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 62em) {
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    top: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .owl-nav .owl-prev,
.owl-nav .owl-next {
    top: 90%;
  }
}
.owl-nav button.owl-prev {
  left: 2%;
}
@media only screen and (max-width: 62em) {
  .owl-nav button.owl-prev {
    left: 40%;
  }
}
@media only screen and (max-width: 35.9375em) {
  .owl-nav button.owl-prev {
    left: 30%;
  }
}
.owl-nav button.owl-next {
  right: 2%;
}
@media only screen and (max-width: 62em) {
  .owl-nav button.owl-next {
    right: 40%;
  }
}
@media only screen and (max-width: 35.9375em) {
  .owl-nav button.owl-next {
    right: 30%;
  }
}

body > div > div > div.owl-nav > button.owl-prev.disabled,
body > div > div > div.owl-nav > button.owl-next.disabled {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  border: 2px solid #ffffff;
  height: 6.3rem;
  width: 6.3rem;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}

.owl-carousel .owl-nav button.owl-prev svg,
.owl-carousel .owl-nav button.owl-next svg {
  font-size: 3rem;
  fill: #fff;
  background: transparent;
  height: 50%;
  width: 50%;
}

.owl-dots {
  position: absolute;
  top: 8rem;
  right: 15rem;
  z-index: 15;
  display: flex;
  align-items: center;
  gap: 0 10rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 93.75em) {
  .owl-dots {
    right: 8rem;
    gap: 7rem;
  }
}
@media only screen and (max-width: 62em) {
  .owl-dots {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 50%;
    background-color: #2d2d2d;
    z-index: 16;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem 0;
    font-size: 3.5rem;
    transform: translate(-100%);
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 35.9375em) {
  .owl-dots {
    width: 100%;
  }
}

.nav-active {
  transform: translate(0);
}

.owl-theme .owl-dots .owl-dot {
  letter-spacing: 0.3rem;
  padding-bottom: 1rem !important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.owl-theme .owl-dots .active,
.owl-theme .owl-dots .owl-dot:hover {
  border-bottom: 3px solid #ffffff;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.main-container {
  height: 100vh;
  width: 100%;
  position: relative;
 
}

.page {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page .content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 103rem;
  transform: translateY(14rem);
  padding-left: 5rem;
}
@media only screen and (max-width: 93.75em) {
  .page .content {
    transform: translateY(8rem);
  }
}
@media only screen and (max-width: 68.75em) {
  .page .content {
    width: 90%;
    transform: translateY(2rem);
    padding-left: 8rem;
  }
}
@media only screen and (max-width: 62em) {
  .page .content {
    width: 100%;
    padding-left: 0;
  }
}

.home {
  background-image: url(../img/home4.png);
  color: #FFF ;
  
}

.home h2 {
  font-size: 4rem;
  position: absolute;
  font-family: 'Newsreader', serif;
  display: contents;
  text-align: center;
  gap: 50rem 6;
  height: 50px;
  padding: 10px;
  
}
.about {
  background-image: linear-gradient(rgba(45, 45, 45, 0.25), #131313), url(../img/about1.png);
  
}
.about h1 {
  text-align: center;
}
.about h2 {
  font-family: 'Newsreader', serif;
  font-size: 6rem;
  position: absolute;
  right: 40;
  height:100px;
  bottom: 20rem;;
  gap: 50rem 6;
}
.about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100rem 6;
  margin-bottom: 20px; 
  margin-top: 10px;
}
.about-button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  width: 130px;
  height: 30px;
  border-radius: 30px;
  border: 1.5px solid #8F9092;
  transition: all 0.2s ease;
  font-family: 'Newsreader', serif;
  font-size: 12px;
  font-weight: 200;
  color: #ffffff;
  text-shadow: 0 2px #0f0e0e;
  margin-bottom: 40px;
  margin-top: 50px;
  
 
}

.about-button:hover {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
}

.about-button:active {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}

.about-button:focus {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}

.contact {
  background-image:linear-gradient(rgba(45, 45, 45, 0.25), #0b0a0a),url(../img/contact1.jpg);
}
.contact h1 {
  text-align: center;
}
.contact h2 {
  text-align: right;
}

.contact__item {
  display: flex;
  align-items: left;
  gap: 20rem 0;
}

.portfolio {
  background-image: linear-gradient(rgba(45, 45, 45, 0.25), #1c1c1c),url(../img/portfolio1.png);
 
  
}
.portfolio .content {
  padding: 6rem;
  width: 100%;
  justify-content: flex-start;
  transform: translateY(10rem);
  position: absolute;
  margin-right: auto;
}
.portfolio h1 {
  margin-bottom: 6.5rem;
  margin-top: 15rem;
}
@media only screen and (max-width: 93.75em) {
  .portfolio h2 {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 35.9375em) {
  .portfolio h2 {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 23.75em) {
  .portfolio h2 {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 35.9375em) {
  .portfolio h2 {
    margin-bottom: 5rem;
  }
}
.portfolio__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
  text-align: center;
  gap: 10rem 4rem;
}
@media only screen and (max-width: 81.25em) {
  .portfolio__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 68.75em) {
  .portfolio__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 48em) {
  .portfolio__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 35.9375em) {
  .portfolio__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.6rem 0;
  }
}
.portfolio__item {
  height: 60px;
  justify-self: center;
}
@media only screen and (max-width: 81.25em) {
  .portfolio__item--5 {
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 48em) {
  .portfolio__item--5 {
    grid-column: 1/2;
   
  }
}
@media only screen and (max-width: 35.9375em) {
  .portfolio__item--5 {
    grid-column: 1/-1;
   
  }
}
.portfolio__item--6 {
  grid-column: 3/4;
}
@media only screen and (max-width: 48em) {
  .portfolio__item--6 {
    grid-column: 2/-1;
  }
}
@media only screen and (max-width: 35.9375em) {
  .portfolio__item--6 {
    grid-column: 1/-1;
  }
}
.portfolio__img {
  height: 100%;
  width: 100%;
}
.portfolio__img img {
  height: 100%;
  width: 100%;
}
.portfolio h2 {
  opacity: 70%;
  position: absolute;
  bottom: 18%;
  right: 20%;
}
@media only screen and (max-width: 48em) {
  .portfolio h2 {
    bottom: 12%;
    right: 20;
    text-align: center;
  }
}
@media only screen and (max-width: 62em) {
  .portfolio h2 {
    bottom: 28%;
  }
}
@media only screen and (max-width: 35.9375em) {
  .portfolio h2 {
    bottom: 20%;
  }
}

.partner {
  background-image: linear-gradient(rgba(45, 45, 45, 0.25), #121212), url(../img/partner.jpg);
 
}
.partner .content {
  padding: 0 0rem;
  width: 100%;
  display:grid;
  flex-direction:row-reverse;
  justify-content: left;
  transform: translateY(-0rem);
  align-items: left;
  
}
@media only screen and (max-width: 90rem) {
  .partner .content {
    display: flex;
    justify-content: left;
    align-items: center;
    position:  absolute;
    
  }
}

.partner .content  {
  margin-bottom: 6rem;
  color: whitesmoke;
}
.partner__img {
  height: 40rem;
  width: 30rem;
  margin: 10rem;

}
 
/*.partner__img img {
  height: 100%;
  width: 100%;
}*/
.partner .p__text {
  font-family: 'Newsreader', serif;
  font-size: 2rem;
  text-align: justify;
  height: 2px;
  margin: 5rem;
  
}

@media only screen and (max-width: 48em) {
  .partner .p__text {
    font-family: 'Newsreader', serif;
    font-size: 14px;
    bottom: 8rem;
  }
}
@media only screen and (max-width: 48em) {
  .partner .p__text {
    text-align: center;
    color: rgb(255, 255, 255);
  }
}


footer {
  background-color: #0a0a0a;
  color: #fff;
  text-align: center;
  padding: 30px;
}

footer p {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */
