:root {
  /* ========== GREEN THEME ========== */
  --color-primary: #ff7b02;
  --color-primary-variant: #e5a55d;
  --color-bg-1: #000e17;
  --color-bg-2: #001e2d;
  --color-bg-3: #012734;
  --color-bg-4: #003347;
  --color-light: #85a2b2;
  --color-white: hsl(0, 0%, 90%);

  /* ========== PURPLE THEME ========== */
  /* --color-primary: #ff7b02;
    --color-primary-variant: #e5a55d;
    --color-bg-1: #140021;
    --color-bg-2: #1e0032;
    --color-bg-3: #25003e;
    --color-bg-4: #36005a;
    --color-light: #d0b8e0;
    --color-white: hsl(0, 0%, 90%); */

  --container-width-lg: 88%;
  --container-width-md: 92%;
  --container-width-sm: 98%;

  --transition: all 400ms ease;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--color-bg-3);
  color: var(--color-light);
  line-height: 1.7;
}

h1,
h2 {
  line-height: 1.1;
  font-weight: 400;
}

h1 {
  font-size: 4rem;
  color: var(--color-white);
}

h2 {
  font-size: 3.5rem;
}

a {
  color: var(--color-light);
  transition: var(--transition);
}

a:hover {
  color: var(--color-primary);
}

img {
  display: block;
  object-fit: cover;
  width: 100%;
}
/*=======================================NAV=========================*/

nav {
  height: 10rem;
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
  margin-top: -10rem;
  left: 0;
  z-index: 99;
}

/* nav class on scroll using javascript */

.nav__container {
  min-height: 30vh;
  min-width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-bg-2);
  border-bottom: 0.1rem solid var(--color-bg-3);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
}

.nav__logo {
  width: 10rem;
  margin: 10rem 0 0 5rem;
}

.nav__links {
  display: flex;
  gap: 4rem;
}

.nav__socials {
  display: flex;
  gap: 1rem;
  margin: 10rem 5rem 0 0;
}

.nav__socials a {
  width: 2rem;
  height: 2rem;
  background: linear-gradient(
    var(--color-primary-variant),
    var(--color-primary)
  );
  border-radius: 0.5rem;
  color: var(--color-bg-4);
  display: grid;
  place-items: center;
}

.nav__socials a:hover {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.4);
}

/*=======================================================================*/
.container {
  width: var(--container-width-lg);
  margin: 0 auto;
}
header {
  max-width: 100vw;
  height: 20vh;
  position: relative;
}

.header__left .header__image-lg {
  position: relative;
  width: 327px;
  height: 201px;
  left: 2rem;
  top: 10rem;

  transition: var(--transition);
}
.header__image-lg h3 {
  color: var(--color-primary-variant);
  display: flex;
  justify-content: center;
}
.header__left .header__image-lg p {
  color: var(--color-white);
  justify-content: center;
  display: flex;
  font-size: 1rem;
  padding-bottom: 1rem;
}
.header__left .title {
  position: relative;
  width: 187px;
  height: 10rem;
  left: 25rem;
  bottom: -3rem;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8rem;
}
.header__left .title p a {
  color: var(--color-primary-variant);
}
.header__left .title li a {
  color: var(--color-white);
  text-decoration: underline;
  transition: var(--transition);
}
.header__left .title li:hover a {
  color: var(--color-primary-variant);
}

.header__left .header__image-lg2 {
  position: relative;
  width: 327px;
  height: 203px;
  left: 2rem;
  top: 10rem;
}

.header__right .header__head {
  position: relative;
  width: 333.05px;
  height: 203px;
  left: 45rem;
  bottom: 37rem;
}
.header__right .header__head2 {
  position: relative;
  width: 327px;
  height: 199px;
  left: 45rem;
  bottom: 38rem;
}
/*======================================img2========================*/

.header__image-lg2 h3 {
  color: var(--color-primary-variant);
  display: flex;
  justify-content: center;
}
.header__left .header__image-lg2 p {
  color: var(--color-white);
  justify-content: center;
  display: flex;
  font-size: 1rem;
  padding-bottom: 1rem;
}
.header__left .title2 {
  position: relative;
  width: 187px;
  left: 25rem;
  top: 2rem;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8rem;
}
.header__left .title2 p a {
  color: var(--color-primary-variant);
}
.header__left .title2 li a {
  color: var(--color-white);
  text-decoration: underline;
  transition: var(--transition);
}
.header__left .title2 li:hover a {
  color: var(--color-primary-variant);
}
/*=======================img3=============*/
.header__head2 p {
  color: var(--color-white);
  justify-content: center;
  display: flex;
  font-size: 1rem;
  padding-bottom: 1rem;
}
.header__head2 h3 {
  color: var(--color-primary-variant);
  display: flex;
  justify-content: center;
}
.header__right .title3 {
  position: relative;
  width: 187px;
  height: 10rem;
  left: 70rem;
  bottom: 46rem;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6rem;
}
.header__right .title3 li a {
  color: var(--color-white);
  text-decoration: underline;
  transition: var(--transition);
}
.header__right .title3 a {
  color: var(--color-primary-variant);
}
/*============================img4==================*/
.title4 {
  position: relative;
  width: 187px;
  height: 10rem;
  left: 69rem;
  bottom: 44rem;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6rem;
}
.title4 a {
  color: var(--color-primary-variant);
}
.header__head h3 {
  color: var(--color-primary-variant);
  display: flex;
  justify-content: center;
}
.header__head p {
  color: var(--color-white);
  justify-content: center;
  display: flex;
  font-size: 1rem;
  padding-bottom: 1rem;
}
/*==================================footer ========================*/
footer {
  margin-top: 50rem;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__container {
  position: relative;
  border: 0.5rem solid var(--color-bg-4);
  padding-top: 5rem;
  background: var(--color-light);
  box-shadow: inset 1rem 1rem 1rem rgba(0, 0, 0, 0.7);
}

.footer__head {
  display: flex;

  align-items: center;
  gap: 3rem;
  justify-content: left;
  margin-left: 5rem;
  min-height: 50vh;
  max-width: 100vh;
}
.footer__head .drop {
  position: relative;
  width: 400px;
  height: 400px;
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.05),
    25px 35px 20px rgba(0, 0, 0, 0.05), 25px 30px 30px rgba(0, 0, 0, 0.05),
    inset -20px -20px 25px rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 49% 51% 36% 64% / 37% 41% 59% 63%;
}
.footer__head .drop:hover {
  border-radius: 50%;
}
.footer__head .drop::before {
  content: '';
  position: absolute;
  top: 100px;
  left: 100px;
  width: 35px;
  height: 35px;
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.1),
    25px 35px 20px rgba(226, 200, 200, 0.458),
    25px 30px 30px rgba(171, 156, 156, 0.1),
    inset -20px -20px 25px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 0.6;
  z-index: 100;
}
.footer__head .drop::after {
  content: '';
  position: absolute;
  top: 130px;
  left: 130px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--color-white);
  opacity: 0.4;
}
.footer__head .drop .content {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: var(--color-bg-4);
  padding: 40px;
  gap: 15px;
  font-size: 1.5rem;
}

/*----------------------------About ME ---------------------*/
.footer__content {
  width: 45%;
}
.footer__content h1 {
  position: relative;
  bottom: 20rem;
  left: 40rem;
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: var(--color-bg-1);
  font-size: 2em;
  color: var(--color-primary-variant);
  text-shadow: 2px 2px 4px #000000;
}

.content__footer {
  color: var(--color-bg-4);
  font-size: small;
}
.content__footer {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  color: var(--color-bg-4);
  font-size: small;
}
.footer__content p {
  width: 80%;
  position: absolute;
  color: var(--color-bg-4);
  position: relative;
  left: 40rem;
  bottom: 15rem;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 2rem;
}
.content h3 {
  color: var(--color-primary-variant);
  text-shadow: 2px 2px 4px #000000;
}
.content h3 {
  color: var(--color-primary-variant);
  text-shadow: 2px 2px 4px #000000;
}
/*-------------------------------------footer-Links-------------------*/

.footer__links {
  position: relative;
  display: flex;
  gap: 3rem;
  top: -2rem;
  left: -15rem;
  font-size: 1.5rem;
}
.footer__links a {
  color: var(--color-primary-variant);

  transition: var(--transition);
}
.footer__links a:hover {
  color: var(--color-primary);
}
.poster__back {
  width: 50%;
  height: 20%;
  position: relative;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  z-index: -100;
}
/*-------------------------------------CONTACT------------------*/

.footer__contact h2 {
  position: relative;
  bottom: -5px;

  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;

  color: var(--color-bg-2);
}
.contactInfo {
  width: 100%;
  flex-direction: column;

  display: flex;
  left: 0;
  min-height: 30px;
}
.content h3 {
  display: flex;
  left: -1rem;
}
.contactInfo .uil {
  display: flex;
  left: 0;
}
.footer__text .uil {
  display: flex;
  left: 0;
  padding-top: 10px;
}
.footer__text p {
  display: flex;
  left: 0;
  padding-top: 10px;
}
/*-------------------------------------FOOTER LINKS------------------*/

.footer__links {
  position: relative;
  display: flex;
  gap: 3rem;
  bottom: 20rem;
  left: 10rem;
}
.footer__links a {
  color: var(--color-bg-1);
  font-weight: bold;
  transition: var(--transition);
}
.footer__links a:hover {
  color: var(--color-primary);
}
/*============================================*/
@media screen and (max-width: 1024px) {
  .container {
    width: var(--container-width-md);
    position: relative;
  }

  h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  h2 {
    font-size: 2.5rem;
  }
  .header__container {
  }
}
