body,
html {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #ffffff;
  font-family: "Work Sans", sans-serif;
}

a {
  text-decoration: none;
  color: unset;
}

.landingPage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  background-image: url(../media/landingBackground.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#spiceLogoCont {
  display: flex;
  margin: 50px 0px 0px 50px;
}
#spiceLogo {
  width: 65px;
  height: 56px;
}

#landingLogoCont {
  display: flex;
  justify-content: center;
}

#landingMessageWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#landingMessageWrap p {
  font-size: 1.2rem;
}

#landingLogoText {
  text-align: center;

  color: white;
  display: flex;
  flex-direction: column;
  width: 230px;
  justify-content: space-between;
  margin-top: 5px;
  box-sizing: border-box;
}
#topline {
  position: relative;
  left: -0.5vw;
}

#bottomline {
  margin-top: 0px;
}

#landingLogoText p {
}

#landingLogo {
  width: 257px;
  height: 128px;
}

#copyrightCont {
  padding-right: 50px;
  color: white;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

#copyrightSymbol {
  margin: 0px 5px;
  width: 15px;
  height: 15px;
}

#ctBars {
  box-sizing: border-box;
  padding-left: 10px;
  width: 35.5px;
  height: 17px;
}

/***************************************************home page*/

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8vh;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

#logoMenuWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 46vw;
}

#logoWrap {
  margin-left: 5vw;
  width: 84px;
  height: 40px;
}

#menu {
}

#menuList {
  gap: 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuItem:hover {
  color: #da5808;
}

.menuItem {
  list-style: none;
}

#contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8vh;
  height: 8vh;
  background-color: #da5808;
  margin-right: 5vw;
}

#mvToggle {
  display: none;
}

#hero {
  position: relative;
  padding-left: 5vw;
  background-image: url(../media/heroImg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 82vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
}

#heroTextWrap {
  width: 41vw;
 /* height: 40vh;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#snappytitle {
  width: 45vw;
  font-size: 47px;
  font-weight: 700;
}

#heroText {
  margin-bottom: 5vh;
}

#callToActionCont {
  display: flex;

  gap: 3vw;
}

#callToAction {
  background-color: #da5808;
  color: white;
  padding: 8px 20px;
  border-radius: 5px;
  text-align: center;
  width: 80px;
}

#testimonialSlide {
    display:none;
  position: absolute;
  right: 0px;
  height: 15vh;
  width: 30vw;
  background-image: url(../media/testmonialBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  padding: 1vw;
  box-sizing: border-box;
  font-size: 0.8rem;
  overflow: hidden;
}

#testimonialSlideTitle {
  margin: 0px;
}

.dot {
  width: 1vw;
  height: 1vw;
  border-radius: 10vw;
  background-color: white;
}

.active {
  background-color: #da5808;
}

#dotCont {
  display: flex;
  gap: 1vw;
  justify-content: space-between;
  align-items: center;
}

#headingDotCOnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile {
  display: flex;
  width: 7vw;
  align-items: center;
  justify-content: space-between;
}

.profile img {
  width: 2vw;
  height: 2vw;
}

.testimony {
  display: none;
  align-items: center;
  gap: 2vw;
}

#testimonyText {
  font-size: 0.7rem;
  width: 80%;
  flex: 3;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

footer {
  height: 10vh;
  background-color: #1e2a68;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 5vw;
}

/****************************************************** products*/

#productsDisplay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../media/bgIllustration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 82vh;
  padding: 0px 9vw;
}

#pageDescriptionWrap {
  width: 35vw;
  /*   height: 40vh; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#pageHeading {
  width: 35vw;
  font-size: 47px;
  font-weight: 700;
}

#bar {
  margin-top: 4vh;
  width: 6vw;
  height: 0.5px;
  background-color: #da5808;
}

#cardWrap {
  display: grid;
  grid-template-columns: 14vw 14vw;
  grid-template-rows: 36vh 36vh;
  gap: 1vw;
}

#chromium{
  background-image: url(../media/Chromium.png);  
}

#copper{
  background-image: url(../media/Copper.png);
}

#lithium{
  background-image: url(../media/Lithium.png);
}

#package{
  background-image: url(../media/package.png);
}

#magnesium{
  background-image: url(../media/Magnesium.png);
}

#iron{
  background-image: url(../media/Iron.png);
}

#nickel{
  background-image: url(../media/Nickel.png);
}

#gold{
  background-image: url(../media/gold.png);
}


.card {
  position: relative;
  font-size: 0.9rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1vw;
  border-radius: 5px;
  color: white;
}

.card:last-child {
  background-color: #1e2a68;
}

.cardHeading {
  font-size: 1rem;
  font-weight: 700;
}

.cardDescription {
  font-size: 0.8rem;
  margin-top: 5vh;
}

.btnEnquire {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  background-color: white;
  padding: 5px 10px;
  border-radius: 2px;
  border: none;
  color: #da5808;
  font-size: 0.8rem;
}

/********************************************************contact Us*/

#contactUsDisplay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../media/bgIllustration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 82vh;
  padding: 0px 9vw;
}

#contactDetailsWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45vw;
}

.detailsWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15vw;
  margin-bottom: 6vh;
}

.detailsWrap:first-of-type {
  margin: unset;
  margin: 6vh 0vh;
}

#contactUsDescription {
  width: 30vw;
}

#faqLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 19vw;
  border-top: 1px solid #da5808;
  border-bottom: 1px solid #da5808;
}

#writeEmail {
  display: none;
}

#contactFormWrap {
  width: 45vw;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#contactForm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25vw;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  align-items: center;
  border-radius: 5px;
  padding: 1vw;
}

.contactInputWrap {
  display: flex;
  flex-direction: column;
  width: 90%;
}

.contactInputWrap input {
  width: 100%;
  margin: 2vh 0vh;
}

#txtContactMessage {
  width: 100%;
  height: 25vh;
}

#btnContactSubmit {
  align-self: flex-start;
  margin: 2vh 2vh;
  border: none;
  background-color: #da5808;
  width: 5vw;
  height: 4vh;
  color: white;
  border-radius: 2px;
}

#success {
  padding: 8px 20px;
  border-radius: 2px;
  border: 1px solid green;
  color: green;
}

#error {
  padding: 8px 20px;
  border-radius: 2px;
  border: 1px solid red;
  color: red;
}

#menuRibbon{
  display: flex;
  justify-content: space-around;
  background-color: #515151;
  align-items: center;
  color: #ffffff;
  padding: 3vh;
}

#menuRibbon div ul li{
  list-style: none;
}

#whoAreWe ul, #productsAndServices ul, #quickLinks ul{
  display: flex;
  flex-direction: column;
  gap: 2vh;
  text-align: center;
}




/***************************************************************** about Us */

#aboutUsDisplay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../media/bgIllustration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 82vh;
}

#aboutDetailsWrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50vw;
  gap: 5vh;
  padding: 11.5vh 9vw;
}

#qouteHeading {
  font-size: 1.2rem;
  font-weight: 700;
}

#aboutViewMore {
  width: 5vw;
  height: 3.5vh;
  background-color: unset;
  border: 1px solid #da5808;
  border-radius: 2px;
  color: #da5808;
}

#aboutImgWrap {
  position: relative;
  background-image: url(../media/aboutUsImg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 100%;
}

#qoute {
  position: absolute;
  left: 5vw;
  top: 30%;
  background-color: rgba(0, 0, 0, 0.655);
  box-sizing: border-box;
  padding: 3vw;
  color: white;
}

.qouteTextWrap {
  border-left: 10px solid #da5808;
  box-sizing: border-box;
  padding: 0vh 1vw;
}

#integrity {
  font-size: 40px;
  font-weight: 700;
}

.detailHeading {
  font-size: 1.2rem;
  font-weight: 700;
  color: #da5808;
}

.btnAbout {
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px;
  background-color: #da5808;
  border-radius: 2px;
  color: white;
}

.aboutContr {
  display: flex;
  gap: 1vw;
  font-size: 0.8rem;
}

/****** screen switch class */
.setOne {
  display: block;
}

.setTwo {
  display: none;
}
