
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap');


.conatiner11{
     width: 1140px;
     padding: 8px;
}
@media only screen and (min-width: 1500px) {
   .conatiner11{
       width: 1140px;
      
  }
} 
.navbar11{
   z-index: 1000;
   display: flex;
   justify-content: center;
}
.navbar-main-logo{
   width: 130px;
}

.navbar-main-logo{
   width: 105px;
}
.navbarLink-wrapper1{
   float: right;
   display: flex;
}
.navbar-link1{
   padding: 20px 15px;
}
.navbar-link1 a{
   font-family: 'Open Sans', sans-serif;
   text-decoration: none;
   color: #05034E ;
   font-size: 14px;
   font-weight: 600;
   font-family: 'Source Sans Pro', sans-serif;
}
@keyframes navbarButtonArrow{
   0%{left: 0px;}
   50% {left: 10px;}
   100%{left: 0px;}
}
.navbar-link1 a:hover{
   color: #007bff;
   text-decoration: none;
}

.start-trial-button1{
   border: 1px solid   #504EE4;
   padding: 12px 35px;
   border-radius: 5px;
   transition: .3s;
   color:  #504EE4 !important;
}
.start-trial-button1:hover {
   background-color: #504EE4 ;
   color: white !important;
}
.start-trial-button1:hover a{
   background-color: #504EE4;
   color: white;
}
.book-demo-button1{
   background-color: #504EE4 ;
   color: white !important;
   border: 1px solid   #504EE4;
   padding: 12px 35px;
   border-radius: 5px;
   transition: .3s;
}
.navbar-link-button1{
   padding-right: 2px !important;
}
.navbar-link-button2{
   padding-left: 5px !important;
}
.navbar-link1 i{
   padding-left: 5px;
}
.navbar-link1:hover i{
   animation: left-right;   
}
@keyframes left-right{

}
.navbar11{
   position: fixed;
   width: 100%;
}

.scrollEffect {
   background-color: white;
 
   box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
   transition: background-color 400ms linear;
}
.dropdownLinks{
 
   position:absolute;
   opacity: 0;
   visibility: hidden;
   flex-direction: column;
   margin-top: 10px;
   background-color: #ffffff;
   width: 210px; 
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   top: 75px;
   border-radius: 5px;
   border: 1px solid rgb(221, 221, 221);
  
   transition: .4s;
}

.navbar-link1:hover .dropdownLinks{
   opacity: 1;
   visibility: visible;
   top: 53px;
}

.dropdownLinks a{
   transition: .3s;
}
.dropdownLinks  a{
    padding: 15px 15px;
    width: 100%;
}
.NavLinksFlex{
    display: flex;
    flex-direction: column;
}
.dropdownLinks  a:hover{
   text-decoration: none;
}
.dropdownLinks a:hover{
   color: #007bff;
   background-color: #edf5fc !important
}
.dropdownLinks:hover{
  display: block;
}

.product-link1:hover .dropdownLinks{ 
  display: block;
}

.dropdownLinks::before, .dropdownLinks::after {
   content: '\0020';
   display: block;
   position: absolute;
   top: -10px;
   left: 10px;
   z-index: 1009;
   width: 0;
   height: 0;
   overflow: hidden;
   border: 10px solid transparent;
   border-top: 1px;
   border-bottom-color: #ffffff ;
}
.dropdownLinks::before {
   top: -10px;
   z-index: 1;
   border-bottom-color: #305252;
}


@media only screen and (max-width: 800px){
   .navbar-link1 {
       padding: 20px 5px;
   }
   .start-trial-button1 {
       border: 1px solid #504EE4;
       padding: 12px 10px;
   }
   .book-demo-button1 {
 
       padding: 12px 5px
   }
}
@media only screen and (min-width: 500px){

   .mobview1{
       display: none;
   }
}
@media only screen and (max-width: 500px){

   .navbar-link1{
       display: none;
   }
   .mobview1{
       display:block;
       font-size: 20px;
       padding-right: 20px;
   }
   .navbar-link1 {
       padding: 10px 5px;
   }
}


