@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
body{
    font-family: 'Montserrat', sans-serif;
}

a.navbar-brand{
    width: 125px;
    height: auto;
}

.img-container{
    padding: 100px;
    background-image: url('../images/landing page background image.png') ; 
    background-size: cover;
    height: 90vh;
    z-index: -1;
}


h1.site-header{
    font-weight: 700;
font-size: 50px;
line-height: 60px;
color: #FFFFFF;
text-shadow: 0px 4px 4px #000000;
padding-top: 200px;
padding-left: 20px;
}

h6.site-sub{
    font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
text-shadow: 0px 4px 4px #000000;
padding-left: 20px;
}

.menu-icon{
    padding-left: 25px;
    padding-right: 25px;
    color: #000000;
    font-size: x-large;
}

.menu-icon:hover{
    color: #FF8A00;
    font-size: x-large;
}

.navbar{
    background: #FFFFFF;
box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
padding-bottom: 20px;
position: sticky;
color: #000000;
}

.navbar-nav{
    align-items: center;
}


.navbar-light .navbar-nav .nav-link {
    color: black;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff8a00;
}
.header{
    position: sticky;
}

.sticky-top {
    position: fixed;
    top: 0;
    width: 100%;
}


a.nav-link{
    font-weight: 700;
    color: #000000;
}




.nav-item{
    padding-right: 25px;
}

/* header */

/* about section style */
.laptop{
    width: 505px;
}


/* feature section */
.section-header h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 65px;
}

.section-header h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    color: #000000;
}

.section-header p {
    font-weight: normal;
    font-size: 16px;
    line-height: 185%;
    color: #000000;
}

.single-features {
    border-radius: 34px;

}

.feature-1 {
    background: #FFFFFF;
box-shadow: inset 0px 4px 19px rgba(0, 0, 0, 0.25);
border-radius: 30px;
}

.feature-2 {
    background: #FFFFFF;
box-shadow: inset 0px 4px 19px rgba(0, 0, 0, 0.25);
border-radius: 30px;
}

.feature-3 {
    background: #FFFFFF;
box-shadow: inset 0px 4px 19px rgba(0, 0, 0, 0.25);
border-radius: 30px;
}

.feature-text h3 {
    font-weight: 600;
    font-size: 25px;
    color: #1D1D1D;
}

.feature-text p {
    font-weight: normal;
    font-size: 17px;
    line-height: 190.18%;
    color: #000000;
}

.feature-text a {
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    transition: .2s color ease;
}

.feature-text a:hover {
    color: #4e4e4e;
}

.feature-img img {
    width: 110px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 30px;
}

.img-container {
    position:relative;
    text-align:left;
    color: white;
}


/* use case section style */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 630px;
    word-wrap: break-word;
    border: none !important;
    z-index: -1;
}

.usecase-image {
    border-radius: 30px;
    object-fit: none;
    object-position: center;
    width: 100%;
    max-height: 400px;
}

.usecase-text{
    font-style: normal;
}

.icons-row{
    font-weight: bold;
}


/* footer style */
.footer-bg{  
    background-color: #8b8b8b;
    padding-top: 45px;
    padding-bottom: 45px;
}

.mb-1{
    padding-bottom: 7px;
    text-decoration:none !important;
}

.footer-menu{
    text-decoration: none;
}



.list-inline-item{
    color: #fff;
}



.widget-title{
    color:#fff
}

.form-control {
    display: block;
    width: 250px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #FF8A00;
    border: 1px solid #FF8A00;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 30px;
}

.phone {
    width: 10%;
    height: auto;
    object-fit: contain;
}

.mail {
    width: 10%;
    height: auto;
    object-fit: contain;
}


.pin {
    width: 10%;
    height: auto;
    object-fit: contain;
}

.footer-par{
    padding-left: 90px;
    text-align: end;
}



/* CONTACT PAGE */

img {
    width: 100%;
    height: 100%; 
    object-fit: contain;
}

.col-sm-8{
    padding-top: 50px;
    text-align: center;
}

.contact-text {
    color: #000000;
}

/* PARTNER PAGE */

.partner-headings{
    font-weight: 700;
    padding-top: 50px;
}

.partner-header h2{
    padding-bottom: 25px;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding-top: 65px;
}

.black-list-inline-item{
    color: #000000;
    padding-bottom: 20px;
}


.contact-heading {
    padding-bottom: 30px;
    padding-top: 55px;
}

.contact-title{
color: #000000;
}

label {
color: #333
}

.btn-send {
width: 50%;
margin-left: 3px
}

.help-block.with-errors {
color: #ff5050;
margin-top: 5px
}

.card {
margin-left: 10px;
margin-right: 15px
}

.form-control{
    display: block;
    width: 230px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #E5E5E5;
    background-clip: padding-box;
    border: #E5E5E5
}

.form-control-message{
width: 555px;
border-radius: 20px;
padding: 12px;
background-color: #E5E5E5;
border: #E5E5E5;
margin-top: 0px;
}


/* PARTNER PRICING PAGE */


.partner-heading{
    padding-bottom: 30px;
    padding-top: 71px;
    padding-right: 80px;
    padding-left: 80px;
}

.partner-par{
    padding-left: 60px;
    padding-right: 60px;
}

.partner-note{
    padding-left: 60px;
    padding-right: 60px;
}

.table-heading{
    padding-top: 80px;
    padding-bottom: 20px;
}

.table{
    border: #C4C4C4;
    border-radius: 20px;
}


#headings{
    background-color: #ff8a00;
    border: #ff8a00;
    border-radius: 20px;
    color: white;
}



/* PRODUCTS PAGE */

.card-products{
    max-width: 300px;
    text-align: center;
}



/* PLANS */

  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    max-width: 300px;
    min-width: 400px;
  }
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }
  
  


  .plans-header h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding-top: 65px;
  }

  


  #googleMap{
      z-index: -1;
  }

  