* {
    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: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Tahoma", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    height:100%;
  }

  .custom_container{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px 15px;
  }

/* Header nav bar */

#gifMakerHeader{
  background-color: #fff;
  padding: 0px 40px;
  min-height: 65px;
  margin: 0px;
  /* border-bottom: 2px solid #F8F8F8; */
  z-index: 999;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
}

#gifMakerHeader.active {
  box-shadow: rgba(0, 12, 32, 0.04) 0px 0px 1px 0px, rgba(10, 31, 68, 0.04) 0px 16px 24px 0px;
}

.animaker_landing_pages_menus ul {
  list-style: none;
  margin: 0;
}

.animaker_tobuttons ul {
  list-style: none;
    margin-right: 94px;
    margin-top: 20px;
}

.animaker_landing_pages_menus ul li{
  display: inline-block;
  padding: 0px 10px;
}

.animaker_tobuttons ul li {
  display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
}

.animaker_tobuttons nav ul>li {
  padding-right: 0;
}

.animaker_landing_pages_menus ul li a , .topnav_mobilemenus li a{
  font-size: 13px;
  color: #54536c;
}

.animaker_tobuttons ul li a {
  font-size: 13px;
    font-weight: 500;
    color: #53627C !important;
}

.animaker_tobuttons ul li a:hover, .animaker_tobuttons ul li a:focus {
  color: #7a5dec !important;
}

#gifMakerHeader .animaker_tobuttons{
  margin-left: auto;
}

.animaker_tobuttons .getstartedfree_button:hover{
  background: #F1821E 0% 0% no-repeat padding-box;
  color:#fff;
}

#statusButton.no {
  padding: .6rem 1rem;
  /* background: #FFECC7 0% 0% no-repeat padding-box; */
  color: #F07300 !important;
  border-radius: 0.25rem;
  border: 1px solid #F07300 !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;

}

#statusButton.no:hover {
  background-color: #F07300 !important;
   transition: all 0.2s ease-in-out;
   color: #fff !important;
}

#statusButton.yes {
  padding: .6rem 1rem;
  font-size: 12px;
  font-weight: 700;
  color: #fff !important;
  background-color: #F07300 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  border-radius: 0.25rem;
}

#statusButton.yes:hover {
  background-color: #F07300 !important;
  color: #fff !important;
}

.navbar-brand {
  padding-top: .5rem; padding-left: 7rem;
}

#gifMakerHeader .nav_mobile_bar{
  display: none;
  margin-left: auto;
}

#gifMakerHeader .nav_mobile_bar .mobile_toggler_icon{
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.topnavmobileView{
  display: none;
  right: 0;
  position: fixed;
  float: none;
  top: 0;
  bottom: 0;
  width: 90%;
  max-width: 275px;
  background: #fff;
  box-shadow:-10px 0px 10px 1px rgba(0,0,0,0.025);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: box-shadow .3s .2s,-webkit-transform .3s cubic-bezier(.4,.63,.57,1);
  transition: transform .3s cubic-bezier(.4,.63,.57,1),box-shadow .3s .2s;
  transition: transform .3s cubic-bezier(.4,.63,.57,1),box-shadow .3s .2s,-webkit-transform .3s cubic-bezier(.4,.63,.57,1);
  z-index: 9999999;
}

.topnavbar_close{
  padding: 15px;
}

.topnavbar_close .close-icon{
  float: right;
  background-image: url(https://dev-static.animaker.com/icons/clear_normal.svg);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.topnavmobileView .topnav_mobilemenus{
  padding: 40px 25px;
}

.topnav_mobilemenus {
  list-style: none;
  margin: 0;
}

.topnav_mobilemenus li {
  padding: 10px 0px;
}


.topnavmobileView .topnav_mobilebtns{
  position: absolute;
  bottom: 0;
  padding: 0px 25px 40px;
  width: 100%;
  text-align: center;
}

.topnavmobileView .topnav_mobilebtns div{
  padding: 10px 0px;
}

.topnavmobileView .topnav_mobilebtns .login_button,.topnavmobileView .topnav_mobilebtns .getstartedfree_button{
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #F1821E 0% 0% no-repeat padding-box;
  width: 100%;
  height: 45px;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 4px;
  opacity: 1;
}

.topnavmobileView .topnav_mobilebtns .login_button{
  background: transparent;
  border: 2px solid rgba(14,19,24,.15);
  color: #2d2d2d;
}


.gif_hero_section{
  /* background-image: url(https://www.gifmaker.com/assets/images/gifmaker/gif-background.svg); */
  background-position: bottom;
  background-repeat: repeat;
  padding: 100px 0px;
  height: 100%;
  width: 100%;
}

.gif_hero_section .row{
  display: flex;
  align-items: center;
}

.gif_hero_section .leftside_content{
  padding-right: 5%;
    padding-top: 20px;
}

.gif_hero_section .leftside_content h1{
  font-size: 42px;
  line-height: 1.3;
  font-weight: 600;
}
.gif_hero_section .leftside_content #p1{
  padding: 10px 0px 25px 0px;
    font-size: 16px;
    line-height: 30px;
    color: #53627C !important;
    margin-bottom: 0;
}

.gif_hero_section .leftside_content #p2{
font-size: 15px;
margin-bottom: 20px;
color: #54536C !important;
}

.gif_hero_section .rightside_content{
  padding: 0;
}

.gif_hero_section .startNowSection{
  padding-right: 28%;
}

.startNowSection .email-block, .startNowSection .password-block , .unlock_login_form .email-block, .unlock_login_form .password-block{
  position: relative;
  background: #ffffff;
  height: 50px;
  /* margin-bottom: 15px; */
}

p.email-error, p.password-error, p.registererr {
  font-size:14px;
}

p.email-error, p.password-error {
margin-bottom: 8px;
}

.startNowSection .email-block .emailInput, .startNowSection .password-block .passwordInput  , .unlock_login_form .email-block .emailInput, .unlock_login_form .password-block .passwordInput{
  width: 100%;
  height: 45px;
  font-size: 15px;
  color: #54536c;
  padding-left: 60px;
  border-radius: 4px;
  border: 0.75px solid #cecece;
}

.startNowSection .email-block .emailSymbol, .startNowSection .password-block .passwordSymbol, .unlock_login_form .email-block .emailSymbol, .unlock_login_form .password-block .passwordSymbol{
  position: absolute;
  top: 13px;
  left: 15px;
  width: 21px;
  height: 21px;
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/email-icon.svg);

}

.startNowSection .password-block .passwordSymbol, .unlock_login_form .password-block .passwordSymbol{
    background-image: url(https://www.gifmaker.com/assets/images/gifmaker/password_icon.svg);
}

.gif_hero_section .startnowbutton, .gif_hero_section .signupwithgooglebtn , .unlock_login_form .startnowbutton, .unlock_login_form .signupwithgooglebtn {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  background: transparent linear-gradient(90deg, #4D44E8 0%, #8C5DE9 100%) 0% 0% no-repeat;
  border-radius: 3px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
  border: none;
  opacity: 0.8;
  margin-bottom: 12px;
}

.gif_hero_section .signupwithgooglebtn, .unlock_login_form .signupwithgooglebtn {
  background: transparent;
  color: #54536C;
  border: 1px solid #cecfd2;
}

.gif_hero_section .signupwithgooglebtn:hover, .unlock_login_form .signupwithgooglebtn:hover, .gif_hero_section .startnowbutton:hover, .unlock_login_form .startnowbutton:hover {
  box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(0,12,32,0.04);
}

/* .gif_hero_section .startNowSection p{
  text-align: center;
  font-size: 15px;
  color: #54536C;
} */

.policy_terms{
  /* text-align: center; */
  margin-bottom: 9px;
}

.policy_terms label {
    cursor: pointer;
    margin: 0px;
}

.privacy_text {
    margin-left: 5px;
    color: #53627C;
    font-size: 13px;
    font-weight: 400;
    user-select: none;
    vertical-align: baseline;
}

.input_error p,.input_error2{
    color: #d50000;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", "Tahoma", "Arial", sans-serif;
    text-align: left;
    padding: 0;
    margin: 5px 0;
}

.gif_hero_section .rightside_content .videoSection{
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border: 1px solid #ececec;
  border-radius: 4px;
}

.gif_hero_section .rightside_content .videoSection .video_header{
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #ececec;
}

.gif_hero_section .rightside_content .videoSection .dot_circle{
  height: 12px;
  width: 12px;
  background-color: #FF554F;
  border-radius: 50%;
  display: inline-block;
}

.gif_hero_section .rightside_content .videoSection .dot_circle:nth-child(2){
  background-color: #FFC02F;
}
.gif_hero_section .rightside_content .videoSection .dot_circle:nth-child(3){
  background-color: #29CF42;
}

.gif_hero_section .rightside_content .videoSection .video_body{
  width: 100%;
  display: flex;
}

.gif_hero_section .rightside_content .videoSection .videotemplate_playsection{
  width: 80%;
  padding: 25px 20px;
}

.gif_hero_section .rightside_content .videoSection .video_setings{
  width: 20%;
  background-color: #F9F9FB;
}

.video_setings .setings_boxes div{
  background-color:#FFFFFF;
  width:calc( 50% - 15px);
  margin-top:10px;
  margin-left: 10px;
  height: 65px;
  border-radius: 4px;
}
.video_setings .setings_boxes div:nth-child(2n){
  margin-right: 10px;
}

.gif_hero_section .rightside_content .videoSection video{
  width: 100%;
  height: 320px;
  /* box-shadow: 0px 3px 6px #0000001A; */
  border-radius: 4px;
}

.toptemplatelist{
  padding-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}

.toptemplatelist .templatesViewList{
  width: 90%;
}

.templatesViewList .toptemplate1 {
  margin-right: 10px;
  height: 180px;
}

.templatesViewList .videoContainter{
  width: 100%;
  height: 100%;
  position:relative;
}

.templatesViewList .videoContainter img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}

.videoContainter .playiconnormal {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/play-icon.svg);
  cursor: pointer;
}
.videoContainter:hover > .playiconnormal {
  display: none;
}

.toptemplatelist .view_allbtn{
  width: 10%;
}

.toptemplatelist .view_allbtn span{
  font-size: 13px;
  color: #54536E;
  cursor: pointer;
}


.express_acc_engagement{
  /* background-image: url(https://www.gifmaker.com/assets/images/gifmaker/gif-background.svg),url(https://www.gifmaker.com/assets/images/gifmaker/wave-background1.svg); */
  background-position: top,left bottom;
  background-repeat:repeat, repeat-x;
  padding-top: 120px;
  height: 100%;
  width: 100%;
  text-align: center;
}

.express_acc_engagement h2, .VideoTemplates h2{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 15px;
  color: #333;
}

.express_acc_engagement p , .VideoTemplates p{
  font-size: 17px;
  color: #53627C;
  padding-bottom: 35px;
  white-space: pre;
}

/* laptop area */

.pcvideoinfo{
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}

.pcvideoinfo .hero_videosection{
  position: absolute;
  top: 11%;
  left: 18.5%;
  bottom: 19%;
  right: 19%;

  /* box-shadow: 0px 3px 6px #00000029; */
}

.pcvideoinfo .video_content{
  text-align: center;
}

.pcvideoinfo .video_content .g2Crowdlogo {
  display: inline-block;
  background: url(https://www.gifmaker.com/assets/images/gifmaker/g2Crowdlogo.svg) no-repeat;
  width: 90px;
  height: 26px;
  vertical-align: middle;
}

.pcvideoinfo .video_content p{
  display: inline-block;
  color: #53627C;
  font-size: 15px;
}

.description_to_videoSection{
  background-color: #f6f2fd;
  padding-bottom: 120px;
}

.description_to_videoSection .row{
  padding-top: 100px;
}

.description_to_videoSection .row .col-lg-3:nth-child(1), .description_to_videoSection .row .col-lg-3:nth-child(2), .description_to_videoSection .row .col-lg-3:nth-child(3){
  flex: 1;padding-right: 5px;
}
.description_to_videoSection .boxshadow_description{
  height: 100%;
  padding: 20px;
  box-shadow:0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
  border-radius: 5px;
}


.description_to_videoSection h3{
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #333;
}

.description_to_videoSection p {
  font-size: 15px;
  color: #4d4b6d;
}

/* Video Templates */

.VideoTemplates{
  background: #ffffff;
  padding: 120px 0px;
  text-align: center;
}

.VideoTemplates .template1, .VideoTemplates .template2, .VideoTemplates .template3, .VideoTemplates .template4, .VideoTemplates .template5, .VideoTemplates .template6, .VideoTemplates .template7, .VideoTemplates .template8{
  margin: 0px 15px 20px 0px;
}

.VideoTemplates .videoContainter{
  width: 100%;
  height: 100%;
  position: relative;
}

.VideoTemplates .videoContainter img{
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 6px #00000029;
}

.videoContainter .moments_menus{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
.videoContainter:hover > img{
  opacity: 0.5;
}
.videoContainter:hover > .moments_menus{
  opacity: 1;
}

.videoContainter .edit_template {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/edit.svg);
  cursor: pointer;
}

.videoContainter .play_icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/play-icon.svg);
  cursor: pointer;
}


.VideoTemplates .see_moreSection {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

.VideoTemplates .see_moreSection a {
  color: #CBCBCB;
  font-size: 18px;
}


.videomaking_steps{
  background-color: #ffffff;
  padding: 120px 0px;
}

.videomaking_steps .stepsHeader{
  padding: 0px 20px;
  text-align: center;
}

.videomaking_steps .stepsHeader h2{
  font-size: 36px;
  font-weight: 600;
  margin-bottom:38px;
  color: #333;
}

.videomaking_steps .videoStep1, .videomaking_steps .videoStep2, .videomaking_steps .videoStep3{
  width: 100%;
  padding-top: 100px;
  background-position: left;
  background-repeat: no-repeat;
}

.videomaking_steps .videoStep1{
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/step1-background.svg)
}
.videomaking_steps .videoStep2{
  background-position: right;
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/step2-background.svg)
}
.videomaking_steps .videoStep3{
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/step3-background.svg)
}

.videomaking_steps .step1templatestartfromScratchContent, .videomaking_steps .step2AddpersonaliseDragandDropContent, .videomaking_steps .step3exportyourvideoContent {
  padding-top: 50px;
  width: 600px;
  margin: 0 auto;
}

.videomaking_steps .step1CountImage,.videomaking_steps .step2CountImage, .videomaking_steps .step3CountImage{
  display: inline-block;
  width:10%;
}
.videomaking_steps .step1Content, .videomaking_steps .step2Content, .videomaking_steps .step3Content{
  float: right;
  width:90%;
  padding-left: 20px;
}

.videomaking_steps .step1CountImage img , .videomaking_steps .step2CountImage img , .videomaking_steps .step3CountImage img{
  width: 50px;
  height: 50px;
}

.step1Content h3, .step2Content h3, .step3Content h3{
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 25px;
  color: #444;
}
.step1Content p, .step2Content p, .step3Content p{
  font-size: 17px;
  color: #54536c;
  line-height: 1.6;
}

.step1VideoSection img, .step2VideoSection img, .step3VideoSection img{
  width: 100%;
  height: 100%;
}

/* Mobile View video steps */

.videomaking_steps .videMaking_mobileView{
  display: none;
  text-align: center;
}
.videMaking_mobileView h3{
 font-size: 24px;
 padding-top: 25px;
 font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", "Tahoma", "Arial", sans-serif;
}

.videMaking_mobileView p{
 padding: 15px 15px;
 font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", "Tahoma", "Arial", sans-serif;

}



.testimonials_sliderSection{
  background: transparent linear-gradient(116deg, #9458F0 0%, #4E41F1 100%) 0% 0% no-repeat;
  padding: 120px 0px;
}

.testimonials_sliderSection h2{
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  white-space: pre;
}

.testimonials_sliderSection .row{
  padding: 50px 0px;
}

.testimonials_sliderSection .testimonial-card-1{
  height: 100%;
  background-color: #ffffff;
  padding: 80px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px #0000001A;
}
.testimonials_sliderSection .row .col-lg-6:nth-child(1) .testimonial-card-1{
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/left-testimonial-bg.png);
  background-size: 100% 100%;
}
.testimonials_sliderSection .row .col-lg-6:nth-child(2) .testimonial-card-1{
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/right-testimonial-bg.png);
  background-size: 100% 100%;
}

.testimonials_sliderSection .highlight {
  background-image: linear-gradient(-100deg,rgba(255,255,255,0),#ffc46c 85%,rgba(255,255,255,0))
  }

.testimonial-card-1 .quote{
  font-size: 22px;
  padding:25px 0 10px 0;
}

.testimonial-card-1 .testiDetails {
  display: inline-flex;
  align-items: center;
}

.testimonial-card-1 .testiNameandcompany {
  padding-left: 16px;
  padding-top: 10px;
}

.testimonial-card-1 .testiNameandcompany #p1 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-card-1 .testiNameandcompany #p2 {
  font-size: 14px;
  color: #54536c;
}

.testimonials_sliderSection .publications_section{
  text-align: center;
}


.powerful_gif_features{
  background: #F6F2FD 0% 0% no-repeat;
  padding: 160px 0px;
}

.stuffs_can_do_with_animaker .stuffs_header{
  padding: 0px 20px;
}

.powerful_gif_features .gif_features_header , .stuffs_can_do_with_animaker .stuffs_header , .Unlock_animaker2_today .unlock_header{
  text-align: center;
  padding-bottom: 80px;
}

.powerful_gif_features .gif_features_header h2 , .stuffs_can_do_with_animaker .stuffs_header h2 , .Unlock_animaker2_today .unlock_header h2{
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #333;
}

.powerful_gif_features .gif_features_header p, .stuffs_can_do_with_animaker .stuffs_header p , .Unlock_animaker2_today .unlock_header p{
  font-size: 17px;
  color: #53627C;
  white-space: pre;
}

.powerful_gif_features .row .giffeature_description{
  width: 350px;
  padding-bottom: 50px;
}

.powerful_gif_features .row .col-lg-4:nth-child(2) .giffeature_description, .powerful_gif_features .row .col-lg-4:nth-child(5) .giffeature_description , .powerful_gif_features .row .col-lg-4:nth-child(8) .giffeature_description{
  margin: 0 auto;
}

.powerful_gif_features .row .col-lg-4:nth-child(3) .giffeature_description, .powerful_gif_features .row .col-lg-4:nth-child(6) .giffeature_description , .powerful_gif_features .row .col-lg-4:nth-child(9) .giffeature_description{
  float: right;
}

.giffeature_description img{
  padding-bottom: 20px;
}

.giffeature_description h3{
  font-size: 23px;
  font-weight: 600;
  color: #444;
}
.giffeature_description p{
  font-size: 16px;
  color: #54536C;
}

.powerful_gif_features .join_animakerSection{
  padding-top: 50px;
  text-align: center;
}
.powerful_gif_features .join_animakerSection #p1{
  font-weight: 400;
  color: #444;
  font-size:18px;
}
.powerful_gif_features .join_animakerSection #p2{
  font-size: 14px;
  color: #54536c;
  padding-top: 10px;
}

.powerful_gif_features .join_animakerSection a {
  width: 380px;
  font-size: 17px;
  font-weight: 500;
  background-image: linear-gradient(to right, #503df9, #9e52f7);
  color: white;
  height: 65px;
  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;
  text-transform: uppercase;
  align-items: center;
  border: none;
  opacity: 0.8;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", "Tahoma", "Arial", sans-serif;
  box-shadow: 0px 3px 6px #00000029;
}


.stuffs_can_do_with_animaker{
  padding-top: 160px;
}

.stuffs_can_do_with_animaker .layover_background{
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/create-background-left.svg), url(https://www.gifmaker.com/assets/images/gifmaker/create-background-right.svg);
  background-position: left, right;
  background-repeat: no-repeat;
}

.stuffs_can_do_with_animaker .boxshow{
  width: 500px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e2e2e2b3;
  border-radius: 4px;
  /* opacity: 0.8; */
  padding: 50px 0px 10px 80px;
}

.stuffs_can_do_with_animaker .row .col-lg-6:nth-child(1) .boxshow{
  float: right;
}

.stuffs_can_do_with_animaker .boxshow .boxshowelements{

  display: flex;
  align-items: center;
  padding-bottom: 40px;

}

.stuffs_can_do_with_animaker .boxshow .boxshowelements p {
  padding-left: 15px;
  color: #54536C;
  font-size: 18px;
  margin: 0;
}

/* .stuffs_can_do_with_animaker .row .col-lg-6:nth-child(1) .createGif_buttons, .stuffs_can_do_with_animaker .row .col-lg-6:nth-child(3) .createGif_buttons,.stuffs_can_do_with_animaker .row .col-lg-6:nth-child(5) .createGif_buttons, .stuffs_can_do_with_animaker .row .col-lg-6:nth-child(7) .createGif_buttons, .stuffs_can_do_with_animaker .row .col-lg-6:nth-child(9) .createGif_buttons{
  float: right;
}

.stuffs_can_do_with_animaker .createGif_buttons{
  margin-bottom: 30px;
  width: 536px;
  font-size: 18px;
  font-weight: 500;
  background: #FFFFFF 0% 0% no-repeat;
  color: #54536C;
  height: 60px;
  text-align: center;
  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.8;
  font-family: 'PT Sans' !important;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 4px;
  opacity: 0.8;
  cursor: pointer;
}
.stuffs_can_do_with_animaker .createGif_buttons:hover{
  background: transparent linear-gradient(180deg, #86EBD8 0%, #7EF2B7 100%) 0% 0% no-repeat padding-box;
  border: none;

} */


.Unlock_animaker2_today{
  padding-bottom: 180px;
  padding-top: 200px;
  background: url(https://www.gifmaker.com/assets/images/gifmaker/wave-background.svg) repeat no-repeat;
  background-position: bottom;
}

.Unlock_animaker2_today .unlock_login_form{
  width: 420px;
  margin: 0 auto;
}


/* Footer  */

.footer_area{
  width: 100%;
  padding: 15px 40px;
  background: #424158 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
}

.footer_area .copyright_area p{
  display: inline-block;
  font-size: 15px;
  color: #FFFFFF;
  margin: 0;
}

.footer_right{
  margin-left: auto;
}

.footer_right ul{
  list-style: none;
  margin: 0;
}
.footer_right ul li{
  padding: 0px 10px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px
}
.footer_right ul li a{
  color:#fff;
}

/* Video popup code */

/* The Modal (background) */
#playvideopopup , #registerSuccesspopup{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

  /* Modal Content */
#playvideopopup .playvideopopup_content {
  margin: auto;
  position: relative;
  width: 977.778px;
  height: 687.5px;
}

#playvideopopup .outerDivLayer {
  margin-right:45px;
  height:100%;
  padding: 10px;
  background-color: #fefefe;
}


#playvideopopup .playvideopopup_content .close_svg {
  position: absolute;
  right:0;
  top:0;
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/clear_normal.svg);
  width:38px;
  height:38px;
  z-index: 9;
  cursor: pointer;
}

#playvideopopup .playvideopopup_content .close_svg:hover {
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/clear.svg);
}

#playvideopopup .playvideopopup_content .playvideopopup_body{
  padding: 0;
  overflow: hidden;
  height: 90%;
  position: relative;
}

#playvideopopup .playvideopopup_content .playvideopopup_body iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#playvideopopup .playvideopopup_content .playvideopopup_footer {
  height: 10%;
  padding-top:25px;
}

#playvideopopup .playvideopopup_content .playvideoproject_name{
  font-family: Pt sans;
  font-size: 20px;
  /* font-weight: bold; */
  color: #2d2d2d;
}

#playvideopopup .playvideopopup_content .use-preview-span{
  display: inline-block;
  float: right;
}

#playvideopopup .playvideopopup_content .use-preview-span a{
  padding:10px 50px;
  background-image: linear-gradient(to right, #7f6fec, #a07ceb);
  color: #ffffff;
  font-family: Pt sans;
  font-size: 20px;
  /* font-weight: bold; */
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", "Tahoma", "Arial", sans-serif;
}



#registerSuccesspopup .success_content {
  position: relative;
  background: #fff;
  width: 600px;
  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;
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/new-mail-bg-01.png);
  background-position: top;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
#registerSuccesspopup .success_content .registersuccess_top{
  padding: 10px;
}

#registerSuccesspopup .success_content .registersuccess_top .close_registersuccess{
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/clear_normal.svg);
  width:24px;
  height:24px;
  float: right;
  cursor: pointer;
}

#registerSuccesspopup .success_content .popup_content{
 font-size: 24px;
}
#registerSuccesspopup .success_content .popup_content p{
 margin-top:40px;
}


#registerSuccesspopup .success_content .popup_content{
  padding: 100px;
  text-align: center;
}
/* .testimonialquote{
  background-image: url(https://www.gifmaker.com/assets/images/gifmaker/testimonial-quote.svg);
  width:24px;
  height:24px;
} */

/* loader */
.lds-animaker-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.25);
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99997;
}
.lds-animaker {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-animaker div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}
.lds-animaker div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}
.lds-animaker div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}
.lds-animaker div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: olive;
    animation: lds-animaker 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
@keyframes lds-animaker {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
    }




/* Media queries */

@media (max-width:1680px){

  .custom_container{
    max-width: 1400px;
  }

}

@media (max-width:1440px){

  .custom_container{
    max-width: 1200px;
  }

  .gif_hero_section .leftside_content h1{
    font-size: 42px;
    color: #333;
  }

  .videomaking_steps .step1templatestartfromScratchContent, .videomaking_steps .step2AddpersonaliseDragandDropContent, .videomaking_steps .step3exportyourvideoContent {
    width: 500px;
  }

  .templatesViewList .toptemplate1 {
    height: 140px;
  }
  .video_setings .setings_boxes div{
    height: 40px;
  }

  .videomaking_steps .videoStep1, .videomaking_steps .videoStep2, .videomaking_steps .videoStep3{
    background-image: unset;
  }

}

@media (max-width:1366px){

  .custom_container{
    max-width: 1140px;
  }

  .powerful_gif_features .row .giffeature_description{
    width: 300px;
  }

  .stuffs_can_do_with_animaker .createGif_buttons{
    width: 380px;
  }
  .testimonials_sliderSection .testimonial-card-1{
    padding: 40px 50px;
  }

}

@media (max-width:1226px){

  .custom_container{
    max-width: 1024px;
  }

  .gif_hero_section .leftside_content h1{
    font-size: 32px;
  }

  .gif_hero_section .leftside_content #p1{
    font-size: 15px;
  }

  .videomaking_steps .step1templatestartfromScratchContent, .videomaking_steps .step2AddpersonaliseDragandDropContent, .videomaking_steps .step3exportyourvideoContent {
    width: 450px;
  }

  .powerful_gif_features .gif_features_header p, .stuffs_can_do_with_animaker .stuffs_header p, .Unlock_animaker2_today .unlock_header p{
    white-space: unset;
  }

  .stuffs_can_do_with_animaker .boxshow{
    width: 420px;
    padding-left: 50px;
  }
  .gif_hero_section .startNowSection{
    padding-right: 10%;
  }

  .templatesViewList .toptemplate1 {
    height: 120px;
  }

}

@media (max-width:1024px){

  .custom_container{
    max-width: 940px;
  }
  .videomaking_steps .step1templatestartfromScratchContent, .videomaking_steps .step2AddpersonaliseDragandDropContent, .videomaking_steps .step3exportyourvideoContent {
    width: 420px;
  }


  .powerful_gif_features .row .giffeature_description{
    width: 260px;
  }


}


@media (max-width:991px){

  .gif_hero_section .rightside_content{
    display: none;
  }

  .custom_container{
    max-width: 800px;
  }

  .videomaking_steps .videMaking_desktop_view {
    display: none;
  }

  .videomaking_steps .videMaking_mobileView  {
    display: block;
  }


  .gif_hero_section .leftside_content h1{
    font-size: 38px;
  }

  .gif_hero_section .leftside_content #p1{
    font-size: 18px;
  }

  .express_acc_engagement p, .VideoTemplates p{
    white-space: unset;
  }

  .powerful_gif_features .row .giffeature_description{
    width: unset;
  }

  .powerful_gif_features .row .col-lg-4:nth-child(3) .giffeature_description, .powerful_gif_features .row .col-lg-4:nth-child(6) .giffeature_description, .powerful_gif_features .row .col-lg-4:nth-child(9) .giffeature_description{
    float: unset;
  }

  .gif_hero_section .leftside_content{
    padding-right: 0;
    text-align: center;
    padding-bottom: 25px;
  }

  .gif_hero_section .startNowSection{
    padding-right: 0;
  }

  .testimonials_sliderSection h2{
    white-space: unset;
  }

  .testimonials_sliderSection .col-lg-6:nth-child(1) .testimonial-card-1{
      margin-bottom: 25px;
  }

  .stuffs_can_do_with_animaker .createGif_buttons{
    width: 300px;
  }

  .description_to_videoSection .row .col-lg-3{
    padding-bottom: 20px;
  }

  /* .express_acc_engagement h2, .VideoTemplates h2 , .videomaking_steps .stepsHeader h2, .testimonials_sliderSection h2 , .powerful_gif_features .gif_features_header h2, .stuffs_can_do_with_animaker .stuffs_header h2, .Unlock_animaker2_today .unlock_header h2{
    font-size: 32px;
  } */


  .stuffs_can_do_with_animaker , .powerful_gif_features, .testimonials_sliderSection, .VideoTemplates , .videomaking_steps {
    padding: 80px 0px;
  }

  .description_to_videoSection, .Unlock_animaker2_today{
    padding-bottom: 80px;
  }

  .testimonials_sliderSection .testimonial-card-1{
    padding: 60px;
  }

  .stuffs_can_do_with_animaker .boxshow{
    width: 350px;
    padding-left: 30px;
  }
  .stuffs_can_do_with_animaker .boxshow .boxshowelements p{
    font-size: 16px;
  }
  #playvideopopup .playvideopopup_content{
    width: 700px;
    height: 550px;
  }

}


@media (max-width: 850px){

  .custom_container {
      max-width: 740px;
  }

  #gifMakerHeader .animaker_tobuttons, #gifMakerHeader .animaker_landing_pages_menus{
    display: none;
  }

  #gifMakerHeader .nav_mobile_bar{
    display: block;
  }
  .publications_section img{
    width:100%;
  }

}


@media (max-width:776px){

  .custom_container{
    max-width: 680px;
  }

}


@media (max-width:768px){

  /* .stuffs_can_do_with_animaker .row .col-lg-6:nth-child(1) .createGif_buttons, .stuffs_can_do_with_animaker .row .col-lg-6:nth-child(3) .createGif_buttons, .stuffs_can_do_with_animaker .row .col-lg-6:nth-child(5) .createGif_buttons, .stuffs_can_do_with_animaker .row .col-lg-6:nth-child(7) .createGif_buttons, .stuffs_can_do_with_animaker .row .col-lg-6:nth-child(9) .createGif_buttons{
    float: unset;

  } */

  .stuffs_can_do_with_animaker .row .col-lg-6:nth-child(1) .boxshow{
    float: unset;
    margin-bottom: 20px;
  }

  .stuffs_can_do_with_animaker .row .col-lg-6{
    text-align: -webkit-center;
  }

  .stuffs_can_do_with_animaker .createGif_buttons {
    width: 380px;
  }

  .description_to_videoSection .row .col-lg-3, .powerful_gif_features .row .col-lg-4{
    text-align: center;
  }

  .stuffs_can_do_with_animaker , .powerful_gif_features, .testimonials_sliderSection, .VideoTemplates , .videomaking_steps {
    padding: 50px 0px;
  }

  .description_to_videoSection, .Unlock_animaker2_today{
    padding-bottom: 50px;
  }


}

@media (max-width:720px){

  .custom_container{
    max-width: 600px;
  }

}

@media (max-width:650px){

  .custom_container{
    max-width: 550px;
  }

  .Unlock_animaker2_today .unlock_login_form{
    width: 440px;
  }

  .testimonials_sliderSection .testimonial-card-1{
    padding: 60px;
  }

}


@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) {

  .gif_hero_section{
    padding:50px 0px;
  }
  .express_acc_engagement{
    padding-top: 50px;
  }

  .privacy_text{
    font-size: 12px;
  }
  .copyright_area{
    text-align: center;
  }

  .custom_container {
    max-width: 450px;
  }
  .row {
    margin: 0px 10px;
}

  .Unlock_animaker2_today .unlock_login_form{
    width: 100%;
  }

  .testimonial-card-1 .quote{
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .testimonials_sliderSection .testimonial-card-1{
    padding: 40px;
  }

  #playvideopopup .playvideopopup_content .playvideopopup_body{
   height: 100%;
 }
 #playvideopopup .playvideopopup_content .playvideopopup_footer{
   display: none;
 }

 #playvideopopup .playvideopopup_content .close_svg{
   top:-15px;
 }

 #playvideopopup .outerDivLayer {
  margin-right:0px;
}
 #playvideopopup .playvideopopup_content{
    width: 100%;
 }
 .footer_area{
   padding:15px 20px;
   display:inline-block;
 }
 .footer_right {
    margin-left: auto;
    text-align: center;
    padding-top: 6px;
}
.footer_right ul{
   padding:0;
}
.videomaking_steps .videoStep1, .videomaking_steps .videoStep2, .videomaking_steps .videoStep3{
  padding-top:50px;
}
#registerSuccesspopup .success_content{
  width:350px;
}
#registerSuccesspopup .success_content .popup_content{
  padding: 20px 30px 50px 30px;
}
#registerSuccesspopup .success_content .popup_content p{
  font-size:18px;
}

}


@media (max-width: 480px){

  .custom_container {
      max-width: 400px;
  }



}

@media (max-width: 430px){

  .custom_container {
      max-width: 380px;
  }

  .powerful_gif_features .join_animakerSection a, .stuffs_can_do_with_animaker .createGif_buttons{
    width: 100%;
  }

  .stuffs_can_do_with_animaker .boxshow{
    width: 100%;
    padding-left: 15px;
  }

  .stuffs_can_do_with_animaker .boxshow .boxshowelements p{
    font-size: 14px;
  }


}

@media (max-width: 400px){

  .custom_container {
      max-width: 370px;
  }

}

@media (max-width: 380px){
  .custom_container {
      max-width: 100%;
    }

    .powerful_gif_features .gif_features_header , .stuffs_can_do_with_animaker .stuffs_header , .Unlock_animaker2_today .unlock_header{
      padding: 0px 20px;
    }


}

/* End of header */
