@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.globalawards_main_container {
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  width: 100%;
}
.first_section_div {
  width: 100%;
  display: flex;
}
.click_div {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  color: #e35b1e;
  font-weight: 600;
}

.click_div:hover {
  cursor: pointer;
  color: #d14b0c;
}
.first_section_box1 {
  /* background-color: tomato; */
  padding: 3rem 5rem;
  width: 100%;
}
.first_section_box1 h2 {
  font-size: 2.5rem;
  color: #25272d;
  line-height: 3rem;
  text-shadow: 2px 2px 3px rgb(225 83 20 / 60%);
}
.first_section_box1 p {
  font-size: 1rem;
  line-height: 2rem;
  color: rgb(138, 139, 143);
  margin-top: 1rem;
}
.click_div p {
  margin-top: 0rem;
  color: #e35b1e;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.first_section_box2 {
  /* background-color: #081631; */
  background-color: #e35b1e;
  width: 100%;
  color: white;
  padding: 3rem 5rem;
}
.first_section_box2 h4 {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}
.counter_div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.counter {
  /* border: 2px solid blue; */
  width: 14rem;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.counter :nth-child(1) {
  font-size: 3.6rem;
  font-weight: 600;
}
.second_section_div {
  width: 100%;

  background-color: #081631;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  padding: 5rem;
}
.second_section_box {
  width: 62%;
}
.second_section_box :nth-child(1) {
  font-size: 2rem;
}
.second_section_box :nth-child(2) {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-top: 1rem;
}
.second_section_box :nth-child(3) {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-top: 1rem;
}
.third_section_div {
  /* border: 2px solid; */
  width: 100%;
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.third_section_div :nth-child(1) {
  font-size: 0.9rem;
  font-weight: 600;
}
#third_section_heading {
  font-size: 2rem;
  margin-top: 1rem;
  text-shadow: 2px 2px 3px rgb(225 83 20 / 60%);
}
#third_section_pera {
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.8rem;
  text-align: center;
}
.third_section_main_box {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main_box_div {
  border-radius: 10px;
  border: 1px solid gray;
  width: 350px;
  text-align: center;
  margin: 9px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem 1.5rem;
}
.main_box_div :nth-child(2) {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-shadow: 2px 2px 3px rgb(225 83 20 / 60%);
}
.main_box_div :nth-child(3) {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 1rem;
}
.fourth_section_div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../assets/images/nomination.jpg);
}
.fourth_section_box1 {
  width: 35%;
  background-color: #081631;
  color: #fff;
  padding: 6rem;
  padding-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fourth_section_box2 {
  width: 62%;
  background-color: #081631;
  display: flex;
  color: #fff;
  justify-content: center;
  margin-top: 18rem;
  /* padding: 2rem; */
}
.fourth_section_box1 h2 {
  font-size: 2.2rem;
  width: 100%;
  text-align: left;
}
.fourth_section_box1 p {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 0.8rem;
}
.Nomination_card {
  width: 32%;
  height: 100%;
  padding: 2rem 1.5rem;
  /* background-color: red; */
  border-right: 1px solid rgba(255, 166, 0, 0.151);
}
.Nomination_card h2 {
  font-size: 1.5rem;
  margin-top: 0.8rem;
}
.Nomination_card p {
  font-size: 0.9rem;
  margin-top: 0.8rem;
  line-height: 2rem;
}
.fiveth_section_div {
  background-color: #fff;
  display: flex;
  /* justify-content: center; */
  padding: 0rem 5rem;
  flex-direction: column;
}
.Categories_heading_button_div {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  width: 100%;
  padding: 0px 80px 0px 30px;
}
.Categories_heading_button_div h2 {
  color: #25272d;
  font-size: 2.5rem;
  text-shadow: 2px 2px 3px rgb(225 83 20 / 60%);
}
#btn {
  color: #fff;
  background-color: #dc632d;
  padding: 10px 24px;
  font-size: 19px;
  border: 2px solid #dc632d;
  outline: none !important;
  border-radius: 26px;
}
#btn:hover {
  border: 2px solid #dc632d !important ;
  background-color: #fff;
  color: #dc632d;
}

.Entrepreneur_Categories_main_div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px 0px 0px 90px;
}
.Entrepreneur_Categories_card {
  width: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.Entrepreneur_Categories_card h2 {
  color: #25272d;
}

#order_list {
  padding: 11px 16px;
  line-height: 2rem;
  list-style: none;
}

/* Re-design */
.nominate-btn {
  margin-top: 17px;
}
.nominate-btn a {
  color: #fff;
  background-color: #dc632d;
  padding: 6px 16px;
  font-size: 18px;
  border: 2px solid #dc632d;
  outline: none !important;
  border-radius: 26px;
  text-decoration: none;
}
.nominate-btn a:hover {
  border: 2px solid #dc632d !important ;
  background-color: #fff;
  color: #dc632d;
}
.nominate-btn1 a {
  color: #fff;
  background-color: #dc632d;
  padding: 6px 16px;
  font-size: 18px;
  border: 2px solid #dc632d;
  outline: none !important;
  border-radius: 26px;
  text-decoration: none;
}
.nominate-btn1 a:hover {
  border: 2px solid #dc632d !important ;
  background-color: #fff;
  color: #dc632d;
}
#order_list span {
  color: #dc632d;
  margin: 0px 9px 0px -18px;
  font-size: 14px;
}

@media (max-width: 1044px) {
  .main_box_div {
    width: 27rem;
  }
}
@media (max-width: 900px) {
  .main_box_div {
    width: 40rem;
  }
  .fourth_section_div {
    flex-direction: column;
  }
  .fourth_section_box1 {
    width: 100%;
  }
  .fourth_section_box2 {
    width: 100%;
    margin-top: 1rem;
  }
  .Categories_heading_button_div h2 {
    font-size: 2rem;
  }
}
@media (max-width: 799px) {
  .Entrepreneur_Categories_main_div {
    flex-direction: column;
  }
  .Entrepreneur_Categories_card {
    width: 100%;
  }
  .Categories_heading_button_div h2 {
    font-size: 1.8rem;
  }
  .first_section_box1 h2 {
    font-size: 2rem;
  }
  .counter :nth-child(1) {
    font-size: 3rem;
  }
}
@media (max-width: 613px) {
  .first_section_div {
    flex-direction: column;
  }
  .first_section_box1,
  .first_section_box2 {
    width: 100%;
  }
  .Categories_heading_button_div h2 {
    font-size: 1rem;
  }
  .second_section_box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .first_section_box1 p {
    font-size: 0.9rem;
  }
  .counter :nth-child(1) {
    font-size: 2rem;
  }
  .second_section_box :nth-child(1) {
    font-size: 1.2rem;
  }
  .second_section_box :nth-child(2) {
    font-size: 0.9rem;
  }
  .second_section_box :nth-child(3) {
    font-size: 0.9rem;
  }
  #third_section_heading {
    font-size: 1.2rem;
  }
  #third_section_pera {
    font-size: 0.9rem;
  }
  .fourth_section_box1 h2 {
    font-size: 1.5rem;
  }
  .fourth_section_box1 p {
    font-size: 0.9rem;
  }
  .fourth_section_box2 {
    flex-direction: column;
  }
  .Nomination_card {
    width: 100%;
  }
  .fiveth_section_div {
    padding: 2rem;
  }
  /* media-query */
  .first_section_box1 {
    padding: 20px 35px !important;
    text-align: center;
  }
  .first_section_box1 h2 {
    font-size: 23px !important;
    line-height: 31px !important;
  }
  .first_section_box1 p {
    line-height: 23px !important;
    font-size: 14px !important;
    margin-top: 8px !important;
  }
  .nominate-btn a {
    padding: 8px 11px !important;
    font-size: 13px !important;
    margin-top: 9px !important;
  }
  .first_section_box2 {
    padding: 20px 35px !important;
    text-align: center;
  }
  .first_section_box2 h4 {
    font-size: 22px !important;
  }
  .counter {
    margin-top: 10px !important ;
  }
  .second_section_div {
    padding: 20px 35px !important;
    text-align: center;
  }
  .second_section_div h2 {
    font-size: 22px !important;
    line-height: 29px !important;
  }

  .second_section_box {
    width: 100% !important;
  }
  .second_section_div p {
    font-size: 14px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
  }
  .third_section_div {
    padding: 0px 35px 13px !important;
    text-align: center;
  }
  .third_section_div h2 {
    font-size: 23px !important;
    line-height: 31px !important;
    margin-top: 8px !important;
  }
  .third_section_div p {
    font-size: 14px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
  }
  .third_section_main_box {
    margin-top: 2px !important;
  }
  .fourth_section_box1 {
    width: 100% !important;
    padding: 20px 10px !important;
    text-align: center;
  }
  .fourth_section_box1 h2 {
    font-size: 23px !important;
    line-height: 31px !important;
    margin-top: 8px !important;
  }
  .fourth_section_box1 p {
    font-size: 14px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
  }
  .fourth_section_box2 {
    width: 100% !important;
    padding: 20px 10px !important;
    text-align: center;
  }
  .Nomination_card {
    width: 100% !important;
    padding: 0px !important;
    margin: 9px 0px !important;
  }
  .fourth_section_box2 h2 {
    font-size: 23px !important;
    line-height: 31px !important;
    margin-top: 8px !important;
  }
  .fourth_section_box2 p {
    font-size: 14px !important;
    margin-top: 10px !important;
    line-height: 25px !important;
  }
  .fiveth_section_div {
    padding: 0px 15px 13px !important;
    text-align: center;
  }
  .Categories_heading_button_div {
    padding: 0px !important;
  }
  .Categories_heading_button_div h2 {
    font-size: 30px !important;
  }

  .Entrepreneur_Categories_card {
    width: 100% !important;
    padding: 13px 0px 0px !important;
  }
  #order_list {
    text-align: initial !important;
    padding: 11px 0px 0px 60px !important;
    font-size: 14px !important;
  }
  .nominate-btn1 a {
    margin: 7px 0px 0px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
  }
  .Entrepreneur_Categories_card h2 {
    font-size: 22px !important;
  }
  #btn {
    padding: 8px 16px !important;
    font-size: 13px !important;
  }
  .Entrepreneur_Categories_main_div {
    padding: 0px !important;
  }
  .fourth_section_box2 {
    margin: -27px 0px 0px !important;
  }
  .fourth_section_box1 h2 {
    text-align: center !important;
  }
}
@media (max-width: 468px) {
  .Categories_heading_button_div h2 {
    font-size: 23px !important;
  }
  #order_list {
    padding: 8px 0px 0px 30px !important;
  }
}
