* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", serif;
}

.aas {
  color: white;
  text-decoration: none;
}

body {
  width: 100%;
  background-color: rgb(32, 32, 54);
}
body header {
  width: 100%;
  height: 700px;
  margin: auto;
  background-color: #272742;
}
body header .header1 {
  width: 80%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
body header .header1 div {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
body header .header1 div img {
  width: 55px;
  height: 55px;
}
body header .header1 div p {
  font-size: 20px;
}
body header .header1 nav {
  width: 800px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 50px;
  row-gap: 20px;
}
body header .header1 nav i {
  display: none;
}
body header .header1 nav li {
  font-size: 20px;
  height: 22px;
  list-style: none;
  color: white;
}
body header .header1 nav li a {
  text-decoration: none;
  color: white;
}
body header .header1 nav li:hover {
  border-bottom: 1px solid #3a86ff;
}
body header .header1 nav .header1-li {
  border-bottom: 1px solid #3a86ff;
}
body header .header1 nav button {
  width: 150px;
  height: 35px;
  background-color: #3a86ff;
  border: 1px solid rgba(255, 255, 255, 0.453);
  color: white;
  border-radius: 20px;
  font-size: 20px;
}
body header .header1 nav button:hover {
  background-color: rgb(32, 32, 54);
  border: 1px solid rgba(255, 255, 255, 0.453);
}
body header .header2 {
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  color: white;
}
body header .header2 .header2-1 {
  width: 50%;
  margin-left: 0px;
}
body header .header2 .header2-1 h3 {
  font-size: 30px;
}
body header .header2 .header2-1 h1 {
  font-size: 55px;
}
body header .header2 .header2-1 p {
  font-size: 18px;
}
body header .header2 .header2-1 .h-1 {
  width: 450px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
}
body header .header2 .header2-1 .h-1 .button1 {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #3a86ff;
  color: #3a86ff;
}
body header .header2 .header2-1 .h-1 button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #3a86ff;
  text-align: center;
  align-items: center;
  color: #3a86ff;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 30px;
}
body header .header2 .header2-1 .h-1 button i {
  margin: 6px;
}
body header .header2 .header2-1 .h-1 button:hover {
  background-color: #3a86ff;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.988);
}
body header .header2 .header2-2 {
  width: 30%;
}
body header .header2 .header2-2 img {
  width: 340px;
  height: 330px;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  border-radius: 35px;
  margin-bottom: 30px;
}
body header .header2 .header2-2 img:hover {
  transform: rotate(0deg);
}
body header .header3 {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0px 0px 170px;
  color: white;
}
body header .header3 .h_1 {
  width: 900px;
  display: flex;
  justify-content: space-around;
}
body header .header3 .h_1 .h-3 {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
body header .header3 .h_1 .h-3 h1 {
  font-size: 50px;
}
body header .header3 .h_1 .h-3 p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.527);
}
body main {
  width: 100%;
  height: auto;
  margin: auto;
}
body main .main-contaner {
  width: 100%;
  height: 800px;
  margin: auto;
  background-color: rgb(32, 32, 54);
}
body main .main-contaner h1 {
  margin-top: 60px;
  text-align: center;
  color: #3a86ff;
  font-size: 50px;
}
body main .main-contaner p {
  text-align: center;
  color: white;
  font-size: 16px;
}
body main .main-contaner .services {
  background-color: rgb(32, 32, 54);
  width: 90%;
  max-width: 60%;
  margin: auto;
}
body main .main-contaner .services .service-item {
  height: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  margin: 0.5rem 0;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  border-bottom: 1px solid #3a86ff;
}
body main .main-contaner .services .service-item:hover {
  background: #3a86ff;
}
body main .main-contaner .services .service-item:hover .number {
  color: white;
  font-size: 25px;
}
body main .main-contaner .services .service-item:hover .arrow {
  transform: rotate(-100deg);
  transition: 0.2s ease-in-out;
}
body main .main-contaner .services .service-item .number {
  font-size: 1.3rem;
  font-weight: bold;
  color: #3a86ff;
}
body main .main-contaner .services .service-item .title {
  flex: 1;
  margin: 0 1.5rem;
  font-size: 25px;
  font-weight: bold;
  color: white;
}
body main .main-contaner .services .service-item .description {
  flex: 2;
  font-size: 17px;
  color: white;
  text-align: start;
}
body main .main-contaner .services .service-item .description p {
  margin-top: -40px;
}
body main .main-contaner .services .service-item .arrow {
  font-size: 40px;
  color: white;
}
body main .main-contaner .services .active {
  border-top: 1px solid #3a86ff;
}
body main .big {
  width: 100%;
  background-color: rgb(32, 32, 54);
  border-top: 5px solid #272742;
}
body main .big .container {
  width: 100px;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  gap: 20px;
  color: #ffffff;
  margin: 0px 180px;
}
body main .big .container .section {
  flex: 1;
  align-items: center;
}
body main .big .container .section img {
  width: 40px;
  height: 40px;
}
body main .big .container .section h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 40px;
  color: #3a86ff;
}
body main .big .container .section h2 .icon {
  font-size: 1.5rem;
}
body main .big .container .section .card {
  width: 550px;
  height: 100px;
  background-color: rgba(39, 39, 66, 0.4588235294);
  margin-top: 20px;
  border-radius: 10px;
  transition: transform 0.3s;
}
body main .big .container .section .card:hover {
  transform: scale(1.05);
  background-color: #3a86ff;
}
body main .big .container .section .card:hover h3 {
  color: white;
}
body main .big .container .section .card:hover .title {
  color: white;
}
body main .big .container .section .card:hover p {
  color: white;
}
body main .big .container .section .card h3 {
  font-size: 1.3rem;
  color: #3a86ff;
}
body main .big .container .section .card .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5px 0;
  padding: 10px 20px;
}
body main .big .container .section .card p {
  margin: 0;
  font-size: 0.9rem;
  color: #b3b3b3;
  padding: 0px 20px;
}
body main .skillss {
  width: 100%;
  background-color: #272742;
}
body main .skillss .skills-section {
  text-align: center;
  padding: 80px 20px;
}
body main .skillss .skills-section .title {
  font-size: 50px;
  color: #3a86ff;
}
body main .skillss .skills-section .title span {
  color: #3a86ff;
}
body main .skillss .skills-section .description {
  margin: 10px 0 30px;
  font-size: 1rem;
  color: #dcdde1;
}
body main .skillss .skills-section .skills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
body main .skillss .skills-section .skills .skill {
  background-color: rgb(32, 32, 54);
  padding: 20px;
  border-radius: 10px;
  width: 120px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
body main .skillss .skills-section .skills .skill i {
  width: 80px;
  margin-bottom: 10px;
  font-size: 35px;
  color: rgb(132, 132, 132);
}
body main .skillss .skills-section .skills .skill p {
  margin: 0;
  font-weight: bold;
  color: #ffffff;
}
body main .skillss .skills-section .skills .skill span {
  display: block;
  margin-top: 5px;
  font-size: 0.9rem;
  color: #a29bfe;
}
body main .skillss .skills-section .skills .skill:hover {
  background-color: #3a86ff;
  color: white;
}
body main .skillss .skills-section .skills .skill:hover i {
  color: white;
}
body main .skillss .skills-section .skills .skill:hover span {
  color: white;
}
body main .skillss .skills-section .skills2 {
  width: 840px;
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
}
body main .skillss .skills-section .skills2 p {
  width: 120px;
  color: #3a86ff;
}
body main .section-padding {
  padding: 50px 20px;
  border-top: 5px solid #272742;
}
body main .section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #3a86ff;
}
body main .container {
  max-width: 1200px;
  margin: 0 auto;
}
body main .reasons,
body main .mentors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
body main .reason-card,
body main .mentor-card {
  background-color: rgba(39, 39, 66, 0.4588235294);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #b3b3b3;
}
body main .reason-card:hover {
  background-color: #3a86ff;
  color: white;
  transform: scale(1.05);
}
body main .reason-card:hover h3 {
  color: white;
}
body main .reason-card h3,
body main .mentor-card h3 {
  color: #3a86ff;
  margin-bottom: 10px;
}
body main .mentor-card:hover {
  background-color: #3a86ff;
  transform: scale(1.05);
}
body main .mentor-card:hover h3 {
  color: white;
}
body main .mentor-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .reason-card p,
body main .mentor-card p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #e6e6e6;
}
body main .blog {
  margin-left: 710px;
  font-size: 30px;
  font-family: "Montserrat", serif;
}
body main .video-gallery {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px;
  gap: 30px;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
body main .video-gallery video {
  align-items: center;
  height: 450px;
  width: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
body main .video-gallery video:hover {
  transform: scale(1.1);
}
body main .video-gallery::-webkit-scrollbar {
  height: 8px;
}
body main .video-gallery::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
body main .text-box {
  margin: 50px auto;
  width: 100%;
  height: 500px;
  background-color: #272742;
}
body main .text-box .text1 {
  width: 1500px;
  height: 50px;
}
body main .text-box .text1 h4 {
  padding: 50px 0px;
  font-size: 25px;
  text-align: center;
}
body main .text-box p {
  width: 100%;
  height: 150px;
  font-size: 70px;
  font-weight: 600;
  margin-top: 100px;
  text-align: center;
}
body main .text-box .h-1 {
  width: 450px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin: 50px 500px;
}
body main .text-box .h-1 .button1 {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #3a86ff;
  color: #3a86ff;
}
body main .text-box .h-1 button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #3a86ff;
  text-align: center;
  align-items: center;
  color: #3a86ff;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 30px;
}
body main .text-box .h-1 button i {
  margin: 6px;
}
body main .text-box .h-1 button:hover {
  background-color: #3a86ff;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.988);
}
body main .contact-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 20px;
  background-color: rgb(32, 32, 54);
  color: white;
}
body main .contact-section .container {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
body main .contact-section .container .form-box {
  background-color: #272742;
  padding: 30px;
  border-radius: 10px;
  width: 60%;
}
body main .contact-section .container .form-box .form-title {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #3a86ff;
}
body main .contact-section .container .form-box .form-description {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: #e4e4e7;
}
body main .contact-section .container .form-box form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body main .contact-section .container .form-box form .input-group {
  display: flex;
  gap: 15px;
}
body main .contact-section .container .form-box form .input-group input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: rgb(13.023255814, 13.023255814, 21.976744186);
  color: #ffffff;
}
body main .contact-section .container .form-box form .input-group input::-moz-placeholder {
  color: #e4e4e7;
}
body main .contact-section .container .form-box form .input-group input::placeholder {
  color: #e4e4e7;
}
body main .contact-section .container .form-box form select,
body main .contact-section .container .form-box form textarea {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: rgb(13.023255814, 13.023255814, 21.976744186);
  color: #ffffff;
}
body main .contact-section .container .form-box form select::-moz-placeholder, body main .contact-section .container .form-box form textarea::-moz-placeholder {
  color: #e4e4e7;
}
body main .contact-section .container .form-box form select::placeholder,
body main .contact-section .container .form-box form textarea::placeholder {
  color: #e4e4e7;
}
body main .contact-section .container .form-box form textarea {
  height: 100px;
  resize: none;
}
body main .contact-section .container .form-box form .send-btn {
  width: 150px;
  padding: 10px;
  background-color: #3a86ff;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}
body main .contact-section .container .form-box form .send-btn:hover {
  background-color: rgb(32, 32, 54);
  border: 1px solid rgba(255, 255, 255, 0.453);
}
body main .contact-section .container .contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 35%;
}
body main .contact-section .container .contact-details .detail-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
body main .contact-section .container .contact-details .detail-item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3a86ff;
  text-align: center;
  align-items: center;
  font-size: 1.2rem;
  color: white;
}
body main .contact-section .container .contact-details .detail-item .icon i {
  margin: 16px 0px;
}
body main .contact-section .container .contact-details .detail-item .detail-title {
  font-weight: bold;
  color: #e4e4e7;
}
body main .contact-section .container .contact-details .detail-item p {
  margin: 0;
}
body footer {
  width: 100%;
  height: 500px;
  background-color: #272742;
}
body footer img {
  width: 200px;
  height: 200px;
  margin: 20px 0px 0px 650px;
}
body footer .contact-details {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 900px;
  margin: auto;
}
body footer .contact-details .detail-item {
  width: 450px;
  display: flex;
  align-items: center;
  gap: 25px;
}
body footer .contact-details .detail-item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3a86ff;
  text-align: center;
  align-items: center;
  font-size: 1.5rem;
  color: white;
}
body footer .contact-details .detail-item .icon i {
  margin: 16px 10px;
}
body footer .contact-details .detail-item .detail-title {
  font-weight: bold;
  color: #3a86ff;
  font-size: 20px;
}
body footer .contact-details .detail-item p {
  margin: 0;
  color: white;
}
body footer .h-1 {
  width: 450px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin: 100px 500px;
}
body footer .h-1 .button1 {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #3a86ff;
  color: #3a86ff;
}
body footer .h-1 button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #3a86ff;
  text-align: center;
  align-items: center;
  color: #3a86ff;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 30px;
}
body footer .h-1 button i {
  margin: 6px;
}
body footer .h-1 button:hover {
  background-color: #3a86ff;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.988);
}

@media only screen and (max-width: 375px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    display: block;
    max-width: 375px;
    margin: auto;
  }
  body header {
    display: block;
    max-width: 375px;
    height: 1000px;
    margin: auto;
  }
  body header .header1 {
    display: block;
    width: 375px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body header .header1 div {
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    margin: 0px 0px 0px 50px;
  }
  body header .header1 div img {
    width: 40px;
    height: 40px;
  }
  body header .header1 div p {
    display: none;
  }
  body header .header1 nav {
    width: 270px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body header .header1 nav li {
    display: none;
  }
  body header .header1 nav i {
    display: block;
    color: white;
    font-size: 30px;
  }
  body header .header1 select {
    margin: 0px 50px 0px 0px;
    font-size: 18px;
  }
  body header .header2 {
    display: block;
    width: 375px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    color: white;
    position: relative;
  }
  body header .header2 .header2-1 {
    width: 375px;
  }
  body header .header2 .header2-1 h3 {
    font-size: 16px;
    text-align: center;
    margin: 30px 0px 0px 0px;
  }
  body header .header2 .header2-1 h1 {
    font-size: 25px;
    color: #3a86ff;
    margin: 0px 30px;
    text-align: center;
  }
  body header .header2 .header2-1 img {
    display: block;
    width: 300px;
    height: 300px;
  }
  body header .header2 .header2-1 img:hover {
    transform: rotate(0deg);
  }
  body header .header2 .header2-1 p {
    font-size: 12px;
    text-align: center;
  }
  body header .header2 .header2-1 .h-1 {
    width: 375px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    margin: 30px 0px;
  }
  body header .header2 .header2-1 .h-1 .button1 {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #3a86ff;
    color: #3a86ff;
  }
  body header .header2 .header2-1 .h-1 button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #3a86ff;
    text-align: center;
    align-items: center;
    color: #3a86ff;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 25px;
  }
  body header .header2 .header2-1 .h-1 button i {
    margin: 6px;
  }
  body header .header2 .header2-1 .h-1 button:hover {
    background-color: #3a86ff;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.988);
  }
  body header .header2 .header2-2 {
    width: 375px;
  }
  body header .header2 .header2-2 img {
    width: 320px;
    height: 320px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    border-radius: 35px;
    margin-bottom: 30px;
    margin: 0px 0px 30px 30px;
  }
  body header .header2 .header2-2 img:hover {
    transform: rotate(0deg);
  }
  body header .header3 {
    width: 375px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    color: white;
  }
  body header .header3 .h_1 {
    width: 350px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body header .header3 .h_1 .h-3 {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  body header .header3 .h_1 .h-3 h1 {
    font-size: 35px;
  }
  body header .header3 .h_1 .h-3 p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.527);
  }
  body main {
    width: 375px;
    height: auto;
    margin: auto;
  }
  body main .main-contaner {
    width: 375px;
    height: 800px;
    margin: auto;
    background-color: rgb(32, 32, 54);
  }
  body main .main-contaner h1 {
    text-align: center;
    color: #3a86ff;
    font-size: 30px;
  }
  body main .main-contaner p {
    text-align: center;
    color: white;
    font-size: 10px;
  }
  body main .main-contaner .services {
    background-color: rgb(32, 32, 54);
    width: 375px;
    max-width: 375px;
    margin: auto;
  }
  body main .main-contaner .services .service-item {
    width: 350px;
    height: 130px;
    display: block;
    padding: 1.5rem;
    margin: 0.5rem 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    border-bottom: 1px solid #3a86ff;
    position: relative;
  }
  body main .main-contaner .services .service-item:hover {
    background: #3a86ff;
  }
  body main .main-contaner .services .service-item:hover .number {
    display: block;
    color: white;
    font-size: 18px;
  }
  body main .main-contaner .services .service-item:hover .arrow {
    transform: rotate(-100deg);
    transition: 0.2s ease-in-out;
  }
  body main .main-contaner .services .service-item .number {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #3a86ff;
  }
  body main .main-contaner .services .service-item .title {
    flex: 1;
    margin: 0 1.5rem;
    font-size: 18px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 22px;
  }
  body main .main-contaner .services .service-item .description {
    flex: 2;
    font-size: 10px;
    color: white;
    text-align: start;
    margin: 30px 0px;
  }
  body main .main-contaner .services .service-item .arrow {
    font-size: 30px;
    color: white;
    position: absolute;
    top: 22px;
    left: 320px;
  }
  body main .big {
    display: block;
    width: 375px;
    background-color: rgb(32, 32, 54);
    border-top: 5px solid #272742;
  }
  body main .big .container {
    display: block;
    width: 375px;
    height: 1400px;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
    color: #ffffff;
    margin: 0px;
  }
  body main .big .container .section {
    flex: 1;
    align-items: center;
    margin-top: 50px;
  }
  body main .big .container .section h2 {
    display: block;
    font-size: 25px;
    color: #3a86ff;
    text-align: center;
  }
  body main .big .container .section .card {
    width: 300px;
    height: 150px;
    background-color: rgba(39, 39, 66, 0.4588235294);
    margin-top: 20px;
    border-radius: 10px;
    transition: transform 0.3s;
  }
  body main .big .container .section .card .card:hover {
    transform: scale(1.05);
    background-color: #3a86ff;
  }
  body main .big .container .section .card .card:hover h3 {
    color: white;
  }
  body main .big .container .section .card .card:hover .title {
    color: white;
  }
  body main .big .container .section .card .card:hover p {
    color: white;
  }
  body main .big .container .section .card h3 {
    font-size: 1rem;
    color: #3a86ff;
    padding: 0px 0px 0px 20px;
  }
  body main .big .container .section .card .title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 5px 0;
    padding: 10px 20px;
  }
  body main .big .container .section .card p {
    margin: 0;
    font-size: 0.9rem;
    color: #b3b3b3;
    padding: 0px 20px;
  }
  body main .skillss {
    width: 375px;
    background-color: #272742;
    position: relative;
  }
  body main .skillss .skills-section {
    text-align: center;
    padding: 80px 20px;
  }
  body main .skillss .skills-section .title {
    font-size: 30px;
    color: #3a86ff;
  }
  body main .skillss .skills-section .title span {
    color: #3a86ff;
  }
  body main .skillss .skills-section .description {
    margin: 10px 0 30px;
    font-size: 10px;
    color: #dcdde1;
  }
  body main .skillss .skills-section .skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  body main .skillss .skills-section .skills .skill {
    background-color: rgb(32, 32, 54);
    padding: 20px;
    border-radius: 10px;
    width: 120px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 20px 0px;
  }
  body main .skillss .skills-section .skills .skill i {
    width: 80px;
    margin-bottom: 10px;
    font-size: 35px;
    color: rgb(132, 132, 132);
  }
  body main .skillss .skills-section .skills .skill p {
    margin: 0;
    font-weight: bold;
    color: #ffffff;
  }
  body main .skillss .skills-section .skills .skill span {
    display: block;
    margin-top: 5px;
    font-size: 0.9rem;
    color: #a29bfe;
  }
  body main .skillss .skills-section .skills .skill:hover {
    background-color: #3a86ff;
    color: white;
  }
  body main .skillss .skills-section .skills .skill:hover i {
    color: white;
  }
  body main .skillss .skills-section .skills .skill:hover span {
    color: white;
  }
  body main .skillss .skills-section .skills2 {
    width: 375px;
    margin: 20px auto;
  }
  body main .skillss .skills-section .skills2 p {
    width: 120px;
    color: #3a86ff;
  }
  body main .skillss .skills-section .skills2 .html {
    position: absolute;
    top: 350px;
    left: 50px;
  }
  body main .skillss .skills-section .skills2 .css {
    position: absolute;
    top: 350px;
    left: 200px;
  }
  body main .skillss .skills-section .skills2 .java {
    position: absolute;
    top: 520px;
    left: 50px;
  }
  body main .skillss .skills-section .skills2 .web {
    position: absolute;
    top: 520px;
    left: 200px;
  }
  body main .skillss .skills-section .skills2 .react {
    position: absolute;
    top: 690px;
    left: 50px;
  }
  body main .skillss .skills-section .skills2 .framer {
    position: absolute;
    top: 690px;
    left: 200px;
  }
  body main .blog {
    display: block;
    max-width: 375px;
    margin-left: 150px;
    font-size: 30px;
    font-family: "Montserrat", serif;
  }
  body main .video-gallery {
    display: block;
    max-width: 375px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  body main .video-gallery video {
    display: block;
    align-items: center;
    height: 450px;
    width: auto;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s ease;
  }
  body main .video-gallery video:hover {
    transform: scale(1.1);
  }
  body main .video-gallery::-webkit-scrollbar {
    height: 8px;
  }
  body main .video-gallery::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
  body main .text-box {
    margin: auto;
    width: 375px;
    height: 350px;
    background-color: #272742;
    position: absolute;
  }
  body main .text-box .text1 {
    width: 340px;
    margin: auto;
  }
  body main .text-box .text1 h4 {
    font-size: 14px;
  }
  body main .text-box p {
    width: 375px;
    height: 50px;
    font-size: 25px;
    font-weight: 600;
    margin: 100px 0px 0px 0px;
    text-align: center;
  }
  body main .text-box .h-1 {
    display: block;
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin: 50px 40px;
  }
  body main .text-box .h-1 .button1 {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #3a86ff;
    color: #3a86ff;
  }
  body main .text-box .h-1 button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #3a86ff;
    text-align: center;
    align-items: center;
    color: #3a86ff;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 25px;
  }
  body main .text-box .h-1 button i {
    margin: 6px;
  }
  body main .text-box .h-1 button:hover {
    background-color: #3a86ff;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.988);
  }
  body main .contact-section {
    display: block;
    width: 375px;
    padding: 20px;
    background-color: rgb(32, 32, 54);
    color: white;
    margin: 420px 0px 0px 0px;
  }
  body main .contact-section .container {
    display: block;
    max-width: 1200px;
    gap: 30px;
  }
  body main .contact-section .container .form-box {
    background-color: #272742;
    padding: 30px;
    border-radius: 10px;
    width: 340px;
  }
  body main .contact-section .container .form-box .form-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #3a86ff;
  }
  body main .contact-section .container .form-box .form-description {
    font-size: 0.6rem;
    margin-bottom: 20px;
    color: #e4e4e7;
  }
  body main .contact-section .container .form-box form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  body main .contact-section .container .form-box form .input-group {
    display: flex;
    gap: 15px;
  }
  body main .contact-section .container .form-box form .input-group input {
    flex: 1;
    width: 140px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: rgb(13.023255814, 13.023255814, 21.976744186);
    color: #ffffff;
  }
  body main .contact-section .container .form-box form .input-group input::-moz-placeholder {
    color: #e4e4e7;
  }
  body main .contact-section .container .form-box form .input-group input::placeholder {
    color: #e4e4e7;
  }
  body main .contact-section .container .form-box form select,
  body main .contact-section .container .form-box form textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: rgb(13.023255814, 13.023255814, 21.976744186);
    color: #ffffff;
  }
  body main .contact-section .container .form-box form select::-moz-placeholder, body main .contact-section .container .form-box form textarea::-moz-placeholder {
    color: #e4e4e7;
  }
  body main .contact-section .container .form-box form select::placeholder,
  body main .contact-section .container .form-box form textarea::placeholder {
    color: #e4e4e7;
  }
  body main .contact-section .container .form-box form textarea {
    height: 100px;
    resize: none;
  }
  body main .contact-section .container .form-box form .send-btn {
    width: 150px;
    padding: 10px;
    background-color: #3a86ff;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  body main .contact-section .container .form-box form .send-btn:hover {
    background-color: rgb(32, 32, 54);
    border: 1px solid rgba(255, 255, 255, 0.453);
  }
  body main .contact-section .container .contact-details {
    width: 375px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 35%;
    margin: 20px 0px;
  }
  body main .contact-section .container .contact-details .detail-item {
    width: 350px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  body main .contact-section .container .contact-details .detail-item .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3a86ff;
    text-align: center;
    align-items: center;
    font-size: 1rem;
    color: white;
  }
  body main .contact-section .container .contact-details .detail-item .icon i {
    margin: 16px 0px;
  }
  body main .contact-section .container .contact-details .detail-item .detail-title {
    font-weight: bold;
    color: #e4e4e7;
    font-size: 15px;
  }
  body main .contact-section .container .contact-details .detail-item p {
    font-size: 12px;
    margin: 0;
  }
  body footer {
    display: block;
    width: 375px;
  }
  body footer img {
    margin: 20px 0px 0px 80px;
  }
  body footer .contact-details {
    width: 375px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 35%;
    margin: 20px 20px;
  }
  body footer .contact-details .detail-item {
    width: 350px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  body footer .contact-details .detail-item .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3a86ff;
    text-align: center;
    align-items: center;
    font-size: 1.3rem;
    color: white;
  }
  body footer .contact-details .detail-item .icon i {
    margin: 14px 0px;
  }
  body footer .contact-details .detail-item .detail-title {
    font-weight: bold;
    color: #3a86ff;
    font-size: 18px;
  }
  body footer .contact-details .detail-item p {
    font-size: 14px;
    margin: 0;
  }
  body footer .h-1 {
    display: block;
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin: 50px 40px;
  }
  body footer .h-1 .button1 {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #3a86ff;
    color: #3a86ff;
  }
  body footer .h-1 button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #3a86ff;
    text-align: center;
    align-items: center;
    color: #3a86ff;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 25px;
  }
  body footer .h-1 button i {
    margin: 6px;
  }
  body footer .h-1 button:hover {
    background-color: #3a86ff;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.988);
  }
}/*# sourceMappingURL=style.css.map */