
@import url('https://fonts.googleapis.com/css2?family=Kanit: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');

*{
    font-family: "Manrope", sans-serif;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background: rgba(230, 230, 230, 0.77);
}
::-webkit-scrollbar-thumb{
    background: #00a6eb;
    border-radius: 10px;
}
html{
    scroll-behavior: smooth;
}

.navbar img{
    width: 227px;
    height: 42px;
}
.navbar ul li a{
    margin: 0px 10px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.77) !important;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
}
.navbar ul li a:hover{
    color: #00a6eb !important;
    transition: all .4s ease-in-out;
}
#navbarNav ul li a:hover::after{
    opacity: 1;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
 #navbarNav ul li a::after{
     border-radius: 15px;
     content: '';
     background-color: #00a6eb;
     display: block;
     width: 100%;
     height: 2px;
     text-align: center;
     opacity: 0;
 }
 .navbar-toggler{
     border: none;
     font-size: 26px;
 }
 .navbar-toggler .fa:hover {
     color: #00a6eb;
     transition: all .3s ease-in-out;
 }
.nav-btn button{
    padding: 8px 26px;
    border-radius: 27px;
    border: none;
    background: #00a6eb;
    color: #fff;
    font-weight: 600;
}
.nav-btn button:hover{
    background: #0d85b9;
    transition: all .4s ease-in-out;
}
#header{
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
    box-shadow: lightgrey 0px 3px 7px 0px;
}

@media screen and (max-width: 850px) {
    .hi{
        overflow-x: hidden;
    }
}

@media screen and (max-width: 850px) {
    #navbarNav ul li a::after{
    display: none;
    }
    .nav-btn button{
    padding: 8px 26px;
    border-radius: 27px;
    border: none;
    background: #00a6eb;
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
    }
    .navbar img{
    width: 200px;
    height: 40px;
    margin-left: -12px;
    }
    
}

/*-------------Hero Section---------------*/

#hero{
    margin-top: 120px;
}
.hero-text h1{
    font-size: 46px;
    font-weight: 1000;
    
}
.hero-text{
    padding: 50px 0px;
}
.hero-text p{
    font-size: 19px;
    padding: 5px 4px;
}
.hero-text button{
    border: #00a6eb 2px solid;
    color: #00a6eb;
    border-radius: 27px;
    padding: 10px 42px;
    background: none;
    font-size: 18px;
    margin-top: 5px;
}
.hero-text button:hover{
    background: #00a6eb;
    color: white;
    transition: all .4s ease-in-out;
}
.hero-img{
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-name: up-down;
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    
    100% {
        transform: translateY(-10px);
    }
}
@media screen and (max-width: 850px) {
    .hero-text h1{
        font-size: 41px;
        font-weight: 1000;
    }
    .hero-text{
        text-align: center;
        margin-top: -50px;
    }
    .hero-text p{
        font-size: 19px;
        padding: 5px 4px;
    }
}
.jumbotron{
    background: #f3f9fd;
    margin-top: 35px;
}
.client img{
    width: 88px;
    height: 33px;
    cursor: pointer;
}

/*-------------About Section---------------*/

.heading{
    padding: 20px 0px;
}
.heading h1{
    font-size: 35px;
    font-weight: 900;
}
.heading h1::before{
    margin: 0 15px 10px 0;
    content: "";
    width: 50px;
    height: 3px;
    background: #3498db;
    display: inline-block;
}

.heading h1::after{
    margin: 0 0 10px 15px;
    content: "";
    width: 50px;
    height: 3px;
    background: #3498db;
    display: inline-block;
}
.about-text p{
    margin-top: 15px;
}
.about-text .fa{
    color: #00a6eb;
    font-size: 20px;
    margin-right: 5px;
    margin-top: 10px;
}
.about-btn button{
    border: #00a6eb 2px solid;
    color: #00a6eb;
    border-radius: 27px;
    padding: 10px 42px;
    background: none;
    font-size: 17px;
    margin-top: 11px;
}
.about-btn button:hover{
    background: #00a6eb;
    color: white;
    transition: all .4s ease-in-out;
}
@media screen and (max-width: 850px) {
    .about-btn{
        text-align: center;
    }

}

/*-------------Achievement Section---------------*/
.media-body h3{
    font-size: 39px;
    font-weight: 1000;
}
.media-body p{
    padding: 0px 0px;
}
.media .fa{
    font-size: 42px;
    color: #00a6eb;
    margin-right: 17px;
    margin-top: 3px;
}

/*-------------Service Section---------------*/

.card-title1 {
    color: black;
    font-size: 23px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0.5em;
  }
  
  .small-desc {
    font-size: 16px;
    padding: 5px 0px;
    font-weight: 500;
    /* line-height: 1.5em; */
    color: #414040;
  }
  
  .small-desc {
    font-size: 16px;
  }
  
  .go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 2em;
    height: 2em;
    overflow: hidden;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #6293c8, #384c6c);
    border-radius: 0 4px 0 32px;
  }
  
  .go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
  }
  
  .card1{
    position: relative;
    background-color: #f2f8f9;
    border-radius: 10px;
    padding: 2em 1.2em;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    background: white;
    border: none;
    box-shadow: #00a6eb 0px 0px 7px 2px;
  }
   .card1:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00a6eb;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.35s ease-out;
  }
  
  .card1:hover:before {
    transform: scale(28);
  }
  
  .card1:hover .small-desc {
    transition: all 0.5s ease-out;
    color: white;
  }
  .card1:hover{
      box-shadow: none;
  }
 .card1:hover .card-title {
    transition: all 0.5s ease-out;
    color: #ffffff;
  }
  
/*-------------Portfolio Section---------------*/
#portfolio{
    padding: 70px 0px;
}
.box{
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.box:hover img{
    transform: scale(110%);
    transition: all .4s ease-in-out;
}
  .box:hover .content{
    transition: all 0.8s ease-in-out;
    opacity: 1;
    bottom: 0;
  }
.box img{
    width: 100%;
    height: 100%;
 }
  .content{
     position: absolute;
     bottom: -100%;
     left: 0;
     box-sizing: border-box;
     color: white;
     height: 100%;
     width: 100%;
     padding: 45px 15px;
     font-family: sans-serif;
     opacity: 0;
     background: linear-gradient(rgba(0,0,0,0.1), #00a6eb);
  }
  .content h3{
     font-weight: bold;
     font-size: 25px;
     margin-top: 100px;
  }
  @media screen and (max-width: 1000px) and (min-width: 600px) {
    .content h3{
        font-weight: 900;
        font-size: 25px;
        margin-top: 250px;
     }
  }

/*-------------Testimonials Section---------------*/

.testi-img img{
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
}
.testi-content p{
    padding: 13px 111px;
    /* box-shadow: 1px 1px 9px 0px grey; */
    font-size: 17px;
    font-style: italic;
}
@media screen and (max-width: 850px){
    .testi-content p{
        padding: 10px 10px;
        font-size: 15px;
        font-style: italic;
    }
    .testi-img img{
        width: 80px;
        height: 80px;
        text-align: center;
        border-radius: 50%;
    }
    .testi-content h3{
        color: #00a6eb;
        font-size: 20px;
        margin-top: 10px;
        font-weight: 700;
    }
    .testi-content small{
        font-size: 14px;
        font-weight: 500;
        color: grey;
    }
    #testimonials h1{
        font-size: 29px;
    }    
}
.testi-content i:first-child{
    color: #00a6eb;
    font-size: 26px;
    margin-right: 8px;
}
.testi-content i:nth-child(2){
    color: #00a6eb;
    font-size: 26px;
    margin-left: 8px;
}
.testi-content h3{
    color: #00a6eb;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 700;
}
.testi-content small{
    font-size: 16px;
    font-weight: 600;
    color: grey;
}
.swiper-slide{
    padding-bottom: 40px;
}

/*-------------Jumbotron Section---------------*/

.jumbotron-1{
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(jambo.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    margin-top: 60px;
    color: white;
    padding: 80px 0px;
}
.jumbotron-1 h1{
    font-weight: 1000;
    font-size: 50px;
}
.jumbotron-1 p{
    padding: 10px 0px;
}
.jumbotron-1 button{
    border: #00a6eb 2px solid;
    color: #00a6eb;
    border-radius: 27px;
    padding: 10px 42px;
    background: none;
    font-size: 23px;
    font-weight: bold;
    margin-top: 5px;
}
.jumbotron-1 button:hover{
    background: #00a6eb;
    color: white;
    transition: all .4s ease-in-out;
}
@media screen and (max-width: 850px) {
    .jumbotron-1 h1{
        font-weight: 1000;
        font-size: 40px;
    }
    .jumbotron-1 p{
        padding: 10px 0px;
        font-size: 17px;
    }
    .jumbotron-1 button{
          font-size: 20px;
     }
}

/*-------------Team Section---------------*/
.card-title{
    font-size: 23px;
    font-weight: bold;
}
.card-text{
    color: grey;
    font-size: 15px;
}
#team{
    margin-top: 70px;
}
.card{
    position: relative;
    overflow: hidden;
}
.card .icon{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: -15px;
    margin-left: -10px;
    opacity: 0;
}
.card:hover .icon{
    opacity: 1;
    animation-name: icon;
    animation-duration: 1s;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.card:hover img{
   transform: rotate(360deg);
   transition: all .6s ease-in-out;
}
.icon .fa:hover{
    color: #0c95cf;
}
.card .icon .fa{
    padding: 5px 0px;
    font-size: 20px;
}
@keyframes icon {
    0%{
        transform: translateX(-50%);
    }
    100%{
        transform: translateX(0%);
    }
}
@media screen and (max-width: 850px){
    .card .icon .fa{
        font-size: 25px;
    }
}


/*-------------Card Section---------------*/


.price-content{
    border-radius: 10px;
}
.price-1{
    border-left: #00a6eb 3px solid;
    border-top: #00a6eb 3px solid;
    border-bottom: #00a6eb 3px solid;
}
.price-3{
    border-right: #00a6eb 3px solid;
    border-top: #00a6eb 3px solid;
    border-bottom: #00a6eb 3px solid;
}
.price-2{
    box-shadow: grey 0px 0px 19px 0px;
    transform: scaleY(110%);
}

.price-3 button{
    border: #00a6eb 2px solid;
    background-color: #00a6eb;
    color: white;
    border-radius: 27px;
    padding: 10px 42px;
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
}
.price-3 button:hover{
    background: white;
    color: #00a6eb;
    transition: all .4s ease-in-out;
}

.price-1 button{
    border: #00a6eb 2px solid;
    background-color: #00a6eb;
    color: white;
    border-radius: 27px;
    padding: 10px 42px;
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
}
.price-1 button:hover{
    background: white;
    color: #00a6eb;
    transition: all .4s ease-in-out;
}

.price-content h3{
    font-size: 20px;
    font-weight: 900;
    margin-top: 15px;
}
.price-content h1{
    padding: 15px 0px;
    font-weight: 1000;
    font-size: 40px;
}
.price-content span{
   font-size: 16px;
}
.price-content img{
    width: 125px;
    height: 125px;
    border: #00a6eb 1px solid;
    border-radius: 50%;
    padding: 15px 15px;
}
.price-content:hover img{
    box-shadow: #00a6eb 0px 0px 20px 0px;
}
.price-2 button{
    border: #00a6eb 2px solid;
    color: #00a6eb;
    border-radius: 27px;
    padding: 10px 42px;
    background: none;
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
}
.price-2 button:hover{
    background: #00a6eb;
    color: white;
    transition: all .4s ease-in-out;
}
.price-content{
    display: inline;
    float: left;
    width: 100%;
    padding: 20px 15px;
}
.price-content ul li{
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
    list-style: none;
    /* text-align: left; */
}
ul li:last-child{
    border: none;
}
.fa-check-circle{
    font-size: 22px;
    color: green;
    margin-right: 8px;
}
.fa-times-circle{
    font-size: 22px;
    color: red;
    margin-right: 8px;
}

@media screen and (max-width: 992px) {
    .price-1{
        border: #00a6eb 3px solid;
    }
    .price-3{
        border: #00a6eb 3px solid;
        margin-top: 55px;
    }
    .price-2{
        border: #00a6eb 3px solid;
        box-shadow: none;
        margin-top: 55px;
    }
}

/*-------------Contact Section---------------*/


#contact{
    background: #e1eaf3;
    margin-top: 140px;
    padding-bottom: 50px;
}
.contact-form{
    padding: 15px;
}  
.form-control{
    border-radius: 0 !important;
    border: none !important;
}
::placeholder{
    color: #999 !important;
}  
.follow{
   background: #fff;
   margin: 15px;
   padding: 10px;
}
.contact-info .fa{
   margin: 10px; 
   color: #007bff;
   font-weight: bold;
   text-decoration: none;
}
.contact-form button{
    border: #00a6eb 2px solid;
    color: white;
    background: #00a6eb !important;
    border-radius: 5px;
    padding: 10px 42px;
    background: none;
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
}
.contact-form button:hover{
    background: transparent !important;
    color: #00a6eb;
    border: #00a6eb 2px solid;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 850px) {
    .contact-form .cont-bt{
        text-align: center;
    }
}

/*-------------Footer Section---------------*/
#footer{
    /* margin-top: 70px; */
    box-shadow:lightgrey 0px -6px 11px 0px;
}
.footer p{
    font-size: 18px;
    font-weight: bold;
    font-family: "Kanit", sans-serif;
    color: rgba(0, 0, 0, 0.77);
}
.footer{
    padding: 15px 0px;
    margin-top: 12px;
}
.footer .fa{
    color: #00a6eb;
}
.footer ul{
    display: flex;
    justify-content: center;
}
.footer ul li a{
    margin: 0px 10px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.77) !important;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
    text-decoration: none;
}
.footer ul li a:hover{
    color: #00a6eb !important;
    transition: all .4s ease-in-out;
}
@media screen and (max-width: 765px) {
    .footer{
        padding: 0px 0px;
    }
}
