@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Playwrite+NL:wght@100..400&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
li, a, button{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: rgb(3, 3, 3);
    text-decoration: none;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
}
.logo{
    height: 70px;
    width: 250px;
    cursor: pointer;
}
.simg{
    height:100vh;
    width: 110vh;
}
.nav__links{
    list-style: none;
}
.nav__links li{
    display: inline-block;
    padding: 0px 20px;
}
.nav__links li a{
    transition: all 0.3s ease 0s;
}
.nav__links li a:hover{
    color: blue;
}

button{
    padding: 9px 25px;
    background-color: aqua;
    border: none;
    border-radius: 50px;
    cursor:pointer;
    transition: all 0.3s ease 0s;
}
button:hover{
    background-color: rgba(0, 136, 169, 0.8);
}

.container{
    padding: 2rem;
}
::-webkit-scrollbar{
    display: none;
}

.contimg{
    background: url('../images/contact.png');
    position: relative;
    height: 10em;
    align-items: center;
    z-index: 0;
    background-size: cover ;
    background-position: left center;
    display: flex;
    
}
.contact-sec{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 75px;
}
.contact-sec2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 75px;
    padding-bottom: 75px;
}


.row1col1{
    font-family:"Montserrat", sans-serif ;
    width: 500px;
    height: 400px;
    border: 1px solid black;
    line-height: 1.5;
    background: url('../images/contactusimg/c1.png');
    align-items: center;
    background-size: cover !important;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.con1{
    height: 110px;
    margin-bottom: 15px;
    border-radius: 15px 15px 0 0;
}
.con1 img{
    height: 110px;
    padding-left: 5px;
}
.row1col2{
    font-family:"Montserrat", sans-serif ;
    width: 500px;
    height: 400px;
    border: 1px solid black;
    line-height: 1.5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row2col1{
    display: flex;
    flex-direction: column;
    font-family: "Merriweather", sans-serif ;
    font-size: 18px;
    width: 30%;
    height: 350px;
    border: 1px solid black;
    line-height: 1.7;
    background: url('../images/contactusimg/c1.png');
    align-items: center;
    background-size: cover !important;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
.row2col2{
    display: flex;
    flex-direction: column;
    font-family: "Merriweather", sans-serif ;
    font-size: 18px;
    width: 30%;
    height: 350px;
    border: 1px solid black;
    line-height: 1.7;
    background: url('../images/contactusimg/c1.png');
    align-items: center;
    background-size: cover !important;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row2col3{
    display: flex;
    flex-direction: column;
    font-family: "Merriweather", sans-serif ;
    font-size: 18px;
    width: 30%;
    height: 350px;
    border: 1px solid black;
    line-height: 1.7;
    background: url('../images/contactusimg/c1.png');
    align-items: center;
    background-size: cover !important;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.con2{
    height: 180px;
    width: 180px;
    margin-bottom: 15px;
    border-radius: 15px 15px 0 0;
}
.con2 img{
    height: 180px;
    width: 180px;
    padding-left: 5px;
}

.founders{
    padding-left: 125px;
    padding-top: 75px;
}
.card-image{
    height: 170px;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: 15px 15px 0 0;
}
.card-1{
    background-image: url('../navpages/servimg/d1.png');
}
.card-2{
    background-image: url('../navpages/servimg/d2.png');
}
.card-3{
    background-image: url('../navpages/servimg/d3.png');
}
.card-4{
    background-image: url('../navpages/servimg/d4.png');
}
.card-5{
    background-image: url('../navpages/servimg/d5.jpg');
}
.card-6{
    background-image: url('../navpages/servimg/d6.jpg');
}
.card-7{
    background-image: url('../navpages/servimg/d7.jpg');
}
.card-8{
    background-image: url('../navpages/servimg/d8.jpg');
}
.card-9{
    background-image: url('../navpages/servimg/d9.jpg');
}
.card-10{
    background-image: url('../navpages/servimg/d10.jpg');
}
.card-11{
    background-image: url('../navpages/servimg/d11.jpg');
}
.card-12{
    background-image: url('../navpages/servimg/d12.jpg');
}
.card p{
    padding: 10px;
}
.card a{
    background-color: blue;
    color: white;
    padding: 15px 20px;
    display: block;
    text-align: center;
    margin: 20px 50px;
    border-radius: 50px;
}

.card:hover{
    background-color: #3fbad9;
    color: white;
    cursor: pointer;
    transform: scale(1.03);
    transition: all 0.5s ease;

}

.floating {
    margin-bottom: 2rem;
    background-color: var(--field__background);
    transition: background-color 0.2s ease;
    padding-left:  60px;
    margin: 0px;
    padding-bottom: 3px;
  }
  
  .floating:hover,
  .floating:focus-within {
    background-color: var(--field__background--hover);
  }
  
  .floating__input {
    width: 90%;
    padding: 1.8rem 1rem 0.6rem;
    font-size: 1rem;
    transition: border-color 0.2s ease;
    padding-bottom: 3px;
  }
  
  .floating:hover .floating__input {
    border-color: var(--input__border--hover);
  }
  
  .floating__input::placeholder {
    color: rgba(0, 0, 0, 0);
  }
  
  .floating__label {
    display: block;
    position: relative;
    max-height: 0;
    font-weight: 500;
    pointer-events: none;
  }
  
  .floating__label::before {
    color: var(--label__color);
    content: attr(data-content);
    display: inline-block;
    filter: blur(0);
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s ease;
    left: 1rem;
    position: relative;
  }
  
  .floating__label::after {
    bottom: 1rem;
    content: "";
    height: 0.1rem;
    position: absolute;
    transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
      opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    opacity: 0;
    left: 0;
    top: 100%;
    margin-top: -0.1rem;
    transform: scale3d(0, 1, 1);
    width: 100%;
    background-color: var(--color__accent);
  }
  
  .floating__input:focus + .floating__label::after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  
  .floating__input:placeholder-shown + .floating__label::before {
    transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
  }
  
  .floating__label::before,
  .floating__input:focus + .floating__label::before {
    transform: translate3d(0, -3.12rem, 0) scale3d(0.82, 0.82, 1);
  }
  
  .floating__input:focus + .floating__label::before {
    color: var(--color__accent);
  }
  
  /* ---------------------------------------------- */
  /* --  Codepen styles & resets - not required  -- */
  /* ---------------------------------------------- */
  
  
  #input__username1{
    margin-top: 30px;
  }
 
  
  
  
  /* apply a natural box layout model to all elements, but allowing components to change */
  
  
  
  
  .hidden--visually {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .button {
    width: 80%;
    background: rgb(0, 132, 255);
    font-family:"Montserrat", sans-serif ;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px;
    margin-left: 60px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
  }

  .footer{
    background-color: rgb(46, 45, 45);
    padding: 70px 0;
}
.foot-con{
    max-width: 1170px;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}
.footer-col{
    width: 25%;
    padding: 0 15px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 19px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 10px;
}
@media(max-width:1000px){
    .footer-col{
        width: 50%;
        margin-bottom: 40px ;
        padding-left: 60px;
    }
    .footer-col ul li a{
        font-size: 28px;
    }
    .footer-col ul li a:hover{
        color: #ffffff;
        padding-left: 10px;
    }
}
@media(max-width:574px){
    .footer-col{
        width: 100%;
    }
}

.hamburger-icon{
    margin: auto 0;
    display: none;
    cursor: pointer;
}

.hamburger-icon div{
    width: 60px;
    height: 5px;
    background-color: black;
    margin: 10px 0;
    transition: 0.4s;
}

.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  
  .open .bar2 {
    opacity: 0;
  }
  
  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -12px);
    transform: rotate(45deg) translate(-10px, -12px);
  }
  
  .open .mobile-menu {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    justify-content: flex-end;
    background-color: black;
    margin-top: 80px;
    margin-left: 40%;
  }
  
  .mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
  
  .mobile-menu li {
    margin-bottom: 10px;
    
  }
  .mobile-menu li a{
    color: white;
    line-height: 2.5;
  }
  
/*Responsive Nvbar*/
@media(max-width:1000px){
    header nav {
        display: none;
      }
    .cta{
        display: none;
    }
      .hamburger-icon {
        display: block;
      }
      .contimg{
        display: inline;
      }
      
    .row1col1{
        display: flex;
        flex-direction: column;
        width: 90%;
        height: auto;
        background: none;
        padding: 10px;
    }
    .row1col2{
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        width: 90%;
        height: 600px;
        background: none;
        padding: 10px;
        justify-content: space-between;
        padding-bottom: 30px;
    }
    .con1{
        height: fit-content;
    }
    .button {
        width: 82.5%;
    }
    .contact-sec{
        padding-left: 50px;
        padding-right: 50px;
    }
    .contact-sec2{
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .button:hover{
        background-color: #3fbad9;
    }
    .founders{
        padding-left: 51px;
    }
    .row2col1{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70%;
        height: 600px;
        background: none;
        font-size: 45px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .row2col2{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70%;
        height: 600px;
        background: none;
        font-size: 45px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .row2col3{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70%;
        height: 600px;
        background: none;
        font-size: 45px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .con2 img{
        width: 250px;
        height: 250px;
        padding-top: 20px;
    }
    .con2{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .upgap{
        padding-top: 70px;
        padding-left: 70px;
    }
}
@media(max-width:1000px){
    .logo {
        height: 110px;
        width: 250px;
        cursor: pointer;
    }
    .mobile-menu li {
        margin-bottom: 10px;
        
      }
      .mobile-menu li a{
        font-size: 35px;
        
      }
      .mobile-menu li a:hover{
        font-size: 45px;
        
      }
      button{
        font-size: 35px;
      }
      h1{
        text-align: center;
        font-size: 50px;
        font-family: "Open Sans", sans-serif;
      }
}