*{
    font-family: montserrat;
}
body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

.section-padding{
    padding: 100px 0;
}

    /* ----Home---- */

.container-fluid img{
    width: 65px;
}

.container-fluid a {
    font-size: 15px;
    text-transform: capitalize;
    font-style: italic;
    color: #0b6a81;
}

.container-fluid{
    background: #fff;
}
.navbar-nav a{
    position: relative;
    font-size: 20px;
    font-style: italic;
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 16px;
    color: #0b6a81;
    transition: 0.03s;
}
.navbar-nav a::before{
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #0b6a81;
    bottom: -7px;
    transition: 0.3s;
}
.navbar-nav a:hover{
    color: #0b6a81;
}
.navbar-nav a:hover::before{
    width: 100%;
}
.navbar-light .navbar-brand{
    color: #0b6a81;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover{
    color: #0b6a81;
}
.navbar-light .navbar-nav .navbar-link{
    color: #0b6a81;
}
.w-100{
    height: 100vh;
}

.carousel-item{
    height: 100vh;
    min-height: 300px;
}
.carousel-caption{
    bottom: 220px;
    z-index: 2;
}

.container-fluid .btn{
    width: 9%;
    height: 35px;
    margin: 10px auto;
    margin-left: 70px;
    justify-content: center;
    display: block;
    color: #F8F0E5;
    background: #0b6a81;
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
}

.container-fluid .btn:hover{
    background: #1c8ca8;
}


  /* ----About----*/

  .container1{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container1 .img-fluid{
    width: 400px;
    margin-top: 90px;
    margin-left: 60px;
}

.container1 .about-text h2{
    color: #0b6a81;
    font-size: 40px;
    margin-left: 100px;
}

.container1 .about-text p{
    margin-top: 70px;
    font-size: 25px;
    color: #000;
    margin-left: 60px;
}

.container2{
    margin-top: 60px;
    margin-bottom: 60px;
}

.container2 .img-fluid{
    width: 300px;
    margin-top: 120px;
    margin-left: 60px;
}

.container2 .about-text h2{
    color: #0b6a81;
    font-size: 40px;
    margin-top: 90px;
    margin-left: 30px;
}

.container2 .about-text p{
    margin-top: 70px;
    margin-left: 60px;
    font-size: 27px;
    color: #000;
}

    /* ----Crypto---- */
.card2{
    width: 300px;
    height: 250px;
    padding: 5px;
    background: #cccdce;
    display: block;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 10px 10px 15px #e1e2e2, -10px -10px 15px #e1e2e2;
}

.container h2{
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    color: #0b6a81;
    font-style: italic;
    margin-right: 25px;
}

.card2-img-top{
    width: 100px;
    height: 100px;
}

.card2 img{
    border: 100%;
    border-radius: 50%;
    padding: 3px;
    margin-bottom: -10px;
    border: 2px solid #cccdce;
    backface-visibility: hidden;
    transition: all .5s ease-in-out;
}

.card2:hover img{
    transform: scale(1.2);
}


.card2 img{
    width: 100px;
    margin: auto ;
}

.card2-body{
    margin: auto;
}

.card2-body .card2-title {
    color: #0b6a81;
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 0;
}

.card2-body .card2-text{
    color: #0b6a81;
    font-size: 14px;
    display: block;
    font-style: italic;
    margin-bottom: 25px;
}

.card2 .btn{
    width: 60%;
    height: 40px;
    margin: 10px auto;
    justify-content: center;
    display: block;
    color: #F8F0E5;
    background: #0b6a81;
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 60px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
}

.card2 .btn:hover{
    background: #1c8ca8;
}

.card{
    border: 1px solid #0b6a81;
    border: 100%;
    padding: 5px;
    background: #0b6a81;
    display: inline-flex;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 10px 10px 15px #c0ccd1, -10px -10px 15px #c6d2d8;
}

.container h2{
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    color: #0b6a81;
    font-style: italic;
}

.card-img-top{
    width: 100px;
    height: 100px;
}

.card img{
    border: 100%;
    border-radius: 50%;
    padding: 3px;
    margin-bottom: -10px;
    border: 2px solid #0b6a81;
    backface-visibility: hidden;
    transition: all .5s ease-in-out;
}

.card:hover img{
    transform: scale(1.2);
}


.card img{
    width: 100px;
    margin: auto ;
}

.card-body{
    margin: auto;
}

.card-body .card-title{
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 0;
}

.card-body .card-text{
    color: #fff;
    font-size: 14px;
    display: block;
    font-style: italic;
    margin-bottom: 25px;
}

.card ul{
    padding: 0;
}

.card ul li{
    display: inline-flex;
    list-style: none;
}

.col-auto{
    margin-top: 50px;
}

.card11{
    margin-top: 25px;
    margin-left: 380px;
}

/* --- contact--- */

.form-control{
    background: #bdbebe;
    width: 70%;
    margin-left: 180px;
}

.form-floating label{
    margin-left: 180px;
}

.container .btn-primary{
    width: 15%;
    height: 40px;
    font-size: 20px;
    margin: 10px auto;
    justify-content: center;
    display: block;
    color: #F8F0E5;
    background: #0b6a81;
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
}

.container .btn-primary:hover{
    background: #1c8ca8;
}

   /* ----Footer----*/

footer {
    margin-top: 60px;
    padding: 50px 0px;
    background-color: #0b6a81;
    text-transform: uppercase;
}

.right-text-content p{
    text-transform: capitalize;
    font-size: 20px;
}

.container .social-icons li{
    display: inline-flex;
    list-style: none;
    margin: 0 7px;
}

.container .social-icons li .bi{
    font-size: 15px;
    line-height: 40px;
    transition: .6s;
    color: #0b6a81;
}

.container .social-icons li .bi:hover{
    color: #fff;
}

.container .social-icons li a{
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0.5);
}

.container .social-icons li a:hover{
    transform: translate(0, -10);
}

.container .social-icons li:nth-child(1) a:hover{
    background-color: #3b5998;
}

.container .social-icons li:nth-child(2) a:hover{
    background-color: #e78a9c;
}

.container .social-icons li:nth-child(3) a:hover{
    background-color: #1da1f2;
}

.container .social-icons li:nth-child(4) a:hover{
    background-color: #0a66c2;
}

.logo img{
    width: 90px;
    margin-left: 100px;
}
.right-text-content p{
    color: #fff;
    font-style: italic;
    text-transform: capitalize;
}
.left-text-content h5{
    color: #fff;
    margin-left: 110px;
    font-size: 25px;
    font-style: italic;
    text-transform: capitalize;
    
}

.list-unstyled a{
    color: #fff;
    margin-left: 110px;
    text-decoration: none;
    font-style: italic;
    text-transform: capitalize;
}

.list-unstyled a:hover{
    color: #cccfcf;
}

/* responsive css */

@media only screen and (mix-width: 768px) and (max-width: 991px){
    .carousel-caption{
        bottom: 370px;
    }
    .carousel-caption p{
        width: 100%;
    }
    
}

@media only screen and (max-width: 767px){
    .navbar-nav{
        text-align: center;
    }
    .navbar-nav a:hover::before{
        width: 0%;
    }
    .container-fluid a {
        margin-right: 120px;
    }

    .container-fluid .btn{
        width: 20%;
        margin-left: 120px;
    }
    .carousel-caption{
        bottom: 125px;
    }
    .carousel-caption h5{
        font-size: 17px;
    }
    .carousel-caption a{
        padding: 10px 15px;
    }
    .carousel-caption p{
        width: 100px;
        line-height: 1.6;
        font-size: 12px;
    }

    /* ----Cards---- */
    .card{
        margin-left: 60px;
    }
    .card11{
        margin-left: 0px;
    }

    /* --- contact--- */
    .form-control{
        width: 70%;
        margin-left: 60px;
    }
    .form-floating label{
        margin-left: 50px;
    }
    .container .btn-primary{
        width: 30%;
        margin: 130px;
        margin-top: 20px;
    }

    /* ----Footer----*/
    .right-text-content{
        margin-left: 50px;
    }
    
}