/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0-ExcOPIDUg-g.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0aExcOPIDUg-g.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0yExcOPIDUg-g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KExcOPIDU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OOtLR8a8zILig.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OqtLR8a8zILig.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OCtLR8a8zILig.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


* {
    outline: none;
    box-sizing: border-box;
  }

  a{
    text-decoration: none;
  }
  a:focus, a:hover {
    text-decoration: none;
  }

  .row{
    margin: 0px;
    height: 100%;
  }
  body{
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    color:#2d2d2d;
    font-family: 'PT Sans' !important;
    height:100%;
  }

/* Header nav bar */

.navbar{
  background-color: #fff;
  min-height: 65px;
  margin: 0px;
  border-bottom: 2px solid #F8F8F8;
  z-index: 999;

  position: sticky;
  top: 0;
  right: 0;
  left: 0;
}
.navbar-collapse .navbar-nav .nav-item {
  padding: 0px 10px;
}
.navbar-collapse .navbar-nav .nav-item .nav-link{
  color: #54536c;
  font-size: 15px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(https://web.animaker.com/static/assets/images/marketing_video/navbar.svg) !important;
  cursor:pointer;
}

.navbar-collapse .navbar-nav .nav-item .nav-link.signUpButton{
  color: #fff;
  font-size: 15px;
  padding: 6px 20px;
  background-color: #F1821F;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'PT Sans' !important;
}

/* End of header */

.trim_hero_section{
  background: url(https://web.animaker.com/static_2.0/img/trimvideomaker/trim-hero-bg.svg) no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100px;
  color: #fff;
  text-align: center;
}


.trim_hero_section h1{
  font-size: 72px;
  font-weight: 600;
}

.trim_hero_section p{
  font-size: 28px;
  font-weight: 500;
}

.start_with_section {
  padding: 60px 0px 0px 0px;
}

.start_with_section .slidelefticon {
  display: none;
  background-image: url(https://web.animaker.com/static_2.0/img/trimvideomaker/slide-left-arrow.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 9999;
}
.start_with_section .sliderighticon {
  background-image: url(https://web.animaker.com/static_2.0/img/trimvideomaker/slide-right-arrow.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 9999;
}

.start_with_section .horizontal-images {
  display: flex;
  align-items: flex-end;
}

.viewallstartdesttransupdate {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  /* padding: 15px 0; */
}

.viewallstartdesttransupdate::-webkit-scrollbar {
  width: 6px;
  }
  /* Track */
.viewallstartdesttransupdate::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}

/* Handle */
.viewallstartdesttransupdate::-webkit-scrollbar-thumb {
  background:transparent;
  border-radius: 6px;
}

/* Handle on hover */
.viewallstartdesttransupdate::-webkit-scrollbar-thumb:hover{
  background:transparent;
}

.dashboard_moment {
  width: 240px;
  padding: 0px 16px;
  display:inline-block;
  cursor: pointer;
}
.dashboard_moment .container_size {
  /* background: #f8f9f9; */
  border-radius: 4px;
  display: flex;
  justify-content: center;
  height: 100%;
  max-height: 280px;
  overflow: hidden;
  position: relative;
}
.dashboard_moment .container_size img {
  width: 100%;
}
.dashboard_moment .proimage_title {
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  margin: 10px 0;
}
.trim_videos_free_section .dashboard_moment .proimage_title{
  color: #54536C;
}

.trim_hero_section .hero_buttons_section {
  width: 100%;
  text-align: center;
}
.trim_hero_section .hero_buttons_section .upload_button , .trim_videos_free_section .buttons_section .upload_button{
  margin: 0 auto;
  width: 250px;
  height: 55px;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(270deg, #FF2E82 0%, #FFBF7A 100%) 0% 0% no-repeat;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  font-family: 'PT Sans' !important;
  box-shadow: 0px 3px 6px #00000029;
  cursor:pointer;
}


.trim_hero_section .hero_buttons_section .upload_button:hover, .trim_videos_free_section .buttons_section .upload_button:hover{
  background: #FFCA00;
  color: #FFFFFF;
}

.trim_hero_section .hero_buttons_section .trysample_button , .trim_videos_free_section .buttons_section .trysample_button {
  color: white;
  padding-top: 15px;
  font-size: 15px;;
  text-decoration:underline;
  /* text-transform: lowercase; */
}
.trim_videos_free_section .buttons_section .trysample_button {
  color: #54536C;
}


.pcvideoinfo{
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}

.pcvideoinfo .hero_videosection{
  position: absolute;
  top: 11%;
  left: 18.5%;
  bottom: 19%;
  right: 19%;
  /* top: 14%;
  left: 18.5%;
  bottom: 19%;
  right: 19%;
  background: url(https://web.animaker.com/static_2.0/img/trimvideomaker/hero_image.png) no-repeat;
  background-size: cover; */
}

.main_loop_video_nd_description{
  background-color: #f6f2fd;
  padding: 120px 0px;
}
.main_loop_video_nd_description .hero_videosection{
  position: absolute;
  top: 14%;
  left: 17%;
  bottom: 19%;
  right: 20%;
  background: url(https://web.animaker.com/static_2.0/img/trimvideomaker/hero_image.png) no-repeat;
  background-size: cover;
}

.main_loop_video_nd_description .crop-video-shapes{
  display: flex;
}
.main_loop_video_nd_description .crop-video-shapes img{
  display:inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
}
.main_loop_video_nd_description .crop-video-shapes p{
  display:inline-block;
  padding-left: 10px;
  font-size: 16px;
  color: #54536C;
  white-space: pre;
  padding-bottom: 15px;
}


.description_trim_animaker{
  padding-bottom: 120px;
  background-color: #f6f2fd;
}

.perfect_trim_socialmedia .hover{
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.description_trim_animaker .perfect_trim_socialmedia{
  padding: 50px;
  background-color: #FFFFFF;
  border:2px solid #F8F8F8;
  text-align: center;
}



.description_trim_animaker .perfect_trim_socialmedia:nth-child(1){
  border-radius: 4px 0px 0px 4px;
}
.description_trim_animaker .perfect_trim_socialmedia:nth-child(3){
  border-radius: 0px 4px 4px 0px;
}

.description_trim_animaker .perfect_trim_socialmedia .normal p,.description_trim_animaker .perfect_trim_socialmedia1 .normal p{
  padding-top: 25px;
  font-size: 21px;
  color: #54536c;
  white-space: pre;
}


.trimVideo_makingsteps{
  padding: 120px 0px;
}

.trimVideo_makingsteps h2{
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 100px;
}

.trimVideo_makingsteps .uploadVideo{
  padding-right: 100px;
  padding-left: 0px
}
.trimVideo_makingsteps .downloadShare{
  padding-left: 100px;
  padding-right: 0px
}
.trimVideo_makingsteps .trimVideo{
  padding:  0px 50px;
}

.trimVideo_makingsteps .uploadVideo #p1,.trimVideo_makingsteps .trimVideo #p1,.trimVideo_makingsteps .downloadShare #p1,.trimVideo_makingsteps .uploadVideo #p2,.trimVideo_makingsteps .trimVideo #p2,.trimVideo_makingsteps .downloadShare #p2{
  color: #54536c;
  font-size: 16px;
  line-height: 1.6;
}

.trimVideo_makingsteps .uploadVideo h3,.trimVideo_makingsteps .trimVideo h3,.trimVideo_makingsteps .downloadShare h3{
  font-size: 24px;
  font-weight: 600;
}

.trimVideo_makingsteps .uploadVideo img,.trimVideo_makingsteps .trimVideo img,.trimVideo_makingsteps .downloadShare img{
  padding-bottom: 50px;
}


/* steps side by side */
.trimVideo_makingsteps .videoStep1,.trimVideo_makingsteps .videoStep2,.trimVideo_makingsteps .videoStep3{
  padding-bottom: 120px;
}
.trimVideo_makingsteps .videoStep1 #p1,.trimVideo_makingsteps .videoStep2 #p1 , .trimVideo_makingsteps .videoStep3 #p1, .trimVideo_makingsteps .videoStep4 #p1,.trimVideo_makingsteps .videoStep1 #p2,.trimVideo_makingsteps .videoStep2 #p2 , .trimVideo_makingsteps .videoStep3 #p2, .trimVideo_makingsteps .videoStep4 #p2{
  color: #54536c;
  font-size: 18px;
  line-height: 1.6;
}
.trimVideo_makingsteps .videoStep1 h3,.trimVideo_makingsteps .videoStep2 h3,.trimVideo_makingsteps .videoStep3 h3,.trimVideo_makingsteps .videoStep4 h3{
  font-size: 24px;
  font-weight: 600;
}
.trimVideo_makingsteps .videoStep1 img, .trimVideo_makingsteps .videoStep2 img, .trimVideo_makingsteps .videoStep3 img, .trimVideo_makingsteps .videoStep4 img{
  width: 100%;
}

.trimVideo_makingsteps .step1ContentDescription{
  width: 80%;
  margin: 0 auto;
}

.trusted_companies_section{

  background: #F6F2FD;
  padding: 80px 0px;
  text-align: center;
}

.trusted_companies_section h2{
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 60px;
}


.trim_videos_free_section{
  padding: 150px 0px;
  text-align: center;
  background: url(https://www.animaker.com/static/assets/images/marketing_video/lastbackground.svg) repeat no-repeat;
  background-position: bottom;
}

.trim_videos_free_section h2{
  font-size: 40px;
  font-weight: 600;
}
.trim_videos_free_section p{
  font-size: 22px;
  color: #54536C;
}

.trim_videos_free_section .buttons_section{
  width: 100%;
  text-align: center;
  padding-top: 60px;
}


.custom_container{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px 15px;
}

.steps_mobile_view{
  display: none;
}

@media (max-width:1680px){
  .custom_container{
    max-width: 1400px;
  }
}

@media (max-width:1440px){

  .custom_container{
    max-width: 1200px;
  }

  .description_trim_animaker .perfect_trim_socialmedia .normal p, .description_trim_animaker .perfect_trim_socialmedia1 .normal p, .main_loop_video_nd_description .crop-video-shapes p{
    white-space: unset;
  }

}

@media (max-width:1366px){
  .custom_container{
    max-width: 1140px;
  }
}
@media (max-width:1280px){
  .trim_hero_section h1{
    font-size: 52px;
  }
  .trim_hero_section p{
    font-size: 22px;
  }
  .trimVideo_makingsteps h2, .trim_videos_free_section h2{
    font-size: 32px
  }
  .trim_hero_section,.main_loop_video_nd_description,.trimVideo_makingsteps, .trim_videos_free_section{
    padding: 100px 0px;
  }

}

@media (max-width:1226px){
  .custom_container{
    max-width: 1024px;
  }

}

@media (max-width:1024px){

  .custom_container{
    max-width: 940px;
  }
}

@media (max-width:991px){
  .custom_container{
    max-width: 800px;
  }

  .trimVideo_makingsteps{
    text-align: center;
  }

  .trimVideo_makingsteps .uploadVideo,.trimVideo_makingsteps .trimVideo,.trimVideo_makingsteps .downloadShare{
    padding:0px 10px;
  }
  .trimVideo_makingsteps .trimVideo,.trimVideo_makingsteps .downloadShare{
    padding-top: 50px;
  }

  .trimVideo_makingsteps .videoStep2 .row, .trimVideo_makingsteps .videoStep4 .row{
    flex-direction: column-reverse;
  }
  .main_loop_video_nd_description .row .col-lg-8{
    padding-bottom: 50px;
  }

  .steps_desktop_view{
    display: none;
  }
  .steps_mobile_view{
    display: block;
  }

}


@media (max-width: 850px){

  .custom_container {
      max-width: 740px;
  }

}
@media (max-width: 776px){

  .custom_container {
      max-width: 680px;
  }

}

@media (max-width: 720px){

  .custom_container {
      max-width: 600px;
  }

}

@media (max-width: 650px){

  .custom_container {
    max-width: 550px;
  }
  .trimVideo_makingsteps .step1ContentDescription{
    width: 100%;
  }

}

@media (max-width: 580px){

  .custom_container {
      max-width: 540px;
  }

}

@media (max-width: 560px){

  .custom_container {
      max-width: 500px;
  }


}

@media (max-width: 530px){

  .custom_container {
      max-width: 480px;
  }

}

@media (max-width:500px) {
  .custom_container {
    max-width: 450px;
  }

  .trim_hero_section h1{
    font-size: 42px;
  }

  .trim_hero_section p{
    font-size: 24px;
  }
  .trim_hero_section .hero_buttons_section .upload_button, .trim_hero_section .hero_buttons_section .trysample_button, .buttons_section .upload_button, .buttons_section .trysample_button{
      font-size: 15px;
      height: 40px;
  }

  .trim_videos_free_section{
    padding: 80px 0px;
  }

  .trimVideo_makingsteps h2,.trim_videos_free_section h2{
    font-size: 28px;
  }
  .trimVideo_makingsteps h2,.trimVideo_makingsteps .videoStep1, .trimVideo_makingsteps .videoStep2, .trimVideo_makingsteps .videoStep3{
    padding-bottom: 50px;
  }
  .trim_hero_section, .main_loop_video_nd_description, .trimVideo_makingsteps, .trim_videos_free_section, .trusted_companies_section{
    padding: 60px 0px;
  }

}

@media (max-width: 480px){

  .custom_container {
      max-width: 400px;
  }

}

@media (max-width: 430px){

  .custom_container {
      max-width: 360px;
  }

}


@media (max-width: 380px){
  .custom_container {
      max-width: 100%;
    }
}



#Upload_video_popup{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#Upload_video_popup .upload_video_dialog{
  width: 650px;
  position: relative;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #ffffff;
  border-radius: 8px;
}

#Upload_video_popup .upload_video_dialog .uploadvideo_header{
  padding: 15px;
  border-bottom: 1px solid #EDEDED;
}

.upload_video_dialog .uploadvideo_header h2{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.upload_video_dialog .uploadvideo_header .uploadvideo_closebtn{
  float: right;
  background-image: url(https://web.animaker.com/static_2.0/img/trimvideomaker/clear_normal.svg);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.upload_video_dialog .uploadvideo_header .uploadvideo_closebtn:hover{
  background-image: url(https://web.animaker.com/static_2.0/img/trimvideomaker/clear.svg);
}

.upload_video_dialog .uploadvideo_body{
  padding: 30px;
}

.upload_video_dialog .uploadvideo_body .drag_drop_block{
  border: 1px dashed #D3D3D3;
  padding: 80px 0px;
  text-align: center;
  margin-bottom: 15px;
}

.upload_video_dialog .uploadvideo_body .drag_drop_block p {
  font-size: 40px;
  font-weight: 600;
  color: #E8E8E8;
}

.upload_video_dialog .uploadvideo_body p{
  font-size: 15px;
  color: #2d2d2d;
}

.upload_video_dialog .uploadvideo_body .drag_drop_block .chooseuploadfile_btn {
  padding: 10px 20px;
  background-image: linear-gradient(to right, #503df9, #9e52f7);
  color: white;
  font-size: 15px;
  border-radius: 4px;
  opacity: 0.8;
}

.upload_video_dialog .uploadvideo_body .video_url_paste::-webkit-input-placeholder {
  color: #DBDBDB;
}

.upload_video_dialog .uploadvideo_body .video_url_paste{
  margin-bottom: 15px;
  font-size: 15px;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  color: #54536C;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}

.try_samplebtn{
  font-size: 15px;
  color:#2d2d2d;
  text-decoration: underline;
  float: right;
}
#upload-video {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#blob-video{
  opacity: 0;
  position: absolute;
  z-index: -1;
}
