#careers {
    color: #4285F4!important;
    font-weight: 800!important;
}
.header .container-fluid {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}
.card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.4s ease !important;
}
.card:hover {
    transform: scale(1.02);
}
.shape_gf {
    padding-right: 286px;
}
.btm-crd .card {
    background-image: linear-gradient(to right, #4285f3, #3e7ee9, #3a78de, #3671d4, #326bca);
}
.more img,svg {
    width: 20px;
}
#career_main p {
    text-align: justify;
    text-indent: 5rem;
}
.bakgrd_1 .ms-5 {
    margin-left: 7rem!important;
}
.tab-content {
    width: 60%;
}

#pic0 {
    z-index:-1;
}
#pic1 {
    z-index:1;
}
.figure {
    position: relative;
    width: 70%;
    height: 400px;
    margin: 20px auto;
    top: -130px;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    margin: 0;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    z-index: 9;
}
.slide img {
    width: 100%;
    height: 400px;
}
.figure button:hover {
    background: rgba(32, 26, 26, 0.527);
}


#photo0 {
    z-index:-1;
}
#photo1 {
    z-index:1;
}
.figure_1 {
    position: relative;
    width: 70%;
    height: 270px;
    margin-top: 70px;
    margin-bottom: 30px;
}
.slide_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    margin: 0;
    transition: 1s ease-in-out;
    overflow: hidden;
}
.slide_1 img {
    width: 100%;
    height: 270px;
}
.figure_1 button:hover {
    background: rgba(32, 26, 26, 0.527);
}

#image0 {
    z-index:-1;
}
#image1 {
    z-index:1;
}
.figure_3 {
    position: relative;
    width: 130%;
    height: 160px;
    margin-top: 70px;
    margin-bottom: 30px;
}
.slide_3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    margin: 0;
    transition: 1s ease-in-out;
    overflow: hidden;
}
.slide_3 img {
    width: 100%;
    height: 160px;
}
.figure_3 button:hover {
    background: rgba(32, 26, 26, 0.527);
}
.article .card {
    width: 200px;
}
.article .card img,svg {
    width: 25px;
}
 .leafe-left {
    position: absolute;
 }
 .leafe-bottom {
    margin-left: 280px;
    margin-top: 161px;
 }

 .girl_hbgf .top-left-circle {
    position: absolute;
 }
 .girl_hbgf .career-girl {
    position: absolute;
    width: 81%!important;
 }
 .girl_hbgf .right-circle {
    padding-top: 185px;
    position: absolute;
    z-index: -1;
    padding-left: 137px;
    visibility: visible;
    animation-delay: 1s;
    animation-name: _fadeInbottom;
 }
 .girl_hbgf .bottom-left-circle {
    padding-top: 318px;
 }
 .girl_hbgf .bottom-slide {
    width: 35%;
 }


 .boy_hbgf .bottom-slide {
    width: 35%;
}
 .boy_hbgf .career-boy {
    position: absolute;
    width: 81%!important;
 }
.boy_hbgf .top-left-circle {
    position: absolute;
    width: 20%;
}
.boy_hbgf .right-circle {
    position: absolute;
    padding-top: 127px;
    z-index: -1;
}
.boy_hbgf .bottom-left-circle {
    padding-top: 299px;
}


.top-slide,.bottom-slide{
    animation: mover 4s infinite  alternate;
}
  .top-left-circle {
    -webkit-animation: mover 4s infinite  alternate;
    animation: mover 4s infinite  alternate;
  }
  .bottom-left-circle {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
  }
  .girl_hbgf .right-circle,.boy_hbgf .right-circle {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 3s infinite  alternate;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(0.5, 0.5);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(0.5, 0.5);
    }
  }
  @keyframes fadeinout {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/* section .image-banner-2 {
    position: relative;
    overflow: hidden;
    z-index: -1;
    height: 180vh;
  }
        
  section .image-banner-2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff6572;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    transform: scaleX(2);
    z-index: -1;
  } */
  .image-banner-2 {
    background-color: #f3f8ff80;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    /*height: 752px;*/
    overflow: hidden;
    position: relative;
    /*below show how it works*/
    &:after {
      content: "";
      width: 200%;
      height: 0;
      padding-top: 100%;
      border-radius: 50%;
      background: #ffffff;
      position: absolute;
      /* top: 60%; */
      left: 50%;
      transform: translateX(-50%);
    }
  }
  .girl-mnt {
    width: 90%;
  }
  

  .image-banner-2 .btn {
    /* padding: 1em 2em; */
    background-color: #E2E8FD;
    border: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.5s linear;
    color: #fff;
    font-weight: 200;
}

.image-banner-2 .btn:hover {
    background-color:#adddf8;
    scale: 1.1;
}

.image-banner-2 .btn::after{
    content: '';
    background: #adddf8;
    width: 0;
    height: 100%;
    position: absolute;
    inset: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;    
}
.image-banner-2 .btn:hover::after {
    width: 100%;
}

.wave-shapes {
    position: relative;
    overflow: hidden;
    z-index: -1;
    height: 44vh;
    background-color: #f7fbff;
    margin-top: -161px;
}
.wave-shapes:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    transform: scaleX(1.5);
    z-index: -1;
}
.image-banner-2 .card {
    box-shadow: rgb(57 192 255 / 24%) 0px 3px 8px;
}
.image-banner-2 .card:hover {
    box-shadow: rgb(13 205 255 / 16%) 0px 10px 36px 0px, rgb(49 141 255 / 6%) 0px 0px 0px 1px;
}
.image-banner-3 {
    margin-top: 1rem;
}
  @media (min-width:1700px) and (max-width:2000px) {
    .girl-mnt, .boy-mnt {
        width: 70%!important;
        padding-left: 20%;
    }
    .shape_gf img {
        width: 137px;
        padding-top: 45px;
    }
    .header .pt-5 {
        padding-top: 5rem!important;
    }
  }
  @media (min-width:1400px) and (max-width:1700px) {
    .image-banner-2 {
        height: 672px;
    }
  }
@media (max-width: 992px) and (min-width: 600px){
    .image-banner-2 {
        height: 100%;
    }
    main h1 {
        line-height: 1.5!important;
    }
    .fs-3 {
        font-size: calc(1.1rem + .6vw)!important;
    }
    .tab-content {
        width: 90%;
    }
    #career_main .ps-5 {
        padding-left: 1rem!important;
    }
    .figure {
        width: 80%!important;
    }
    #career_main .image-banner-1 .col-md-6, #career_main .image-banner-3 .col-md-6 {
        width: 100%;
    }
    #career_main .image-banner-3 .col-md-1 {
        display: none!important;
    }
    #career_main .image-banner-3 .col-md-3 {
        width: 30%!important;
    }
    #career_main .image-banner-3 .col-md-4 {
        width: 40%!important;
    }
    .quot-2 .card {
        width: 900px;
    }
    .wave-shapes {
        height: 15vh;
    }
    .image-banner-2 a.button {
        padding: 10px 3px;
    }
    .image-banner-2 .p-4 {
        padding: 1rem!important;
    }
    .image-banner-2 .p-3 {
        padding: 0.5rem!important;
    }
    .arrows {
        width: 40px!important;
        height: 149px!important;
    }
    .image-banner-2 .btn {
        font-size: 12px!important;
    }
}
@media (min-width:600px) {
    p {
        line-height: 2;
    }
    main h1 {
        font-size: 35px;
        line-height: 2;
    }
}
@media (max-width:600px) {
    .image-banner-2 {
        height: auto!important;
    }
    .tab-content {
        width: 90%;
    }
    .header h3 {
        font-size: 16px!important;
        line-height: 1.6!important;
    }
    .arrows {
        width: 18px!important;
        height: 312px!important;
    }
    .header h5 {
        margin-bottom: -79px;
        margin-top: 36px;
    }
    .header {
        background-repeat: no-repeat!important;
        background-size: cover!important;
    }
    #career_main {
        margin-top: -5rem;
    }
    .figure_3{
        height:100px;
        margin-top: 0px!important;
    }
    #career_main .ps-5 {
        padding-left: 0rem!important;
    }
    .crd-1,.quot-2 {
        padding-right: 1rem;
    }
    .crd_3,.quot-1 {
        padding-left: 1rem;
    }
    .crd_3 .pt-2 {
        padding-top: 0rem!important;
    }
    .crd_3 .mt-4 {
        margin-top: 0rem!important;
    }
    .figure_1{
        height:200px;
        margin-top: 0px!important;
    }
    .figure{
        height:200px;
    }
    .slide,.slide img {
        height: 320px;
    }
    .bakgrd_2 {
        margin-top: 1.5rem;
    }
    .wave-shapes {
        height: 19vh;
    }
    .image-banner-2 .text-end {
        text-align: left!important;
    }
    .image-banner-2 .col-md-4 {
        margin-top: 1rem;
    }
}

