/* SECTION ONE */

#section-one {
  padding-top: 220px;
  padding-bottom: 80px;
}

#section-one .content-sec-one {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-one .content-sec-one h2 {
  display: flex;
  justify-content: center;
  font-size: 50px;
  color: var(--second-color);
  text-align: center;
}

#section-one .content-sec-one p {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  width: 60%;
}

/* SECTION TWO */

#section-two {
  background-color: var(--third-color);
}

#section-two #bold{
  font-weight: bold;
}

#section-two .content-sec-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#section-two .right-content img {
  object-fit: cover;
  height: 600px;
  border-radius: 50px 20px 50px 20px;
  border: 2px solid var(--first-color);
}

#section-two .left-content p {
  color: var(--first-color);
  font-size: 18px;
}

#section-two .left-content h2 {
  font-size: 55px;
  color: var(--second-color);
}

#section-two .left-content p {
  font-size: 18px;
  margin-top: 20px;
}

#section-two .btn-team {
  margin-top: 30px;
  transition: 0.4s;
}

#section-two .btn-team:hover {
  transform: translateY(10px);
}

#section-two .btn-team a {
  padding: 10px 25px;
  background-color: var(--first-color);
  text-decoration: none;
  color: var(--white);
  border-radius: 20px;
  font-weight: 550;
}

#section-two .btn-team i {
  margin-left: 10px;
}

.custom-shape-divider-top-1753369605 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1753369605 svg {
  position: relative;
  display: block;
  width: calc(129% + 1.3px);
  height: 150px;
  background-color: var(--third-color);
}

.custom-shape-divider-top-1753369605 .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-bottom-1753370297 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1753370297 svg {
  position: relative;
  display: block;
  width: calc(166% + 1.3px);
  height: 150px;
  background-color: var(--third-color);
}

.custom-shape-divider-bottom-1753370297 .shape-fill {
  fill: #ffffff;
}

/* SECTION THREE */

#section-three {
  padding: 40px 0;
}

#section-three .title-sec{
    display: flex;
    justify-content: center;
    text-align: center;
}

#section-three .title-sec h2{
    font-size: 55px;
    color: var(--first-color);
}

#section-three .content-sec-three {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px;
}

#section-three .swiper {
  width: 100%;
  height: 100%;
}

#section-three .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#section-three .swiper-slide .left-content img {
  display: block;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}


#section-three .swiper-slide .right-content{
    height: auto;
    background-color: var(--third-color);
    padding: 30px;
    border: 2px solid var(--first-color);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#section-three .swiper-slide .right-content p{
    margin-top: 20px;
}

#section-three .swiper-slide .right-content #bold{
    color: var(--first-color);
    font-weight: 550;
}

#section-three .swiper-slide .right-content h2{
    color: var(--second-color);
    text-align: center;
}

#section-three .swiper-slide .right-content img{
    height: 80px;
}

/* SECTION FOUR */

#section-four{
    padding: 80px 0;
    background-color: var(--first-color);
}

#section-four .content-sec-four{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-four .content-sec-four h2{
    font-size: 55px;
    color: var(--third-color);
    text-align: center;
}

#section-four .content-sec-four p{
    text-align: center;
    width: 80%;
    margin-top: 20px;
    color: var(--third-color);
    font-size: 18px;
}

#section-four .btn-contact-us{
    margin-top: 30px;
}

#section-four .btn-contact-us a{
    padding: 10px 25px;
    background-color: var(--third-color);
    color: var(--first-color);
    border-radius: 20px;
    text-decoration: none;
    font-weight: 550;
    transition: 0.4s ease;
}

#section-four .btn-contact-us a:hover{
    margin-left: 15px;
}

#section-four .btn-contact-us i{
    margin-left: 10px;
}

.custom-shape-divider-top-1753374051 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1753374051 svg {
    position: relative;
    display: block;
    width: calc(106% + 1.3px);
    height: 92px;
    background-color: var(--first-color);
}

.custom-shape-divider-top-1753374051 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1753374090 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1753374090 svg {
    position: relative;
    display: block;
    width: calc(137% + 1.3px);
    height: 93px;
    background-color: var(--first-color);
}

.custom-shape-divider-bottom-1753374090 .shape-fill {
    fill: #FFFFFF;
}

/* SECTION FIVE */

#section-five{
    padding: 80px 0;
}

#section-five .content-sec-five{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#section-five .left-content h2{
    color: var(--second-color);
    font-size: 55px;
}

#section-five .left-content p{
    font-size: 18px;
    margin-top: 20px;
}

#section-five .right-content img{
    border-radius: 20px;
}

#section-five .btn-services{
    margin-top: 30px;
}

#section-five .btn-services a{
    padding: 10px 25px;
    background-color: var(--third-color);
    color: var(--first-color);
    border-radius: 20px;
    text-decoration: none;
    font-weight: 550;
    transition: 0.4s ease;
}

#section-five .btn-services a:hover{
    margin-left: 15px;
}

#section-five .btn-services i{
    margin-left: 10px;
}