#carouselExampleCaptions .carousel-control-prev-icon {
  background-image : url(/assets/img/home/top_banner_arrow_left.png);
  width: 40px;
  height: 40px;
}

#carouselExampleCaptions .carousel-control-prev-icon:hover {
  background-image : url(/assets/img/home/top_banner_arrow_left_hover.png);
}

#carouselExampleCaptions .carousel-control-next-icon {
  background-image : url(/assets/img/home/top_banner_arrow_right.png);
  width: 40px;
  height: 40px;
}

#carouselExampleCaptions .carousel-control-next-icon:hover {
  background-image : url(/assets/img/home/top_banner_arrow_right_hover.png);
}

#carouselExampleCaptions .carousel-indicators .active {
  background-color: #49d296;
}

#carouselExampleCaptions .carousel-indicators [data-bs-target] {
  width: 65px;
	height: 3px;
}

#carouselExampleCaptions .carousel-caption {
  top: 32%;
}

.carousel_h5 {
	font-size: 45px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 31px;
	
	color: #ffffff;
  margin-bottom: 50px;
}
.carousel_p {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	
	color: #ffffff;
}

.carousel_btn {
  margin-top: 75px;
}
.download_btn {
  background: url(/assets/img/home/top_banner_btn_download.png) no-repeat center;
  background-size: 100%;
  width: 48px;
  height: 48px;
  margin-left: 30px;
}
.learn_btn {
  background: url(/assets/img/home/top_banner_btn_learn_more.png) no-repeat center;
  background-size: 100%;
  width: 48px;
  height: 48px;
  margin-left: 30px;
}

.carousel_btn .default-btn-blue {
  width: 270px;
  height: 72px;
  border-radius: 36px;
  font-size: 24px;
  margin-right: 21px;
  font-weight:600;
}
.carousel_btn .default-btn {
  width: 270px;
  height: 72px;
  border-radius: 36px;
  font-size: 24px;
  font-weight:600;
}

.home_title {
	font-size: 35px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 31px;
	
	color: #0f0d31;
  text-align: center;
  margin-top: 139px;
  margin-bottom: 79px;
}

.video_tools {
  background-image: linear-gradient(-30deg, 
		#ffeaea 0%, 
		#fff1f1 100%);
	border-radius: 20px;
  padding: 57px 100px 57px 49px;
  margin-bottom: 60px;
}
.dlp_tools {
  background-image: linear-gradient(-30deg, #eaebff 0%, #f1f3ff 100%);
	border-radius: 20px;
  padding: 57px 100px 57px 49px;
  margin-bottom: 60px;
}
.video_tools_content {
  padding-left: 60px;
}
.video_tools_title {
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 31px;
	
	color: #0f0d31;
  margin-bottom: 30px;
}
.video_tools_p {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	
	color: #666666;
  margin-bottom: 40px;
}

.download_video_btn {
  background: url(/assets/img/home/top_banner_btn_download.png) no-repeat center;
  background-size: 100%;
  width: 32px;
  height: 32px;
  margin-left: 28px;
}
.learn_video_btn {
  background: url(/assets/img/home/top_banner_btn_learn_more.png) no-repeat center;
  background-size: 100%;
  width: 32px;
  height: 32px;
  margin-left: 22px;
}

.ai_btn .default-btn-blue {
  padding: 15px 0 15px 17px;
  margin-right: 20px;
}

.ai_btn .default-btn {
  padding: 15px 0 15px 17px;
}
.video_enhancer_ai {
  background-image: linear-gradient(-30deg, 
  #e7e6fc 0%, 
  #f6f8ff 100%);
  border-radius: 20px;
  padding: 60px 64px 0 65px;
}
.video_enhancer_title {
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 31px;
	
	color: #0f0d31;
  text-align: center;
}
.video_enhancer_p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	
	color: #666666;
  text-align: center;
  margin-top: 31px;
  margin-bottom: 45px;
}
.ai_btn .default-btn-blue, .ai_btn .default-btn {
  width: 180px;
	height: 48px;
}

.video_blur_ai {
	background-image: linear-gradient(-30deg, 
		#fdf0dd 0%, 
		#fffff3 100%);
  border-radius: 20px;
  padding: 60px 64px 0 65px;
}
.photo_tools {
  background-image: linear-gradient(0deg, 
  #ffefef 0%, 
  #e9fafe 99%);
}
.photoPro_ai {
  border-radius: 20px;
  padding: 60px 55px 0;
  background-color: #fff;
}
.mobile_content {
  border-radius: 20px;
	border: solid 1px #e1e1e1;
  padding: 34px 23px 35px;
  height: 376px;
}
.mobile_title {
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 31px;
	color: #0f0d31;
    padding-top: 39px;
    padding-bottom: 10px;
}
.mobile_p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	
	color: #666666;
  text-align: center;
  margin-bottom: 30px;
}
.mobile_a {
  color: #52d49b;
}
.mobile_a:hover {
  text-decoration:underline;
}

.pdf_tools {
  background-color: #fafafa;
  padding-bottom: 140px;
}
.pdf_tools_content {
  border-radius: 10px;
	border: solid 1px #eceeee;
}
.pdf_tools_bgimg {
  background: url(/assets/img/home/pdfmate_converter_pro.jpg) no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 31px;
	
	color: #ffffff;
  padding: 69px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pdf_converter_img {
  background: url(/assets/img/home/pdfmate_converter_free.jpg) no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 31px;
  color: #ffffff;
  padding: 69px 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pdf_merger_img {
  background: url(/assets/img/home/pdfmate_merger.jpg) no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 31px;
	
	color: #ffffff;
  padding: 69px 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pdf_tools_content .mobile_p {
  padding: 30px 46px 0;
}
.pdf_tools_content .mobile_a {
  margin-bottom: 36px;
}
.customers_are {
  background: url(/assets/img/home/customer_bg.png) no-repeat center;
  background-position: 25px 21px;
  background-color: #fafbfb;
  height: 100%;
	border-radius: 10px;
  padding: 89px 39px 43px 47px;
}
#carouselExample .carousel-control-prev-icon {
  background-image : url(/assets/img/home/arrow_left.png);
  width: 40px;
  height: 40px;
}

#carouselExample .carousel-control-prev-icon:hover {
  background-image : url(/assets/img/home/arrow_left_hover.png);
}

#carouselExample .carousel-control-next-icon {
  background-image : url(/assets/img/home/arrow_right.png);
  width: 40px;
  height: 40px;
}

#carouselExample .carousel-control-next-icon:hover {
  background-image : url(/assets/img/home/arrow_right_hover.png);
}
.customers_are p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	
	color: #666666;
}

.customers_are span {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 24px;
	
	color: #061a31;
  padding-left: 3px;
}



.photoPro_ai:hover {
  transform:translateY(-8px);
  box-shadow: 2px 3px 7px 0px 
		rgba(209, 209, 209, 0.35);
}
.mobile_content:hover {
  transform:translateY(-8px);
  box-shadow: 2px 3px 7px 0px 
  rgba(209, 209, 209, 0.35);
border: solid 1px #52d49b;
}
.pdf_tools_content:hover {
  transform:translateY(-8px);
  box-shadow: 2px 3px 7px 0px 
  rgba(209, 209, 209, 0.35);
}

 .row_col8>* {
  padding-left: calc(var(--bs-gutter-x) * .9);
  padding-right: calc(var(--bs-gutter-x) * .9);
}




@media (max-width: 1450px) {
  .carousel_h5 {
    font-size: 45px;
  }
}

@media (max-width: 1400px) {
  .carousel_h5 {
    font-size: 45px;
  }
  #carouselExampleCaptions .carousel-caption {
    top: 18%;
  }
  .mobile_title {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .mobile_p {
    font-size: 16px;
  }
  .pdf_tools_bgimg {
    padding: 38px 50px;
  }
  .pdf_converter_img{
    padding: 38px 50px;
  }
  .pdf_merger_img{
    padding: 50px;
  }
}
@media (max-width: 1200px) {
  .carousel_h5{
    font-size: 45px;
  }
  .carousel_p {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .carousel_img {
    max-width: none;
  }
  .carousel_h5{
    font-size: 42px;
    line-height: 50px;
  }
  .carousel_p {
    font-size: 18px;
  }
  .carousel_btn .default-btn-blue, .carousel_btn .default-btn{
    width: 204px;
    height: 55px;
    font-size: 18px;
  }
  #carouselExampleCaptions .carousel-control-next-icon {
    display: none;
  }
  #carouselExampleCaptions .carousel-control-prev-icon {
    display: none;
  }
  #carouselExampleCaptions .carousel-caption {
    top: 28%;
  }
  .learn_btn {
    width: 30px;
    height: 30px;
    margin-left: 12px;
  }
  .video_tools_title {
    font-size: 28px;
  }
  .video_enhancer_main>*, .mobile_utilities>* {
    width: 100%;
    margin-top: 20px;
  }

  .home_title {
    margin-top: 80px;
    padding-top: 80px;
    margin-bottom: 49px;
  }
  .video_enhancer_title {
    font-size: 28px;
  }
  .video_tools_content {
    padding-left: 0;
    align-items: center;
  }
  .video_tools_p {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .carousel_btn .default-btn-blue {
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .ai_btn  {
    flex-flow: column nowrap;
  }
  .ai_btn>* {
    margin-top: 10px;
  }
  .ai_btn .default-btn-blue, .ai_btn .default-btn{
    margin-right: 0;
  }
  .video_tools, .video_enhancer_ai, .video_blur_ai, .photoPro_ai{
    padding: 54px 30px 40px;
  }
  #carouselExampleCaptions .carousel-caption {
    top: 15%;
  }
}
