@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap");

/*Reset*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
li,
ol {
  list-style-type: none;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  background-color: rgba(128, 128, 128, 0.123);
  overflow-x: hidden;
  
}

/*Css*/
.line-height-50 {
  line-height: 50px;
}
.bg-burgundy {
  background-color: #a01424;
}
.gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.gradient #bg {
  height: 100vh;
}
.bold {
  font-weight: bold;
  color: white;
  letter-spacing: 1px;
}
nav {
  transition: 0.4s;
  min-height: 80px;
  text-align: center;
  transition: all 0.5s ease;
}
nav.sticky {
  background-color: rgba(0, 0, 0, 0.2);
}
nav.sticky ul li a {
  color: #000;
}
#header ul li a {
  height: 40px;
  transition: 0.5s;
}
#header ul li a i {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0, 8s ease;
}
#header ul li a:hover {
  background-color: white;
  color: #a01424;
  padding: 9px 30px;
  transition: all 0.8s ease;
}
#header ul li a:hover i {
  opacity: 1;
  transform: translateX(-5px);
}
.generic {
  padding: 100px 0;
}
.logo-size {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.logo-size-nav {
  height: 60px;
  width: 60px;
  object-fit: cover;
  transform: scale(2);
  position: absolute;
  left: 50px;
  top: 15px;
}

.card-img-size {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.home-text-bold {
  font-weight: bolder;
  font-size: 6rem;
}
.footer-size {
  height: 200px;
}
.overflow-h {
  overflow: hidden;
}
div.opacity-hover {
  background-color: black;
}
div.card img {
  opacity: 0.8;
  transform: scale(1.1);
  transition: all 0.8s;
}

div.card:hover img {
  opacity: 1;
  transform: scale(1.18);
}
div#overlay-people {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/peoples.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  height: 120px;
  width: 100%;
}
div#overlay-people h1 {
  transition: all 0.8s;
}
div#overlay-people:hover h1 {
  transform: scale(1.2);
}
div#overlay-talk {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/ocean.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  height: 300px;
}
section#section-comment{
  width: 100%;
}
div#overlay-talk p {
  color: #fff;
}
div#overlay-talk div#comment-full {
  margin-left: -150px;
  
  
}
@media screen and (max-width: 576px) {
  div#overlay-talk div#comment-full {
    display: block;
    max-height: 150px;
    max-width: 320px;
    word-wrap:break-word;
  }
}
div#overlay-talk div#comment {
  color: #fff;
  width: 400px;
  font-size: 1rem;
  
}
div#overlay-talk div#comment-author {
  color: #fff;
  text-align: left;
  font-size: 1rem;
}
div#overlay-talk div#users i {
  color: #fff;
  font-size: 150px;
  position: relative;
  left: 100px;
  bottom: 15px;
}
.footer-logo-size {
  width: 300px;
  height: 300px;
}
div#site-map ul li {
  letter-spacing: 1px;
  width: 110px;
  cursor: pointer;
  padding-left: 10px;
  margin-bottom: 10px;
}
div#site-map ul li a {
  color: white;
}
div#site-map ul li:first-of-type {
  margin-top: 20px;
}
div#site-map ul {
  padding-left: 0;
}
div#insta a {
  color: white;
}
.yuks {
  height: 550px;
}
.popular-door-size {
  height: 450px;
  width: 300px;
}

/*Hover*/
.content {
  width: 100%;
}

.photos {
  width: 100%;
  display: flex;
  justify-content: center;
}

.thumbnails {
  width: 300px;
  height: 450px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
}

.thumbnails img {
  width: 100%;
  object-fit: cover;
}

.black {
  text-align: center;
  background: #000;
  background-blend-mode: multiply;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.4;
}

.title {
  color: #fff;
  font-size: 1.1em;
  align-self: center;
  position: absolute;
  z-index: 10;
}
.black,
.title {
  transition: opacity 0.3s;
}

.thumbnails:hover {
  cursor: pointer;
  transform: scale(1.05);
  z-index: 20;
}

.thumbnails:hover .black,
.thumbnails:hover .title {
  opacity: 0;
}

/*--------------------*/
.m-top {
  margin-top: 150px;
}
.m-bot {
  margin-bottom: 150px;
}
section#special {
  margin-top: 150px;
}

div.special-text-size p {
  text-align: center;
  margin-top: 35px;
}
div.special-text-size h3,
h1 {
  text-align: center;
  margin-top: 35px;
}
div.special-background-grey {
  background-color: rgba(255, 255, 255, 0.144);
  height: 500px;
  width: 100%;
  padding: 20px;
}
div.special-background-contact {
  background-color: rgba(255, 255, 255, 0.144);
  height: 400px;
  width: 100%;
  padding: 20px;
}
img.other-products-size{
  width: 500px;
  height: 200px;
}
div.up-arrow a {
  position: fixed;
  bottom: 5px;
  right: 20px;
  font-size: 50px;
  color: #000;
  z-index: 9999;
}
.outline-none {
  outline-style: none;
}
div.overlay-end {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/home-image.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 100vh;
}

/*Animated*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*-----------------------------------*/

.margin-left {
  margin-left: 100px;
}
.margin-left-20{
  margin-left: 20px;
}
.color-w {
  color: white;
}
a.color-w:hover {
  color: white;
}
.cursor-pointer {
  cursor: pointer;
}
.margin-top-20 {
  margin-top: 20px;
}
div#site-map {
  margin-left: 100px;
  margin-top: 65px;
}
div.contact-image-container img {
  width: 100%;
  min-height: 400px;
  filter: blur(1px);
}
table#contact-table tr th {
  margin-top: 50px;
  
}
/*Card Hover*/
.container-product {
  width: 200px;
  height: 350px;
  position: relative;
  overflow: hidden;
  background-color: black;
  border: black;
  border-radius: 5px;
  transition: 300ms all;
}
@media screen and (max-width: 576px) {
  .container-product{
    width: 155px;
    height: 350px;
  }
}

@media screen and (max-width: 992px) {
  .container-product{
    width: 170px;
    height: 350px;
  }
}
.card-product {
  width: 100%;
  height: 100%;
}

.card-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 800ms all;
  opacity: 1;
}

.overlay-product {
  position: absolute;
  left: 0;
  bottom: -98%;
  background-color: transparent;
  width: 100%;
  height: 100%;
  color: black;
  padding: 60px;
  transition: 800ms bottom, 800ms background-color;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.container-product:hover .overlay-product {
  background-color: white;
  opacity: 0.9;
  bottom: -55%;
}

.overlay-text-product h2 {
  font-size: 25px;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 10px;
}
.overlay-text-product-center h2 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.container-product:hover .overlay-text-product h2,
.overlay-text-product-center h2 {
  opacity: 1;
}

.container-product:hover .overlay-text-product img {
  opacity: 1;
  transform: scale(1.1);
}
.overlay-text-product img {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-product:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

/*dil*/
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element2 {
  display: none !important;
}
/**/
.p-first-letter::first-letter {
  color: #a01424;
}

/*comment*/
.testimonials{
  padding: 40px 0;
  background: #f1f1f1;
  color: #434343;
  text-align: center;
}
.inner{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.border{
  width: 160px;
  height: 5px;
  background: #a01424;
  margin: 26px auto;
  
}

.row-com{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.col-com{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
  
}
.testimonial{
  background: #fff;
  padding: 30px;
  min-height: 400px;
}
.testimonial i.users{
  font-size: 80px;
}
.name{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}
.stars{
  color: #a01424;
  margin-bottom: 20px;
}
@media screen and (max-width:960px) {
  .col-com{
    flex: 100%;
    max-width: 80%;
  }
  }
  
  @media screen and (max-width:576px) {
  .col-com{
    flex: 100%;
    max-width: 100%;
  }
  }

