* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-family: "Nunito", sans-serif;
  box-sizing: border-box;
}

#myAudio {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #111;
  color: #fff;
}

#header {
  width: 100%;
  height: 100vh;
  /* background-image: url(Main-images/background.jpg); */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* border-bottom: 0.5px solid #f9004d; */
}

.container {
  padding: 35px 10%;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
}

.logo {
  color: white;
  font-size: 40px;
  letter-spacing: 3px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-family: "Nunito", sans-serif;
}

nav ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 22px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}

nav ul li a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #f9004d;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.5s;
  font-family: "Montserrat", sans-serif;
  font-family: "Nunito", sans-serif;
}

nav ul li a:hover::after {
  width: 100%;
}

.header-text {
  margin-top: 20%;
  font-size: 30px;
}

.header-text h1 {
  font-size: 60px;
  margin-top: 20px;
}

span {
  color: #f9004d;
}

.linkdin-btn {
  background-color: #f9004d;
  text-decoration: none;
  color: white;
  border: 4px solid transparent;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 30px;
  transition: transform 0.5s;
}

.linkdin-btn:hover {
  background-color: transparent;
  border: 4px solid #f9004d;

  cursor: pointer;
}

.linkdin-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.header-text p {
  color: white;
  margin: 20px 0px 0px;
  font-size: 75px;
  margin-bottom: 15px;
  font-weight: 600;
}

h3 {
  color: white;
  margin-bottom: 50px;
  font-size: 25px;
}

h4 {
  color: #fcfc;
  font-size: 20px;
  letter-spacing: 2px;
}

.main-header {
  display: flex;
  justify-content: space-between;
}

/*------------------------------------circles--------------*/

/* .circle {
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.text {
  position: absolute;
  color: white;
}

.text span {
  color: rgba(255, 255, 255, 0.368);
  position: absolute;
  left: 50%;
  font-size: 1.2em;
}

.circle1 {
  position: absolute;
  top: 46.5%;
  left: 47%;
  width: 200px;
  height: 200px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.text1 {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: anim 260s linear infinite;
}

.text1 span {
  position: absolute;
  left: 50%;
  font-size: 1.6em;
  transform-origin: 0 80px;
}

.circle2 {
  position: absolute;
  top: 24%;
  left: 36%;
  width: 610px;
  height: 610px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.text2 {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: anim 270s linear infinite;
}

.text2 span {
  position: absolute;
  left: 50%;
  font-size: 1.9em;
  transform-origin: 0 280px;
}

.circle5 {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 450px;
  height: 450px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.text5 {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: anim 280s linear infinite;
}

.text5 span {
  position: absolute;
  left: 50%;
  font-size: 1.9em;
  transform-origin: 0 190px;
}

.circle3 {
  position: absolute;
  top: 15%;
  left: 33%;
  width: 750px;
  height: 750px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.text3 {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: anim 290s linear infinite;
}

.text3 span {
  position: absolute;
  left: 50%;
  font-size: 2.2em;
  transform-origin: 0 360px;
}

.circle4 {
  position: absolute;
  top: 5%;
  left: 29.5%;
  width: 870px;
  height: 870px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.text4 {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: anim 300s linear infinite;
}

.text4 span {
  position: absolute;
  left: 50%;
  font-size: 2.2em;
  transform-origin: 0 450px;
}

@keyframes anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

/*--------------------------------------------------*/

/*------------------------about-------------------*/

#about {
  padding: 80px 0;
  color: #ababab;
}

.about-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-col-1 {
  flex-basis: 35%;
}
.about-col-1 img {
  width: 100%;
  border-radius: 15px;
}

.about-col-2 {
  flex-basis: 60%;
}

.sub-title {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}

.tab-titles {
  display: flex;
  margin: 20px 0 40px;
}

.tab-links {
  /* margin-right: 50px; */
  flex: 1;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.tab-links::after {
  content: "";
  width: 0;
  height: 3px;
  background: #f9004d;
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: 0.5s;
  font-family: "Montserrat", sans-serif;
  font-family: "Nunito", sans-serif;
}

.tab-links:hover::after {
  width: 100%;
}

.tab-links.active-link::after {
  width: 50%;
}

.tab-contents ul li {
  list-style: none;
  margin: 10px 0;
}

.tab-contents ul li span {
  font-size: 14px;
  color: #b45769;
}

.tab-contents {
  display: none;
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: consolas;
  }

  body {
    display: grid;
    place-items: center;
    min-height: 100vh;
  }
}

.tab-contents.active-tab {
  display: block;
}

#services {
  padding: 30px 0;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px;
  margin-top: 50px;
}

.service-list div {
  background: #262626;
  padding: 40px;
  font-size: 13px;
  font-weight: 300;
  border-radius: 10px;
  transition: background 0.5s, transform 0.5s;
}

.service-list h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.service-list p {
  font-size: 18px;
}

.service-list div a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  display: inline-block;
}

.service-list div:hover {
  background: #f9004d;
  transform: translateY(-10px);
}

.service-list div i {
  font-size: 50px;
  margin-bottom: 30px;
}

.fa-light {
  font-size: 50px;
  margin-bottom: 30px;
}
/*------------------project-----------------------------*/

#portfolio {
  padding: 50px 0;
}

#work-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 50px;
}

/* #work-list
{
  width: auto;
  transition: width 10s;Services
} */

.work {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.work img {
  width: 100%;
  border-radius: 10px;
  display: block;
  transition: transform 0.5s;
}

.layer {
  width: 100%;
  height: 0;
  background: linear-gradient(rgb(0, 0, 0, 0.6), #f9004d);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0, 40px;
  text-align: center;
  font-size: 14px;
  transition: height 0.5s;
}

.layer h1 {
  font-weight: 500;
  margin-bottom: 30px;
}

.layer a {
  margin-top: 20px;
  color: #f9004d;
  text-decoration: none;
  font-size: 18px;

  background: #fff;
  width: 100px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  transition: transform 0.5s;
}

.layer a:hover {
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;

  background: #f9004d;
  width: 100px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  transform: translateY(5px);
}

.work:hover img {
  transform: scale(1.1);
}

.work:hover .layer {
  height: 100%;
}

#btn {
  display: block;
  width: fit-content;
  margin: 50px auto;
  border: 4px solid #f9004d;
  padding: 14px 50px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  transition: background 0.5s;
}

#btn:hover {
  background: #f9004d;
}

.contact-left {
  flex-basis: 35%;
}

.contact-rigth {
  flex-basis: 60%;
}

.contact-left p {
  margin-top: 30px;
}

.contact-left p i {
  color: #f9004d;
  margin-right: 15px;
  font-size: 25px;
}

.social-icon {
  margin-top: 30px;
}

.social-icon a {
  text-decoration: none;
  font-size: 30px;
  margin-right: 15px;
  color: #ababab;
  display: inline-block;
  transition: transform 0.5s;
}

.social-icon a:hover {
  color: #f9004d;
  transform: translateY(-5px);
}

.btn.btn2 {
  display: inline-block;
  background: #f9004d;

  width: fit-content;
  margin: 50px auto;
  border: 4px solid #f9004d;
  padding: 14px 50px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  transition: background 0.5s;
}

.btn.btn2:hover {
  background-color: transparent;
  border: 4px solid #f9004d;

  cursor: pointer;
}

.contact-rigth form {
  width: 100%;
}

form input,
form textarea {
  width: 100%;
  border: 0;
  outline: none;
  background: #262626;
  padding: 15px;
  margin: 15px 0;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
}

form btn2 {
  padding: 14px 60px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px;
}

.copyright {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  background: #262626;
  font-weight: 300;
  margin-top: 20px;
}

nav .fa-solid {
  display: none;
}

@media only screen and (max-width: 600px) {
  .circle {
    display: none;
  }

  .btn.btn2 {
    display: inline-block;
    background: #f9004d;

    width: fit-content;
    margin: 50px auto;
    border: 4px solid #f9004d;
    padding: 7px 20px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    transition: background 0.5s;
  }

  .about-col-1 img {
    width: 100%;
    height: 90%;
    border-radius: 15px;
  }

  #work-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
  }

  #header {
    width: 100%;
    height: 100vh;
    background-image: url(Main-images/background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  .header-text {
    margin-top: 100%;
    font-size: 16px;
  }
  .header-text p {
    font-size: 30px;
  }

  nav .fa-solid {
    display: block;
    font-size: 25px;
  }
  nav ul {
    background: #f9004d;
    position: fixed;
    top: 0;
    right: -100px;
    width: 100px;
    height: 100vh;
    padding-top: 50px;
    transition: right 0.5s;
  }

  nav ul li {
    display: block;
    margin: 20px;
  }

  nav ul li a {
    font-size: 15px;
  }

  nav ul .fa-solid {
    position: absolute;
    top: 25px;
    left: 25px;
    cursor: pointer;
  }

  .sub-title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .about-col-1,
  .about-col-2 {
    flex-basis: 100%;
  }
  .about-col-1 {
    margin-bottom: 30px;
  }
  .about-col-2 {
    font-size: 14px;
  }

  .tab-links {
    font-size: 16px;
    margin-right: 20px;
  }
}

#msg {
  color: #61b752;
  margin-top: -40px;
  display: block;
}
