/* Header starts from here */
/* head background starts from here */
header{
  height: 620px;
}
#head{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  background-image: url(../imgs/landing-main-bg1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: local;
  background-repeat: no-repeat;
}
/* head title and desc start from here  */
#head-title-desc{
  position: relative;
  width: 60%;
  height: max-content;
  color: rgb(224, 224, 224);
  font-family: 'Roboto', sans-serif;
  left: 10%;
  top: 50px;
  font-size: 16px;
  text-shadow: 0 0 5px black;
}
#head-title-desc>h1{
  font-size: 55px;
  color: white;
  text-shadow: 0 0 10px black;
}
/* head title and desc ends here  */
/* contact info */
#contact-design{
  background-color: #181818;
  position: absolute;
  width: 9%;
  height: 60%;
  top: 40%;
  left: 91%;
  display: flex;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
  z-index: 1;
}
#contact-stuff{
  background-color: rgb(10, 10, 10);
  position: absolute;
  width: 37%;
  left: 63%;
  height: 25%;
  top: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  color: rgb(255, 255, 255);
  clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
}
#contact-info-link1{
  margin-top: 80px;
}
.contact-info-links{
  color: rgb(255, 255, 255);
  font-size: 1.3vw;
  border-bottom: 2px solid rgb(255, 230, 0);
  margin-left: 15%;
}
/* contact info ends here */
/* head down arrow */
#head-down-arrow{
  position: absolute;
  width: 100%;
  top: 85%;
  display: flex;
  justify-content: center;
  place-items: center;
  margin-top: 0;
  animation: downarrow 2s infinite;
}
@keyframes downarrow {
  0%{
    transform: translateY(0);
    opacity: 1;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: translateY(68px);
    opacity: 0;
  }
}
/* head down arrow ends here */
 /* header ends here */

 /* main starts from here */
main{
  position: relative;
  width: 100%;
  height: max-content;
}
/* icons section starts from here */
#quality-icons-group{
  position: relative;
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  place-items: center;
  gap: 5%;
}
.quality-icons{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-items: center;
  place-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  text-align: center;
  height: 100%;
  width: 90%;
  gap: 5%;
}
.quality-icons>img{
  margin-top: 20px;
}
.quality-icons>span{
  margin-bottom: 10px;
}
.text-underline{
  border-bottom: 2px solid rgb(255, 230, 0);
}
/* icons end here */

/* article section strats from here */
#products-sections{
  position: relative;
  display: block;
  width: 100%;
  height: max-content;
}
#land-seciton-products{
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.61);
  margin-top: 50px;
}
#land-seciton-products, #products-desc{
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  place-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
}
#products-desc{
  height: 10px;
  bottom: 20px;
  font-size: 20px;
  color: #717171;
  text-align: center;
}
#products-section1, #products-section2, #products-section3{
  position: relative;
  width: 100%;
  height: 325px;
  display: flex;
  justify-content: center;
  place-items: center;
  gap: 2%;
}
#products-section3{
  display: none;
}
.products{
  background-color: rgb(255, 252, 252);
  position: relative;
  width: 350px;
  height: 300px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.329);
  border-radius: 5px;
}
.products-pics{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.products-pics-shadow{
position: absolute;
width: 100%;
height: 50%;
top: 50%;
display: flex;
flex-direction: column;
justify-content: center;
place-items: start;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.911));
z-index: 1;
font-size: 20px;
gap: 10px;
border-radius: 5px;
}
.products-pics-shadow>span{
  position: relative;
  margin-left: 20px;
  font-family: 'Roboto', sans-serif;
  color: rgb(177, 177, 177);
  font-size: 17px;
}
#product-title{
  font-size: 25px;
  color: white;
}
#desc-more{
  color: rgb(255, 255, 255);
}
.more{
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  place-items: start;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-top: 20px;
}
#checkout-more{
  position: relative;
  display: flex;
  justify-content: center;
  place-items: center;
  color: black;
  border: 2px solid black;
  border-radius: 20px;
  padding: 5px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.548);
}
#checkout-more>img{
  width: 20px;
}
/* products section ends here */

/* catalogue title section starts from here */
#cataloguesTitle{
  position: relative;
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cataloguesTitle>span{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.61);
  margin-top: 50px;
}
/* catalogue title ends here */

/* catalog link starts from here */
#linkSection{
  position: relative;
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  margin-top: 75px;
  margin-bottom: 150px;
  gap: 50px;
}
.linkCards{
  position: relative;
  display: flex;
  flex-direction: column;
  width: max-content;
  height: max-content;
  justify-content: space-around;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  margin-left: 20px;
  margin-right: 20px;
  gap: 20px;
}
.linkCard {
  width: 300px;
  height: 200px;
  background: #243137;
  position: relative;
  display: grid;
  place-content: center;
  border-radius: 10px;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s ease-in-out;
  box-shadow: 1px 1px 10px black;
}
.coverImg{
  position: absolute;
  width: 100%;
  height: 100%;
}
.coverImg>img{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: local;
}
#logo-main, #logo-second {
  height: 100%;
}

#logo-main {
  fill: #bd9f67;
}

#logo-second {
  padding-bottom: 10px;
  fill: none;
  stroke: #bd9f67;
  stroke-width: 1px;
}

.border {
  position: absolute;
  inset: 0px;
  border: 2px solid #bd9f67;
  opacity: 0;
  transform: rotate(10deg);
  transition: all 0.5s ease-in-out;
}

.bottom-text {
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  font-size: 6px;
  text-transform: uppercase;
  padding: 0px 5px 0px 8px;
  color: #bd9f67;
  background: #243137;
  opacity: 0;
  letter-spacing: 7px;
  transition: all 0.5s ease-in-out;
}

.content {
  transition: all 0.5s ease-in-out;
}

.content .logo {
  height: 35px;
  position: relative;
  width: 33px;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

.content .logo .logo1 {
  height: 33px;
  position: absolute;
  left: 0;
}

.content .logo .logo2 {
  height: 20px;
  top: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 33px;
}
#logo-second{
  color: #bd9f67;
  font-size: 20px;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.content .logo .trail {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.content .logo-bottom-text {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  margin-top: 30px;
  color: #bd9f67;
  padding-left: 8px;
  font-size: 11px;
  opacity: 0;
  letter-spacing: none;
  transition: all 0.5s ease-in-out 0.5s;
  font-family: 'Roboto', sans-serif;
  line-height: 15px;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}

.linkCard:hover {
  border-radius: 0;
  transform: scale(1.1);
}
.linkCard:hover .coverImg{
  filter: blur(5px);
}

.linkCard:hover .logo {
  width: 134px;
  animation: cardOpacity 1s ease-in-out;
}

.linkCard:hover .border {
  inset: 15px;
  opacity: 1;
  transform: rotate(0);
}

.linkCard:hover .bottom-text {
  letter-spacing: 3px;
  opacity: 1;
  transform: translateX(-50%);
}

.linkCard:hover .content .logo-bottom-text {
  opacity: 1;
}

.linkCard:hover .trail {
  animation: trail 1s ease-in-out;
}

@keyframes cardOpacity {
  0% {
    border-right: 1px solid transparent;
  }

  10% {
    border-right: 1px solid #bd9f67;
  }

  80% {
    border-right: 1px solid #bd9f67;
  }

  100% {
    border-right: 1px solid transparent;
  }
}

@keyframes trail {
  0% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, rgb(189, 159, 103) 100%);
    opacity: 0;
  }

  30% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, rgb(189, 159, 103) 100%);
    opacity: 1;
  }

  70% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, rgb(189, 159, 103) 100%);
    opacity: 1;
  }

  95% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, rgb(189, 159, 103) 100%);
    opacity: 0;
  }
}


.Download-button {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  padding: 12px 20px;
  color: #243137;
  background: #bd9f67;
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em rgba(59, 48, 78, 0.527);
  letter-spacing: 0.05em;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.Download-button svg {
  margin-right: 8px;
  width: 25px;
}

.Download-button:hover {
  box-shadow: 0 0.5em 1.5em -0.5em rgba(88, 71, 116, 0.627);
}

.Download-button:active {
  box-shadow: 0 0.3em 1em -0.5em rgba(88, 71, 116, 0.627);
}

.Download-button::before {
  content: "";
  width: 4px;
  height: 40%;
  background-color: #243137;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
  transition: all 0.2s;
}

.Download-button::after {
  content: "";
  width: 4px;
  height: 40%;
  background-color: #243137;
  position: absolute;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
  transition: all 0.2s;
}

.Download-button:hover::before,
.Download-button:hover::after {
  height: 60%;
}

/* catalog link ends here */

/* vr style starst here */
.virtual-reality{
  height: max-content;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  gap: 20px;
}
.vr-headline{
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  text-align: center;
}
.vr-desc{
  position: relative;
  font-size: 20px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
}
.vr-items{
  position: relative;
  display: flex;
  justify-content: center;
  place-items: center;
  height: 300px;
  width: 100%;
  gap: 2%;
}
.vr-items>a{
  height: 90%;
  width: 5%;
  border-radius: .5rem;
  transition: all .5s cubic-bezier(.25, .4, .45, 1.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.575);
}
.vr-items>a>img{
  width: 100%;
  height: 100%;
  border-radius: .5rem;
}
.vr-items>a:hover{
  width: 30%;
}
#vr-hover, #vr-scroll{
  background-color: white;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  border: 2px solid black;
  padding: .3%;
  border-radius: 20px;
}
#vr-scroll{
  display: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 50%;
  height: 350px;
  position: relative;
  margin: auto;
  background-size: cover;
  margin-bottom: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.719);
}

/* Hide the images by default */
.mySlides {
  height: 100%;
  display: none;
}
#first-slide{
  display: block;
}
.mySlides>img{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* Next & previous buttons */
.prev, .next {
  background-color: rgba(0, 0, 0, 0.26);
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 50px 50px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 50px 0 0 50px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* dot div style */
#dot-group{
  position: relative;
  bottom: 20px;
  z-index: 1;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* slideshow ends here */

/* footer */
#fmail>a{
  margin-top: 0;
}

@media only screen and (max-width:1081px){
  /* head modifies */
  #head-title-desc>h1{
    width: 140%;
  }
  /* main modifies */
  #desktop-products{
    display: none;
  }
  #products-section3{
    display: flex;
  }
}
@media only screen and (max-width:920px){
  .slideshow-container {
    max-width: 80%;
  }
}


@media only screen and (max-width:750px){
  #head-title-desc>h1{
    font-size: 50px;
  }
/* apply the horizontal scroll only when screen width is <= 750px */
.virtual-reality{
  display: none;
}
}


@media only screen and (max-width:701px){

  #head-title-desc{
    width: 63%;
    top: 0;
  }
  #contact-design, #head-down-arrow{
    display: none;
  }
  #contact-stuff{
    width: 100%;
    height: 10%;
    top: 90%;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    place-items: center;
    gap: 10%;
    clip-path: none;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.548);
  }
  #contact-info-link1{
    margin-top: 0;
  }
  .contact-info-links{
    color: rgb(255, 255, 255);
    font-size: 15px;
    border-bottom: 2px solid rgb(255, 230, 0);
    margin-left: 0;
  }
}

/* 561px res */
@media screen and (max-width: 561px){
  #head-title-desc{
    top: 0;
    left: 12.5%;
    width: 85%;
  }
  #head-title-desc>h1{
    font-size: 45px;
    width: 100%;
  }
  #head-title-desc>span{
    font-size: 15px;
  }
  #quality-icons-group{
    flex-direction: column;
    width: 100%;
  }
  .quality-icons{
    width: 85%;
  }

  #desc-tablet-products{
    display: none;
  }

  /* slideshow */
  .slideshow-container {
    display: none;
  }

}

@media screen and (max-width: 410px){
  #head-title-desc{
    top: -10px;
  }
  #head-title-desc>h1{
    font-size: 40px;
  }
}
@media screen and (max-width: 366px){

  #head-title-desc>h1{
    font-size: 37px;
  }
  #head-title-desc>span{
    font-size: 15px;
  }
}