@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:not(i) {
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
  }
  

body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1F;
}

a {
    text-decoration: none;
    color: #000000;
}
p{
    padding: 5px 0;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px;
    width: 100%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 84px;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
}

h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/*.............. header css start ............*/

header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    padding: 5px 0;
    z-index: 3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-color: #326dfc;
}

.sticky {
    background-color: #326dfc;
}

#logo{
    width: 200px;
}
#logo img{
    width: 115px;
    /* height: 54px; */
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

nav a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

nav ul a {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

#ham-menu {
    display: none;
}

nav ul.active {
    left: 0;
}

.menu-btn {
    padding: 6px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    width: fit-content;
}

.white-btn {
    background-color: #ffffff;
    color: #3D5BFF;
}

.white-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.trans-btn {
    color: #FFFFFF;
}

.trans-btn:hover {
    background-color: #ffffff;
    color: #3D5BFF;
}


/*.............. header css end ............*/

/*.............. bannerpart css start ..................*/

#bannerpart {
    position: relative;
    height: 97vh;
    width: 100%;
    top: 0;
    background: url('../images/banner-back.jpg') no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 95px;
}

.banner-content {
    text-align: center;
}

.banner-content h1 {
    color: #FFFFFF;
    line-height: 60px;
}

.banner-content h5 {
    color: #FFFFFF;
    padding: 0px 220px;
}

.banner-img {
    position: absolute;
    /* top: calc(100vh - 444px); */
    width: 100%;
    text-align: center;
    display: block;
    bottom: calc(94vh - 105.5%);
}

.banner-img img {
    width: 50%;
}

/*.............. bannerpart css end ..................*/

/*..................... features css start .....................*/

#features {
    padding-top: 75px;
    padding-bottom: 30px;
}

.special-features {
    text-align: center;
}

.special-features-part {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 50px;
}

.special-features-left-part,
.special-features-right-part {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
}

.special-features-center-part {
    padding: 15px;
    position: relative;
    z-index: 2;
}

.special-features-center-part img {
    width: 70%;
}

.special-features-item {
    max-width: 357px;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.special-features-item:hover {
    background: linear-gradient(90deg, #3E5BFF 0%, #09B3EF 100%);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
}

.special-features-item:hover path {
    stroke: #FFFFFF;
}

.special-features-item-heading {
    display: flex;
    align-items: center;
    gap: 22px;
}

.special-features-item-name {
    text-align: left;
}

.special-features-item-desc {
    text-align: left;
    padding-top: 0;
    font-size: 12px;
}

/*..................... features css end .....................*/

/*.................. creative css start .....................*/

#creative {
    padding: 30px 0px;
    height: 100vh;
    display: flex;
    
    align-items: center;
}

.creative-part {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
}

.creative-points-part {
    padding-top: 30px;
}

.creative-points {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 20px;
}

.creative-text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

/*.................. creative css end .....................*/

/*.................. security css end .....................*/

#security {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
}

.security-part {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}

.trans-blue-btn {
    background: linear-gradient(180deg, #3D5BFF 0%, #09B3EF 100%);
    border-radius: 100px;
    padding: 13px 45px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.trans-blue-btn:hover{
    background: linear-gradient(180deg, #09B3EF 0%, #3D5BFF 100%);
}

.security-right-part img {
    width: 100%;
}

/*........ accordion css .......*/
.accordion {
    width: 530px;
    margin: 30px 0px;
    color: black;
    background-color: white;
}

.accordion .container {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    padding: 20px;
}

.accordion .container.active {
    background: rgba(61, 91, 255, 0.08);
}

/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

.accordion .label {
    position: relative;
    padding: 0 20px 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    cursor: pointer;
}

.accordion .container.active .label {
    color: #3D5BFF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .label::before {
    content: '';
    background: url('../images/down-arrow.svg');
    width: 15.2px;
    height: 8.91px;
    color: black;
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
    position: relative;
    /* background: white; */
    height: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    width: auto;
    overflow: hidden;
    transition: 0.5s;
}

.accordion .container.active .content {
    background-color: transparent;
}

/* Adds a horizontal line between the contents */

.accordion hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
}

/* Unhides the content part when active. Sets the height */

.accordion .container.active .content {
    height: auto;
}

/* Changes from plus sign to negative sign once active */

.accordion .container.active .label::before {
    content: '';
    background: url('../images/up-arrow.svg');
    width: 15.2px;
    height: 8.91px;
    font-size: 30px;
}

/*.................. security css end .....................*/

/*.................. collaborate css start .....................*/

#collaborate {
    padding: 30px 0px;
    background: rgba(61, 91, 255, 0.08);
    /* height: 100vh; */
    display: flex;
    align-items: center;
}

.collaborate-part {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

.collaborate-item-part {
    padding-top: 30px;
}

.collaborate-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 30px;
}

.collaborate-item-desc h3 {
    color: #3D5BFF;
}

.collaborate-left-part img {
    width: 100%;
}

/*.................. collaborate css end .....................*/

/*.................. video-sec css start .....................*/
#video-sec {
    padding: 30px 0px;
    /* height: 100vh;
    display: flex;
    align-items: center; */

}

.video-content {
    border-radius: 25px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.video-content-overlay {
    /* padding: 60px 310px; */
    padding: 60px 260px;
    background: rgba(61, 91, 255, 0.85);
    border-radius: 25px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}

.video-content-overlay h2 {
    margin-bottom: 50px;
}
.video-content-overlay iframe{
    border-radius: 10px;
}

.video-content-overlay h6 {
    margin-top: 20px;
}

/*.................. video-sec css end .....................*/

/*.................. tesimonial css start .....................*/

#tesimonial {
    /* background: url('../images/testimonial-back.png'); */
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 545px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.testimonial-part {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
}

.testimonial-left-part {
    text-align: left;
    width: 42%;
}

.testimonial-right-part {
    width: 58%;
}

.testimonial-items {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 20px;
    margin-bottom: 20px;
    max-width: 535px;
}

.testimonial-items:nth-child(2) {
    margin-left: 80px;
}

.testimonial-img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    position: relative;
}

.testimonial-img img {
    width: 60px;
}

.testimonial-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

/*.................. tesimonial css end .....................*/

/*.................. subscription css start .....................*/

#subscription {
    padding: 80px 0px 30px 0;
    background: #F6F6F6;
    text-align: center;
}
#desktop-subscription-panel{
    display: block;
}
#mobile-subscription-panel{
    display: none;
}

.subscription-panel {
    width: 100%;
    padding: 20px;
    background: #3D5BFF;
    color: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    text-align: center;
    margin-top: 10px;
}

.subscription-panel-item{
    display: flex;
    align-items: center;
    gap: 50px;
}

.subsciption-panel-form{
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.subsription-panel-logo{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.subscription-panel-blank-logo{
    width: 220px;
}

.subscription-panel-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.switch-crm-name:first-child .subscription-panel-title{
    text-align: right;
}

.switch-crm-name:last-child .subscription-panel-title{
    text-align: left;
}

.devider {
    width: 100px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    margin: 0px auto;
}

.subscrption-panel-body{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.subscription-panel-body-devider{
    height: 246px;
    width: 2px;
    background-color: #ffffff;
}

.subscription-amount {
    /* padding-top: 20px; */
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.discountPrice{
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    text-decoration: line-through;
}

.discountInclude{
    margin:0 20px;
    padding-top: 15px;
}

.gstprice{
    font-size: 10px;
}
.discountinfo{
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.subscription-total {
    /* display: inline-flex; */
    align-items: center;
    gap: 5px;
    /* padding-top: 10px; */
    padding-bottom: 20px;
    width: 33.3%;
}
.subscription-user{
    width: 33.3%;
}

.subscription-total-amount {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
}

.subscription-total-addon {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
}

.subscription-btn-part {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*........... / switch-crm css start/  ..........*/
.switch-crm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 30px;
    /* margin: 10px 0px; */
    margin: 15px 0;
}

.switch-crm-name{
    width: 50%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #CCCCCC;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 6px;
    bottom: 4px;
    background-color: #e5e5e5;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #ffffff;
}

input:focus+.slider {
    box-shadow: 0 0 1px #ffffff;
}
input:checked+.slider.round:before{
    background-color: #3D5BFF;
}
input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*........... / switch-crm css end/  ..........*/
/*............ / product count css start / .........*/
.product-count {
    height: 60px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.product-count a {
    text-decoration: none;
    font-weight: 700;
    color: black;
}

.button-count {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #3D5BFF;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    outline: none;
}

.button-count:active {
    background-color: #1565C0;
}

.number-product {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    text-align: center;
}

:disabled {
    background-color: #FFFFFF;
}

/*............ / product count css end / .........*/
/*............ / free trial css start / .........*/

.trial-content {
    border-radius: 25px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-top: 60px;
}

.trial-content-overlay {
    padding: 60px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 25px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}

.trial-content-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trial-content-left-part {
    text-align: left;
    /* width: 60%; */
    width: 68%;
}

.trial-content-left-part h6 {
    padding-right: 100px;
}

.trial-grediant-btn {
    background: linear-gradient(180deg, #3D5BFF 0%, #09B3EF 100%);
    border-radius: 100px;
    padding: 13px 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.trial-grediant-btn:hover{
    background: linear-gradient(180deg, #09B3EF 0%, #3D5BFF 100%);
}

/*............ / free trial css end / .........*/

/*.................. subscription css end .....................*/


/*.................. footer css start .....................*/

footer {
    border-top: 1px solid #DDDDDD;
    /* background: url('../images/testimonial-back.png'); */
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0px;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 290px;
}

.footer-address,
.footer-mail,
.footer-call {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.footer-menu ul {
    padding-inline-start: 0px;
}

.footer-menu ul li {
    list-style-type: none;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-menu ul li a:hover {
    color: #326dfc;
}

.footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-social-icons {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.footer-social-icons a i {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #000000;
}


/*.................. footer css end .....................*/


/*.................... video popup css start .....................*/
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  
  #light {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 608px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
  }
  
  #boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }
  
  .boxclose:before {
    content: "×";
  }
  
  #fade:hover ~ #boxclose {
    display:none;
  }
  
  .test:hover ~ .test2 {
    display: none;
  }

  /*................. video popup css end .................*/

  .collaborate-item-desc h3{
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 40px;
  }

  .intro{
    overflow: hidden;
  }

  .roundcircle{
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #3E5BFF;
    border: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 4px;
  }

  .lines{
    position: absolute;
    top: 128px;
    right: -197px;
    transform: rotate(53deg);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
  }

  .lines .blueline{
    height: 2px;
    background-color: #3E5BFF;
    width: 250px;
    display:inline-block
  }
  .linesBlock{
    visibility: visible !important;
    opacity: 1 !important;
  }

  .lines2{
    position: absolute;
    top: 45px;
    right: -158px;
    transform: rotate(0);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
  }

  .lines2 .blueline{
    height: 2px;
    background-color: #3E5BFF;
    width: 172px;
    display: inline-block;
  }

  .lines3{
    position: absolute;
    top: -12px;
    right: -176px;
    transform: rotate(-38deg);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
  }

  .lines3 .blueline{
    height: 2px;
    background-color: #3E5BFF;
    width: 210px;
    display:inline-block
  }

  .lines4{
    position: absolute;
    top: 124px;
    left: -175px;
    transform: rotate(140deg);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
  }

  .lines4 .blueline{
    height: 2px;
    background-color: #3E5BFF;
    width: 210px;
    display:inline-block
  }
  .lines5{
    position: absolute;
    top: 49px;
    left: -162px;
    transform: rotate(180deg);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
  }

  .lines5 .blueline{
    height: 2px;
    background-color: #3E5BFF;
    width: 172px;
    display: inline-block;
  }

  .lines6{
    position: absolute;
    top: -4px;
    left: -182px;
    transform: rotate(-142deg);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
  }

  .lines6 .blueline{
    height: 2px;
    background-color: #3E5BFF;
    width: 210px;
    display:inline-block
  }


.toast.toast-success {
    background-color: #4141de;
  }

.faqheadingwithsearch{
    display: flex;
    flex-direction: row;
    align-items: center;
}
/* .headingFaq{
    width: 50%;
} */
.searchItem{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.search-activity {
    border-bottom: 1px solid #ccc;
    padding: 0 40px 5px 0;
    position: relative;
}

.search-activity input[type="text"] {
    border: 0;
    font-size: 14px;
    color: #666;
    background-color: transparent;
}

.search-activity button {
    width: 30px;
    height: 30px;
    background: url(../images/icon-search-black.svg) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.search-activity input[type="text"]:focus-visible {
    outline: none;
    border: none;
}

.faqSection{
    padding: 78px 0px 30px 0 !important;
    min-height: 0 !important;
}

.faqbtnArea{
    display: flex;
    flex-direction: row;
}

.seemore{
    margin-left: 10px;
}

.faqSection .accordion{
    width: 900px;
    max-width: 100%;
}

.loadmorebtnarea{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loadmore{
    cursor: pointer;
}

.mt-0{
    margin-top: 0;
}
  

/*............................................  / responsive css start / ...........................................*/


@media only screen and (max-width: 1920px) {
    #bannerpart{
        padding-top: 126px;
    }
    /* .banner-img {
        top: calc(100vh - 809px);
    }
    .banner-img img{
        width: 100%;
    } */
}
@media only screen and (min-width: 1450px) and (max-width: 1910px) {
    #bannerpart{
        padding-top: 126px;
    }
    /* .banner-img {
        top: calc(100vh - 540px);
    }
    .banner-img img{
        width: 60%;
    } */
}

@media (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }

    /* .banner-img img {
        width: 60%;
    }
    .banner-img {
        top: calc(100vh - 543px);
    } */
}

@media (max-width: 1366px) {
    #bannerpart {
        padding-top: 95px;
    }
    /* .banner-img img {
        width: 50%;
    }
    .banner-img {
        top: calc(100vh - 444px);
    } */
}

@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    #creative, #security, #tesimonial{
        height: auto;
        min-height: auto;
    }
    .banner-img img{
        width: 60%;
    }
    .banner-img {
        bottom: calc(94vh - 107.5%);
    }

}

@media (max-width: 1025px) {
    h1 {
        font-size: 36px;
        line-height: 54px;
    }

    h2 {
        font-size: 22px;
        line-height: 33px;
        padding-bottom: 15px;
    }

    h4 {
        font-size: 18px;
        line-height: 27px;
    }

    h5 {
        font-size: 14px;
        line-height: 22px;
    }

    h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .container {
        max-width: 960px;
    }

    #logo img {
        width: 115px;
        height: 54px;
    }

    .menu-btn {
        padding: 10px 20px;
    }

    #bannerpart {
        height: 820px;
        padding-top: 210px;
    }

    .banner-content h5 {
        padding: 20px 100px;
    }

    .banner-img img {
        width: 70%;
    }

    .special-features-item-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .banner-img {
        bottom: -7%;
    }
}

@media only screen and (max-width: 991px) {



    .container {
        max-width: 960px;
    }

    header {
        padding: 15px 30px;
        height: 80px;
    }

    #ham-menu {
        display: block;
        color: #ffffff;
    }

    nav a#logo,
    #ham-menu {
        font-size: 24px;
    }

    nav ul {
        background: linear-gradient(180deg, #3D5BFF 0%, #09B3EF 100%);
        position: fixed;
        left: -100vw;
        top: 80px;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        transition: 1s;
        gap: 30px;
        padding-top: 30px;
    }

    #bannerpart {
        height: 775px;
        padding-top: 200px;
    }

    /* .banner-img {
        top: 258px;
    } */

    .banner-img img {
        width: 80%;
    }

    .banner-content h5 {
        padding: 20px 50px;
    }


    .special-features {
        padding: 0px 30px;
    }

    .special-features-part {
        display: block;
        margin-top: 515px;
    }

    .special-features-center-part{
        position: absolute;   
        top: 155px;
        margin: 0 auto;
        text-align: center;
        width: 83%;
    }

    .special-features-left-part,
    .special-features-right-part {
        flex-direction: row;
        gap: 20px;
        margin: 15px 0;
    }

    .special-features-center-part img{
        width: 30%;
    }

    #creative{
        padding: 50px 0px;
    }

    .creative-part {
        padding: 0px 30px;
    }

    .creative-left-part img {
        width: 100%;
    }

    #security{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .security-part {
        padding: 0px 30px;
    }

    .security-right-part img {
        width: 100%;
    }

    .accordion {
        width: auto;
    }

    .collaborate-part {
        padding: 0px 30px;
    }

    .collaborate-left-part img {
        width: 100%;
    }

    #video-sec {
        padding: 50px 30px;
    }

    .video-content-overlay {
        padding: 30px;
    }

    .testimonial-part {
        padding: 0px 30px;
    }

    .testimonial-left-part {
        width: 100%;
    }

    .testimonial-right-part {
        width: 100%;
        margin-top: 30px;
    }

    .testimonial-items {
        max-width: 100%;
        width: 100%;
    }

    .testimonial-items:nth-child(2) {
        margin-left: 0px;
    }

    #subscription {
        padding: 50px 30px;
    }

    

    #mobile-subscription-panel .switch-crm{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .trial-content-part {
        display: block;
    }

    .trial-content-overlay {
        padding: 30px;
    }

    .trial-content-left-part {
        width: 100%;
    }

    .trial-content-left-part h6 {
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .trial-grediant-btn {
        width: fit-content;
    }
    
    .subscription-panel-title {
        font-size: 22px;
        line-height: 33px;
    }

    .subscription-total-addon {
        font-size: 16px;
        line-height: 20px;
    }

    br {
        display: none;
    }

    .switch-crm {
        flex-direction: column;
        padding: 0px;
        height: auto;
        gap: 10px;
        margin: 20px 0px;
    }

    .switch-crm-name {
        width: 100%;
    }

    

    footer {
        padding: 30px;
    }

    .footer-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 50px;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .footer-contacts {
        width: auto;
    }

    .lines, .lines2, .lines3, .lines4, .lines5, .lines6{
        display: none;
    }

    .special-features-item{
        width: 33%;
        min-height: 238px;
    }

    #creative, #security, #tesimonial{
        height: auto;
        min-height: auto;
    }

    

}

@media only screen and (min-width:768px) and (max-width: 990px) {
    .banner-img {
        bottom: -6%;
    }
    .banner-content h1{
        line-height: 55px;
    }
}

@media only screen and (max-width: 767px) {


    .container {
        max-width: 720px;
    }

    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #bannerpart {
        height: 650px;
        padding-top: 125px;
    }

    .banner-content h5 {
        padding: 20px;
    }

    .special-features-left-part,
    .special-features-right-part {
        flex-direction: column;
        gap: 30px;
    }

    #features{
        padding: 50px 0px;
    }
    .subscription-panel-item{
        flex-direction: column;
        gap: 0px;
    }
    .subscription-total{
        display: block;
        width: 100%;
    }
    .subscription-user{
        display: block;
        width: 100%;
    }

    .creative-part {
        display: block;
        padding: 0px 30px;
    }

    .security-part {
        display: block;
        padding: 0px 30px;
    }

    .collaborate-part {
        display: block;
        padding: 0px 30px;
    }

    .testimonial-part {
        display: block;
        padding: 0px 30px;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
        margin-top: 30px;
    }

    #light{
        top: 40%;
        left: 10%;
        max-width: 600px;
        max-height: 360px;
        margin-left: 0;
        margin-top: 0;
    }
    #VisaChipCardVideo{
        width: auto;
    }

    .banner-content h1{
        line-height: 44px;
    }

    .banner-img {
        bottom: -5%;
    }

    .special-features-center-part img {
        width:191px;
        height: 381px;
    }

    .special-features-part {
        display: block;
        margin-top: 384px;
    }
    .special-features-item {
        width: 100%;
        min-height: 238px;
    }

    .faqSection {
        padding: 120px 0px !important;
    }
    .switch-crm-name:first-child .subscription-panel-title{
        text-align: center;
    }
    .switch-crm-name:last-child .subscription-panel-title{
        text-align: center;
    }
    .subscription-panel-title{
        line-height: 25px;
    }

}

@media only screen and (max-width: 575px) {


    .container {
        max-width: 540px;
    }

    header {
        padding: 15px;
    }

    nav ul {
        top: 80px;
        padding-top: 20px;
    }

    #bannerpart {
        height: 560px;
        padding-top: 130px;
    }

    .banner-img {
        bottom:-5%;
    }

    .collaborate-item-desc h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
    }
    .banner-content h1 {
        line-height: 33px;
        font-size: 25px;
    }

    .faqheadingwithsearch{
        flex-direction: column;
    }
    .headingFaq{
        text-align: center;
    }
    .searchItem{
        width: 100%;
        justify-content: center;
    }
    .search-activity{
        width: 100%;
    }

    .accordion .label {
        font-size: 14px;
    }
    
}

@media only screen and (min-width:464px) and (max-width: 491px) {
    .banner-img {
        bottom:-29px;
    }
}

/* @media only screen and (max-width: 463px) {
    .banner-img {
        top: 239px;
    }
} */
/* @media only screen and (max-width: 460px) {
    .banner-content h1 {
        line-height: 27px;
        font-size: 20px;
    }
    .banner-img {
        top: 244px;
    }
} */

/* @media only screen and (min-width:321px) and (max-width: 360px) {
    .banner-img {
        top: 280px;
    }
} */

@media only screen and (max-width: 320px) {
    /* .banner-img{
        top: 295px;
    } */
    
    
}

