* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: sans-serif;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
  height: 100%;
  background-color: #6d7d82;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

a {
  font-size: 16px;
  font-weight: 500;
  color: #eeeeef;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s ease-in-out;
}

a:hover {
  color: #eeeeef;
}

p {
  font-size: 18px;
  font-weight: normal;
  color: black;
  font-family: sans-serif;
  opacity: 0.9;
  line-height: inherit;
  margin-bottom: 0;
}

span {
  display: inline-block;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

/*  ******************* HEADER STYLING ********************** */
.header-logo {
  width: 100%;
  max-width: 400px;
}

ul.header-ul {
  display: flex;
  gap: 50px;
  padding: 3% 5% 3% 62px;
}

.inner-header {
  display: flex;
  flex-direction: column;
}

.header-ul a {
  font-size: 22px;
  position: relative;
  transition: 0.3s ease linear;
  filter: drop-shadow(2px 2px 2px black);
}

.active-page::after {
  visibility: visible !important;
  opacity: 1 !important;
}

.header-ul a::after {
  position: absolute;
  content: "";
  width: 20px;
  top: 20px;
  left: 40%;
  background: #eeeeef;
  z-index: 9999;
  height: 22px;
  clip-path: polygon(51% 67%, 0% 100%, 100% 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.header-ul a:hover::after {
  opacity: 1;
  visibility: visible;
}

header#header-big {
  width: 100%;
  max-width: 65%;
  margin-left: auto;
  margin-top: 80px;
}

/* *************************  FOOTER STYLING  **************************** */
footer.global-footer {
  position: fixed;
  height: 60px;
  background: #ffffff26;
  border-top: 1px solid #00000040;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0;
}

.inner-footer {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  font-size: 25px;
}

.inner-footer a {
  font-size: 16px;
  color: white;
  font-style: italic;
  font-family: Georgia, Serif;
  filter: drop-shadow(2px 2px 2px black);
}

.footer-links-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.inner-footer i.fa-regular.fa-envelope {
  color: grey;
}

/* *****************************  HOME PAGE STYLING  ******************************** */
section.main-sec-hm {
  padding: 2% 0;
}

.inner-section-hm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home-main-img-fixed {
  position: fixed;
  width: 35%;
  left: 0;
  bottom: 0;
}

.home-content {
  width: 100%;
  max-width: 40%;
  margin-left: 270px;
}

.home-content p {
  font-size: 16px;
  font-family: Georgia, Serif;
  text-shadow: 1px 1px 1px #ccc;
  margin-bottom: 20px;
}

.home-intro {
  font-style: italic;
}

.home-content h1 {
  font-size: 30px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px #ccc;
  color: #5a5a5a;
}

.inner-mobile-view{
  display: none;
}

/* **************************  CONTACT PAGE STTYLING  ******************************** */
.inner-contact {
  display: flex;
  border-bottom: 1px solid black;
}

.contact-email {
  padding: 3% 5% 2% 5%;
  display: flex;
  align-items: center;
  gap: 5%;
}

.contact-email i {
  color: #5a5a5a;
}

.contact-linkdin {
  padding: 3% 5% 2% 5%;
  display: flex;
  align-items: center;
  gap: 5%;
  border-left: 1px solid black;
}

.contact-linkdin i {
  color: #0077b5;
}

.inner-contact i {
  font-size: 35px;
}

.inner-contact a {
  font-size: 18px;
  color: white;
  font-style: italic;
  font-family: Georgia, Serif;
  filter: drop-shadow(2px 2px 2px black);
}

.inner-contact a:hover {
  color: #0077b5;
  filter: none;
}



/* *****************************  MEDIA QUERIRES   ********************************** */
@media only  screen and (min-width: 1601px) {
  .home-content p {
    font-size: 22px;
}

.header-ul a {
  font-size: 24px;
}

.home-content h1 {
  font-size: 36px;
}

}


@media only  screen and (max-width: 1200px) {
  .home-content p {
   text-shadow: none;
    color: black;
    line-height: 1.6;
    letter-spacing: 1px;
}

header#header-big {
  max-width: 70%;
  margin-left: auto;
  margin-top: 50px;
  margin-right: auto;
}

.inner-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header-logo {
  width: 100%;
  max-width: 250px;
}

.inner-section-hm {
  padding: 0 5%;
}

.home-main-img-fixed {
  position: relative;
  width: 30%;
margin-bottom: 30px;
}

.home-main-img-fixed img {
  filter: drop-shadow(2px 4px 6px black);
}

.home-content {
  width: 100%;
  max-width: 75%;
  margin-left: 0;
  margin: 0 auto;
  text-align: center;
}

.inner-contact {
  justify-content: center;
}

footer.global-footer {
  position: fixed;
  height: 75px;
}

}


@media only  screen and (max-width: 767px) {

  header#header-big {
    max-width: 90%;
}

.inner-header {
  flex-direction: column;
}

ul.header-ul {
  padding: 3% 5%;
  width: 100%;
  justify-content: center;
  gap: 30px;
}

.header-nav {
  width: 100%;
}

.home-main-img-fixed {
  width: 60%;
  margin-left: -5%;
}

.home-content {
  max-width: 100%;
}

section.main-sec-hm {
  padding: 2% 0 10% 0;
}


.inner-section-hm {
  justify-content: flex-start;
}



}


@media only  screen and (max-width: 414px) {
  .home-main-img-fixed {
    width: 85%;
    margin-left: -5%;
}

  .inner-contact i {
    font-size: 25px;
}

.inner-contact a {
  font-size: 16px;
}

ul.header-ul {
  gap: 20px;
}

section.main-sec-hm {
  padding: 5% 0 15% 0;
}

.header-ul a::after {
  width: 15px;
  left: 45%;
}

.header-logo {
  width: 100%;
  max-width: 200px;
}


}
