@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&family=Roboto&display=swap");
:root {
  --font1: "Baloo Bhai 2", cursive;
  --font2: "Roboto", sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
.navbar {
  display: flex;
  background-color: rgba(39, 175, 12, 0.85);
  position: fixed;
  width: 100vw;
  margin: 0;
}
.nav-list {
  width: 100%;
  /* background-color: rgb(220, 230, 230); */
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-list li a {
  text-decoration: none;
  color: white;
  font-family: var(--font2);
  font-weight: bold;
}
.nav-list ul {
  height: 5px;
}
.nav-list li {
  list-style: none;
  margin: 20px;
  padding: 4px;
  border-radius: 10px;
}
.nav-list li:hover {
  background-color: rgb(0, 0, 0);
}
.nav-list li a:active {
  color: cyan;
  transition-delay: 1ms;
}
.logo {
  width: 40%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-top: 10px;
  margin-right: 200px;
  margin-left: 0px;
}
.logo h1 {
  margin: 10px;
  width: 200px;
  font-size: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.logo img {
  width: 25%;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: darken;
  padding-bottom: 5px;
  padding: 10px;
  padding-left: 25px;
  padding-right: 10px;
  margin: 10px;
}
.background {
  background: rgba(0, 0, 0, 0.2) url(../img/img4.jpg);
  background-size: 1550px 1200px;
  background-attachment: fixed;
  background-position: 25% 65%;
  background-repeat: no-repeat;
  background-blend-mode: darken;
}
.text-big {
  color: white;
  margin: 20px;
}
.clippath1 {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.clippath2 {
  clip-path: circle(50% at 50% 50%);
}
.content-top,
.content-top a,
.cars-main h1 ,
.achieve-main h1{
  color: white;
}
.content-top h1,
.cars-main h1,
.achieve-main h1 {
  text-align: center;
  margin-top: 50px;
  font-family: var(--font1);
  margin-left: 510px;
  margin-right: 510px;
  padding: 50px;
  border-radius: 20px;
  border-left: 40px solid rgba(53, 231, 17, 0.7);
  border-right: 40px solid rgba(53, 231, 17, 0.7);
  background-color: rgba(128, 128, 128, 0.6);
}
.achievements,
.cars {
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(53, 231, 17, 0.6);
  padding: 10px;
  font-family: var(--font1);
  margin: 25px 325px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-radius: 20px;
}
.cars ul li {
  list-style-type: none;
  padding: 10px;
}
.cars h1,
h3 {
  text-align: center;
}
.content-top h2 {
  background-color: rgba(53, 231, 17, 0.6);
  text-align: center;
  margin-left: 500px;
  margin-right: 500px;
  border-radius: 20px;
  padding: 5px;
  /* margin-bottom: 20px; */
  border: 3px solid black;
}
#footer {
  background-color: rgba(53, 231, 17, 0.733);
  display: flex;
  font-family: var(--font2);
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  color: black;
}
/* .footer-left{
  margin: 300px;
} */
.contact li,
.contact2 li {
  list-style-type: none;
  font-size: 18px;
}
.footer-right h3,
.footer-left h3 {
  font-weight: 600;
  font-size: 20px;
}
.contact2 a img {
  transition: 100ms;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.contact2 a img:hover {
  transform: translate3d(10px, 0px, 20px);
  box-shadow: 2px 2px 4px black;
  border-radius: 100px;
}
.about {
  color: black;
}
.h1,
.h2 {
  margin-left: 600px;
  margin-right: 600px;
  box-shadow: 2px 2px 4px black;
  text-align: center;
  border-radius: 20px;
  font-family: var(--font1);
  background-image: url(../img/img2.jpg);
  color: black;
}
.h1 {
  margin-left: 650px !important;
  margin-right: 650px !important;
}
.we h2,
.do h2 {
  text-align: center;
  font-family: var(--font2);
}
.we,
.do {
  background-image: url(../img/img2.jpg);
  box-shadow: 2px 2px 4px black;
  justify-content: center;
  font-size: larger;
  font-family: var(--font1);
  align-items: center;
  padding: 40px;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
  border-radius: 20px;
}
.about2 {
  padding: 20px;
  list-style-type: none;
}
.about2 {
  display: flex;
}
.do-child {
  list-style-type: square;
}
.proud {
  margin-left: 100px;
  padding: 10px;
  font-family: var(--font2);
  margin-right: 1010px;
  background-image: url(../img/img2.jpg);
  border-radius: 20px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 4px black;
}
.fuel {
  margin-left: 130px;
  padding: 10px;
  font-family: var(--font2);
  margin-right: 960px;
  background-image: url(../img/img2.jpg);
  border-radius: 20px;
  box-shadow: 2px 2px 4px black;
}
.logo-sponsors h1 {
  margin-left: 600px !important;
  margin-right: 600px !important;
  font-family: var(--font1);
  box-shadow: 2px 2px 4px black;
}
.logo-sponsors img {
  display: flex;
  margin: auto;
  height: 250px;
  width: 250px;
  align-items: center;
  justify-content: space-around;
}
.logo-sponsors a img:hover {
  transition-delay: 0.6ms;
  padding: 10px;
  box-shadow: 2px 2px 4px black;
  border-radius: 250px;
}
.gold,
.silver,
.bronze {
  margin-left: 300px;
  font-family: var(--font1);
  margin-right: 300px;
}
.gold h2,
.silver h2,
.bronze h2,
.logo-sponsors h1,
.partner h2 {
  text-align: center;
  background-image: url(../img/img2.jpg);
  margin-left: 300px;
  margin-right: 300px;
  box-shadow: 2px 2px 4px black;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gold img,
.silver img,
.bronze img {
  height: 250px;
  width: 250px;
  margin: 25px;
}
.cars-main img {
  height: 450px;
  width: 450px;
  margin-left: 540px !important;
  margin-right: 540px !important;
  margin-top: 50px;
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}
.achieve-main p {
  margin-left: 350px;
  margin-right: 350px;
  font-family: var(--font2);
  padding: 10px;
  margin-top: 20px;
  background-color: rgba(53, 231, 17, 0.7);
  border: 2px solid black;
  border-radius: 20px;
}
.gold img:hover,
.silver img:hover,
.bronze img:hover,
.cars-main img:hover {
  transform: translate3d(10px, 0px, 20px);
  transition-delay: 0.6ms;
  box-shadow: 2px 2px 4px black;
}
.partner h2 {
  margin-left: 600px;
  margin-right: 600px;
  font-family: var(--font1);
}
.partner {
  margin-left: 80px;
  margin-right: 80px;
}
.partner img {
  height: 220px;
  width: 220px;
  margin: 25px;
}
.partner img:hover {
  transform: translate3d(10px, 0px, 20px);
  transition-delay: 0.6ms;
  box-shadow: 2px 2px 4px black;
}
.contact-us {
  background-image: url(../img/img2.jpg);
  background-size: cover;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 2px 2px 4px black;
  margin-left: 500px !important;
  margin-right: 500px !important;
}
.contact-us h1{
  font-family: var(--font1);
}
.form-box input,
textarea,
button {
  border-radius: 20px;
  padding: 10px;
  margin: 5px;
}
.btn:hover {
  box-shadow: 2px 2px 4px black;
}
