@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
}
body {
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
}
header {
  position: fixed;
  background-color: whitesmoke;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
}
header .container {
  width: 1320px;
  margin: 0 auto;
  height: 80px;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.navbar ul li {
  list-style-type: none;
}
.navbar ul li a {
  text-decoration: none;
  color: #7e7f86;
  font-size: 20px;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.navbar ul li a:hover {
  color: #21232d;
  cursor: pointer;
}
.navbar .sci {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 30px;
  box-shadow: 0px 20px 50px rgba(198, 185, 233, 0.3);
}

/* ========================================================== Section About ========================================================== */

#about {
  transition: 0.2s ease-in-out;
}
.main {
  position: relative;
  width: 1320px;
  height: 600px;
  margin: 0 auto;
  top: 200px;
}
.main-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-info {
  position: relative;
}
.main-info h3 {
  font-size: 24px;
  font-weight: 500;
  color: #666666;
}
.main-info h2 {
  font-size: 60px;
  font-family: 700;
  color: #25202f;
}
.main-info p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #25202f;
}
.main-info button {
  width: 200px;
  height: 50px;
  border-radius: 100px;
  background-color: #8643dc;
  border: none;
  outline: none;
  font-weight: 500px;
  font-size: 24px;
  color: #fff;
  margin-top: 64px;
}
.main-img {
  width: 500px;
  height: 500px;
}
#text {
  height: 30px;
}
.typed-cursor {
  display: none;
}
/* =============================================== Section about-2 ================================================================================= */

.section {
  position: relative;
  width: 1320px;
  height: 750px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.section-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-info h1 {
  position: relative;
  font-size: 38px;
}
.section-info h1 span {
  color: #8643dc;
  font-weight: 700;
}
.section-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.section-about img {
  border-radius: 10px;
  margin-right: 350px;
}
.about h3 {
  font-size: 30px;
}
.about .info {
  font-weight: 500;
  margin-top: 20px;
}
.about .email,
.about .reg {
  margin-top: 20px;
  font-weight: 500;
}
.about span {
  color: #006aff;
  font-weight: 500;
}
.about button {
  margin-top: 50px;
  width: 180px;
  height: 50px;
  border-radius: 10px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #8643dc;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.about button:hover {
  background-color: #622fa3;
  margin-left: 10px;
}

/* ======================================================================== Section Skills ================================================================== */

.skills {
  position: relative;
  width: 1320px;
  height: 750px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.my-skill {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.my-skill h1 {
  font-size: 38px;
  margin-bottom: 40px;
}
.skil {
  display: flex;

  padding: 20px;
  border-radius: 5px;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.skil ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 20px;
}
.skil ul li {
  width: 300px;
  height: 150px;
  background-color: #242327;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.skil ul li img {
  width: 80px;
  height: 80px;
  color: #242327;
}
.skil-img {
  width: 200px;
}
/* ================================================================================ Section Works =================================================================== */

#work {
  display: flex;
  align-items: center;
  height: 700px;
}
.my-works {
  position: relative;
  width: 1320px;

  margin: 0 auto;
}
.ow-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ow-carousel h1 {
  font-size: 38px;
}
.loop {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 50px;
}
.loop-item {
  width: 250px;
  height: 160px;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  margin-left: 100px;
  transition: 0.2s ease-in-out;
  border-radius: 5px;
}
.loop-item:hover {
  transform: scale(0.9);
  cursor: pointer;
}
.loop-item a {
  text-decoration: none;
  color: #21232d;
}
.owl-controls {
  display: none;
}

/* ====================================================================== Contact ================================================= */

.contact {
  width: 100%;
  height: 700px;
}
.con{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.con h1 span{
  color: #622fa3;
  margin-left: 5px;
}
.con h1{
  font-size: 38px;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.con ion-icon{
  margin-right: 2px;
  font-weight: 700;
}
.contacts {
  width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-info h1 {
  font-size: 42px;
}
.contact-info p {
  font-weight: 600;
}
.mail-info {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.mail-info i {
  width: 40px;
  height: 40px;
  background-color: #e9edff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.mail-info span {
  color: #006aff;
}
.mail-info p {
  font-weight: 800;
  margin-left: 20px;
}
.footer-contact {
  /* display: flex;
  flex-direction: column;
  gap: 20px; */
  margin-right: 250px;
}
.footer-contact h1 {
  margin-bottom: 30px;
  font-size: 28px;
}
.contact-send {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 20px;
}
.contact-send input {
  width: 400px;
  height: 45px;
  border-radius: 5px;
  outline: none;
  padding: 0 20px 0 20px;
  border: none;
  background-color: #e9edff;
}
.contact-send input:focus {
  border: 2px solid #006aff;
}
.contact-send p {
  font-weight: 500;
}
.contact-send textarea {
  border: none;
  background-color: #e9edff;
  outline: none;
  border-radius: 5px;
  padding: 5px 20px 0 20px;
}
.contact-send textarea:focus {
  border: 2px solid #006aff;
}
.footer-contact button {
  width: 140px;
  height: 50px;
  margin-top: 20px;
  border-radius: 10px;
  border: none;
  background-color: #000dff;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0px 9px 8px -5px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 0px 9px 8px -5px rgba(34, 60, 80, 0.6);
  box-shadow: 0px 9px 8px -5px rgba(34, 60, 80, 0.6);
  transition: all 0.2s ease;
}
.footer-contact button:hover{
  background-color: #00cd29;
  
}

/* ====================================================================== Section Footer ============================================================================ */

footer {
  width: 100%;
  background-color: whitesmoke;
  height: 230px;
}
.footer {
  width: 1320px;
  margin: 0 auto;
}
.footer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-items ul li {
  list-style: none;
  margin-top: 14px;
  font-weight: 700;
  font-size: 18px;
}
.a {
  text-decoration: none;
  color: #242327;
  transition: 0.1s ease-in-out;
}
a:hover {
  color: rgb(195, 168, 50);
}
.locat-item {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  /* margin-top: 20px; */
  font-size: 16px;
  font-weight: 500;
}
.locat-item p,
.locat-item a {
  margin-top: 20px;
  color: #006aff;
}
.locat-item h4 {
  margin-top: 10px;
}
.locat-item a {
  text-decoration: none;
  color: black;
}
.locat-item span {
  color: black;
}
.locat-item ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.locat-item ul li {
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: center;
}

.locat-item ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #21232d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.locat-item ul li a:hover {
  cursor: pointer;
  color: gold;
  background-color: #070707;
}

.locat-item ion-icon {
  color: goldenrod;
  font-size: 24px;
  font-weight: 700;
}
