@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap");

/* ########### - HTML ELEMENTS STYLING - ############### *  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
}

/* ********* Header Styling ********  */

header {
  position: relative;
  height: 95vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/photo-1460472178825-e5240623afd5.avif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
nav .logo {
  float: left;
  margin-top: 0.1em;
}
nav ul {
  float: right;
  padding: 2.5em 12em;
}
nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 1em;
}
ul li {
  list-style-type: none;
}
nav ul li a {
  color: white;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: underline;
}
p,
li {
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
}
nav::after {
  clear: both;
  content: "";
  display: block;
}
h1,
h2,
h3 {
  font-weight: 500;
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
}
.header-content h1 {
  text-transform: uppercase;
}
.header-content p {
  text-transform: uppercase;
}

/* &&&&&&&&&& Main Styling &&&&&&&&&&& */

.showcase {
  background-color: #ddd;
  padding: 10rem;
}
.card .card1 {
  margin-bottom: 10rem;
}
.card .card1,
.card .card2 {
  height: 250px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.315);
  display: block;
  clear: both;
  content: "";
}
.card .card1 .img-box,
.card .card2 .text-box {
  float: left;

  width: 50%;
  height: 100%;
}
.card .card1 .text-box,
.card .card2 .img-box {
  float: right;

  width: 50%;
  height: 100%;
}
.card1 .text-box,
.card2 .text-box {
  padding: 2rem;
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* &&&&&&  Section Features &&&&&&&&&&& */
.features {
  background-color: white;
  padding: 10rem 0;
  margin-bottom: 18em;
}
.box-wrapper {
  box-shadow: 0px 0px 15px rgba(34, 34, 36, 0.355);
}
.box {
  width: 33.3%;
  color: white;
  float: left;
  text-align: center;
  padding: 2rem;
}
.box1,
.box3 {
  background: rgb(62, 140, 163);
  background: linear-gradient(
    90deg,
    rgba(62, 140, 163, 1) 65%,
    rgba(0, 212, 255, 1) 100%
  );
}
.box2 {
  background: rgb(238, 174, 202);
  background: radial-gradient(
    circle,
    rgba(238, 174, 202, 1) 0%,
    rgba(93, 212, 23, 1) 100%
  );
}
/* &&&&&&&&&&&&&& Footer Styling ############ */
.contact {
  background-color: black;
  text-align: center;
  padding: 0.8em;
}
.contact .social-media-links .contact-icon {
  font-size: 25px;
  margin: 1em;
}
/* @@@@@@@@  About Page Styling   @@@@@@@ */
.about {
  padding: 5rem 0;
}
.about-wrapper {
  margin-top: 2rem;
}
.about-heading {
  margin-bottom: 0;
}
.about-heading::after {
  content: "";
  display: block;
  border-bottom: 5px solid red;
  width: 100%;
}
.about-wrapper {
  text-align: center;
}
.about-wrapper .left {
  float: left;
  width: 50%;
}
.about-wrapper .right {
  float: right;
  width: 50%;
}
.about-wrapper::after {
  content: "";
  clear: both;
  display: block;
}
.about-wrapper li::before {
  content: "\2713";
  color: red;
  font-weight: bold;
  padding-right: 1rem;
}

/* $$$ Count  %%%%%%%%%%%%%% */
.data {
  margin-top: 5rem;
}

.count {
  float: left;
  width: 25%;
  text-align: center;
}
.count span {
  font-weight: 700;
  font-size: 3rem;
  color: rgba(255, 0, 0, 0.798);
}
.count p {
  font-weight: 500;
  font-size: 1.5rem;
  color: gray;
}
/* ************ Contact    """""""""""""*/
.contact-banner {
  background: rgb(238, 174, 202);
  background: radial-gradient(
    circle,
    rgba(238, 174, 202, 1) 0%,
    rgba(93, 212, 23, 1) 100%
  );
  margin-top: 15rem;
  padding: 1rem;
}
.banner-left {
  float: left;
  width: 60%;
  margin-top: 1.5em;
  padding-left: 3.5em;
}
.banner-left p {
  font-weight: 700;
  font-size: 1.8rem;
  color: white;
}
.banner-right {
  float: right;
  width: 40%;
  text-align: right;
}

.banner-right-btn {
  font-weight: 700;
  font-size: 3rem;
  padding: 0.1em;
  color: white;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  border: 2px solid white;
  text-decoration: none;
  display: inline-block;
  background: rgb(238, 174, 202);
}
.contact-banner::after {
  content: "";
  clear: both;
  display: block;
}
/* ############# Contact Styling ############# */
.contact-form {
  background-color: rgba(128, 128, 128, 0.15);
  padding: 2em;
}

.company-address {
  float: left;
  width: 49%;
  background-color: white;
  padding: 2em;
  height: 563px;
  margin-bottom: 2em;
}
.company-address i {
  margin: 0.5em;
  display: inline-block;
}

.company-address h2 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
.company-address .address {
  margin-bottom: 2em;
}
.company-address img {
  width: 100%;
  object-fit: cover;
  object-position: right;
  max-height: 59%;
  margin-bottom: 17px;
}
.form {
  float: right;
  background-color: white;
  padding: 1em;
  width: 49%;
  height: 563px;
}
.contact-form::after {
  clear: both;
  display: block;
  content: "";
}
.form h2 {
  font-weight: 700;
  font-size: 3rem;
}
.form label {
  font-weight: 700;
  font-size: 1rem;
}
.form h2::after {
  content: "";
  display: block;
  border-bottom: 5px solid red;
  width: 100%;
}
.input-field {
  width: 100%;
  padding: 5px;
}
.form textarea {
  width: 100%;
  padding: 5px;
}
.form-btn {
  display: block;
  padding: 0.5em 3em;
  margin: 0 auto;
  color: white;
  background: red;
  outline: none;
  border: none;
  text-transform: uppercase;
}
