body {
  margin: 0;
  padding: 0;
  font-family: var(--semi-bold-font) !important;
}
@font-face {
  font-family: "SF-Pro-Bold";
  src: url(../fonts/SF-Pro-Rounded-Bold.woff2);
}
@font-face {
  font-family: "SF-Pro-Semibold";
  src: url(../fonts/SF-Pro-Rounded-Semibold.woff2);
}
@font-face {
  font-family: "SF-Pro-Regular";
  src: url(../fonts/SF-Pro-Rounded-Regular.woff2);
}
@font-face {
  font-family: "SF-Pro-Light";
  src: url(../fonts/SF-Pro-Rounded-Light.woff2);
}
:root {
  /* fonts */
  --bold-font: "SF-Pro-Bold";
  --semi-bold-font: "SF-Pro-Semibold";
  --Regular-font: "SF-Pro-Regular";
  --Light-font: "SF-Pro-Light";

  /* color */
  --white: #ffffff;
  --black: #001227;
  --gray: #5b6177;
  --gray-2: #586274;
  --button-1: linear-gradient(327deg, #ff00bf -149.07%, #00baff 144.06%);
  --button-2: linear-gradient(
    335deg,
    rgba(255, 0, 191, 1) 0%,
    rgba(255, 203, 5, 1) 74%
  );
}

.SF-Pro-Bold {
  font-family: var(--bold-font);
}
.SF-Pro-Semibold {
  font-family: var(--semi-bold-font);
}
.SF-Pro-Regular {
  font-family: var(--Regular-font);
}
.SF-Pro-Light {
  font-family: var(--Light-font);
}

.white {
  color: var(--white) !important;
}
.black {
  color: var(--black);
}
.gray {
  color: var(--gray);
}
.gray-2 {
  color: var(--gray-2);
}
.button-1 {
  background-color: var(--button-1);
}
.button-2 {
  color: var(--button-2);
}
.fs-3 {
  font-size: 3rem !important;
}
a {
  transition: all 0.3s;
}

.banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/banner-bg.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 2rem;
  bottom: -14rem;
}
.inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/banner-bg.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 2rem;
  bottom: 4rem;
}
.about-inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/about-banner-2.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 2rem;
  bottom: 4rem;
}
.products-inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/products-banner-2.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 2rem;
  bottom: 4rem;
}
.gallery-inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/gallery-banner-2.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 2rem;
  bottom: 4rem;
}
.contact-inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/contact-banner-2.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 2rem;
  bottom: 4rem;
}
.toyplane-1 {
  top: -10rem;
  right: 6rem;
}
.cube-1 {
  bottom: -18rem;
  right: 18rem;
}
.cube {
  bottom: 6rem;
  left: -6rem;
}

.banner .container .row {
  margin-top: 13rem;
}
.flex-shrink-1 img{
  width: 7rem;
}
.navbar-brand img{
  width: 7rem !important;
}
.banner-toy-train {
  width: 50rem;
  top: 7rem;
  right: -27rem;
  position: absolute;
  transform: translate(-50%);
  bottom: 0;
}
.coloredairballoon {
  bottom: 15rem;
  right: 5rem;
}
.cube-2 {
  bottom: 5rem;
  right: -7rem;
}

.sec-2-mt {
  margin-top: 17rem;
}
.nav-gray{
  color: #777777;
}
.active-nav {
  color: #6000D5;
}
.btn-bg-wrap {
  background: var(--button-1) !important;
  width: fit-content;
  border-radius: 2rem;
  transition: all 0.3s;
}
.btn-bg-wrap:hover,
.btn-bg-wrap:hover .btn-primary {
  background: linear-gradient(
    335deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 66%
  ) !important;
  transform: translateY(-2px);
}

.btn-bg-wrap:hover .bg-strock {
  background: linear-gradient(335deg, rgb(239 0 164) 0%, rgb(239 0 164) 66%);
}
.btn-bg-wrap:hover .btn-primary {
  color: #ff00bf !important;
}
.bg-strock {
  background: linear-gradient(
    335deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(49, 150, 242, 0) 66%
  );
  border-radius: 2rem;
  padding: 1px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.btn-primary {
  background: transparent !important;
  border: none !important;
  border-radius: unset !important;
  font-size: 1rem !important;
  border-radius: 2rem !important;
}

.second-btn-wrap {
  width: fit-content;
  background: var(--button-2);
  padding: 1px;
  border-radius: 5px;
}

.btn-secondary {
  background-color: var(--white) !important;
  border: none !important;
  border-radius: 5px !important;
}
.second-btn-wrap .btn-secondary h5 {
  background: var(--button-2) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 0.9rem !important;
}
.card-img-top {
  width: 4.5rem !important;
}
.welcome-cards {
  border: none !important;
  border-radius: 1rem;
  box-shadow: 20px 20px 80px 0px rgba(0, 0, 0, 0.1);
  width: 18rem;
}
.border-wrap {
  background: linear-gradient(
    177deg,
    rgb(0 0 0 / 10%) 0%,
    rgba(255, 203, 5, 0) 74%
  );
  padding: 1px;
  border-radius: 1rem;
}
.cards-main {
  transform: rotate(-10deg);
}
.bg-elips {
  top: 10rem;
  right: 10rem;
  z-index: -12;
  width: 50%;
}

.bg-pink::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/bg-pink.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top:4rem;
  bottom: 7rem;
}
.bg-pink .container {
  padding-top: 3rem;
  margin-top: 6rem;
}

.product-img,
.product-card {
  border-radius: 0.6rem;
}
.product-card {
  border: none !important;
  box-shadow: 20px 20px 80px 0px rgba(0, 0, 0, 0.1);
}
.toy-train {
  width: 32rem;
  right: 3rem;
  top: -11rem;
}
.service-img {
  width: 90%;
}

.bg-blue::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/images/bg-blue-3.webp) no-repeat;
  background-size: 100% 100%;
  top: 4rem;
  bottom: 0rem;
}
.mockup-wrap img {
  width: 85%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 47%;
}
.bg-blue .container {
  padding-top: 8.3rem;
  margin-top: 4rem;
}

.mockup-wrap {
  position: relative;
  overflow: hidden;
  padding: 18rem 0rem;
}

.btn-secondary-second {
  background-color: #393954 !important;
}
.app-download {
  width: 8rem;
}
.footer-bg {
  background: linear-gradient(180deg, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%)
    no-repeat;
  background-blend-mode: darken;
  background-position: left;
}

.logo {
  width: 10rem;
}
nav ul li a:hover {
  color: #6000D5;
}
nav ul li a {
  font-size: 1.1rem;
}

.foot-nav {
  border-bottom: 1px #dcdcdc solid;
}
.footer-bg .container-fluid {
  padding: 1rem 0rem 10rem 0rem;
}
.footer-bg {
  margin-top: 8rem;
}
.tricycle {
  width: 30%;
  top: -12rem;
}
/* sahal  */
.product-img-height {
  height: 230px;
}

.cnt-social-icon{
  transition: all 0.3s ease;
}
.cnt-social-link:hover .cnt-social-icon{
  fill: #6000D5;
  transition: all 0.3s ease;
}
.contact-card-link {
  color: #647178;
}
.contact-card-link:hover{
  color: #6000D5;
}
.cont-card-border{
  height: 1px;
  background-color: #D4D4D4;
}
.cont-s2-bg{
  background-image: url(../img/images/contact-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.form-wrapper{
  box-shadow: 40px 40px 120px #00000016;
  background: linear-gradient(0deg, rgba(224,224,224,0) 0%, rgba(0,0,0,0.10136554621848737) 100%);
  padding: 1px;
}
.cnt-form-input{
  outline: none;
  border: 1px solid #DFDFDF;
}
.cnt-form-textarea{
  height: 150px;
}
/* ------- */

.toy-boat {
  width: 18rem;
  transform: translateX(-3rem);
}
.toy-dump{
  width: 10rem !important;
}
.wood-toy{
  margin-right: 20rem;
  margin-top: -3rem;
}
.tex-center-margin{
  margin-top: 3rem;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.offcanvas-header .btn-close{
  box-shadow: none;
}
.offcanvas{
  background-image: url(../img/images/resp-nav-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-tranisition:hover{
  transform: scale(1.03) rotate(-2deg);
  transition: all 0.3s ease;
}
.card-tranisition{
  transition: all 0.3s ease;
}
.contact-plane{
  bottom: -10rem;
  width: 350px;
}

















/* responsive */
@media (max-width: 1350px){
  .cube {
    left: -1rem;
  }
  .cube-2 {
    right: -2rem;
  }
}
@media (min-width: 1399.98px) {
  .toy-train {
    right: 9rem;
  }
  .mockup-wrap {
    padding: 21rem 0rem;
  }
  .bg-blue .container {
    padding-top: 9rem;
  }
  .sec-2-mt {
    margin-top: 22rem;
  }
  .tricycle {
    width: 20%;
  }
  .footer-bg .container-fluid {
    padding: 1rem 0rem 17rem 0rem;
  }
  .wood-toy {
    margin-right: 28rem;
  }
  .cube {
    left: -1rem;
  }
  .cube-2 {
    right: -2rem;
  }
  .banner-toy-train {
    right: -24rem;
  }
  .bg-blue::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(../img/images/bg-blue-3.webp) no-repeat;
    background-size: 100% 100%;
    top: 4rem;
    bottom: 0rem;
}
}

@media (max-width: 1199.98px) {
  .welcome-cards {
    width: 15rem;
  }
  .banner-toy-train {
    width: 43rem;
    right: -23rem;
  }
  .banner::after {
    bottom: -8rem;
  }
  .cube {
    left: -1rem;
    bottom: 21rem;
  }
  .cube-2 {
    right: -3rem;
  }
  .cube-1 {
    bottom: -12rem;
    right: 9rem;
  }
  .banner-toy-train {
    width: 100%;
    position: unset;
    transform: unset;
  }
  .sec-2-mt {
    margin-top: 14rem;
  }
  .cards-main {
    transform: rotate(0deg);
  }
}

@media (max-width: 991.98px) {
  .cards-main {
    transform: unset;
  }
  .welcome-cards {
    width: 14rem;
  }
  .toy-train {
    width: 25rem;
    top: -8rem;
    right: 0;
  }
  .bg-pink::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/images/bg-pink-2.webp) no-repeat;
    background-size: 100% 100%;
    z-index: -3;
    top: 4rem;
    bottom: 7rem;
  }
  .mockup-wrap img {
    width: 94%;
  }
  .bg-blue .container {
    margin-top: 2rem;
    padding-top: 7.3rem;
  }
  .mockup-wrap{
    padding: 14rem 0rem;
  }
  .footer-bg {
    margin-top: 3rem;
  }
  .bg-blue::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(../img/images/bg-blue-3.webp) no-repeat;
    background-size: 100% 100%;
    top: 4rem;
    bottom: 0rem;
}
  /* sahal  */
  .product-img-height {
    height: unset;
  }
  .banner::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/images/banner-bg-2.webp) no-repeat;
    background-size: 100% 100%;
    z-index: -3;
    top: 2rem;
    bottom: -7rem;
  }
  .banner .container .row {
    margin-top: 0rem;
  }
  .navbar > .container-fluid {
    justify-content: unset !important;
    gap: 3rem !important;
  }
  .btn-bg-wrap {
    margin: auto;
  }
  .cube-2 {
    right: 0rem;
    bottom: 9rem;
  }
  .cube {
    left: 2rem;
    bottom: 18rem;
  }
  .wood-toy {
    margin-right: 12rem;
  }
  .contact-plane{
    width: 200px;
  }
  .h-s2-card-3{
    height: 336px;
  }


}
@media (max-width: 767.98px) {
  .welcome-cards {
    width: 100%;
  }
  .toy-train {
    width: 21rem;
    top: -5rem;
    right: 0;
  }
  .bg-blue::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(../img/images/bg-blue.webp) no-repeat;
    background-size: 100% 100%;
    top: 4rem;
    bottom: 0rem;
  }
  .mockup-wrap img {
    width: 75%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 90%;
  }
  .bg-blue .container {
    padding-top: 12rem;
  }
  .mockup-wrap {
    padding: 16rem 0rem;
  }
  .h-s2-card-3{
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .bg-pink::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/images/bg-pink-3.webp) no-repeat;
    background-size: 100% 100%;
    z-index: -3;
    top: 4rem;
    bottom: 7rem;
  }
  .toy-train {
    width: 15rem;
    top: -2rem;
  }
  .bg-blue::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(../img/images/bg-blue-2.webp) no-repeat;
    background-size: 100% 100%;
    top: 4rem;
    bottom: 0rem;
  }
  .mockup-wrap {
    padding: 14rem 0rem;
  }
  .bg-blue .container {
    padding-top: 10rem;
  }
  .footer-bg .container-fluid {
    padding: 1rem 0rem 5rem 0rem;
  }
  .cube-1 {
    bottom: -9rem;
    right: 9rem;
    width: 5rem;
  }

  .banner::after {
    top: 6rem;
    bottom: -7rem;
  }
  .banner .container .row {
    margin-top: 3rem;
  }
  .navbar > .container-fluid {
    justify-content: space-between !important;
    gap: unset !important;
  }
  .sec-2-mt {
    margin-top: 11rem;
  }

.inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/banner-bg-2.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 6rem;
  bottom: 4rem;
}
.about-inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/about-banner-1.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 6rem;
  bottom: 4rem;
}
.products-inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/products-banner-1.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 6rem;
  bottom: 4rem;
}
.gallery-inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images//gallery-banner-1.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 6rem;
  bottom: 4rem;
}
.contact-inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/images/contact-banner-1.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -3;
  top: 6rem;
  bottom: 4rem;
}
.tex-center-margin {
  margin-top: 8rem;
}
}
@media (max-width: 470.98px) {
  .bg-pink {
    bottom: -71rem;
    top: 0rem;
  }
  .mockup-wrap img {
    width: 85% !important;
  }
  .bg-pink .container {
    margin-top: 2rem;
  }
}
