@charset "UTF-8";
@font-face {
  font-family: "poppins";
  src: url(/fonts/Poppins/Poppins-Black.ttf);
  src: url(/fonts/Poppins/Poppins-Bold.ttf);
  src: url(/fonts/Poppins/Poppins-Medium.ttf);
  src: url(/fonts/Poppins/Poppins-SemiBold.ttf);
  src: url(/fonts/Poppins/Poppins-Light.ttf);
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
/*Font Size & Weight*/
/*Image*/
/*Font Awesome*/
@keyframes progress {
  100% {
    right: 100%;
  }
}
.toast-mail {
  position: fixed;
  top: 25px;
  right: 30px;
  border-radius: 12px;
  background: #fff;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}
.toast-mail .toast-content {
  display: flex;
  align-items: center;
}
.toast-mail .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}
.toast-mail .close:hover {
  opacity: 1;
}
.toast-mail .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}
.toast-mail .progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #0bbf6c;
}

.toast-mail.active {
  transform: translateX(0%);
}
.toast-mail.active ~ button {
  pointer-events: none;
}

.toast-content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: #0bbf6c;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}
.toast-content .message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.message .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.message .text.text-1 {
  font-weight: 600;
  color: #333;
}

.progress.active:before {
  animation: progress 5s linear forwards;
}

[data-theme=dark] {
  --background-color:#161D26;
  --head-bg:#1F2935;
  --body-bg:#161D26;
  --dark-text:#95A5C6;
}
[data-theme=dark] .whole-div {
  background-color: var(--body-bg) !important;
}
[data-theme=dark] .why-para, [data-theme=dark] .why-title, [data-theme=dark] .nav-link, [data-theme=dark] .why-choose {
  color: #95A5C6 !important;
}
[data-theme=dark] .nav-link:hover {
  color: #0ABEAD !important;
}
[data-theme=dark] .nav-link.active {
  color: #fff !important;
}
[data-theme=dark] .contact-box, [data-theme=dark] .why-choose-detail, [data-theme=dark] .resume-sec {
  background-color: #1F2935 !important;
}
[data-theme=dark] .form-control, [data-theme=dark] .resume-tab {
  background-color: #161D26 !important;
}
[data-theme=dark] label {
  color: #95A5C6 !important;
}
[data-theme=dark] .nav-bg, [data-theme=dark] img, [data-theme=dark] .why-choose-detail, [data-theme=dark] .resume-sec, [data-theme=dark] .resume-tab {
  box-shadow: unset !important;
}

/*Toggle Button BEGIN*/
.dark-theme-btn .checkbox {
  opacity: 0;
  position: absolute;
}
.dark-theme-btn .label {
  width: 28px;
  height: 15px;
  background-color: #111;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  transform: scale(1.5);
  cursor: pointer;
}
.dark-theme-btn .ball {
  width: 11px;
  height: 11px;
  background-color: white;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
.dark-theme-btn .checkbox:checked + .label .ball {
  transform: translateX(13px);
}
.dark-theme-btn .fa-moon {
  color: pink;
  font-size: 9px;
  margin-left: -3px;
}
.dark-theme-btn .fa-sun {
  color: yellow;
  font-size: 9px;
  margin-top: 0px;
  margin-right: -2px;
}

/*Toggle Button END*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: 0.2s all;
}

body {
  font-family: "poppins";
  background-color: var(--body-bg) !important;
  color: var(--dark-text) !important;
}

:root {
  --background-color: #fff;
  --text-color: #000;
}

/*Common Style BEGIN*/
.form-check-input:checked {
  background-color: #0ABEAD !important;
  border-color: #0ABEAD !important;
}

.form-check-input:focus {
  box-shadow: unset !important;
}

.btn-blue {
  height: 45px;
  box-shadow: 0px 16px 29px rgba(11, 190, 173, 0.4117647059);
  border-radius: 30px !important;
  opacity: 0.99;
  background-color: #0ABEAD !important;
  border-color: #0ABEAD !important;
  color: #fff !important;
}

.btn-orange {
  height: 45px;
  box-shadow: 0px 16px 28px rgba(245, 127, 23, 0.2392156863);
  border-radius: 30px !important;
  opacity: 0.99;
  background-color: #F57F17 !important;
  border-color: #F57F17 !important;
  color: #fff !important;
}

button:focus {
  box-shadow: unset !important;
}

.whole-div {
  position: relative;
}
.whole-div .top-nav-btn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  background: #0ABEAD;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 13px;
  border-radius: 50%;
}
.whole-div .top-nav-btn i {
  color: #fff;
  font-size: 21px;
  vertical-align: middle;
  margin-top: -4px;
}

/*Common Style END*/
/*Navbar BEGIN*/
.nav-bg {
  box-shadow: 0px 3px 59px rgba(4, 195, 255, 0.1607843137);
  background-color: var(--head-bg);
}
.nav-bg .navbar-brand {
  font-size: 50px;
  font-weight: 500;
  color: #0ABEAD;
}
.nav-bg .nav-ul li a {
  cursor: pointer;
  margin: 0 10px;
}
.nav-bg .nav-ul li a:hover {
  color: #0ABEAD;
}
.nav-bg .nav-ul .active {
  font-size: 16px;
  font-weight: 500;
  color: #0ABEAD !important;
}

/*Navbar END*/
/*Home BEGIN*/
.home-sec .row {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .home-sec .row {
    height: unset;
  }
}
.home-sec .name-details {
  width: max-content;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .home-sec .name-details {
    width: unset;
  }
}
.home-sec .name-details .hello {
  color: #0ABEAD;
  font-size: 25px;
}
.home-sec .name-details .name {
  color: #F57F17;
}
.home-sec .name-details .designation {
  color: #0ABEAD;
  font-size: 40px;
  font-weight: 500;
}
.home-sec .name-details .home-btn {
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .home-sec .name-details .home-btn {
    gap: 20px;
  }
}
.home-sec .profile-image {
  width: 350px;
  height: 350px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .home-sec .profile-image {
    width: 250px;
    height: 250px;
  }
}
.home-sec .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 59px rgba(96, 233, 255, 0.2705882353);
  border-radius: 50%;
  border: 10px solid #fff;
  object-position: top;
}
.home-sec .wave-img {
  width: 100%;
}
.home-sec .wave-img img {
  width: 100%;
  height: calc(100% - 400px);
  object-fit: cover;
}

/*Home END*/
/*About BEGIN*/
.about-detail .about-title {
  color: #0ABEAD;
  font-size: 32px;
  font-weight: 600;
}
.about-detail .why-choose {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.about-detail .line {
  width: 200px;
  border: 1px solid #0ABEAD;
  margin: auto;
  position: relative;
}
.about-detail .line .line-big {
  position: absolute;
  width: 39px;
  border: 4px solid #0ABEAD;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -4px;
  border-radius: 10px;
}
.about-detail .why-choose-detail {
  box-shadow: 0px 0px 59px rgba(96, 233, 255, 0.2705882353);
  width: 600px;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 576px) {
  .about-detail .why-choose-detail {
    width: 300px;
  }
}
.about-detail .why-choose-detail .why-title {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
}
.about-detail .why-choose-detail .why-para {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.about-detail .why-choose-detail .here-feature {
  color: #0ABEAD;
  font-size: 15px;
  font-weight: 500;
}
.about-detail .why-choose-detail .why-list {
  list-style: none;
}
.about-detail .why-choose-detail .why-list li {
  margin: 5px 0;
}
.about-detail .why-choose-detail .why-list li::before {
  content: "●";
  font-size: 18px;
  color: #F57F17;
  font-weight: bold;
  display: inline-block;
  width: 25px;
  margin-left: -1em;
}
.about-detail .why-choose-detail .home-btn {
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .about-detail .why-choose-detail .home-btn {
    gap: 20px;
  }
}

/*About END*/
/*Service BEGIN*/
.service-sec .col-md-4 {
  margin: 20px 0;
}
.service-sec .service-box {
  color: #fff;
  width: 300px;
  margin: 15px auto;
}
.service-sec .service-box .service-content {
  text-align: center;
  padding: 40px 30px;
  border-radius: 10px;
}
.service-sec .service-box .service-content i {
  font-size: 35px;
}
.service-sec .service-box .service-content .service-title {
  font-size: 24px;
  font-weight: 450;
}
.service-sec .service-box .service-content .service-desc {
  font-size: 16px;
  font-weight: 400;
}
.service-sec .service-box .box-voilet {
  background-color: #8540FF;
  box-shadow: 0px 3px 35px rgba(236, 64, 122, 0.3490196078);
}
.service-sec .service-box .box-yellow {
  background-color: #FFC50C;
  box-shadow: 0px 0px 35px rgba(255, 197, 12, 0.3490196078);
}
.service-sec .service-box .box-pink {
  background-color: #EC407A;
  box-shadow: 0px 3px 35px rgba(236, 64, 122, 0.3490196078);
}
.service-sec .service-box .box-red {
  background-color: #FF6331;
  box-shadow: 0px 0px 28px rgba(255, 99, 49, 0.3490196078);
}
.service-sec .service-box .box-blue {
  background-color: #13B6FF;
  box-shadow: 0px 0px 35px rgba(19, 182, 255, 0.3490196078);
}
.service-sec .service-box .box-green {
  background-color: #49AF46;
  box-shadow: 0px 0px 35px rgba(73, 175, 70, 0.3490196078);
}

/*Service END*/
/*Resume BEGIN*/
.resume-sec {
  box-shadow: 0px 0px 81px rgba(19, 182, 255, 0.2392156863);
}
.resume-sec .resume-div {
  gap: 15px;
}
.resume-sec .resume-div .resume-tab {
  position: relative;
  box-shadow: 0px 0px 59px rgba(96, 233, 255, 0.2705882353);
  width: 300px;
}
.resume-sec .resume-div .resume-tab::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0ABEAD;
}
.resume-sec .resume-div .resume-tab i {
  color: #fff;
}
.resume-sec .resume-div .resume-tab .nav-link.active {
  background-color: #0ABEAD !important;
  color: #fff;
  font-weight: 500;
}
.resume-sec .resume-div .resume-tab .nav-link {
  color: #333333;
  width: 230px;
  border-radius: 25px;
  text-align: left;
  position: relative;
  margin: 6px 0;
  padding-left: 4.5rem;
}
.resume-sec .resume-div .resume-tab .nav-link::before {
  content: "";
  position: absolute;
  width: 53px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0ABEAD;
  border-radius: 25px;
}
.resume-sec .resume-div .resume-tab .nav-link:nth-child(1)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f19d";
  position: absolute;
  left: 12px;
  font-size: 18px;
  color: #fff;
}
.resume-sec .resume-div .resume-tab .nav-link:nth-child(2)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f390";
  position: absolute;
  left: 12px;
  font-size: 18px;
  color: #fff;
}
.resume-sec .resume-div .resume-tab .nav-link:nth-child(3)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f5fc";
  position: absolute;
  left: 12px;
  font-size: 18px;
  color: #fff;
}
.resume-sec .resume-div .resume-tab .nav-link:nth-child(4)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f625";
  position: absolute;
  left: 12px;
  font-size: 18px;
  color: #fff;
}
.resume-sec .resume-div .right-tab {
  position: relative;
  list-style: none;
}
.resume-sec .resume-div .right-tab::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0ABEAD;
}
.resume-sec .resume-div .right-tab li {
  position: relative;
  margin: 6px 0;
}
.resume-sec .resume-div .right-tab li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 7px;
  left: -6px;
  background-color: #0ABEAD;
}
.resume-sec .resume-div .right-tab .college-detail .name {
  font-size: 19px;
  font-weight: 500;
  color: #F57F17;
}
.resume-sec .resume-div .right-tab .college-detail .text-bg-orange {
  background-color: #F57F17;
  color: #fff;
  box-shadow: 0px 3px 7px rgba(245, 127, 23, 0.2392156863);
  border-radius: 15px;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 10px;
}

/*Resume END*/
/*Portfolio BEGIN*/
.portfolio-sec section {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .portfolio-sec section {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}
.portfolio-sec section .card-shuffle {
  height: 210px;
  color: #fff;
  border-radius: 15px;
  width: 280px;
  box-shadow: 12px 0px 32px -12px black;
  margin-left: -80px !important;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  transform: rotate(1deg);
  position: relative;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .portfolio-sec section .card-shuffle {
    margin: unset !important;
  }
}
.portfolio-sec section .card-shuffle:hover {
  transform: translateY(-16px) rotate(3deg);
}
.portfolio-sec section .card-shuffle img {
  width: 280px;
  height: 210px;
  border-radius: 10px;
  object-fit: cover;
}
.portfolio-sec section .card-shuffle .hover-text {
  position: absolute;
  bottom: 0;
  height: 70%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9294117647));
  background-color: rgba(255, 255, 255, 0);
  transition: 0.5s ease;
  opacity: 0;
  border-radius: 10px;
}
.portfolio-sec section .card-shuffle .hover-text .text {
  color: #fff;
  padding: 40px 15px;
  font-size: 14px;
  position: relative;
}
.portfolio-sec section .card-shuffle .hover-text .text p {
  font-size: 13px;
}
.portfolio-sec section .card-shuffle:hover .hover-text {
  opacity: 1;
  transition: 0.5s ease;
  cursor: pointer;
}
.portfolio-sec section .card-shuffle a {
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.portfolio-sec section .card-shuffle:hover ~ .card-shuffle {
  transform: translateX(100px);
}
@media screen and (max-width: 576px) {
  .portfolio-sec section .card-shuffle:hover ~ .card-shuffle {
    transform: translateY(50px) !important;
  }
}

/*Portfolio END*/
/*Contact US BEGIN*/
.contact-sec .contact-div .map {
  position: relative;
}
.contact-sec .contact-div .map iframe {
  width: 100%;
  height: 700px;
}
.contact-sec .contact-div .contact-form {
  position: absolute;
  width: 500px;
  top: 50%;
  transform: translateY(-73%);
  right: 60px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 576px) {
  .contact-sec .contact-div .contact-form {
    width: 300px;
    position: unset;
    transform: unset;
    margin: auto;
  }
}
.contact-sec .contact-div .contact-form .contact-box {
  padding: 30px 40px;
  box-shadow: 0px 0px 81px rgba(19, 182, 255, 0.2392156863);
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .contact-sec .contact-div .contact-form .contact-box {
    padding: 30px 15px;
  }
}
.contact-sec .contact-div .contact-form .contact-box .get-touch {
  font-size: 33px;
  font-weight: 500;
  color: #0ABEAD;
}
.contact-sec .contact-div .contact-form .contact-box .form-control {
  height: 50px;
  font-size: 14px;
  box-shadow: 0px 0px 59px rgba(96, 233, 255, 0.2705882353);
  border-radius: 10px;
  border: unset;
}
.contact-sec .contact-div .contact-form .contact-box .form-control:focus {
  box-shadow: unset;
}
.contact-sec .contact-div .contact-form .contact-box label {
  font-size: 13px;
  top: -2px !important;
  color: #333333;
}
.contact-sec .contact-div .contact-form .contact-box button {
  width: 100%;
}
.contact-sec .contact-div .contact-form .contact-box textarea {
  min-height: 130px;
}

/*Contact US END*/
/*Footer BEGIN*/
.footer-sec ul {
  list-style: none;
}
.footer-sec ul li {
  margin: 0 8px;
}
.footer-sec ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 8px;
  background-color: #333333;
  border-radius: 50%;
}
.footer-sec ul li a:hover {
  background-color: #0ABEAD;
  transition: 0.3s all;
}

/*Footer END*/

/*# sourceMappingURL=style.css.map */
