/* header start */


.contact-btn {
    float: right;
    line-height: 100px;
}
button.btn-primery.contact-us a {
    padding: 10px 15px 10px 15px;
    background: #1b80e4;
    color: white;
    border-radius: 2rem;
    margin-left: 1rem;
}


@import url('https://fonts.googleapis.com/css?family=Roboto');


 .brand {
     position: absolute;
     float: left;
     line-height: 55px;
     text-transform: uppercase;
     font-size: 1.4em;
}
 .brand a, .brand a:visited {
     color: #072849;
     text-decoration: none;
}
 .nav-container {
     max-width: 1000px;
     margin: 0 auto;
}
 nav {
     float: right;
}
 nav ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 nav ul li {
     float: left;
     position: relative;
}
 nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 20px;
     line-height: 100px;
     color: #072849;
     background: #ffffff ;
     text-decoration: none;
}
 nav ul li a{
     background: transparent;
     color: #072849;                
}
 nav ul li a:hover, nav ul li a:visited:hover {
    
     color: #1b80e4;
}
 .navbar-dropdown li a{
     background: #2581DC;
}
 nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
     padding-left: 4px;
     content: ' \025BE';
}
 nav ul li ul li {
     min-width: 190px;
}
 nav ul li ul li a {
     padding: 15px;
     line-height: 20px;
}
 .navbar-dropdown {
     position: absolute;
     display: none;
     z-index: 1;
     background: #fff;
     box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
.home-btm{
    margin-bottom:20px;
}
.intro-point{
    width:3rem;
    height:3rem;
}

/* Mobile navigation */
 .nav-mobile {
     display: none;
     position: absolute;
     top: 27px;                          
     right: 35px;
     /*background-color: #1b80e4;*/
     height: 55px;
     width: 66px;
     border-radius: 8px;
}
 @media only screen and (max-width: 800px) {

    nav {
        width: 100%;
        padding: -1px 0 30px!important;
    }

    button.btn-primery.contact-us a {
            
        margin-right: 7.5rem;
    }

    #counter li {
        flex: 1;
        text-align: center;
        font-size: 30px!important;
                                    
        
    }


    ul.nav-list {
        margin-top: 3rem;
    }
     .nav-mobile {
         display: block;
    }
     /* nav {
         width: 100%;
         padding: 60px 0 30px;
    } */
     nav ul {
         display: none;
    }
     nav ul li {
         float: none;
    }
     nav ul li a {
         padding: 15px;
         line-height: 20px;
         background: #ffffff;
    }
     nav ul li ul li a {
         padding-left: 30px;
    }
     .navbar-dropdown {
         position: static;
}
.intro-point{
    font-size:18px;
    width:2rem;
    height:2rem;
    
}
.intro-name{
    font-size:18px;
}

 @media screen and (min-width:800px) {
  

    .logo-home.h-10 {
        height: 5.3rem !important;
    }
     .nav-list {
         display: block !important;
    }
}
 #navbar-toggle {
     position: absolute;
     left: 18px;
     top: 15px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 3px;
     width: 30px;
     /*background: #ffffff;*/
      background-color: #1b80e4;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #navbar-toggle span:before {
     top: -10px;
}
 #navbar-toggle span:after {
     bottom: -10px;
}
 #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}
 
}
  

/* header end */



#hero-sec {
    position: relative;
}
section#hero-sec video {
    width: 100%!important;
    /* background-attachment: local; */
}                             
.banner-overlay-2 {
    position: absolute;
    background:  rgb(0 0 0 / 13%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-cont {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
}
.banner-cont h1 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: white;
    font-weight: 800;
    font-family: REM, sans-serif!important;
    position: relative;
}

/* counter section start */


#counter li{ 
    list-style-type: none; 
  }
  #counter{
    
    padding: 25px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #072849;
   


}
#counter li p{
    font-size: 1.2rem;
    color:#1b80e4;
}
    #counter li{
      flex: 1;
      text-align: center;
      font-size: 50px;
      font-weight: 500; 
    
    }
    span.percent:after {
      content: " +";
      display: inline-block;
    }



    @media only screen and (max-width: 480px) {

       

        #counter {
            padding: 25px;
            max-width: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            color: #1b80e4;
            flex-direction: column;
            gap: 2rem;
        }
        #counter li {
            flex: 1;
            text-align: center;
            font-size: 50px!important;
        }
        .banner-cont {
            position: absolute;
            top: 40%;
            transform: translateY(40%);
        }
        
        .banner-cont h1 {
            font-size: 25px;
            line-height: 25px;
           
        }


    }


/* services start home */
    #services .group span {
    
        display: flex;
        justify-content: center;
    }
    #services .group h2 {
    
        text-align: center;
    }


/* services end home */




    /* services page start */

    .services-btn {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }

    .header-all {
        background-image: url(https://pivotmarketing.io/public/assets/banner-all.png);
        padding: 6rem 0;
        color: white;
        background-attachment: fixed;
        background-position: center;
        text-transform: capitalize;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
    .header-all h2 {
        
        text-transform: uppercase;
    }


 /* services page start */



 .marketing-page h5{

    color: #072849;
 }

 .marketing-page .space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem* var(--tw-space-y-reverse));
}

/* marketing-ROI start */

.Optimisation-roi {
    width: 45%;
}
.gap-7 {
    gap: 2rem;
}

/* marketing-ROI end */

/* social media start */

.social-media-text ul li {
    list-style: disc;
    color: hsl(var(--twc-default-600) / var(--twc-default-600-opacity, var(--tw-text-opacity)));
    list-style-position: inside;
}
.social-media-text p {
    
    color: hsl(var(--twc-default-600) / var(--twc-default-600-opacity, var(--tw-text-opacity)));
}

/* social media end */


/* contact page start */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.submit {
  background-color: #072849;
  color: white;
  padding: 10px 15px;
  border-radius: 4px;
}


input[type=text], select, textarea {
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    border-bottom: 2px solid #1b80e4;
}
input[type=email], select, textarea {
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    border-bottom: 2px solid #1b80e4;
}

input[type=number], select, textarea {
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    border-bottom: 2px solid #1b80e4;
}

input[type=submit] {
  background-color: #072849;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #051c33;
}

.contact-form {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px 20px 20px 0;
}

.flex.items-center.flex-start.gap-6.mt-20.contact-mail {
    margin-top: 30px;
}
.flex.items-center.flex-start.gap-6.mt-20.contact-mail img {
    width: 70%;
}
.flex.items-center.flex-start.gap-6.mt-10.contact-mail img {
    width: 80%;
}

.left-box-contact.text-center {
    padding: 25px;
    border: 2px solid #1b80e4;
    border-radius: 15px;
    margin-top: 2rem !important;
}

/* contact page end */

/*thank you page*/

section#thank-you {
    height: 50vh;
}

/*thank you page*/
 

/* footer css start */
.border-y.border-default-200 {
    background-color: #072849;
}
/* footer css end */