@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Niconne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap");
body {
  background-color: seashell;
}
hr {
  background-color: black;
}
a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.review {
  font-family: "Niconne", cursive;
  font-size: xx-large;
  display: flex;
  justify-content: center;
}
.checkout {
  display: flex;
  justify-content: center;
}
#checkout {
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin: 0px 50px 100px 50px;
  text-align: center;
  background-color: white;
  width: 300px;
  height: 415px;
  border-radius: 5px;
}
.flex {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
#flex {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.19);
  padding-right: 15px;
}
#container2 img,
#container3 img {
  width: 25%;
  height: 100px;
  margin: 5px 10px 10px 5px;
}
#strike {
  text-decoration: line-through;
  padding-left: 30px;
}
#container2 {
  width: 40%;
}
#offer {
  border: 3px solid black;
  height: 40px;
  width: 80px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#offers {
  border: 3px solid black;
  height: 32px;
  width: 180px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.summ {
  background-color: #efeff0;
  text-align: left;
  padding: 18px 10px;
  border-radius: 5px;
}
#maincontainer {
  display: flex;
  margin-bottom: 25%;
}
#bot {
  margin-left: 80px;
  margin-bottom: 40px;
  border: 1px solid gray;
  width: 100px;
  height: 40px;
  color: #000;
}
#mainimg {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
}
#item > img {
  margin-left: 1px;
  width: 90%;
  height: 50%;
}
#right {
  display: grid;
  grid-template-columns: repeat(3, 330px);
  grid-gap: 40px;
  margin-left: 5%;
}
#left {
  width: 17%;
  margin-left: 5%;
}
#car {
  color: black;
  background-color: white;
  width: 100px;
  height: 40px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
  border-top: 3px solid #5c86a7;
  border-left: 3px solid #5c86a7;
  border-bottom: none;
  border-right: none;
}
#car:hover {
  box-shadow: inset -3px -3px 3px #5c86a7;
  border: none;
}
p,
#p1 {
  text-align: center;
}
#right > div {
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  height: 100%;
  border-radius: 2%;
}
h5 {
  margin: 5%;
  color: lightgreen;
}
#focus {
  display: flex;
  height: 10%;
}
#item:hover #bab,
#item:hover #bac {
  background-color: #758ea1;
  border-color: thistle;
  color: rgb(70, 56, 56);
  cursor: pointer;
  border-radius: 5px;
}
#item:hover {
  box-shadow: inset 0 0 8px #5c86a7;
  margin: -5px;
}
#bab {
  width: 40%;
  margin: 5px;
  text-align: center;
  color: white;
  font-size: xx-large;
  border-right: 1px solid white;
}
#bac {
  width: 60%;
  margin: 5px;
  text-align: center;
  color: white;
  border-left: 1px solid white;
}
h6 {
  margin-top: 5%;
  font-size: large;
}
#price {
  display: flex;
  margin-left: 20%;
}
#red {
  color: red;
  text-decoration: line-through;
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
  #right {
    display: grid;
    grid-template-columns: 90% 90%;
    grid-gap: 5%;
    margin-left: 5%;
  }
  #left {
    width: 90%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 299px) {
  #right {
    display: grid;
    grid-template-columns: 200%;
    grid-gap: 5%;
    margin-left: 5%;
  }
  #left {
    width: 200%;
  }
}
#footer {
  margin-left: 5%;
  margin-top: 10%;
}
#footer > div {
  margin-left: 3%;
}
#fitem12 {
  margin-left: 5%;
}
p4 {
  text-align: center;
  font-size: smaller;
}
.dropbtn {
  background-color: white;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  cursor: pointer;
  width: 250%;
  width: 100%;
  text-align: left;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #5c86a7;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #5c86a7;
  border-left: 1px solid #5c86a7;
  border-right: 1px solid #5c86a7;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid;
  min-width: 100%;
  border-bottom: 1px solid #5c86a7;
  border-left: 1px solid #5c86a7;
  border-right: 1px solid #5c86a7;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: black;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 80%;
}

.dropdown a:hover {
  background-color: white;
  cursor: pointer;
}

.show {
  display: block;
}
.dropdown1 {
  margin-top: 20%;
}
p > u:hover {
  text-decoration: none;
}
#item > h5 {
  color: #b1b0b5;
  font-family: "Niconne", cursive;
  font-size: x-large;
}
#container3 {
  box-shadow: inset 0 0 8px #5c86a7;
  border-radius: 5px;
}
.zero {
  margin: 0px;
}
.check-btn {
  width: 303px;
  height: 35px;
  background-color: black;
  color: white;
  margin: -1.5px;
  border-radius: 3px;
}
.con {
  width: 303px;
  height: 35px;
  background-color: white;
  color: black;
  font-weight: 800;
  margin-left: -1.5px;
  margin-bottom: 8px;
  border-radius: 3px;
  box-shadow: 0px 3px 3px #5c86a7;
}
.con:hover {
  box-shadow: inset 0 0 3px #5c86a7;
}
.check-btn:hover {
  font-weight: 700;
  box-shadow: 0px 3px 3px #5c86a7;
}
.best {
  align-items: center;
  width: 30%;
  margin: 10px;
}
.best img {
  width: 100px;
  margin: 10px;
}
/****navbar*****/
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Gideon+Roman&display=swap");
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: baseline;
  border-bottom: 1px solid black;
  padding: 20px 30px;
  height: 40px;
  cursor: pointer;
}
.left-nav {
  text-transform: uppercase;
  font-size: 15px;
  font-family: HCoGothamSSmSemiBold, Arial, Sans-Serif;
  letter-spacing: 0.1rem;
}
.mid-nav {
  display: block;
  width: 20%;
  text-align: center;
}
.mid-nav > img {
  width: 100%;
}
.right-nav {
  display: inline-block;
  width: 400px;
}
button {
  margin-right: 20px;
  border: 0;
  background-color: white;
  font-size: 1rem;
  font-family: HCoGothamSSmSemiBold, Arial, Sans-Serif;
  color: gray;
}
#nav_list1 {
  display: flex;
  justify-content: center;
  padding: 2px;
  text-decoration: none;
  box-shadow: 0px 3px 10px -8px rgba(0, 0, 0, 0.87);
  list-style: none;
  font-size: 1rem;
  font-family: HCoGothamSSmSemiBold, Arial, Sans-Serif;
}
#nav_list1 > li {
  margin: 20px 40px;
}
a {
  position: relative;
  color: #000;
  text-decoration: none;
}
#nav_list1 > li > a:hover {
  color: #000;
}

#nav_list1 > li > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  margin: -20px 0px;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

#nav_list1 > li > a:hover::before {
  transform: scaleX(1);
}

/********* Footer ********/
.footer {
  text-transform: uppercase;
  background-color: white;
  box-sizing: border-box;
  padding: 70px 70px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  border-top: gray;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.footer-col {
  width: 25%;
  padding: 0 30px;
}
.footer-col h4 {
  font-size: 18px;
  color: rgb(104, 101, 101);
  margin-bottom: 35px;
  font-weight: bolder;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
ul {
  list-style-type: none;
}
.footer-col ul li a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
  color: gray;
  display: block;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #222;
  padding-left: 8px;
}
.social-links a {
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 40px;
  border-radius: 15%;
  color: #222;
  transition: all 0.5s ease;
}
.social-links {
  display: flex;
  gap: 20px;
}
.social-links a:hover {
  color: black;
  background-color: #e91e63;
}
.right {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.right > p {
  font-family: HCoGothamSSmLight, Arial, Sans-Serif;
  font-size: 1rem;
  font-weight: 600;
  border-left: 1px solid gray;
  padding-left: 10px;
  color: gray;
}

/*********** Navigation Bar *************/
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Gideon+Roman&display=swap");
.nav-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  vertical-align: baseline;
  border-bottom: 1px solid black;
  padding: 20px 10px;
  height: 50px;
  background-color: white;
}
i {
  cursor: pointer;
  display: flex;
}
a {
  position: relative;
  color: #000;
  text-decoration: none;
}

body {
  top: 0px !important;
  position: static !important;
}

.goog-te-banner-frame {
  display: none !important;
}
#google_translate_element {
  color: transparent;
}
#google_translate_element a {
  display: none;
}
div.goog-te-gadget {
  color: transparent !important;
}

.left-nav {
  text-transform: uppercase;
  font-size: 15px;
  font-family: HCoGothamSSmSemiBold, Arial, Sans-Serif;
  letter-spacing: 0.2rem;
  width: 30%;
}
.mid-nav {
  display: block;
  width: 30%;
  text-align: center;
  margin-right: 10px;
  margin-left: 10%;
}
.mid-nav > img {
  width: 80%;
}
.right-nav {
  display: flex;
  justify-content: end;
  width: 700px;
}
button {
  margin-right: 10px;
  border: none;
  background-color: white;
  font-size: 15px;
  font-family: HCoGothamSSmSemiBold, Arial, Sans-Serif;
  color: gray;
}
#nav_list1 {
  display: flex;
  justify-content: center;
  padding: 2px;
  text-decoration: none;
  box-shadow: 0px 3px 10px -8px rgba(0, 0, 0, 0.87);
  list-style: none;
  font-size: 1rem;
  font-family: HCoGothamSSmSemiBold, Arial, Sans-Serif;
  background-color: white;
}
#nav_list1 > li {
  margin: 20px 40px;
}
a {
  position: relative;
  color: #000;
  text-decoration: none;
}
#nav_list1 > li > a:hover {
  color: #000;
}

#nav_list1 > li > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  margin: -20px 0px;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

#nav_list1 > li > a:hover::before {
  transform: scaleX(1);
}
#dist {
  background-color: black;
  color: blanchedalmond;
  border-radius: 5px;
}
#dist:hover {
  background-color: blanchedalmond;
  color: black;
}
