@import url("https://fonts.googleapis.com/css2?family=Inter&family=Poppins:ital,wght@0,400;1,600&family=Roboto:wght@500&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-transform: capitalize;
}

html {
  font-size: 62.5%;
}

:root {
  --buttonCOlor: #fc6438;
  --textCOlor: white;
  --inter: "Inter", sans-serif;
  --poppin: "Poppins", sans-serif;
  --roboto: "Roboto", sans-serif;
}

body {
  font-family: var(--poppin);
}

.section1 {
  min-height: 100vh;
  background-image: linear-gradient(
      to bottom,
      rgba(17, 115, 190, 0.703),
      rgba(117, 19, 93, 0.635)
    ),
    url("./images/main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.section1 nav {
  width: 90%;
  margin: auto;
  display: flex;
  min-height: 15vh;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.section1 nav #logo {
  font-size: 2.4rem;
  flex: 4 1 20rem;
}
.section1 nav ul {
  flex: 1 1 20rem;
  justify-content: space-evenly;
  display: flex;
}
.section1 nav ul li {
  list-style: none;
  font-size: 1.5rem;
}
.section1 button {
  padding: 1rem 2.5rem;
  background: var(--buttonCOlor);
  color: var(--textCOlor);
  border: none;
  font-family: var(--inter);
  font-weight: 600;
  border-radius: 2rem;
  padding-left: 2rem;
  text-transform: uppercase;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.headerParent {
  width: 90%;
  margin: auto;
  min-height: 60vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.headerParent .leftmain-1 {
  padding-left: 10rem;
  flex: 3;
}
.headerParent .leftmain-1 h3 {
  font-size: 2.6rem;
}
.headerParent .leftmain-1 h2 {
  padding-top: 2rem;
  font-size: 3rem;
}
.headerParent .rightmain-1 {
  flex: 1;
}
.headerParent .rightmain-1 span {
  padding-left: 2rem;
  font-size: 9rem;
}
.headerParent .horizentaltext-1 text {
  font-size: 2rem;
  fill: var(--textCOlor);
}

.smallBox {
  height: 20vh;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.smallBox .box {
  flex: 1 1 9rem;
  margin: 0 2rem;
}
.smallBox .box i {
  font-size: 3rem;
}
.smallBox .box p {
  padding-top: 2rem;
  font-size: 1.1rem;
}
/* section 2 starts  */

.section2 {
  /* background: black; */
  min-height: 100vh;
  background: rgb(180, 55, 19);
  background: linear-gradient(
    297deg,
    rgba(180, 55, 19, 0.8352591036414566) 22%,
    rgba(243, 58, 248, 0) 22%
  );
}
.container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  /* background: purple;   */
}
.container .section2-boxes {
  flex: 1 1 20rem;
  margin: 0 2rem;
  height: 55vh;
  /* background-color: red; */
}
.container .section2-boxes:nth-child(1) h2 {
  text-align: end;
  font-size: 3rem;
}
.container .section2-boxes:nth-child(1) h4 {
  text-align: end;
  padding-top: 2rem;
  font-size: 2rem;
  font-family: var(--inter);
  font-weight: 200;
}
.container .section2-boxes:nth-child(2) p {
  font-size: 1.7rem;

  font-family: var(--inter);
  font-weight: 100;
}
.container .section2-boxes:nth-child(2) h2 {
  padding-top: 2rem;
  font-size: 2.7rem;
  font-family: var(--poppin);
  font-weight: 100;
}
.container .section2-boxes:nth-child(2) {
  border-bottom: 2px solid black;
}
.container .section2-boxes:nth-child(3) {
  z-index: -1;
}
.container .section2-boxes img {
  height: 55vh;
  width: 100%;
  object-fit: cover;
}

/* section3  */

.section3 {
  overflow: hidden;
  min-height: 100vh;
  background: rgb(252, 100, 56);
  background: linear-gradient(
    108deg,
    rgba(252, 100, 56, 1) 52%,
    rgba(238, 251, 254, 1) 52%
  );
}
.section3-head {
  display: flex;
  align-items: center;
  width: 80%;
  margin: auto;
  height: 30vh;
  /* background: red; */
}

.section3-head .data {
  flex: 1 1 30rem;
}

.section3-head .data h2 {
  font-size: 2.7rem;
}
.section3-head .date h3 {
  font-size: 2.4rem;
}

/* boxes  */

.section-con {
  height: 70vh;
  /* background: purple; */
  width: 80%;
  margin: auto;
}
.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}

.section3-boxes {
  flex-grow: 1;
  /* background: red; */
  margin: 0 2rem;
  display: flex;
  min-height: 24vh;
  flex-basis: 43rem;
  gap: 13px;
}
.section3-boxes .box-head {
  font-size: 3.2rem;
}
.section3-boxes .box-body h4 {
  font-size: 2rem;
}
.section3-boxes .box-body p {
  padding-top: 2rem;
  font-size: 1.2rem;
}

/* endsection  */
#contact {
  min-height: 100vh;
  background-image: linear-gradient(
      to bottom,
      rgba(17, 115, 190, 0.703),
      rgba(117, 19, 93, 0.635)
    ),
    url("./images/endection.jpg");
}
.endSection {
  min-height: 90vh;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.endSection .last-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: red; */
  min-height: 40vh;
  width: 40%;
  color: var(--textCOlor);
}
.endSection .last-head h2 {
  font-size: 2.6rem;
}
.endSection .last-head p {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 2rem;
}

.endSection    .btn button {
  margin:0rem 0.2rem;
  padding: 1rem 2rem;
  background: var(--buttonCOlor);
  color: var(--textCOlor);
  border: none;
  font-family: var(--inter);
  font-weight: 600;
  border-radius: 2rem;
  text-transform: uppercase;
}
.endSection  .btn button:nth-child(2) {
  background: none;
  border: 2px solid var(--buttonCOlor);
}
.endSection .btn button:nth-child(2):hover {
  background: var(--buttonCOlor);
  color: var(--textCOlor);
}
footer {
  /* position: absolute; */
  /* bottom: ; */
    height: 10vh;
  background-image: linear-gradient(
      to bottom,
      rgba(17, 115, 190, 0.703),
      rgba(117, 19, 93, 0.635)
    );
}

footer .foot-head {
  height: 10vh;
  
  color: var(--textCOlor);
  width: 80%;
  margin: auto;

  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foot-head .left-foot {
  flex-grow: 7;
}
footer .foot-head .right-foot {
  flex-grow: 1;
}
footer .foot-head .right-foot p {
  font-size: 1.3rem;
  flex-grow: 1;
}
footer .foot-head .left-foot h2 {
  padding-left: 2rem;
  font-size: 2.3rem;
  display: inline-block;
}
footer .foot-head .left-foot i {
  padding-left: 2rem;
  font-size: 2.3rem;
}

