@font-face {
  font-family: 'SecularOne';
  src: url("../../user/fonts/SecularOne-Regular.ttf");
}

@font-face {
  font-family: 'Magra-Regular';
  src: url("../../user/fonts/Magra-Regular.ttf");
}

@font-face {
  font-family: 'Poppins';
  src: url("../../user/fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: 'Roboto';
  src: url("../../user/fonts/Roboto-Regular.ttf");
}

:focus {
  outline: unset !important;
  border: unset;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

a {
  color: #1F2325;
  text-decoration: none !important;
}

input:focus {
  border: 1px solid #0000 !important;
}

@-webkit-keyframes jump {
  10% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
            transform: translateY(0) scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: translateY(10%) scale3d(1.05, 0.8, 1);
            transform: translateY(10%) scale3d(1.05, 0.8, 1);
  }
  50% {
    -webkit-transform: translateY(-50%) scale3d(1, 1.1, 1);
            transform: translateY(-50%) scale3d(1, 1.1, 1);
  }
  65% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
            transform: translateY(0) scale3d(1, 1, 1);
  }
  75% {
    -webkit-transform: translateY(8%) scale3d(1.08, 0.84, 1);
            transform: translateY(8%) scale3d(1.08, 0.84, 1);
  }
  85% {
    -webkit-transform: translateY(6%) scale3d(1.05, 0.88, 1);
            transform: translateY(6%) scale3d(1.05, 0.88, 1);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes jump {
  10% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
            transform: translateY(0) scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: translateY(10%) scale3d(1.05, 0.8, 1);
            transform: translateY(10%) scale3d(1.05, 0.8, 1);
  }
  50% {
    -webkit-transform: translateY(-50%) scale3d(1, 1.1, 1);
            transform: translateY(-50%) scale3d(1, 1.1, 1);
  }
  65% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
            transform: translateY(0) scale3d(1, 1, 1);
  }
  75% {
    -webkit-transform: translateY(8%) scale3d(1.08, 0.84, 1);
            transform: translateY(8%) scale3d(1.08, 0.84, 1);
  }
  85% {
    -webkit-transform: translateY(6%) scale3d(1.05, 0.88, 1);
            transform: translateY(6%) scale3d(1.05, 0.88, 1);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

body {
  font-family: "Roboto";
  overflow-x: hidden;
  background: #1F2325;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-theme {
  background: #fff;
  color: #1F2325;
  border: 0.5px solid #1F2325;
  border-radius: 5px;
  padding: 5px 16px;
  text-align: center;
  font-family: "Roboto";
  text-decoration: unset;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-theme:hover {
  background: #1F2325;
  color: #fff;
  border: 0.5px solid #1F2325;
  border-radius: 5px;
  padding: 5px 16px;
  text-align: center;
  font-family: "Roboto";
  text-decoration: unset;
  -webkit-transition: .5s;
  transition: .5s;
}

.allpage .header-top .nav-box .nev-b .nev-item a {
  color: #000;
}

.allpage .header-top .nav-box .nev-b .nev-item a:hover {
  color: #1F2325;
}

.section-name {
  position: relative;
  max-width: 60%;
  margin: 0 auto 30px;
  text-align: center;
}

.section-name .title-name {
  position: relative;
  margin-bottom: 30px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 55px;
  text-align: center;
  text-transform: capitalize;
  color: #000;
}

.section-name .title-name:after {
  content: url("../img/image.png");
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-name p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;
}

::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#1F2325), to(#6398C4), color-stop(0.6, #6398C4));
}

.header-top {
  top: 2px;
  position: fixed;
  width: 100%;
  z-index: 9;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-top.sticker {
  -webkit-transition: .3s;
  transition: .3s;
}

.header-top.sticker.stick {
  opacity: 1;
  z-index: 99;
  padding: 0 !important;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
}

.header-top.stick.newClass {
  padding: 12px 0;
  z-index: 999;
}

.header-top .nav-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
}

.header-top .nav-box .url-box {
  display: none;
}

.header-top .nav-box .right-url {
  text-align: right;
  width: 100%;
  display: block;
}

.header-top .nav-box .right-url .links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
}

.header-top .nav-box .right-url .links .logo-a {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 200px;
  margin: 0 auto;
}

.header-top .nav-box .right-url .links .logo-a .logo-b {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-top .nav-box .right-url .links .logo-a .logo-b img {
  position: relative;
  width: 85px;
  margin: 0 10px;
}

.header-top .nav-box .right-url .links .nev-item-last-a:before {
  content: unset;
}

.header-top .nav-box .right-url .links .nev-item-last {
  display: inline-block;
  width: 40px;
  margin-left: 10px;
  position: relative;
}

.header-top .nav-box .right-url .links .nev-item-last:nth-child(1) {
  display: block;
}

.header-top .nav-box .right-url .links .nev-item-last a {
  z-index: 999;
}

.header-top .nav-box .right-url .links .nev-item-last a.active span {
  background: #8bfe2b;
  position: absolute;
  width: 100%;
  height: 3px;
}

.header-top .nav-box .right-url .links .nev-item-last a.active span:nth-child(1) {
  top: 10px;
  width: 70%;
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.header-top .nav-box .right-url .links .nev-item-last a.active span:nth-child(2) {
  top: 14px;
}

.header-top .nav-box .right-url .links .nev-item-last a.active span:nth-child(3) {
  width: 70%;
  top: 18px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  right: 0;
}

.header-top .nav-box .right-url .links .nev-item-last a span {
  background: #8A8989;
  position: absolute;
  width: 60%;
  height: 2px;
}

.header-top .nav-box .right-url .links .nev-item-last a span:nth-child(1) {
  top: 4px;
  width: 60%;
}

.header-top .nav-box .right-url .links .nev-item-last a span:nth-child(2) {
  top: 14px;
}

.header-top .nav-box .right-url .links .nev-item-last a span:nth-child(3) {
  width: 60%;
  bottom: 4px;
}

.social-box .ul-box {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.social-box .ul-box li {
  margin: 10px 0;
}

.social-box .ul-box li .icon {
  color: #fff;
  background: transparent;
  border-radius: 7px;
}

.mobile-menu_wrapper {
  display: block;
}

.mobile-menu_wrapper .offcanvas-menu-inner {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: -285px;
  width: 150px;
  height: 100%;
  background: #ECEBEb;
  z-index: 9999;
  visibility: hidden;
  -webkit-box-shadow: 0 0 5px 0 #a5a4a4;
          box-shadow: 0 0 5px 0 #a5a4a4;
  opacity: 0;
  overflow-x: hidden;
}

.mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile {
  position: fixed;
  bottom: 0;
  width: 285px;
}

.mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links {
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
}

.mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item {
  display: inline-block;
}

.mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33px 1fr;
      grid-template-columns: 33px 1fr;
}

.mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a .image-icone {
  text-align: center;
}

.mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a .image-icone svg {
  position: absolute;
  top: 6px;
  left: 15px;
  width: 20px;
  height: 20px;
  right: 10px;
}

.mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a .image-icone svg g {
  fill: #000;
}

.mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a.btn-theme {
  background: #fff;
  color: #1F2325;
  border: 0.5px solid #1F2325;
  border-radius: 5px;
  padding: 5px 16px;
  text-align: center;
  font-family: "Roboto";
  text-decoration: unset;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 600;
  text-decoration: unset;
  text-align: center;
}

.mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a.btn-theme:hover {
  background: #1F2325;
  color: #fff;
  border: 0.5px solid #1F2325;
  border-radius: 5px;
  padding: 5px 16px;
  text-align: center;
  font-family: "Roboto";
  text-decoration: unset;
  -webkit-transition: .5s;
  transition: .5s;
}

.mobile-menu_wrapper .offcanvas-menu-inner .right-url-mobile .links .nev-item a.btn-theme:hover .image-icone svg g {
  fill: #fff;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: -285px;
  width: 155px;
  height: 100%;
  background: #1F2325;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  padding: 60px !important;
  width: 450px;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .btn-close {
  background: transparent;
  color: #595959;
  top: 0;
  right: 0;
  left: auto;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-heading h4 {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list {
  max-height: 310px;
  position: relative;
  overflow: auto;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li {
  padding-bottom: 30px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li:last-child {
  padding-bottom: 0;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li.minicart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li.minicart-product a.product-item_remove {
  position: absolute;
  right: 15px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li.minicart-product .product-item_img {
  -ms-flex-preferred-size: 65px;
  flex-basis: 65px;
  max-width: 65px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li.minicart-product .product-item_content {
  max-width: calc(100% - 65px);
  padding-left: 20px;
  padding-right: 10px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list li.minicart-product .product-item_content .product-item_quantity {
  display: block;
  padding-top: 10px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area {
  padding-bottom: 15px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area .hiraola-btn {
  height: 60px;
  line-height: 60px;
  color: #fff !important;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner {
  left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner .image-box {
  position: relative;
  padding: 10px 15px;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner .image-box .box-image.logo-a {
  width: 200px;
  margin: 0 auto;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner .image-box .box-image.logo-a .logo-b {
  position: absolute;
  top: -5px;
  left: 35%;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner .image-box .box-image.logo-a .logo-b img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 85px;
  margin: 22px -25px;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner .image-box .box-image.logo-a .mobile-menu {
  margin-top: 120px;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner .image-box .box-image.logo-a .mobile-menu li .mm-text {
  color: #1F2325;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 18px;
  line-height: 15px;
  text-transform: capitalize;
  display: block;
  padding: 10px 0;
}

.btn-close {
  position: absolute;
  right: 3px;
  width: 40px;
  height: 40px;
  line-height: 55px;
  text-align: center;
  color: #000;
  z-index: 10;
  font-size: 24px;
  top: 9px;
}

.btn-close:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn-close i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  display: block;
}

.offcanvas-navigation .mobile-menu li {
  height: 100%;
  position: relative;
}

.offcanvas-navigation .mobile-menu li a {
  color: #1F2325;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  display: block;
  padding: 10px 0;
}

.offcanvas-navigation .mobile-menu li a span {
  position: relative;
}

.offcanvas-navigation .mobile-menu li a:hover {
  color: #6398C4;
}

.offcanvas-navigation .mobile-menu li .menu-expand {
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
}

.offcanvas-navigation .mobile-menu li .sub-menu {
  padding-left: 10px;
  max-height: 200px;
  overflow-y: auto;
}

.offcanvas-navigation .mobile-menu li .sub-menu li a {
  text-transform: capitalize;
  font-size: 13px;
}

.offcanvas-navigation .mobile-menu li.menu-open .menu-expand i:before {
  content: "\f106";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-menu_wrapper {
  text-align: center;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner {
  padding: 25px 30px 30px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  width: 375px;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  visibility: hidden;
  min-height: 600px;
  overflow-y: auto;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  line-height: 1;
  background: transparent;
  color: #595959;
  z-index: 10;
  font-size: 24px;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close:hover {
  background: transparent;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component {
  text-align: left;
  padding-top: 20px;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_title {
  font-size: 16px;
  font-weight: 900;
  display: block;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu li {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu li:last-child {
  padding-right: 0;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu li:last-child:after {
  background: transparent;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu li:after {
  content: "";
  width: 18px;
  height: 1px;
  background: #e5e5e5;
  display: block;
  top: 50%;
  right: 10px;
  position: absolute;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component.first-child {
  padding-top: 25px;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner-social_link {
  position: absolute;
  bottom: 30px;
}

.offcanvas-menu_wrapper .offcanvas-inner_logo {
  padding: 25px 0;
}

.offcanvas-menu_wrapper .short-desc {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
}

.offcanvas-menu_wrapper .short-desc p {
  margin-bottom: 0;
}

.offcanvas-menu_wrapper.open .offcanvas-menu-inner {
  top: 0;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.mobile-menu_wrapper.open .offcanvas-menu-inner .offcanvas-navigation {
  padding: 15px;
  max-height: 100%;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner .offcanvas-navigation .mobile-menu {
  padding-left: 0;
  list-style: none;
}

.social-box.header {
  bottom: 0;
}

.dark-theme .header-top.sticker.stick {
  background: #1F2325;
}

.dark-theme .mobile-menu_wrapper .offcanvas-menu-inner {
  background: #1F2325;
}

.dark-theme .offcanvas-navigation .mobile-menu li a {
  color: #fff;
}

.dark-theme .offcanvas-navigation .mobile-menu li a:hover {
  color: #2AACE3;
}

.dark-theme .mobile-menu_wrapper.open .offcanvas-menu-inner .image-box .box-image.logo-a .mobile-menu li .mm-text {
  color: #fff;
}

.dark-theme .home-section-1 {
  position: relative;
  margin: 120px 0 50px;
}

.dark-theme .home-section-1 .main-box {
  max-width: 100%;
  margin: 0 15%;
  padding: 0 20px;
}

.dark-theme .home-section-1 .main-box .wrapper {
  gap: 20px;
}

.dark-theme .home-section-1 .main-box .wrapper .left {
  width: 75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.dark-theme .home-section-1 .main-box .wrapper .left .hd-name .hello-name {
  font-size: 100px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 117px;
}

.dark-theme .home-section-1 .main-box .wrapper .left .hd-name .hello-name .shodow-s {
  position: relative;
  left: 15px;
  font-size: 150px;
  color: #FD2155;
  text-shadow: -1px 1px 0px #6398C4, -2px 2px 0px #6398C4, -3px 3px 0px #6398C4, -4px 4px 0px #6398C4, -5px 5px 0px #6398C4, -6px 6px 0px #6398C4, -7px 7px 0px #6398C4, -8px 8px 0px #6398C4, -9px 9px 0px #6398C4, -10px 10px 0px #6398C4, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.dark-theme .home-section-1 .main-box .wrapper .left .hd-name .hello-name .shodow-s:hover {
  color: #6398C4;
  text-shadow: -1px 1px 0px #FD2155, -2px 2px 0px #FD2155, -3px 3px 0px #FD2155, -4px 4px 0px #FD2155, -5px 5px 0px #FD2155, -6px 6px 0px #FD2155, -7px 7px 0px #FD2155, -8px 8px 0px #FD2155, -9px 9px 0px #FD2155, -10px 10px 0px #FD2155, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.dark-theme .home-section-1 .main-box .wrapper .left .des-name .designation-name {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  color: #fff;
}

.dark-theme .home-section-1 .main-box .wrapper .left .para {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #8A8989;
  margin: 0;
}

.dark-theme .home-section-1 .main-box .wrapper .right {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.dark-theme .home-section-1 .main-box .wrapper .right .image {
  text-align: right;
}

.dark-theme .home-section-1 .main-box .wrapper .right .image .dt-img {
  width: 80%;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.dark-theme .home-section-1 .main-box .wrapper .right .image .mb-img {
  display: none;
}

.dark-theme .modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.dark-theme .modal .modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dark-theme .modal .modal-close:hover, .dark-theme .modal .modal-close :focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.dark-theme .modal .modal-target {
  width: 300px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dark-theme .modal .modal-target:hover {
  opacity: 0.8;
}

.dark-theme .modal .modal-caption {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 767px;
  text-align: center;
  color: #1F2325;
  background: #fff;
  font-size: 1em;
  margin-top: 20px;
  border-radius: 3px;
}

.dark-theme .modal .modal-caption .modal-content {
  margin: auto;
  display: block;
  opacity: 1 !important;
  max-width: 767px;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  height: 400px;
  min-height: 400px;
  width: 100%;
}

.dark-theme .modal .modal-caption .box-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 5px;
}

.dark-theme .modal .modal-caption .box-model .cer-num {
  text-align: left;
}

.dark-theme .modal .modal-caption .box-model .issue-date {
  text-align: right;
}

.dark-theme .home-section-3 {
  position: relative;
}

.dark-theme .home-section-3 .hd-name {
  margin: 0;
}

.dark-theme .home-section-3 .hd-name .hello-name {
  font-size: 100px;
  color: #6398C4;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 117px;
}

.dark-theme .home-section-3 .hd-name .hello-name:hover {
  text-shadow: -1px 1px 0px #FD2155, -2px 2px 0px #FD2155, -3px 3px 0px #FD2155, -4px 4px 0px #FD2155, -5px 5px 0px #FD2155, -6px 6px 0px #FD2155, -7px 7px 0px #FD2155, -8px 8px 0px #FD2155, -9px 9px 0px #FD2155, -10px 10px 0px #FD2155, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.dark-theme .home-section-3 .main-box {
  max-width: 100%;
  margin: 50px 15%;
  padding: 0 20px;
}

.dark-theme .home-section-3 .main-box .box {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 5px;
  margin: 0;
}

.dark-theme .home-section-3 .main-box .box .para {
  margin: 0;
  padding: 0 5px;
  color: #fff;
}

.dark-theme .home-section-3 .main-box .box .para:hover {
  color: #8A8989;
}

.dark-theme .home-section-3 .main-box .box .para .sub-p {
  font-family: "Magra-Regular";
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin: 20px 0;
}

.dark-theme .home-section-3 .main-box .box .para .box-b .wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dark-theme .home-section-3 .main-box .box .para .box-b .wrapper .thanks {
  text-transform: capitalize;
  font-family: "Magra-Regular";
  line-height: 27px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.dark-theme .home-section-3 .main-box .box .para .box-b .wrapper .box-btn .btn-theame {
  margin: -5px 0;
  background: #222629;
  border: 2px solid #2AACE3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  color: #2AACE3;
  padding: 2px 40px;
  font-size: 25px;
  line-height: 40px;
  font-family: "Roboto";
}

.dark-theme .home-section-3 .main-box .box .para .box-b .wrapper .box-btn .btn-theame:hover {
  background: #2AACE3;
  color: #fff;
}

.dark-theme .home-section-3 .main-box .box .ul-box {
  margin: 50px 0;
  gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 80px 0;
}

.dark-theme .home-section-3 .main-box .box .ul-box .li-box {
  text-align: center;
  border: 2px solid #6398C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35px;
  padding: 30px 20px;
  width: 325px;
  max-width: 325px;
  height: 345px;
  min-height: 345px;
  position: relative;
  overflow: hidden;
  place-self: center;
}

.dark-theme .home-section-3 .main-box .box .ul-box .li-box::after, .dark-theme .home-section-3 .main-box .box .ul-box .li-box ::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #FD2155;
}

.dark-theme .home-section-3 .main-box .box .ul-box .li-box:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 0;
}

.dark-theme .home-section-3 .main-box .box .ul-box .li-box:hover {
  background: #6398C4;
  border: 2px solid #6398C4;
}

.dark-theme .home-section-3 .main-box .box .ul-box .li-box:hover::after {
  width: 100%;
  height: 100%;
}

.dark-theme .home-section-3 .main-box .box .ul-box .li-box .name {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}

.dark-theme .home-section-3 .main-box .box .ul-box .li-box .image {
  margin: 20px 0;
}

.dark-theme .home-section-3 .main-box .box .ul-box .li-box .image img {
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.dark-theme .home-section-3 .main-box .box .ul-box .li-box .image img:nth-child(2) {
  float: right;
}

.dark-theme .home-section-3 .main-box .box .ul-box2 {
  margin: 50px 0;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  display: -ms-grid;
  display: grid;
}

.dark-theme .home-section-3 .main-box .box .ul-box2 .li-box .image {
  text-align: center;
}

.dark-theme .home-section-3 .main-box .box .ul-box2 .li-box .image img {
  width: 100%;
  height: 230px;
  min-height: 230px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.dark-theme .home-section-3 .main-box .box .wrapper {
  gap: 20px;
  margin: 10px 0;
}

.dark-theme .home-section-3 .main-box .box .wrapper .left {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: -webkit-center;
}

.dark-theme .home-section-3 .main-box .box .wrapper .left.hob {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.dark-theme .home-section-3 .main-box .box .wrapper .left .form-box {
  margin: 50px 0;
}

.dark-theme .home-section-3 .main-box .box .wrapper .left .form-box .form-control {
  background-color: transparent;
  border-bottom: 2px solid #6398C4 !important;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.dark-theme .home-section-3 .main-box .box .wrapper .left .form-box .form-control:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 2px solid #6398C4 !important;
}

.dark-theme .home-section-3 .main-box .box .wrapper .left .form-box .form-control:hover {
  border-bottom: 2px solid #6398C4 !important;
  border-radius: 0;
}

.dark-theme .home-section-3 .main-box .box .wrapper .left .form-box .btn-box {
  margin: 20px auto;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name {
  font-family: 'Macondo', cursive;
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name .title-word {
  margin: 0 -7px;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word {
  -webkit-animation: color-animation 4s linear infinite;
          animation: color-animation 4s linear infinite;
  margin: 0 -7px;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-1 {
  --color-1: #DF8453;
  --color-2: #3D8DAE;
  --color-3: #E4A9A8;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-2 {
  --color-1: #DBAD4A;
  --color-2: #ACCFCB;
  --color-3: #17494D;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-3 {
  --color-1: #ACCFCB;
  --color-2: #E4A9A8;
  --color-3: #ACCFCB;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-4 {
  --color-1: #E4A9A8;
  --color-2: #ACCFCB;
  --color-3: #DBAD4A;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-5 {
  --color-1: #ACCFCB;
  --color-2: #DBAD4A;
  --color-3: #17494D;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-6 {
  --color-1: #3D8DAE;
  --color-2: #DF8453;
  --color-3: #E4A9A8;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-7 {
  --color-1: #DF8453;
  --color-2: #E4A9A8;
  --color-3: #FD2155;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-8 {
  --color-1: #8A8989;
  --color-2: #2AACE3;
  --color-3: #17494D;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-9 {
  --color-1: #DF8453;
  --color-2: #E4A9A8;
  --color-3: #FD2155;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-10 {
  --color-1: #ACCFCB;
  --color-2: #3D8DAE;
  --color-3: #DF8453;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .image {
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .image.hob img {
  width: 100%;
  padding: 20px;
}

.dark-theme .home-section-3 .main-box .box .wrapper .right .image img {
  width: 100%;
  padding: 20px;
  border-radius: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.dark-theme .home-section-3 .main-box .box .box-card {
  text-align: center;
  border: 1px solid #6398C4;
  width: 450px;
  max-width: 100%;
  margin: 50px auto;
  border-radius: 25px;
  padding: 10px;
}

.dark-theme .home-section-3 .main-box .box .box-card:hover {
  background: radial-gradient(50% 50% at 50% 50%, #2AACE3 0.01%, #6398C4 100%);
  border: 1px solid #fff;
}

.dark-theme .home-section-3 .main-box .box .box-card .image img {
  border-radius: 50%;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.dark-theme .home-section-3 .main-box .box .box-card .content {
  margin: 10px 0;
}

.dark-theme .home-section-3 .main-box .box .box-card .content .name {
  font-size: 36px;
  line-height: 45px;
  font-family: "Roboto";
  color: #fff;
}

.dark-theme .home-section-3 .main-box .box .box-card .content .des {
  font-size: 25px;
  line-height: 35px;
  font-family: "Roboto";
  color: #fff;
}

.dark-theme .home-section-3 .main-box .box .box-card .content .para {
  font-size: 18px;
  line-height: 35px;
  font-family: "Roboto";
  color: #fffc;
  font-weight: 500;
}

.dark-theme .home-section-3 .main-box .box .social-box {
  max-width: 220px;
  margin: 0 auto;
}

.dark-theme .home-section-3 .main-box .box .social-box .ul-box {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0;
}

.dark-theme .home-section-3 .main-box .box .social-box .ul-box .icon {
  color: #fff;
  padding: 7px;
  background: transparent;
  border-radius: 7px;
}

.dark-theme .home-section-3 .main-box .box .gallery-box {
  margin: 50px 0;
}

.dark-theme .home-section-3 .main-box .box .gallery-box .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dark-theme .home-section-3 .main-box .box .gallery-box .gallery .column {
  display: block;
  margin-right: .5vw;
  width: 100%;
}

.dark-theme .home-section-3 .main-box .box .gallery-box .gallery .column .item {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  margin: 20px 10px;
  border: 1px solid transparent;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
  display: block;
}

.dark-theme .home-section-3 .main-box .box .gallery-box .gallery .column .item .img {
  display: block;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  height: 100%;
}

.dark-theme .home-section-3 .main-box .box .gallery-box .gallery .column .item .imginfo {
  opacity: 0;
  bottom: -.78vw;
  left: .6vw;
  padding: .35vw;
  color: black;
  position: absolute;
  font-size: .65vw;
  font-family: "Quicksand";
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #fff;
}

.dark-theme .home-section-3 .main-box .box .gallery-box .gallery .column .item .imginfo .imgdesc {
  font-size: .58vw;
  color: dimgray;
  display: block;
}

.dark-theme .about-section-1 {
  position: relative;
}

.dark-theme .about-section-1 .hd-name {
  margin: 0;
}

.dark-theme .about-section-1 .hd-name .hello-name {
  font-size: 100px;
  color: #6398C4;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 117px;
  top: 135px;
  left: 250px;
}

.dark-theme .about-section-1 .hd-name .hello-name:hover {
  text-shadow: -1px 1px 0px #FD2155, -2px 2px 0px #FD2155, -3px 3px 0px #FD2155, -4px 4px 0px #FD2155, -5px 5px 0px #FD2155, -6px 6px 0px #FD2155, -7px 7px 0px #FD2155, -8px 8px 0px #FD2155, -9px 9px 0px #FD2155, -10px 10px 0px #FD2155, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.dark-theme .about-section-1 .main-box {
  max-width: 100%;
  margin: 0 15%;
  padding: 0 20px;
}

.dark-theme .about-section-1 .main-box .box {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 5px;
}

.dark-theme .about-section-1 .main-box .box .para {
  margin: 0;
  padding: 0 5px;
  color: #fff;
  margin: 80px 0;
  font-size: 18px;
}

.dark-theme .about-section-1 .main-box .box .para:hover {
  color: #8A8989;
}

.dark-theme .about-section-1 .main-box .box .para .sub-p {
  font-family: "Magra-Regular";
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin: 20px 0;
}

.dark-theme .about-section-1 .main-box .box .para .box-b {
  margin: 30px 0;
}

.dark-theme .about-section-1 .main-box .box .para .box-b .wrapper .thanks {
  text-transform: capitalize;
  font-family: "Magra-Regular";
  line-height: 27px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.dark-theme .about-section-1 .main-box .box .para .box-b .wrapper .box-btn {
  margin: 0 auto;
}

.dark-theme .about-section-1 .main-box .box .para .box-b .wrapper .box-btn .btn-theame {
  margin: -5px 0;
  background: #222629;
  border: 2px solid #2AACE3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  color: #2AACE3;
  padding: 2px 40px;
  font-size: 25px;
  line-height: 40px;
  font-family: "Roboto";
}

.dark-theme .about-section-1 .main-box .box .para .box-b .wrapper .box-btn .btn-theame:hover {
  background: #2AACE3;
  color: #fff;
}

.dark-theme .about-section-1 .main-box .box .ul-box {
  gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 80px 0;
}

.dark-theme .about-section-1 .main-box .box .ul-box .li-box {
  text-align: center;
  border: 2px solid #6398C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35px;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 595px;
  min-height: 595px;
}

.dark-theme .about-section-1 .main-box .box .ul-box .li-box .content {
  position: relative;
  margin: auto;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35px;
  width: 100%;
  max-width: 100%;
  height: 598px;
  min-height: 598px;
  padding: 50px 20px;
  left: 0;
  top: 0;
  bottom: 0;
}

.dark-theme .about-section-1 .main-box .box .ul-box .li-box .content .name {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}

.dark-theme .about-section-1 .main-box .box .ul-box .li-box .content .image {
  margin: 80px 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  text-align: center;
}

.dark-theme .about-section-1 .main-box .box .ul-box .li-box .content .image img {
  width: auto;
  margin: 30px 0;
}

.dark-theme .about-section-1 .main-box .box .ul-box .li-box .content:hover .content-overlay {
  opacity: 1;
}

.dark-theme .about-section-1 .main-box .box .ul-box .li-box .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.dark-theme .about-section-1 .main-box .box .ul-box .li-box .content .content-overlay {
  background: #6398C4;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border: 5px solid #6398C4;
  border-radius: 35px;
}

.dark-theme .about-section-1 .main-box .box .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.dark-theme .about-section-1 .main-box .box .content-details .name {
  color: #1F2325;
}

.dark-theme .about-section-1 .main-box .box .content-details .image {
  margin: 0 !important;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  text-align: center;
}

.dark-theme .about-section-1 .main-box .box .content-details .image img {
  width: auto;
  margin: 5px 0 !important;
}

.dark-theme .about-section-1 .main-box .box .content-details .content-text {
  color: #1F2325;
  font-size: 18px;
  font-family: "Magra-Regular";
  font-weight: normal;
  line-height: 22px;
  text-align: left;
  margin: 15px 0 !important;
}

.dark-theme .about-section-1 .main-box .box .content-details .content-title {
  margin: 15px 0;
}

.dark-theme .about-section-1 .main-box .box .content-details .content-title h3 {
  font-size: 15px;
  color: #1F2325;
  line-height: 26px;
  text-align: left;
}

.dark-theme .about-section-1 .main-box .box .content-details .btn-theame {
  margin: 5px 0 !important;
  background: #1F2325;
  border: 2px solid #2AACE3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  color: #2AACE3;
  padding: 5px 40px;
  font-size: 25px;
  line-height: 40px;
  font-family: "Roboto";
}

.dark-theme .about-section-1 .main-box .box .wrapper {
  margin: 10px 0;
}

.dark-theme .about-section-1 .main-box .box .wrapper .left {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: -webkit-center;
}

.dark-theme .about-section-1 .main-box .box .wrapper .left.hob {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.dark-theme .about-section-1 .main-box .box .wrapper .left .form-box {
  margin: 50px 0;
}

.dark-theme .about-section-1 .main-box .box .wrapper .left .form-box .form-control {
  background-color: transparent;
  border-bottom: 2px solid #6398C4 !important;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.dark-theme .about-section-1 .main-box .box .wrapper .left .form-box .form-control:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 2px solid #6398C4 !important;
}

.dark-theme .about-section-1 .main-box .box .wrapper .left .form-box .form-control:hover {
  border-bottom: 2px solid #6398C4 !important;
  border-radius: 0;
}

.dark-theme .about-section-1 .main-box .box .wrapper .left .form-box .btn-box {
  margin: 20px auto;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: -webkit-center;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name {
  font-family: 'Macondo', cursive;
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name .title-word {
  margin: 0 -7px;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word {
  -webkit-animation: color-animation 4s linear infinite;
          animation: color-animation 4s linear infinite;
  margin: 0 -7px;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-1 {
  --color-1: #DF8453;
  --color-2: #3D8DAE;
  --color-3: #E4A9A8;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-2 {
  --color-1: #DBAD4A;
  --color-2: #ACCFCB;
  --color-3: #17494D;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-3 {
  --color-1: #ACCFCB;
  --color-2: #E4A9A8;
  --color-3: #ACCFCB;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-4 {
  --color-1: #E4A9A8;
  --color-2: #ACCFCB;
  --color-3: #DBAD4A;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-5 {
  --color-1: #ACCFCB;
  --color-2: #DBAD4A;
  --color-3: #17494D;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-6 {
  --color-1: #3D8DAE;
  --color-2: #DF8453;
  --color-3: #E4A9A8;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-7 {
  --color-1: #DF8453;
  --color-2: #E4A9A8;
  --color-3: #FD2155;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-8 {
  --color-1: #8A8989;
  --color-2: #2AACE3;
  --color-3: #17494D;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-9 {
  --color-1: #DF8453;
  --color-2: #E4A9A8;
  --color-3: #FD2155;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-10 {
  --color-1: #ACCFCB;
  --color-2: #3D8DAE;
  --color-3: #DF8453;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .image {
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .image:hover {
  border: 1px solid #FD2155;
  -webkit-animation: color-change 2s linear infinite;
          animation: color-change 2s linear infinite;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .image.hob img {
  width: 100%;
  padding: 20px;
}

.dark-theme .about-section-1 .main-box .box .wrapper .right .image img {
  width: 100%;
  padding: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.dark-theme .about-section-1 .main-box .box .box-card {
  text-align: center;
  border: 1px solid #6398C4;
  width: 450px;
  max-width: 100%;
  margin: 50px auto;
  border-radius: 25px;
  padding: 10px;
}

.dark-theme .about-section-1 .main-box .box .box-card:hover {
  background: radial-gradient(50% 50% at 50% 50%, #2AACE3 0.01%, #6398C4 100%);
  border: 1px solid #fff;
}

.dark-theme .about-section-1 .main-box .box .box-card .image img {
  border-radius: 50%;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.dark-theme .about-section-1 .main-box .box .box-card .content {
  margin: 10px 0;
}

.dark-theme .about-section-1 .main-box .box .box-card .content .name {
  font-size: 36px;
  line-height: 45px;
  font-family: "Roboto";
  color: #fff;
}

.dark-theme .about-section-1 .main-box .box .box-card .content .des {
  font-size: 25px;
  line-height: 35px;
  font-family: "Roboto";
  color: #fff;
}

.dark-theme .about-section-1 .main-box .box .box-card .content .para {
  font-size: 18px;
  line-height: 35px;
  font-family: "Roboto";
  color: #fffc;
  font-weight: 500;
}

.dark-theme .about-section-1 .main-box .box .social-box {
  max-width: 220px;
  margin: 0 auto;
}

.dark-theme .about-section-1 .main-box .box .social-box .ul-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0;
}

.dark-theme .about-section-1 .main-box .box .social-box .ul-box .icon {
  color: #fff;
  padding: 7px;
  background: transparent;
  border-radius: 7px;
}

.dark-theme .about-section-1 .main-box .box .gallery-box {
  margin: 50px 0;
}

.dark-theme .about-section-1 .main-box .box .gallery-box .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dark-theme .about-section-1 .main-box .box .gallery-box .gallery .column {
  display: block;
  margin-right: .5vw;
  width: 100%;
}

.dark-theme .about-section-1 .main-box .box .gallery-box .gallery .column .item {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  margin: 20px 10px;
  border: 1px solid transparent;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
  display: block;
}

.dark-theme .about-section-1 .main-box .box .gallery-box .gallery .column .item .middle {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.dark-theme .about-section-1 .main-box .box .gallery-box .gallery .column .item .middle .text {
  background-color: #FD2155;
  color: #fff;
  font-size: 16px;
  padding: 16px 32px;
}

.dark-theme .about-section-1 .main-box .box .gallery-box .gallery .column .item .img {
  display: block;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  height: 100%;
}

.dark-theme .about-section-1 .main-box .box .gallery-box .gallery .column .item .imginfo {
  opacity: 0;
  bottom: -.78vw;
  left: .6vw;
  padding: .35vw;
  color: black;
  position: absolute;
  font-size: .65vw;
  font-family: "Quicksand";
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #fff;
}

.dark-theme .about-section-1 .main-box .box .gallery-box .gallery .column .item .imginfo .imgdesc {
  font-size: .58vw;
  color: dimgray;
  display: block;
}

.home-section-1 {
  position: relative;
  margin: 120px 0 50px;
}

.home-section-1 .main-box {
  max-width: 100%;
  margin: 0 15%;
  padding: 0 20px;
}

.home-section-1 .main-box .wrapper {
  gap: 20px;
}

.home-section-1 .main-box .wrapper .left {
  width: 75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.home-section-1 .main-box .wrapper .left .hd-name .hello-name {
  font-size: 100px;
  color: #1F2325;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 117px;
}

.home-section-1 .main-box .wrapper .left .hd-name .hello-name .shodow-s {
  position: relative;
  left: 15px;
  font-size: 150px;
  color: #FD2155;
  margin: 0 10px 0 0;
  text-shadow: -1px 1px 0px #6398C4, -2px 2px 0px #6398C4, -3px 3px 0px #6398C4, -4px 4px 0px #6398C4, -5px 5px 0px #6398C4, -6px 6px 0px #6398C4, -7px 7px 0px #6398C4, -8px 8px 0px #6398C4, -9px 9px 0px #6398C4, -10px 10px 0px #6398C4, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.home-section-1 .main-box .wrapper .left .hd-name .hello-name .shodow-s:hover {
  color: #6398C4;
  text-shadow: -1px 1px 0px #FD2155, -2px 2px 0px #FD2155, -3px 3px 0px #FD2155, -4px 4px 0px #FD2155, -5px 5px 0px #FD2155, -6px 6px 0px #FD2155, -7px 7px 0px #FD2155, -8px 8px 0px #FD2155, -9px 9px 0px #FD2155, -10px 10px 0px #FD2155, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.home-section-1 .main-box .wrapper .left .des-name .designation-name {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  color: #1F2325;
}

.home-section-1 .main-box .wrapper .left .para {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #8A8989;
  margin: 0;
}

.home-section-1 .main-box .wrapper .right {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.home-section-1 .main-box .wrapper .right .image {
  text-align: right;
}

.home-section-1 .main-box .wrapper .right .image .dt-img {
  width: 80%;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.home-section-1 .main-box .wrapper .right .image .mb-img {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal .modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal .modal-close:hover, .modal .modal-close :focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.modal .modal-target {
  width: 300px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal .modal-target:hover {
  opacity: 0.8;
}

.modal .modal-caption {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 767px;
  text-align: center;
  color: #1F2325;
  background: #fff;
  font-size: 1em;
  margin-top: 20px;
  border-radius: 3px;
}

.modal .modal-caption .modal-content {
  margin: auto;
  display: block;
  opacity: 1 !important;
  max-width: 767px;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  height: 400px;
  min-height: 400px;
  width: 100%;
}

.modal .modal-caption .box-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 5px;
}

.modal .modal-caption .box-model .cer-num {
  text-align: left;
}

.modal .modal-caption .box-model .issue-date {
  text-align: right;
}

.home-section-3 {
  position: relative;
}

.home-section-3 .hd-name {
  margin: 0;
}

.home-section-3 .hd-name .hello-name {
  font-size: 100px;
  color: #6398C4;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 117px;
}

.home-section-3 .hd-name .hello-name:hover {
  text-shadow: -1px 1px 0px #FD2155, -2px 2px 0px #FD2155, -3px 3px 0px #FD2155, -4px 4px 0px #FD2155, -5px 5px 0px #FD2155, -6px 6px 0px #FD2155, -7px 7px 0px #FD2155, -8px 8px 0px #FD2155, -9px 9px 0px #FD2155, -10px 10px 0px #FD2155, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.home-section-3 .main-box {
  max-width: 100%;
  margin: 50px 15%;
  padding: 0 20px;
}

.home-section-3 .main-box .box {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 5px;
  margin: 0;
}

.home-section-3 .main-box .box .para {
  margin: 0;
  padding: 0 5px;
  color: #1F2325;
  text-align: left;
}

.home-section-3 .main-box .box .para:hover {
  color: #8A8989;
}

.home-section-3 .main-box .box .para .sub-p {
  font-family: "Magra-Regular";
  font-size: 20px;
  line-height: 27px;
  color: #1F2325;
  margin: 20px 0;
}

.home-section-3 .main-box .box .para .box-b .wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-section-3 .main-box .box .para .box-b .wrapper .thanks {
  text-transform: capitalize;
  font-family: "Magra-Regular";
  line-height: 27px;
  color: #1F2325;
  font-size: 30px;
  font-weight: 500;
}

.home-section-3 .main-box .box .para .box-b .wrapper .box-btn .btn-theame {
  margin: -5px 0;
  background: #fff;
  border: 2px solid #2AACE3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  color: #2AACE3;
  padding: 2px 40px;
  font-size: 25px;
  line-height: 40px;
  font-family: "Roboto";
}

.home-section-3 .main-box .box .para .box-b .wrapper .box-btn .btn-theame:hover {
  background: #2AACE3;
  color: #fff;
}

.home-section-3 .main-box .box .ul-box2 {
  margin: 50px 0;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  display: -ms-grid;
  display: grid;
}

.home-section-3 .main-box .box .ul-box2 .li-box .image {
  text-align: center;
  opacity: 0.2;
}

.home-section-3 .main-box .box .ul-box2 .li-box .image:hover {
  opacity: 1;
}

.home-section-3 .main-box .box .ul-box2 .li-box .image img {
  width: 100%;
  height: 230px;
  min-height: 230px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.home-section-3 .main-box .box .wrapper {
  gap: 20px;
  margin: 10px 0;
}

.home-section-3 .main-box .box .wrapper .left {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: -webkit-center;
}

.home-section-3 .main-box .box .wrapper .left.hob {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.home-section-3 .main-box .box .wrapper .left .form-box {
  margin: 50px 0;
}

.home-section-3 .main-box .box .wrapper .left .form-box .form-control {
  background-color: transparent;
  border-bottom: 2px solid #6398C4 !important;
  border: 0;
  border-radius: 0;
  color: #1F2325;
}

.home-section-3 .main-box .box .wrapper .left .form-box .form-control:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 2px solid #6398C4 !important;
}

.home-section-3 .main-box .box .wrapper .left .form-box .form-control:hover {
  border-bottom: 2px solid #6398C4 !important;
  border-radius: 0;
}

.home-section-3 .main-box .box .wrapper .left .form-box .btn-box {
  margin: 20px auto;
}

.home-section-3 .main-box .box .wrapper .right {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.home-section-3 .main-box .box .wrapper .right .hd-name {
  font-family: 'Macondo', cursive;
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.home-section-3 .main-box .box .wrapper .right .hd-name .title-word {
  margin: 0 -7px;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word {
  -webkit-animation: color-animation 4s linear infinite;
          animation: color-animation 4s linear infinite;
  margin: 0 -7px;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-1 {
  --color-1: #DF8453;
  --color-2: #3D8DAE;
  --color-3: #E4A9A8;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-2 {
  --color-1: #DBAD4A;
  --color-2: #ACCFCB;
  --color-3: #17494D;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-3 {
  --color-1: #ACCFCB;
  --color-2: #E4A9A8;
  --color-3: #ACCFCB;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-4 {
  --color-1: #E4A9A8;
  --color-2: #ACCFCB;
  --color-3: #DBAD4A;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-5 {
  --color-1: #ACCFCB;
  --color-2: #DBAD4A;
  --color-3: #17494D;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-6 {
  --color-1: #3D8DAE;
  --color-2: #DF8453;
  --color-3: #E4A9A8;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-7 {
  --color-1: #DF8453;
  --color-2: #E4A9A8;
  --color-3: #FD2155;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-8 {
  --color-1: #8A8989;
  --color-2: #2AACE3;
  --color-3: #17494D;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-9 {
  --color-1: #DF8453;
  --color-2: #E4A9A8;
  --color-3: #FD2155;
}

.home-section-3 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-10 {
  --color-1: #ACCFCB;
  --color-2: #3D8DAE;
  --color-3: #DF8453;
}

.home-section-3 .main-box .box .wrapper .right .image {
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
}

.home-section-3 .main-box .box .wrapper .right .image.hob img {
  width: 100%;
  padding: 20px;
}

.home-section-3 .main-box .box .wrapper .right .image img {
  width: 100%;
  padding: 20px;
  border-radius: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.home-section-3 .main-box .box .box-card {
  text-align: center;
  border: 1px solid #6398C4;
  width: 450px;
  max-width: 100%;
  margin: 50px auto;
  border-radius: 25px;
  padding: 10px;
}

.home-section-3 .main-box .box .box-card:hover {
  background: radial-gradient(50% 50% at 50% 50%, #2AACE3 0.01%, #6398C4 100%);
  border: 1px solid #fff;
}

.home-section-3 .main-box .box .box-card .image img {
  border-radius: 50%;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.home-section-3 .main-box .box .box-card .content {
  margin: 10px 0;
}

.home-section-3 .main-box .box .box-card .content .name {
  font-size: 36px;
  line-height: 45px;
  font-family: "Roboto";
  color: #1F2325;
}

.home-section-3 .main-box .box .box-card .content .des {
  font-size: 25px;
  line-height: 35px;
  font-family: "Roboto";
  color: #1F2325;
}

.home-section-3 .main-box .box .box-card .content .para {
  font-size: 18px;
  line-height: 35px;
  font-family: "Roboto";
  color: #1F2325;
  font-weight: 500;
}

.home-section-3 .main-box .box .social-box {
  max-width: 220px;
  margin: 0 auto;
}

.home-section-3 .main-box .box .social-box .ul-box {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0;
}

.home-section-3 .main-box .box .social-box .ul-box .icon {
  color: #fff;
  padding: 7px;
  background: transparent;
  border-radius: 7px;
}

.home-section-3 .main-box .box .gallery-box {
  margin: 50px 0;
}

.home-section-3 .main-box .box .gallery-box .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-section-3 .main-box .box .gallery-box .gallery .column {
  display: block;
  margin-right: .5vw;
  width: 100%;
}

.home-section-3 .main-box .box .gallery-box .gallery .column .item {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  margin: 20px 10px;
  border: 1px solid transparent;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
  display: block;
}

.home-section-3 .main-box .box .gallery-box .gallery .column .item .img {
  display: block;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  height: 100%;
}

.home-section-3 .main-box .box .gallery-box .gallery .column .item .imginfo {
  opacity: 0;
  bottom: -.78vw;
  left: .6vw;
  padding: .35vw;
  color: black;
  position: absolute;
  font-size: .65vw;
  font-family: "Quicksand";
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #fff;
}

.home-section-3 .main-box .box .gallery-box .gallery .column .item .imginfo .imgdesc {
  font-size: .58vw;
  color: dimgray;
  display: block;
}

.about-section-1 {
  position: relative;
}

.about-section-1 .hd-name {
  margin: 0;
}

.about-section-1 .hd-name .hello-name {
  font-size: 100px;
  color: #6398C4;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 117px;
  top: 135px;
  left: 250px;
}

.about-section-1 .hd-name .hello-name:hover {
  text-shadow: -1px 1px 0px #FD2155, -2px 2px 0px #FD2155, -3px 3px 0px #FD2155, -4px 4px 0px #FD2155, -5px 5px 0px #FD2155, -6px 6px 0px #FD2155, -7px 7px 0px #FD2155, -8px 8px 0px #FD2155, -9px 9px 0px #FD2155, -10px 10px 0px #FD2155, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.about-section-1 .main-box {
  max-width: 100%;
  margin: 0 15%;
  padding: 0 20px;
}

.about-section-1 .main-box .box {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 5px;
}

.about-section-1 .main-box .box .para {
  margin: 0;
  padding: 0 5px;
  color: #1F2325;
  margin: 80px 0;
  font-size: 18px;
}

.about-section-1 .main-box .box .para:hover {
  color: #8A8989;
}

.about-section-1 .main-box .box .para .sub-p {
  font-family: "Magra-Regular";
  font-size: 20px;
  line-height: 27px;
  color: #1F2325;
  margin: 20px 0;
}

.about-section-1 .main-box .box .para .box-b {
  margin: 30px 0;
}

.about-section-1 .main-box .box .para .box-b .wrapper .thanks {
  text-transform: capitalize;
  font-family: "Magra-Regular";
  line-height: 27px;
  color: #222629;
  font-size: 30px;
  font-weight: 500;
}

.about-section-1 .main-box .box .para .box-b .wrapper .box-btn {
  margin: 0 auto;
}

.about-section-1 .main-box .box .para .box-b .wrapper .box-btn .btn-theame {
  margin: -5px 0;
  background: #222629;
  border: 2px solid #2AACE3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  color: #2AACE3;
  padding: 2px 40px;
  font-size: 25px;
  line-height: 40px;
  font-family: "Roboto";
}

.about-section-1 .main-box .box .para .box-b .wrapper .box-btn .btn-theame:hover {
  background: #2AACE3;
  color: #fff;
}

.about-section-1 .main-box .box .ul-box {
  gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 80px 0;
}

.about-section-1 .main-box .box .ul-box .li-box {
  text-align: center;
  border: 2px solid #6398C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35px;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 595px;
  min-height: 595px;
}

.about-section-1 .main-box .box .ul-box .li-box .content {
  position: relative;
  margin: auto;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35px;
  width: 100%;
  max-width: 100%;
  height: 598px;
  min-height: 598px;
  padding: 50px 20px;
  left: 0;
  top: 0;
  bottom: 0;
}

.about-section-1 .main-box .box .ul-box .li-box .content .name {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  color: #1F2325;
}

.about-section-1 .main-box .box .ul-box .li-box .content .image {
  margin: 80px 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  text-align: center;
}

.about-section-1 .main-box .box .ul-box .li-box .content .image img {
  width: auto;
  margin: 30px 0;
}

.about-section-1 .main-box .box .ul-box .li-box .content:hover .content-overlay {
  opacity: 1;
}

.about-section-1 .main-box .box .ul-box .li-box .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.about-section-1 .main-box .box .ul-box .li-box .content .content-overlay {
  background: #6398C4;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: -1px;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border: 6px solid #6398C4;
  border-radius: 35px;
}

.about-section-1 .main-box .box .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.about-section-1 .main-box .box .content-details .name {
  color: #1F2325;
}

.about-section-1 .main-box .box .content-details .image {
  margin: 0 !important;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  text-align: center;
}

.about-section-1 .main-box .box .content-details .image img {
  width: auto;
  margin: 5px 0 !important;
}

.about-section-1 .main-box .box .content-details .content-text {
  color: #1F2325;
  font-size: 18px;
  font-family: "Magra-Regular";
  font-weight: normal;
  line-height: 22px;
  text-align: left;
  margin: 15px 0 !important;
}

.about-section-1 .main-box .box .content-details .content-title {
  margin: 15px 0;
}

.about-section-1 .main-box .box .content-details .content-title h3 {
  font-size: 15px;
  color: #1F2325;
  line-height: 26px;
  text-align: left;
}

.about-section-1 .main-box .box .content-details .btn-theame {
  margin: 5px 0 !important;
  background: #1F2325;
  border: 2px solid #2AACE3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  color: #2AACE3;
  padding: 5px 40px;
  font-size: 25px;
  line-height: 40px;
  font-family: "Roboto";
}

.about-section-1 .main-box .box .ul-box2 {
  margin: 50px 0;
  gap: 15px;
  display: -ms-grid;
  display: grid;
  padding: 30px 0;
}

.about-section-1 .main-box .box .ul-box2 .li-box {
  place-self: center;
}

.about-section-1 .main-box .box .ul-box2 .li-box .image {
  text-align: center;
  opacity: 0.5;
  -webkit-transition: .5s;
  transition: .5s;
}

.about-section-1 .main-box .box .ul-box2 .li-box .image:hover {
  opacity: 1;
}

.about-section-1 .main-box .box .ul-box2 .li-box .image img {
  width: 100%;
  height: 230px;
  min-height: 230px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 302px;
  border-radius: 7px;
}

.about-section-1 .main-box .box .wrapper {
  margin: 10px 0;
}

.about-section-1 .main-box .box .wrapper .left {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: -webkit-center;
}

.about-section-1 .main-box .box .wrapper .left.hob {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.about-section-1 .main-box .box .wrapper .left .form-box {
  margin: 50px 0;
}

.about-section-1 .main-box .box .wrapper .left .form-box .form-control {
  background-color: transparent;
  border-bottom: 2px solid #6398C4 !important;
  border: 0;
  border-radius: 0;
}

.about-section-1 .main-box .box .wrapper .left .form-box .form-control:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 2px solid #6398C4 !important;
}

.about-section-1 .main-box .box .wrapper .left .form-box .form-control:hover {
  border-bottom: 2px solid #6398C4 !important;
  border-radius: 0;
}

.about-section-1 .main-box .box .wrapper .left .form-box .btn-box {
  margin: 20px auto;
}

.about-section-1 .main-box .box .wrapper .right {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: -webkit-center;
}

.about-section-1 .main-box .box .wrapper .right .hd-name {
  font-family: 'Macondo', cursive;
  font-size: 50px;
  color: #222629;
  text-align: center;
  margin: 20px 0;
}

.about-section-1 .main-box .box .wrapper .right .hd-name .title-word {
  margin: 0 -7px;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word {
  -webkit-animation: color-animation 4s linear infinite;
          animation: color-animation 4s linear infinite;
  margin: 0 -7px;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-1 {
  --color-1: #DF8453;
  --color-2: #3D8DAE;
  --color-3: #E4A9A8;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-2 {
  --color-1: #DBAD4A;
  --color-2: #ACCFCB;
  --color-3: #17494D;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-3 {
  --color-1: #ACCFCB;
  --color-2: #E4A9A8;
  --color-3: #ACCFCB;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-4 {
  --color-1: #E4A9A8;
  --color-2: #ACCFCB;
  --color-3: #DBAD4A;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-5 {
  --color-1: #ACCFCB;
  --color-2: #DBAD4A;
  --color-3: #17494D;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-6 {
  --color-1: #3D8DAE;
  --color-2: #DF8453;
  --color-3: #E4A9A8;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-7 {
  --color-1: #DF8453;
  --color-2: #E4A9A8;
  --color-3: #FD2155;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-8 {
  --color-1: #8A8989;
  --color-2: #2AACE3;
  --color-3: #17494D;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-9 {
  --color-1: #DF8453;
  --color-2: #E4A9A8;
  --color-3: #FD2155;
}

.about-section-1 .main-box .box .wrapper .right .hd-name:hover .title-word.title-word-10 {
  --color-1: #ACCFCB;
  --color-2: #3D8DAE;
  --color-3: #DF8453;
}

.about-section-1 .main-box .box .wrapper .right .image {
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.about-section-1 .main-box .box .wrapper .right .image:hover {
  border: 1px solid #FD2155;
  -webkit-animation: color-change 2s linear infinite;
          animation: color-change 2s linear infinite;
}

.about-section-1 .main-box .box .wrapper .right .image.hob img {
  width: 100%;
  padding: 20px;
}

.about-section-1 .main-box .box .wrapper .right .image img {
  width: 100%;
  padding: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.about-section-1 .main-box .box .box-card {
  text-align: center;
  border: 1px solid #6398C4;
  width: 450px;
  max-width: 100%;
  margin: 50px auto;
  border-radius: 25px;
  padding: 10px;
}

.about-section-1 .main-box .box .box-card:hover {
  background: radial-gradient(50% 50% at 50% 50%, #2AACE3 0.01%, #6398C4 100%);
  border: 1px solid #fff;
}

.about-section-1 .main-box .box .box-card .image img {
  border-radius: 50%;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.about-section-1 .main-box .box .box-card .content {
  margin: 10px 0;
}

.about-section-1 .main-box .box .box-card .content .name {
  font-size: 36px;
  line-height: 45px;
  font-family: "Roboto";
  color: #1F2325;
}

.about-section-1 .main-box .box .box-card .content .des {
  font-size: 25px;
  line-height: 35px;
  font-family: "Roboto";
  color: #1F2325;
}

.about-section-1 .main-box .box .box-card .content .para {
  font-size: 18px;
  line-height: 35px;
  font-family: "Roboto";
  color: #1F2325;
  font-weight: 500;
}

.about-section-1 .main-box .box .social-box {
  max-width: 220px;
  margin: 0 auto;
}

.about-section-1 .main-box .box .social-box .ul-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0;
}

.about-section-1 .main-box .box .social-box .ul-box .icon {
  color: #fff;
  padding: 7px;
  background: transparent;
  border-radius: 7px;
}

.about-section-1 .main-box .box .gallery-box {
  margin: 50px 0;
}

.about-section-1 .main-box .box .gallery-box .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-section-1 .main-box .box .gallery-box .gallery .column {
  display: block;
  margin-right: .5vw;
  width: 100%;
}

.about-section-1 .main-box .box .gallery-box .gallery .column .item {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  margin: 20px 10px;
  border: 1px solid transparent;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
  display: block;
}

.about-section-1 .main-box .box .gallery-box .gallery .column .item .middle {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.about-section-1 .main-box .box .gallery-box .gallery .column .item .middle .text {
  background-color: #FD2155;
  color: #fff;
  font-size: 16px;
  padding: 16px 32px;
}

.about-section-1 .main-box .box .gallery-box .gallery .column .item .img {
  display: block;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  height: 100%;
}

.about-section-1 .main-box .box .gallery-box .gallery .column .item .imginfo {
  opacity: 0;
  bottom: -.78vw;
  left: .6vw;
  padding: .35vw;
  color: black;
  position: absolute;
  font-size: .65vw;
  font-family: "Quicksand";
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #fff;
}

.about-section-1 .main-box .box .gallery-box .gallery .column .item .imginfo .imgdesc {
  font-size: .58vw;
  color: dimgray;
  display: block;
}

.main-box .box .hd-name {
  margin: 70px 0;
}

.main-box .box .hd-name .hello-name {
  margin-top: 50px;
}

.back-content .fake-big {
  font-family: "Roboto";
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18rem;
  color: #ffffff0a;
  width: 100%;
  text-align: right;
  position: absolute;
  z-index: -1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  top: -7rem;
  left: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.back-content .fake-big.contact {
  text-transform: capitalize;
  top: -5.5rem;
  font-size: 18rem;
}

.dark-theme .back-content {
  max-width: 100%;
  background: #181818;
  height: 250px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.back-content {
  max-width: 100%;
  background: #b4b1b180;
  height: 250px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.back-content .fake-big {
  color: #ffffff33;
}

.about-section-1 .hd-name .hello-name {
  font-size: 100px;
  color: #6398C4;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 117px;
  position: relative;
  top: 135px;
  left: 225px;
}

.about-section-1 .hd-name .hello-name .shodow-s {
  position: relative;
  left: 15px;
  font-size: 150px;
  color: #FD2155;
  text-shadow: -1px 1px 0px #6398C4, -2px 2px 0px #6398C4, -3px 3px 0px #6398C4, -4px 4px 0px #6398C4, -5px 5px 0px #6398C4, -6px 6px 0px #6398C4, -7px 7px 0px #6398C4, -8px 8px 0px #6398C4, -9px 9px 0px #6398C4, -10px 10px 0px #6398C4, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.about-section-1 .hd-name .hello-name .shodow-s:hover {
  color: #6398C4;
  text-shadow: -1px 1px 0px #FD2155, -2px 2px 0px #FD2155, -3px 3px 0px #FD2155, -4px 4px 0px #FD2155, -5px 5px 0px #FD2155, -6px 6px 0px #FD2155, -7px 7px 0px #FD2155, -8px 8px 0px #FD2155, -9px 9px 0px #FD2155, -10px 10px 0px #FD2155, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.home-section-3 .hd-name .hello-name {
  font-size: 100px;
  color: #6398C4;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 117px;
  position: relative;
  top: 135px;
  left: 225px;
}

.home-section-3 .hd-name .hello-name .shodow-s {
  position: relative;
  left: 15px;
  font-size: 150px;
  color: #FD2155;
  text-shadow: -1px 1px 0px #6398C4, -2px 2px 0px #6398C4, -3px 3px 0px #6398C4, -4px 4px 0px #6398C4, -5px 5px 0px #6398C4, -6px 6px 0px #6398C4, -7px 7px 0px #6398C4, -8px 8px 0px #6398C4, -9px 9px 0px #6398C4, -10px 10px 0px #6398C4, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.home-section-3 .hd-name .hello-name .shodow-s:hover {
  color: #6398C4;
  text-shadow: -1px 1px 0px #FD2155, -2px 2px 0px #FD2155, -3px 3px 0px #FD2155, -4px 4px 0px #FD2155, -5px 5px 0px #FD2155, -6px 6px 0px #FD2155, -7px 7px 0px #FD2155, -8px 8px 0px #FD2155, -9px 9px 0px #FD2155, -10px 10px 0px #FD2155, -15px 15px 25px rgba(0, 0, 0, 0.2);
}

.about-section-1 .main-box .box .social-box .ul-box {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.sec-img {
  position: relative;
  text-align: left;
  margin: -10px 12%;
}

.sec-img2 {
  position: absolute;
  z-index: 9;
  right: 0;
  margin: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -10px 78%;
}

.sec-img1 {
  position: absolute;
  top: 25px;
  margin: 20px 12%;
}

.sec-img3 {
  position: relative;
  top: -25px;
  margin: 20px 14%;
}

.sec-img2.p {
  margin: -30px 83%;
}

.para-box {
  margin: 100px 0;
}

.para-box.two {
  margin: 50px 0;
}

.sec-img2.i {
  margin: -25px 82%;
}

.sec-img2.s {
  margin: -10px 82%;
}

.para-b {
  margin: 50px 0;
}

.p-box {
  padding: 50px 0;
}

.sec-img2.h3 {
  margin: 10px 83%;
}

.sec-img2.h2 {
  margin: -60px 83%;
}

@-webkit-keyframes zoom {
  from {
    -webkit-atransform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes color-animation {
  0% {
    color: var(--color-1);
  }
  32% {
    color: var(--color-1);
  }
  33% {
    color: var(--color-2);
  }
  65% {
    color: var(--color-2);
  }
  66% {
    color: var(--color-3);
  }
  99% {
    color: var(--color-3);
  }
  100% {
    color: var(--color-1);
  }
}

@keyframes color-animation {
  0% {
    color: var(--color-1);
  }
  32% {
    color: var(--color-1);
  }
  33% {
    color: var(--color-2);
  }
  65% {
    color: var(--color-2);
  }
  66% {
    color: var(--color-3);
  }
  99% {
    color: var(--color-3);
  }
  100% {
    color: var(--color-1);
  }
}

.btn-theame {
  margin: -5px 0;
  background: transparent;
  border: 2px solid #6398C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  color: #6398C4;
  padding: 5px 40px;
  font-size: 25px;
  line-height: 40px;
  font-family: "Roboto";
}

.btn-theame:hover {
  background: #6398C4;
  color: #fff;
}

.btn-theame2 {
  padding: 20px 90px;
  margin: 0 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
}

.btn-theame2:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  position: absolute;
  left: 0%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -webkit-transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-theame2:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  position: absolute;
  left: 0%;
  opacity: 1;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-theame2:hover {
  border: 1px solid transparent;
  color: #80ffd3 !important;
}

.btn-theame2:hover::before {
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.btn-theame2:hover::after {
  opacity: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@-webkit-keyframes color-change {
  0%, 100% {
    border-color: #1F2325;
  }
  20% {
    border-color: #6398C4;
  }
  40% {
    border-color: #FD2155;
  }
  60% {
    border-color: #FD2155;
  }
  80% {
    border-color: #fff;
  }
}

@keyframes color-change {
  0%, 100% {
    border-color: #1F2325;
  }
  20% {
    border-color: #6398C4;
  }
  40% {
    border-color: #FD2155;
  }
  60% {
    border-color: #FD2155;
  }
  80% {
    border-color: #fff;
  }
}

.theame {
  position: relative;
  top: -55px;
}

.theame .change-theme {
  font-size: 1.5rem;
}

.fake-big.work {
  left: 0;
  font-size: 20rem;
  top: -7rem;
  font-weight: 600;
}

.sec-img2.sam {
  margin: -20px 78%;
}

.fake-big.about {
  left: 0;
  font-size: 20rem;
  top: -7rem;
  font-weight: 600;
}

.sec-img2.m {
  margin: 0 83%;
}

.fake-big.gallery {
  top: -5rem;
}

/* Social Media */
.social_media__section {
  min-height: 10vh;
  padding: 50px 0px;
  border: 10px solid transparent;
}

.social_media__section .Social__media___card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.social_media__section .Social__media___card:hover {
  border-radius: 19px;
  -webkit-box-shadow: 5px 5px 10px #bebebe, -5px -5px 10px #ffffff;
          box-shadow: 5px 5px 10px #bebebe, -5px -5px 10px #ffffff;
  cursor: pointer;
}

.social_media__section .Social__media___card .Social__Profile__details {
  text-align: center;
}

.social_media__section .Social__media___card .Social__Profile__details h5 {
  color: crimson;
  margin-top: 10px;
  font-weight: 600;
}

.Social__Profile__details
.Socail_Media_proifle {
  border-radius: 20px;
}

.word {
  margin: auto;
  text-shadow: 5px 2px #fff3, 2px 4px #fff3, 3px 5px #fff3;
  height: 50px;
}

.dark-theme .word {
  margin: auto;
  text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
  height: 50px;
}

.hello-name span {
  letter-spacing: 0;
  margin: -12px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .8s;
  transition: .8s;
}

.hello-name span:hover {
  color: #6398C4;
}

@media only screen and (max-width: 2040px) {
  .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 1500px) {
  .dark-theme .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1366px) {
  .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1300px) {
  .dark-theme .home-section-1 .main-box .wrapper .left .hd-name .hello-name {
    font-size: 64px;
  }
  .hello-name span {
    margin: -3px;
  }
  .dark-theme .about-section-1 .main-box {
    margin: 0 auto;
  }
  .about-section-1 .main-box {
    margin: 0 auto;
  }
  .day .about-section-1 .main-box {
    margin: 0 auto;
  }
  .sec-img2 {
    margin: -20px 75%;
  }
}

@media only screen and (max-width: 1060px) {
  .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .about-section-1 .main-box .box .para .sub-p {
    margin: 10px 0;
  }
  .dark-theme .about-section-1 .main-box .box .para .sub-p {
    margin: 10px 0;
  }
  .about-section-1 .main-box .box .ul-box .li-box .content {
    width: 100%;
  }
  .dark-theme .about-section-1 .main-box .box .ul-box .li-box .content {
    width: 100%;
  }
  .p-box {
    padding: 10px 0;
  }
  .dark-theme .about-section-1 .hd-name .hello-name {
    font-size: 40px;
    top: 0;
    left: 50px;
    text-align: left;
  }
  .dark-theme .about-section-1 .hd-name .hello-name {
    font-size: 40px;
    top: 0;
    left: 0;
    text-align: center;
  }
  .home-section-3 .hd-name .hello-name {
    font-size: 40px;
    top: 0;
    left: 50px;
    text-align: left;
  }
  .dark-theme .home-section-3 .hd-name .hello-name {
    font-size: 40px;
    top: 0;
    left: 50px;
    text-align: left;
  }
  .dark-theme .home-section-3 .hd-name .hello-name {
    font-size: 40px;
    top: 0;
    left: 50px;
    text-align: left;
  }
  .home-section-1 .main-box .wrapper .right .image {
    text-align: center;
  }
  .dark-theme .home-section-1 .main-box .wrapper .right .image {
    text-align: center;
  }
  .sec-img2 {
    left: 18px;
  }
  .sec-img3 {
    display: none;
  }
  .sec-img1 {
    display: none;
  }
  .sec-img2 {
    margin: 0 !important;
  }
  .sec-img {
    position: relative;
    text-align: left;
    margin: -120px 20px;
    left: 0;
  }
  .dark-theme .home-section-3 .hd-name .hello-name {
    font-size: 40px;
  }
  .dark-theme .about-section-1 .hd-name .hello-name {
    font-size: 40px;
  }
  .home-section-1 .main-box .wrapper .right .image .dt-img {
    display: none !important;
  }
  .home-section-1 .main-box .wrapper .right .image .mb-img {
    display: block !important;
  }
  .dark-theme .home-section-1 .main-box .wrapper .right .image .dt-img {
    display: none !important;
  }
  .dark-theme .home-section-1 .main-box .wrapper .right .image .mb-img {
    display: block !important;
  }
  .about-section-1 {
    margin: 80px auto;
  }
  .about-section-1 .hd-name .hello-name {
    font-size: 40px;
    top: 0;
    left: 50px;
    text-align: left;
    top: -5px;
  }
  .dark-theme .about-section-1 {
    margin: 80px auto;
  }
  .dark-theme .about-section-1 .hd-name .hello-name {
    font-size: 40px;
    top: 0;
    left: 50px;
    text-align: left;
    top: -5px;
  }
  .sec-img2.h2 {
    margin: 0;
  }
  .sec-img2.sam {
    margin: 0;
  }
  .dark-theme .home-section-3 {
    margin: 20px auto;
  }
  .dark-theme .home-section-3 .hd-name .hello-name {
    font-size: 50px;
    top: 0;
    left: 50px;
    text-align: left;
  }
  .back-content {
    height: 80px;
    background-color: transparent;
  }
  .back-content .fake-big {
    display: none;
  }
  .dark-theme .back-content {
    height: 80px;
    background-color: transparent;
  }
  .dark-theme .back-content .fake-big {
    display: none;
  }
  .dark-theme .about-section-1 .main-box {
    margin: 0 auto;
  }
  .home-section-3 .main-box {
    margin: 0 auto;
  }
  .home-section-3 .main-box .box {
    margin: 0;
  }
  .home-section-3 .main-box .box .hd-name {
    margin: 0;
  }
  .home-section-3 .main-box .box .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-section-3 .main-box .box .wrapper .left {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home-section-3 .main-box .box .wrapper .right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dark-theme .home-section-3 .main-box {
    margin: 0 auto;
  }
  .dark-theme .home-section-3 .main-box .box {
    margin: 0;
  }
  .dark-theme .home-section-3 .main-box .box .hd-name {
    margin: 0;
  }
  .dark-theme .home-section-3 .main-box .box .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dark-theme .home-section-3 .main-box .box .wrapper .left {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dark-theme .home-section-3 .main-box .box .wrapper .right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dark-theme .home-section-3 .main-box .box .wrapper .right .image img {
    width: 100%;
  }
  .home-section-1 .main-box .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-section-1 .main-box .wrapper .left {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home-section-1 .main-box .wrapper .left .hd-name .hello-name {
    font-size: 65px;
    font-family: "Roboto";
    font-weight: 600;
    line-height: 117px;
  }
  .home-section-1 .main-box .wrapper .left .hd-name .hello-name .shodow-s {
    position: relative;
    left: 15px;
    font-size: 150px;
    color: #FD2155;
    text-shadow: 0 1px #6398C4, 0 2px #6398C4, 0 3px #6398C4, 0 4px #6398C4, 0 5px #6398C4, 0 6px #6398C4, 0 7px #6398C4, 0 8px #6398C4, 0 9px #6398C4, 0 50px 25px rgba(0, 0, 0, 0.2);
  }
  .home-section-1 .main-box .wrapper .left .des-name .designation-name {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
  }
  .home-section-1 .main-box .wrapper .left .para {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #8A8989;
    margin: 50px 0;
  }
  .home-section-1 .main-box .wrapper .right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home-section-1 .main-box .wrapper .right .image img {
    width: auto;
  }
  .dark-theme .home-section-1 .main-box .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dark-theme .home-section-1 .main-box .wrapper .left {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dark-theme .home-section-1 .main-box .wrapper .left .hd-name .hello-name {
    font-size: 50px;
    font-family: "Roboto";
    font-weight: 600;
    line-height: 117px;
  }
  .dark-theme .home-section-1 .main-box .wrapper .left .hd-name .hello-name .shodow-s {
    position: relative;
    left: 15px;
    font-size: 150px;
    color: #FD2155;
    text-shadow: 0 1px #6398C4, 0 2px #6398C4, 0 3px #6398C4, 0 4px #6398C4, 0 5px #6398C4, 0 6px #6398C4, 0 7px #6398C4, 0 8px #6398C4, 0 9px #6398C4, 0 50px 25px rgba(0, 0, 0, 0.2);
  }
  .dark-theme .home-section-1 .main-box .wrapper .left .des-name .designation-name {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
  }
  .dark-theme .home-section-1 .main-box .wrapper .left .para {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #8A8989;
    margin: 50px 0;
  }
  .dark-theme .home-section-1 .main-box .wrapper .right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dark-theme .home-section-1 .main-box .wrapper .right .image {
    text-align: -webkit-center;
  }
  .dark-theme .home-section-1 .main-box .wrapper .right .image img {
    width: auto;
  }
  .about-section-1 .main-box .box .hd-name {
    margin: 0;
  }
  .about-section-1 .main-box .box .ul-box .li-box {
    width: 100%;
    max-width: 100%;
  }
  .dark-theme .about-section-1 .main-box .box .hd-name {
    margin: 0;
  }
  .dark-theme .about-section-1 .main-box .box .ul-box .li-box {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .about-section-1 .main-box .box .hd-name {
    margin: 0;
  }
  .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .about-section-1 .main-box .box .wrapper {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-section-1 .main-box .box .wrapper .left {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about-section-1 .main-box .box .wrapper .left .form-box {
    margin: 20px 0;
  }
  .about-section-1 .main-box .box .wrapper .right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about-section-1 .main-box .box .wrapper .right .image {
    text-align: center;
  }
  .about-section-1 .main-box .box .wrapper .right .image img {
    width: 100%;
    min-width: 100%;
  }
  .dark-theme .about-section-1 .main-box .box .hd-name {
    margin: 0;
  }
  .dark-theme .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .wrapper {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dark-theme .about-section-1 .main-box .box .wrapper .left {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dark-theme .about-section-1 .main-box .box .wrapper .left .form-box {
    margin: 20px 0;
  }
  .dark-theme .about-section-1 .main-box .box .wrapper .right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dark-theme .about-section-1 .main-box .box .wrapper .right .image {
    text-align: center;
  }
  .dark-theme .about-section-1 .main-box .box .wrapper .right .image img {
    width: 100%;
    min-width: 100%;
  }
  .ul-box .li-box {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .dark-theme .home-section-3 .main-box .box .social-box .ul-box .icon {
    color: #fff;
    padding: 5px;
    background: transparent;
    border-radius: 7px;
  }
  .home-section-3 .main-box .box .social-box .ul-box .icon {
    color: #fff;
    padding: 5px;
    background: transparent;
    border-radius: 7px;
  }
  .box .social-box {
    max-width: 350px;
    margin: 0 auto;
  }
  .home-section-3 .main-box .box .hd-name .hello-name {
    font-size: 65px;
    line-height: 50px;
  }
  .home-section-1 .main-box .wrapper .left .hd-name .hello-name {
    font-size: 50px;
  }
  .home-section-1 .main-box .wrapper .left .des-name .designation-name {
    font-size: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .dark-theme .about-section-1 .main-box .box .content-details .content-text {
    font-size: 15px;
  }
  .about-section-1 .main-box .box .content-details .content-text {
    font-size: 15px;
  }
  .about-section-1 .main-box .box .social-box .ul-box {
    gap: 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .dark-theme .about-section-1 .main-box .box .social-box .ul-box {
    gap: 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .back-content {
    height: 80px;
  }
  .back-content .fake-big {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 560px) {
  .about-section-1 .main-box .box .wrapper .right .hd-name {
    font-size: 40px;
  }
  .dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name {
    font-size: 40px;
  }
  .home-section-3 .main-box {
    margin: 0 auto;
  }
  .home-section-3 .main-box .box .hd-name .hello-name {
    font-size: 45px;
    line-height: 50px;
  }
  .home-section-3 .main-box .box .wrapper .left .form-box {
    margin: 20px 0;
  }
  .home-section-3 .main-box .box .para {
    margin: 30px 0;
  }
  .home-section-3 .main-box .box .para .sub-p {
    font-size: 15px;
    line-height: 25px;
  }
  .dark-theme .home-section-3 .main-box {
    margin: 0 auto;
  }
  .dark-theme .home-section-3 .main-box .box .hd-name .hello-name {
    font-size: 45px;
    line-height: 50px;
  }
  .dark-theme .home-section-3 .main-box .box .wrapper .left .form-box {
    margin: 20px 0;
  }
  .dark-theme .home-section-3 .main-box .box .para {
    margin: 30px 0;
  }
  .dark-theme .home-section-3 .main-box .box .para .sub-p {
    font-size: 15px;
    line-height: 25px;
  }
  .dark-theme .home-section-3 .main-box {
    margin: 20px auto;
  }
  .dark-theme .home-section-3 .main-box .box .hd-name .hello-name {
    font-size: 45px;
    line-height: 50px;
  }
  .dark-theme .home-section-3 .main-box .box .wrapper .left .form-box {
    margin: 20px 0;
  }
  .dark-theme .home-section-3 .main-box .box .para {
    margin: 30px 0;
  }
  .dark-theme .home-section-3 .main-box .box .para .sub-p {
    font-size: 15px;
    line-height: 25px;
  }
  .about-section-1 .main-box .box .hd-name {
    margin: 0;
  }
  .show .img-show {
    height: 300px;
  }
  .home-section-1 .main-box .wrapper .left .hd-name .hello-name {
    font-size: 25px;
    line-height: 60px;
  }
  .home-section-1 .main-box .wrapper .left .hd-name .hello-name .shodow-s {
    font-size: 80px;
    left: 5px;
  }
  .home-section-1 .main-box .wrapper .left .des-name .designation-name {
    font-size: 22px;
    line-height: 35px;
  }
  .home-section-1 .main-box .wrapper .left .para {
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0;
  }
  .dark-theme .home-section-1 .main-box .wrapper .left .hd-name .hello-name {
    font-size: 25px;
    line-height: 60px;
  }
  .dark-theme .home-section-1 .main-box .wrapper .left .hd-name .hello-name .shodow-s {
    font-size: 80px;
    left: 5px;
  }
  .dark-theme .home-section-1 .main-box .wrapper .left .des-name .designation-name {
    font-size: 22px;
    line-height: 35px;
  }
  .dark-theme .home-section-1 .main-box .wrapper .left .para {
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0;
  }
  .about-section-1 {
    position: relative;
  }
  .about-section-1 .main-box .box {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about-section-1 .main-box .box .hd-name .hello-name {
    font-size: 55px;
    line-height: 80px;
  }
  .about-section-1 .main-box .box .para {
    margin: 20px 0;
    padding: 20px 0 0;
  }
  .about-section-1 .main-box .box .para .sub-p {
    font-size: 18px;
    line-height: 25px;
  }
  .dark-theme .about-section-1 {
    position: relative;
  }
  .dark-theme .about-section-1 .main-box .box {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dark-theme .about-section-1 .main-box .box .hd-name .hello-name {
    font-size: 55px;
    line-height: 80px;
  }
  .dark-theme .about-section-1 .main-box .box .para {
    margin: 20px 0;
    padding: 20px 0 0;
  }
  .dark-theme .about-section-1 .main-box .box .para .sub-p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 525px) {
  .dark-theme .home-section-3 .hd-name .hello-name {
    font-size: 35px;
  }
  .home-section-3 .hd-name .hello-name {
    font-size: 35px;
  }
  .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .about-section-1 .hd-name .hello-name {
    font-size: 35px;
  }
  .dark-theme .about-section-1 .main-box .box .wrapper .right .hd-name .title-word {
    margin: 0 -6px;
  }
  .about-section-1 .main-box .box .para .box-b .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .about-section-1 .main-box .box .para .box-b .wrapper .thanks {
    width: 100%;
  }
  .about-section-1 .main-box .box .para .box-b .wrapper .box-btn {
    width: 100%;
  }
  .about-section-1 .main-box .box .wrapper .right .hd-name .title-word {
    margin: 0 -6px;
  }
  .back-content .fake-big {
    right: 0;
    top: -8px;
    left: 0;
  }
  .home-section-3 .main-box .box .hd-name .hello-name {
    font-size: 35px;
    line-height: 25px;
  }
  .home-section-3 .main-box .box .social-box .ul-box {
    gap: 0;
  }
  .dark-theme .home-section-3 .main-box .box .hd-name .hello-name {
    font-size: 35px;
    line-height: 25px;
  }
  .dark-theme .home-section-3 .main-box .box .social-box .ul-box {
    gap: 0;
  }
  .dark-theme .about-section-1 .main-box .box .para .box-b .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .dark-theme .about-section-1 .main-box .box .para .box-b .wrapper .thanks {
    width: 100%;
  }
  .dark-theme .about-section-1 .main-box .box .para .box-b .wrapper .box-btn {
    width: 100%;
  }
  .dark-theme .about-section-1 .main-box .box .ul-box {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .dark-theme .about-section-1 .main-box .box .ul-box2 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 330px) {
  .about-section-1 .main-box .box .hd-name .hello-name {
    font-size: 45px;
  }
  .dark-theme .about-section-1 .main-box .box .hd-name .hello-name {
    font-size: 45px;
  }
}
/*# sourceMappingURL=style.css.map */