/* Mixin */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
}

body {
  color: #54536c;
  font-family: "Open Sans", sans-serif;
  /* font-family: "Inter", sans-serif;   */
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "InterDisplay-Bold", sans-serif !important;
  font-weight: 700;
  display: block;
}
.review-section .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right:  .3em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left:   .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 10px;
}
  .review-section .star::before, .review-section .star::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right:  1em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left:   1em solid transparent;
    transform: rotate(-35deg);
  }
  .review-section .star::after {  
    transform: rotate(35deg);
  }
.vmaker_mac  #chrometext, .vmaker_platforms .downloads p {
  display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0 !important;
}
.video-recorder .accordion-body ol li {
  list-style: inherit;
}
@media screen and (min-width: 991px) {
  .navbar .custom_container,
  footer .custom_container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.spacing,
.screenRecorder .createOwn,
.screenRecorder .guide,
.screenRecorder .rating {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .spacing,
  .screenRecorder .createOwn,
  .screenRecorder .guide,
  .screenRecorder .rating {
    padding: 100px 0;
  }
}

.h2,
.screenRecorder .createOwn h2,
.screenRecorder .rating h2 {
  color: #54536c;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 100px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .h2,
  .screenRecorder .createOwn h2,
  .screenRecorder .rating h2,
  .further .explore h2,
  .resources h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 579px) {
  .h2,
  .screenRecorder .createOwn h2,
  .screenRecorder .rating h2,
  .further .explore h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.sub-h2 {
  color: #54536c;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0 auto 20px;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sub-h2 {
    font-size: 24px;
  }
}
.navbar-brand.active {
  display: block !important;
}
.navbar-brand {
  display: none;
}
.screenRecorder .bannerWrap .flex {
  padding: 180px 0 60px;
  justify-content: space-evenly;
}
.bannerWrap .container .banner-content h1 {
  font-size: 56px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.bannerWrap .container .banner-content p {
  font-size: 20px;
  font-weight: 400;
  color: #d6dae0;
  text-align: center;
  line-height: 28px;
  width: 70%;
  margin: 0 auto;
  padding: 25px 0;
  font-family: "Inter", sans-serif;
}
.bannerWrap .container .banner-content ul {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0 50px;
  color: #d6dae0;
  font-weight: 400;
  font-size: 14px;
  column-gap: 30px;
  font-family: "Inter", sans-serif;
}
.bannerWrap .container .banner-content ul li {
  position: relative;
}
.bannerWrap .container .banner-content ul li:nth-child(1):before {
  content: url("../img/edit-icon.svg");
  position: relative;
  left: -10px;
  top: 10px;
}
.bannerWrap .container .banner-content ul li:nth-child(2):before {
  content: url("../img/share-icon.svg");
  top: 10px;
  left: -10px;

  position: relative;
}
.bannerWrap .container .banner-content ul li:nth-child(3):before {
  content: url("../img/watermark-icon.svg");
  top: 10px;
  left: -10px;
  position: relative;
}
.screenRecorder .ctaHome p {
  margin-top: 10px;
}
.screenRecorder .ctaHome small{
  font-family: "Inter";
}
.gradientBtn.new {
  background: #fff;
  color: #0d0f0f;
  padding: 20px 35px;
  border-radius: 50px;
  border-color: #fff;
  cursor: pointer;
  font-family: "InterDisplay-Bold", sans-serif;
  display: block;
  margin: 0px auto;
}
.bannerWrap .container .banner-content small {
  text-align: center;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #d6dae0;
  display: block;
  padding-top: 30px;
}
.screenRecorder .how ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.screenRecorder .how ul li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d8d8d8;
  right: 0;
}
.screenRecorder .how ul li:not(:first-of-type) p {
  border-left: 0;
}
.screenRecorder .how ul li {
  width: 30%;
  margin: 0px 15px 25px;
  position: relative;
}

.reviews .carousel .carousel-item {
  box-shadow: 0px 3px 10px #00000029;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.ctaHome {
  background: linear-gradient(135deg, rgb(99, 214, 181) 100%) 0%,
    rgb(8, 179, 229);
}
.helpCases .flex .item {
  width: 25%;
}
/* badges */
.screenRecorder .badges h2,
.screenRecorder .whyVmaker h2,
.screenRecorder .how h2,
.screenRecorder .reviews h2,
.further .explore h2,
.resources h2 {
  color: #0d0f0f;
}
.screenRecorder .helpCases .flex {
  max-width: unset;
}
.screenRecorder .downloadPlugin .flex a.screen {
  background-color: #f47503;
  color: #fff;
  background: #f47503 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal bold 20px/24px Inter Display;
  letter-spacing: 0.48px;
  border-radius: 30px;
}
.screenRecorder .downloadPlugin .flex a.guide {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 30px;
  text-align: center;
  font: normal normal bold 20px/24px Inter Display;
  color: #000;
}
.faqs h2 {
  color: #0d0f0f;
}
.screenRecorder .whyVmaker .flex .item > ul > li h2 {
  font-size: 36px;
  font-family: "Inter Display", sans-serif;
  line-height: 43px;
  color: #0d0f0f;
}
.screenRecorder .whyVmaker .flex .item > ul > li p {
  font: normal normal normal 18px/23px Inter;
  color: #54536c;
}
.downloadPlugin {
  text-align: center;
  background: linear-gradient(
    135deg,
    rgb(99, 214, 181) 0%,
    rgb(8, 179, 229) 100%
  );
}
.faqs .accordion-item .accordion-button.collapsed {
  font: normal normal normal 20px/46px Inter;
  color: #0d0f0f;
  padding: 20px 60px 20px 20px;
} 
.faqs .accordion-item .accordion-button {
  padding: 20px 60px 20px 20px;
  border: 0;
}
.faqs .accordion-item .accordion-button h3 {
  font: normal normal normal 20px/46px Inter;
}
.faqs .accordion-item .accordion-button h3{
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter" !important;
  color: #0d0f0f;
}
.faqs .accordion-item .accordion-button.collapsed h3{
  font-weight: 500;
  font-size: 20px;
  font-family: "Inter" !important;
  line-height: 46px;
  color: #0d0f0f;
}
.faqs .accordion-item .accordion-body p,
.faqs .accordion-item .accordion-body li {
  font: normal normal normal 18px/24px Inter;
  letter-spacing: 0px;
  color: #54536c;
}
.helpCases .flex .item h3 {
  color: #fff;
}
.helpCases .flex .item p {
  color: #a3aec2;
  font-family: "Inter", sans-serif;
}
.screenRecorder {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.screenRecorder .rating {
  background: #fff;
}
.screenRecorder .rating h2 {
  margin-bottom: 100px;
  color: #0d0f0f;
  font-family: "Poppins", sans-serif;
}
.screenRecorder .rating .flex {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 850px;
  margin: 0 auto;
  flex-wrap: nowrap;
}
.screenRecorder .rating .flex .item {
  width: auto;
  text-align: center;
  padding: 0 20px;
}
.screenRecorder .rating .flex .brandLogo {
  margin-bottom: 20px;
}
.screenRecorder .rating .flex .brandLogo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
  .screenRecorder .rating .flex .star {
    margin-bottom: 0px;
  }
  .screenRecorder .rating .flex .rate {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 600;
  }
  .screenRecorder .rating .rating-container .star {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
  }
  .screenRecorder .rating .rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: green;
    white-space: nowrap;
    overflow: hidden;
  }
  .screenRecorder .rating .rating-container.rating-disabled .rating-stars {
    cursor: text;
  }
  .screenRecorder .rating .rating-container.is-display-only .rating-stars {
    cursor: default;
  }
  .screenRecorder .rating .rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
  }
  .screenRecorder .rating .rating-container .rating-stars:focus {
    outline: none;
  }
  .screenRecorder .rating .rating-container.rating-animate .filled-stars {
    transition: width 0.25s ease;
}
.screenRecorder .rating .rating-input {
  display: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.screenRecorder .rating .theme-krajee-svg .krajee-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.screenRecorder .rating .theme-krajee-svg .filled-stars .krajee-icon-star {
  background-image: url("../img/starGreen.svg");
}
.screenRecorder .rating .theme-krajee-svg .empty-stars .krajee-icon-star {
  background-image: url("../img/star_blank.svg");
}
.screenRecorder .rating .theme-krajee-svg .clear-rating,
.screenRecorder .rating .theme-krajee-svg .caption {
  display: none !important;
}
.screenRecorder .helpCases {
  background: #000;
}
.screenRecorder .helpCases .flex {
  flex-wrap: wrap;
}
.screenRecorder .helpCases h2 {
  margin-bottom: 50px;
  color: #fff;
  font-size: 40px;
  font-family: "Inter", "sans-serif";
  line-height: 45px;
}
.screenRecorder .allInOne {
  background: #fff;
}
.screenRecorder .allInOne.four {
  background: #fff;
}
.screenRecorder .badges {
  background: #fafafa;
}
.screenRecorder .guide {
  background: #fafafa;
}
.screenRecorder .guide .flex {
  max-width: 1000px;
  margin: 0 auto;
}
.screenRecorder .guide p {
  color: #54536c;
  font-size: clamp(15px, 4vw, 18px);
  text-align: center;
  margin: 0 auto 1.5em;
  line-height: 1.6;
  width: 100%;
  max-width: 830px;
}
.screenRecorder .guide p a {
  display: block;
  max-width: 310px;
}
.screenRecorder .ctaHome p a {
  max-width: 380px;
}
.screenRecorder .helpCases {
  background: #000;
}
.screenRecorder .createOwn {
  background: #fafafa;
}
.screenRecorder .createOwn h2 {
  margin-bottom: 20px;
}
.screenRecorder .createOwn p {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  max-width: 850px;
  margin: 0 auto 30px;
}
.screenRecorder .createOwn p + p {
  margin-bottom: 70px;
}
.screenRecorder .createOwn p:last-of-type {
  margin: 0 auto 0px;
}
.screenRecorder .createOwn p a {
  margin-bottom: 0px;
}

.bgcolor {
  background: #fafafa;
}
.play-btn-big svg {
  background: rgba(0, 0, 0, 0.5) !important;
}
.screenRecorder .getVmaker {
  text-align: center;
  padding: 50px 0 100px;
}
.screenRecorder.global header-component .navbar a.nav-link {
  color: #fff;
}
.screenRecorder header-component .navbar.active a.nav-link {
  color: #54536c;
}
.screenRecorder .getVmaker .flex {
  justify-content: center;
  flex-wrap: nowrap;
}
.screenRecorder .getVmaker h2,
.resources h2 {
  color: #0d0f0f;
  margin-bottom: 50px;
  font: normal normal bold 40px/44px Inter Display;
}
.resources h2 {
  color: #0d0f0f;
  padding-top: 80px;
  font: normal normal bold 40px/44px Inter Display;
  text-align: center;
}
.screenRecorder .getVmaker .card {
  border: 1px solid;
  border-radius: 16px;
  background: transparent;
  font-family: "Inter", sans-serif;
  border-color: #e5e5e5;
  width: 226px;
  text-align: center;
  padding: 20px;
  margin: 0px 20px;
  cursor: pointer;
}
.screenRecorder .getVmaker .card a {
  text-decoration: none;
}
.screenRecorder .getVmaker .card h3 {
  color: #0d0f0f;
  font-size: 18px;
  font-family: "Inter", sans-serif !important;
}
.screenRecorder .getVmaker .card img {
  width: 60px;
  height: 60px;
  margin: 20px auto;
  transition: all 0.5s;
}
.screenRecorder .getVmaker .card.Mac:hover {
  background: transparent linear-gradient(180deg, #ffffff 0%, #f5faff 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #0000001a;
  border: 1px solid #e5e5e5;
}
.screenRecorder .getVmaker .card.Windows:hover {
  background: transparent linear-gradient(180deg, #ffffff 0%, #f5fbff 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #0000001a;
  border: 1px solid #e5e5e5;
}
.screenRecorder .getVmaker .card.Chrome:hover {
  background: transparent linear-gradient(180deg, #ffffff 0%, #fffdf5 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #0000001a;
  border: 1px solid #e5e5e5;
}
.screenRecorder .getVmaker .card.iOS:hover {
  background: transparent linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #0000001a;
  border: 1px solid #e5e5e5;
}
.screenRecorder .getVmaker .card:hover img {
  transform: scale(1.2);
}
/* new changes */
.banner-sub-images {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  place-content: center;
  margin: 60px 0 0px;
}
.banner-sub-images .item {
  display: flex;
  flex-direction: column;
  place-items: center;
}
.bannerWrap .container .banner-content .banner-sub-images .item p {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
}
.item p.desc {
  text-align: center;
  font: normal normal bold 18px/21px Inter;
  letter-spacing: 0px;
  color: #0d0f0f;
  opacity: 1;
  width: 90%;
  margin: 20px auto 40px;
}
.reasons {
  background-color: #000;
  padding: 75px 0;
}
.reasons .container h2 {
  text-align: center;
  font: normal normal bold 40px/44px Inter Display;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 60px;
}
.reasons .container h3{
  padding-bottom: 20px;
  font: normal normal bold 36px/44px Inter Display;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.reasons .carousel-item .right {
  padding: 0 50px;
}
.reasons .carousel-item .right h2 {
  font: normal normal bold 36px/44px Inter Display;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
}
.reasons .carousel-item .right p {
  color: #a3aec2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 75%;
  position: relative;
}
.reasons .carousel-inner {
  height: 350px;
}
.screenRecorder .navbar.active .signUpButton {
  color: #fff !important;
}
.reasons .carousel-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.reasons .carousel-item .right ul li {
  color: #a3aec2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 60%;
  position: relative;
  padding-left: 15px;
}
.reasons .carousel-item .right ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a3aec2;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50px;
}
.carousel-control-next.circle,
.carousel-control-prev.circle {
  position: relative;
}
a.carousel-control-prev.circle {
  left: 37%;
  top: 75px;
}
a.carousel-control-prev.circle{
left: 42%;
top: 75px;
border-radius: 50%;
width: 72px;
height: 72px;
} 
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-size: 50% 75% !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
  background-color: #292C2C !important;
  padding: 30px !important;
  border-radius: 50px;
}
.carousel-control-next, .carousel-control-prev{
  opacity: unset;
}
a.carousel-control-next.circle {
  left: 45%;
  top: 7px;
}
.client {
  background-color: #f5f7f7;
  padding: 50px;
}
.further {
  padding: 100px 50px;
  background-color: #f5f7f7;
}
.explore {
  padding: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 2px #00000029;
  border: 1px solid #dce0e3;

  border: 1px solid #dce0e3;
  border-radius: 16px;
  width: 75vw;
  margin: 0 auto;
}
.further .explore h2 {
  margin-bottom: 20px;
}
.grid-box {
  padding: 20px 0;
  gap: 25px;
  align-items: center;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  padding: 20px 0;
  gap: 25px;
 
}
.explore .item {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dce0e3;
  border-radius: 8px;
  /* padding: 0px 24px; */
  /* align-items: center;
  display: flex; */
  padding: 1px 20px;
  /* width: fit-content; */
}
.explore .item:hover {
  background: transparent linear-gradient(101deg, #e2fff6 0%, #d3f5ff 100%) 0%
    0% no-repeat padding-box;
  cursor: pointer;
}
.explore .item.toggle {
  background: transparent linear-gradient(101deg, #e2fff6 0%, #d3f5ff 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 1px 2px #00000029;
  border: 1px solid #dce0e3;
}
.explore .item a {
  display: block;
  letter-spacing: 0px;
  color: #0d0f0f;
  text-decoration: none;
  font-size: 18px;
  line-height: 46px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: left;
}
.client-logo {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 40px;
  place-items: center;
}
.sf-custom-tabs ul li {
  font: normal normal normal 20px/46px Inter;
  letter-spacing: 0px;
  color: #54536c;
}
.sf-custom-tabs ul li a {
  font: normal normal normal 20px/36px Inter;
  letter-spacing: 0px;
  color: #54536c;
  text-decoration: none;
  border-radius: 8px;
}
.sf-custom-tabs .nav-item .nav-link {
  font: normal normal normal 20px/36px Inter;
  letter-spacing: 0px;
  color: #54536c;
  border: unset;
  border-radius: 0.25rem;
}
.sf-custom-tabs .nav-tabs {
  border-bottom: unset;
  gap: 20px;
}
.sf-custom-tabs button[aria-selected="true"] {
  background: transparent linear-gradient(121deg, #63d6b5 0%, #08b3e5 100%) 0%
    0% no-repeat padding-box;
  color: #fff !important;
}
.sf-custom-tabs .faqs .accordion-item .accordion-body {
  border-width: unset;
  border-style: unset;
}
.resources .faqs #faqs {
  max-width: 1100px;
}
.tab-section.sf-provi-laexce-box {
  max-width: 1100px;
  margin: 0 auto;
}
.sf-custom-tabs .faqs {
  padding: 60px 0;
  border-radius: 8px;
}
/* .tab-section .accordion .accordion-item:nth-child(1){
  border-top-right-radius: 8px;
  border-top-left-radius: 8px; 
} */

.tab-section .accordion .accordion-item {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; 
  border: 1px solid #ebebeb;
  border-bottom: 0px solid #ebebeb;
}
.tab-section .accordion .accordion-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
}
.tab-section .faqs .accordion-item .accordion-body {
  border-radius: unset;
}
.card.iOS {
  position: relative;
}
.card.iOS::after {
  content: "Coming Soon";
  position: absolute;
  right: -17px;
  top: -11px;
  background: #f47503;
  border-radius: 17px;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  font-weight: 500;
}
.ultimate {
  padding: 60px 0;
}
.ultimate .grid {
  display: grid;
  grid-template-columns: repeat(3, 345px);
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.ultimate .grid .item {
  background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  border: 1px solid #dce0e3;
  border-radius: 8px;
  padding: 28px;
  text-align: center;
  min-height: 275px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  transition: all 0.3s ease;
}
.ultimate .grid .item:hover {
  box-shadow: 10px 8px 15px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.ultimate .grid .item h6 {
  text-align: center;
  font: normal normal bold 18px/21px Inter;
  letter-spacing: 0px;
  color: #0d0f0f;
  padding: 20px 0 5px;
  margin: 0;
}
.ultimate .grid .item p {
  text-align: center;
  font: normal normal normal 17px/24px Inter;
  letter-spacing: 0px;
  color: #54536c;
}
.ultimate .grid .item a {
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter";
  letter-spacing: 0px;
  color: #fa7907;
}
.ultimate .explore-link{
  position: relative;
}
.ultimate .explore-link::after{
  content: url('../img/orange-right.svg');
  position: absolute;
  top: 0;
  right: -25px;
}
#carousel-inn a.carousel-control-next.circle{
  display: flex;
  justify-content: start;
  align-items: center;
  display: flex;
  /* width: 100%; */
  margin-left: 55px;
  margin-top: 2px;
}
.blog, .video{
  padding: 60px 0;
}
.blog .grid, .video .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.blog .grid .item {
  text-align: left;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
.video .grid .item {
  text-align: left;
  width: 100%;
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
  margin-bottom: 30px;
}
/* .video .grid .video-holder {
  text-align: left;
  width: 100%;
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
} */
.blog-link{
  text-decoration: none;
}
.blog .grid .item .blog-link::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog .grid .item img,
.video .grid .item img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}
.blog .grid .item h6,
.video .grid .item h6 {
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0px;
  color: #54536c;
  padding: 15px 40px 15px 0;
  margin: 0;
  text-decoration: none;
}
.blog .item a {
  text-decoration: none;
}
.blog .grid .item p {
  color: #8d8d99;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
}
/*  */

.video-holder {
  width: 450px;
  height: 0;
  overflow: hidden;
  padding-top: 30%;
  position: relative;
  border-radius: 3px;
  max-width: 100%;
  margin: 0 10px 20px;
}
 .video-holder iframe {
		width: 100%;
		height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}

  .bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
    .bg-stretch img {
      object-fit: cover;
      max-width: none;
      height: 100%;
      width: 100%;
  }

  .play-button {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 80px;
    height: 80px;
    padding: 0;
    border: 0;
    z-index: 2;
  }
 .resources .faqs .accordion-item .accordion-body p:not(:last-of-type), .faqs .accordion-item .accordion-body li:not(:last-of-type) {
    margin-bottom: 15px;
}
.action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.action-click {
  background: #FA7907 0% 0% no-repeat padding-box;
box-shadow: 0px 1px 4px #0000003D;
border-radius: 30px;
font: normal normal bold 20px/24px Inter Display;
font-family: "Inter Display", sans-serif;
letter-spacing: 0.48px;
color: #FFFFFF;
text-decoration: none;
padding: 15px 25px;
border: 1px solid transparent;
}
.action-click:hover{
  color: #FA7907;
  background-color: #fff;
  border: 1px solid #FA7907;
  
}
.how .video{
  margin: 0 auto;
}
.action-btn small{
  text-align: center;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    display: block;
    padding-top: 10px;
}
/* end */
/* review section revamp  */
.review-section {
  background: #fafafa 0% 0% no-repeat padding-box;
  padding: 100px 0;
}
.review-section h2 {
  font: normal normal normal 36px/44px Inter Display;
  letter-spacing: 0.29px;
  color: #1d1d1d;
  margin: 0px 0 10px;
  text-align: center;
}
.review-section p {
  text-align: center;
  font: normal normal normal 18px/24px Inter;
  letter-spacing: 0px;
  color: #54536c;
}
.review-section .card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 336px);
  column-gap: 30px;
  justify-content: center;
  padding: 40px 0 0;
}
.review-section .card-wrap .card-section {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000014;
  border-radius: 20px;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: all 0.5s ease;
}
.review-section .card-wrap .card-section img {
  display: block;
  margin: 20px auto;
  width: 101px;
  height: 101px;
  border-radius: 50px;
  border: 1px solid #eee;
  object-fit: contain;
  transform: scale(1);
  transition: all 0.5s ease;
}
.review-section .card-wrap .card-section:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(0, 0, 0, 0.22);
}
.review-section .card-wrap .card-section:hover img {
  transform: scale(1.1);
}
.review-section .card-wrap .card-section h3 {
  text-align: center;
  font: normal normal normal 18px/26px Inter;
  letter-spacing: 0px;
  color: #54536c;
  padding: 10px 0;
}
.review-section .card-wrap .card-section p {
  text-align: center;
  font: normal normal normal 15px/20px Inter;
  letter-spacing: 0px;
  color: #54536c;
}
.review-section .card-wrap .card-section .review-details {
  text-align: center;
}
.review-section .card-wrap .card-section .review-details h6 {
  font: normal normal bold 16px/24px Lato;
  letter-spacing: 0px;
  color: #54536c;
  margin: 40px 0 -5px;
  padding: 0;
  position: relative;
}
.review-section .card-wrap .card-section .review-details h6::before {
  content: url("/assets/img/doubleqoutes.png");
  position: absolute;
  top: -50px;
  left: 46%;
}
.review-section .card-wrap .card-section .review-details span {
  margin: 0;
  padding: 0;
  font: normal normal normal 12px/24px Inter;
  letter-spacing: 0px;
  color: #54536c;
}
/* end review section */

.toolbar-header {
  background: transparent linear-gradient(90deg, #FF1286 0%, #FF7717 100%) 0% 0% no-repeat padding-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 50px;
  padding: 8px;
  gap: 10px;
}

.toolbar-header + .hellobarAdded .navbar {
  top: 50px;
}

.home-toolbar.NewHomePage .bannerWrap h1 {
  padding: 160px 0 0;
}

.toolbar-header .toolbar-btn {
  background: transparent linear-gradient(90deg, #432FEB 0%, #8936F2 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px;
  color: #fff;
  font: normal normal medium 13px/18px Poppins;
  text-decoration: none;
  padding: 5px 12px;
  font-weight: 600;
}

.toolbar-header p {
  font: normal normal medium 15px/18px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 600;
}



@media only screen and (max-width: 991px) {
  .screenRecorder .how ul li {
    width: 45%;
  }
  .banner-sub-images {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .explore .item{
    margin: unset;
    width: 100%;
}
.further .explore .grid-box{
grid-template-columns: repeat(2, 1fr);
display: grid;

}
}
@media only screen and (min-width:992px) and (max-width: 1399px) {
  .grid-box{
    grid-template-columns: 320px 340px;
  }
}
@media screen and (max-width: 768px) {
  .h2,
  .screenRecorder .createOwn h2,
  .screenRecorder .rating h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .toolbar-header {
    padding: 8px;
    gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
}
.toolbar-header p {
  font-size: 14px;
}
.toolbar-header + .hellobarAdded .navbar {
  top: 87px;
}
  .review-section .card-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .further {
    padding: 30px 20px;
  }
  .further .explore {
    padding: 30px 20px;
    width: 100%;
  }
  .further .explore .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .further .explore h2 {
    text-align: center;
  }
  .reasons .carousel-inner {
    height: 100% !important;
  }
  .reasons .carousel-item .right {
    padding: 0 75px;
  }
  .reasons .container h2 {
    padding-bottom: 10px;
  }
  .reasons .container h2 {
    padding: 35px 0 20px;
  }
  .client-logo {
    grid-template-columns: repeat(6, 115px);
    margin: 38px 0;
  }
  .blog .grid, .video .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #carousel-inn a.carousel-control-prev.circle {
    left: 35%;
  }
  #carousel-inn a.carousel-control-next.circle{
    margin-left: 30px;
    margin-top: 4px;
  }
  .reasons .carousel-item .right{
    padding: 0;
    margin: 50px 0 0 100px;
  }
  .screenRecorder .getVmaker .flex {
    flex-wrap: wrap;
    gap: 30px;
  }
  .ultimate .grid{
    grid-template-columns: repeat(1,1fr);
  }
}
@media screen and (max-width: 767px) {
  .toolbar-header {
    padding: 8px;
    gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
}
.toolbar-header p {
  font-size: 14px;
}
.toolbar-header + .hellobarAdded .navbar {
  top: 108px;
}

.screenRecorder .bannerWrap .flex{
  padding: 200px 0 50px !important;
}
  .screenRecorder .contentCreation h3 {
    text-align: left;
  }
  .blog .grid, .video .grid {
    grid-template-columns: repeat(1,1fr);
  }
  .helpCases .flex .item {
    width: 100%;
  }
  .reasons .carousel-inner {
    height: 100% !important;
  }
  .reasons .carousel-item .right ul li {
    width: 100%;
  }
  .reasons .carousel-item .right {
    padding: 20px 20px 0;
  }
  .screenRecorder .how ul li {
    width: 100%;
  }
  .how ul {
    margin-top: 80px;
  }
  .bannerWrap .container .banner-content ul {
    flex-direction: column;
  }
  .screenRecorder .helpCases h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .bannerWrap .container .banner-content p {
    width: 100%;
    padding: 25px 0 10px;
  }
  .screenRecorder .whyVmaker .flex .item > ul > li h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .screenRecorder .getVmaker h2,
  .resources h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .screenRecorder .flex {
    flex-wrap: wrap !important;
  }
  .screenRecorder .getVmaker .card {
    margin: 20px auto;
  }
  .further {
    padding: 50px 0;
  }
  .further .explore {
    padding: 50px 20px;
    width: 100%;
  }
  .further .explore .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .further .explore h2 {
    text-align: center;
  }
  #carousel-inn a.carousel-control-prev.circle {
    left: 25%;
  }
  .reasons .carousel-item .right p {
    width: 100%;
  }
  .client-logo {
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0;
    gap: 35px 0;
  }
  .ultimate .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #carousel-inn a.carousel-control-next.circle{
    margin-left: 25px;
  }
  .review-section .card-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 479px) {
  .screenRecorder .rating .flex {
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
  }
  .screenRecorder .rating .flex .item {
    width: 100%;
  }
  .screenRecorder .rating .flex .item:not(:last-of-type) {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .screenRecorder .allInOne.four .flex .item {
    width: 100%;
  }
}

/*# sourceMappingURL=screen_recorder.css.map */
