* {
  margin: 0;
  padding: 0;
}
body {
  width: 100vw;
  height: 100vh;
}
/* section 1 css start */
.section1-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.Main-query-p {
  font-family: monospace;
}
.section1-flex-item-h6 {
  color: darkslateblue;
  /* margin-top: 1.4rem;
  margin-right: 7rem; */
}
.section1-flex-item-img {
  margin-right: -20rem;
  margin-bottom: -16px;
}
.section1-hr {
  border: 1px solid lightgray;
}
/* sectiom 1 css end */
/* NAVBAR CSS START */
.navbar-cont01 {
  margin-left: 28rem;
}
.nav-item {
  margin-left: 2rem;
}
.navbar-button {
  background: rgb(40, 40, 114);
  height: 3rem;
  width: 12rem;
  color: white;
  letter-spacing: 3px;
  border: none;
  border-radius: 10px;
}
/* NAVBAR CSS END */
/* section 2 Start */
.section2-img {
  width: 100%;
}
.section2-cont {
  margin-top: -9rem;
  margin-bottom: 3.5rem;
  margin-left: 10rem;
  width: 89%;
}
.section2-cont-p,
.section2-cont-h1 {
  letter-spacing: 3px;
  font-weight: bold;
}
/* section 2 End */
/* section 3 start */
.section3-main-cont {
  background: #000;
  height: 35rem;
}
.section3-cont-img {
  width: 100%;
  height: 35rem;
}
/* section 3 End */
/* section 4 start */

.section4-cont-p,
.section4-cont-h1 {
  /* letter-spacing: 3px; */
  font-family: "fantasy";
  font-weight: bold;
  text-align: center;
}
/* section 4 end */
/* section 5 start */
.section5-main-cont {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.section5-flex-items1 {
  text-align: center;
  width: 38rem;
}
button > p {
  letter-spacing: 3px;
}
.section5-item1-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section5-item1-cont-button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: darkslateblue;
  color: white;
  border: none;
}
.section5-flex-items2 > img {
  width: 30rem;
  border: 1px dashed black;
  padding: 1rem;
}
/* section 5 end */
/* section 6 start */
.section6-main-cont {
  /* height: 200px; */
  background-image: url("images/VectorSmartObject.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section6-main-cont-h1 {
  text-align: center;
  letter-spacing: 3px;
  font-family: "fantasy";
  font-weight: bold;
}
.section6-card-title {
  letter-spacing: 3px;
}
.section6-main-cont-card-div {
  height: 2.5rem;
  width: 2.5rem;
  background: #dbd8d8;
  border-radius: 50%;
  margin: 40px;
  color: rgb(80, 80, 80);
  text-align: center;
  padding: 7px;
}
.section6-button {
  background: rgb(40, 40, 114);
  height: 3rem;
  width: 10rem;
  color: white;
  letter-spacing: 3px;
  border: none;
  border-radius: 10px;
  text-align: center;
  margin: 0px 44%;
  margin-bottom: 20px;
}
/* section 6 end */
/* section 7 start */
.section7-card-item {
  border: 1px dotted black;
  height: 15rem;
  margin: 10px 20px;
}

.card-image > img {
  width: 14rem;
  /* height: 5rem; */
}
.slick-arrow {
  width: 7rem;
  height: 3rem;
  border-radius: 10px;
  border: none;
  background: #c3fcfc;
}

.slick-next {
  float: right;
}
/* section 7 end */
/* section 8 start */
.section8-main-cont {
  height: 100%;
  background-image: url("images/chrisbarbalisOavkaTB.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section8-cont-h1 {
  font-size: 3rem;
}
.section8-cont-h1,
.section8-cont-h6 {
  letter-spacing: 3px;
  color: white;
  padding: 4rem;
}
.section8-cont-button {
  color: #000;
  background: #fff;
  letter-spacing: 3px;
  height: 3rem;
  width: 10rem;
  border: none;
  border-radius: 10px;
  margin-left: 5rem;
}
/* section 8 end */
/* section 9 start */
.section9-card-item {
  border: 1px solid black;
  height: 20rem;
  margin: 10px 20px;
}

/* section 9 end */
/* section 10 start */
.section10-main-cont {
  background: #000;
  height: 30rem;
}

.section10-main-cont-cont {
  display: flex;
  padding-top: 20px;
  justify-content: space-evenly;
}
.section10-flex-items1-ul {
  list-style: none;
  color: white;
  text-align: center;
}
.section10-flex-items1-ul-li-a,
.section10-flex-items1-h3 {
  color: white;
  letter-spacing: 2px;
  font-family: "Franklin Gothic Medium";
}
/* section 10 end */
/* Media Queries For all start */
@media screen and (max-width: 1024px) {
  /* sec - 10*/

  .section10-main-cont {
    height: 60rem;
  }
  .section10-main-cont-cont {
    flex-direction: column;
    text-align: center;
  }
  .section10-flex-items1-h3 {
    font-size: 25px;
  }
  .section10-flex-items1-ul-li-a,
  .section10-flex-items1-ul-li {
    font-size: 15px;
  }
  .section10-flex-items1-ul {
    margin-top: 5px;
  }
  /* sec-9 */
  .section9-card-item {
    font-size: 1rem;
  }
  /* sec-7 */
  .section7-card-item {
    height: 20rem;
  }
  /* sec-6 */
  .section6-button {
    margin: 0px 30%;
  }
  /* sec-5 */
  .section5-main-cont {
    flex-direction: column-reverse;
  }
  .section5-flex-items2 > img {
    width: 20rem;
    margin-bottom: 3rem;
  }
  /* sec-4 */
  .section4-cont-h1 {
    font-size: 1rem;
  }
  /* navbar */
  .navbar-cont01 {
    margin-left: 8rem;
  }
  .nav-item {
    margin-left: 1rem;
  }
  /* sec -1  */
  .section1-flex-item-img {
    margin-right: -7rem;
  }
}
@media screen and (max-width: 998px) {
}
@media screen and (max-width: 900px) {
  /* sec-8 */
  .section8-main-cont {
    height: 75%;
  }
  .section8-cont-h6 {
    font-size: 0.5rem;
    padding: 2rem;
  }
  .section8-cont-h1 {
    font-size: 1.5rem;
    padding: 2rem;
  }
  .section8-cont-button {
    margin-left: 2rem;
    height: 2rem;
    font-size: 0.8rem;
  }
  /* sec -3 */
  .section3-main-cont,
  .section3-cont-img {
    height: 25rem;
  }
  /* sec-2 */
  .section2-cont-h1 {
    font-size: 2rem;
  }
  .section2-cont {
    margin-top: -6rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    width: 80%;
  }
  /* sec -1  */
  .section1-flex-item-img {
    margin-right: 0rem;
  }
}
@media screen and (max-width: 768px) {
  /* sec - 8*/

  .section8-main-cont {
    height: 50%;
  }
  /* sec-2 */
  .section2-img {
    margin-bottom: -5.2rem;
  }
  .section2-cont-p {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .section2-cont-h1 {
    font-size: 1rem;
  }
  .section2-cont {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    width: 70%;
  }
  /* Navbar - */

  .navbar-cont01,
  .nav-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 736px) {
  /* sec - 8*/

  .section8-main-cont {
    height: 80%;
  }
  /* sec - 2*/

  .section2-img {
    margin-bottom: -5.5rem;
  }
}
@media screen and (max-width: 669px) {
  /* sec - 8*/

  .section8-main-cont {
    height: 95%;
  }
  /* sec-1 */
  .section1-flex-item-p {
    font-size: 0.8rem;
  }
  .section1-flex-item-h6 {
    font-size: 0.8rem;
  }
  .section1-flex-item-img {
    height: 2rem;
    margin-bottom: 2px;
  }
  .section1-hr {
    margin-top: 0;
  }
}

@media screen and (max-width: 547px) {
  /* sec -3 */
  .section3-main-cont,
  .section3-cont-img {
    height: 18rem;
  }
  /* sec - 1*/

  .section1-flex-container {
    flex-direction: column;
  }
  .section1-flex-item-img {
    display: none;
  }
}
@media screen and (max-width: 437px) {
  /* sec - 5 */

  .section5-flex-items1 {
    width: 22rem;
  }
  .section5-flex-items1 > h5 {
    font-size: 0.8rem;
  }
  /* sec-2 */
  .section2-img {
    margin-bottom: -3.8rem;
  }

  .section2-cont-p {
    font-size: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .section2-cont-h1 {
    font-size: 0.7rem;
  }
  .section2-cont {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    width: 70%;
  }
}
@media screen and (max-width: 337px) {
  /* sec - 2 */
  .section2-img {
    margin-bottom: -10.2rem;
  }
}
/* Media Queries For all end */
