
:root{
    --primary-color: #00a896;
    --secondary-color: #f0f3bd;
    --whitetext-color: #ffffff;
    --darktext-color: #000;
}


body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
}

p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.header{
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
}

.header.scrolled{
    background: rgba(0, 0, 0, 0.9);
}

.heroBanner{
    height: 100vh;
}

.cta-btn{
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--whitetext-color);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    padding: 12px 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.cta-btn:hover{
    background: var(--secondary-color);
    color: var(--darktext-color);
    border-color: var(--secondary-color);
}

.nav-link {
	padding: 20px 35px !important;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: normal;
    color: var(--whitetext-color);
}

.nav-link:hover,
.nav-link:focus,
.navbar-nav .nav-link.show{
    color: var(--secondary-color);
}

.heroBanner__content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 50, 168, 0.3);
}

.heroBanner{
    min-height: 768px;
}

.heroBanner__content--inner{
    width: 900px;
}

.heroBanner__content--inner small{
    font-size: 24px;
    color: var(--whitetext-color);
}
.heroBanner__content--inner h1{
    font-size: 70px;
    font-weight: 900;
    color: var(--secondary-color);
    line-height: 70px;
}
.heroBanner__content--inner p{
    color: var(--whitetext-color);
    font-size: 18px;
    font-weight: 300;
}

.carousel-control-next, .carousel-control-prev {
	width: 7%;
}

.main-heading{
    font-size: 40px;
    font-weight: 700;
    color: var(--darktext-color);
    line-height: 40px;
}

.subTitile{
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.aboutSection{
    background: var(--secondary-color);
}

.py-100{
    padding: 100px 0
}

.features h3{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: var(--darktext-color);
}

.homePic{
    height: 500px;
}

.differenceSection{
    background: var(--secondary-color);
}
.testimoni p {
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	max-width: 850px;
	margin: auto;
}

.testimoni h5{
    color: var(--primary-color);
}

.carousel-indicators [data-bs-target] {
	background: var(--darktext-color);
	height: 15px;
	padding: 0;
	border: 0;
	width: 15px;
	border-radius: 50%;
}

.footer{
    background: var(--secondary-color);
}

.footerContent ul li{
    color: var(--darktext-color);
    margin-bottom: 10px;
}

.addressLink li{
    margin-bottom: 20px;
}

.footerContent ul li a{
    color: var(--primary-color);
    text-decoration: none;
}

.location iframe{
    width: 100%;
    height: 300px;
}

.whySection .col{
    border-left: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}
.whySection .col:first-child{
    border: 0;
}

.whySection span {
	font-size: 50px;
	font-weight: bold;
	color: var(--primary-color);
    opacity: 0.2;
}
.whySection h6 {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}

.list-1{
    text-align: left;
}

.list-1 li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}
.list-1 li::before{
    content: '';
    height: 24px;
    width: 24px;
    background: url(../img/check-circle.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.points .col-sm-4{
    text-align: center;
}
.points .col-sm-4 img{
    width: 40px;
}
.points .col-sm-4 p{
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.points__in{
    background: var(--secondary-color);
    padding: 20px 10px;
}

/* inner pages */

.innerheroBanner{
    height: 500px;
}

.contactArea label{
    font-size: 12px;
    margin-bottom: 0;
}
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
}
.form-control {
	padding: 10px;
}

/* inner pages */


@media only screen and (max-width: 1199px){
    .nav-link {
        padding: 20px 20px !important;
        font-size: 13px;
    }
    .cta-btn{
        font-size: 15px;
    }
    .heroBanner__content--inner h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .testimoni p {
        font-size: 26px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 991px){
    .nav-link {
        padding: 20px 10px !important;
        font-size: 12px;
    }
    .cta-btn{
        font-size: 14px;
        padding: 10px 18px;
    }
    .heroBanner__content--inner h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .testimoni p {
        font-size: 22px;
        line-height: 26px;
    }
    .heroBanner__content--inner small {
        font-size: 18px;
    }
    .main-heading {
        font-size: 34px;
        line-height: 34px;
    }
    .footerContent {
        margin: 20px 0;
    }
    .aboutSection .cta-btn{
        margin-bottom: 30px;
    }
    .py-100{
        padding: 70px 0
    }
    
}

@media only screen and (max-width: 767px){
    .navbar-toggler,
    .navbar-toggler:focus{
        background: #fff;
        padding: 7px 9px;
        border: 0;
        box-shadow: none;
    }
    .navbar-toggler-icon{
        background-size: 25px;
    }
    .header {
        background: rgba(0, 0, 0, 0.9);
    }
    .header .cta-btn{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .nav-link {
        padding: 10px 0 !important;
        font-size: 12px;
        border-bottom: 1px dashed rgba(255,255,255,0.2);
    }
    .cta-btn{
        padding: 10px 24px;
    }
    .heroBanner__content--inner h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .testimoni p {
        font-size: 20px;
        line-height: 24px;
    }
    .heroBanner__content--inner small {
        font-size: 16px;
    }
    .main-heading {
        font-size: 30px;
        line-height: 30px;
    }
    .footerContent h5 br{
        display: none;
    }
    .homePic {
        height: 300px;
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 575px){
    .aboutSection {
        text-align: center;
    }
    .cta-btn {
        width: 80%;
    }
    .heroBanner__content--inner h1 {
        font-size: 34px;
        line-height: 34px;
    }
    .main-heading {
        font-size: 26px;
        line-height: 26px;
    }
    .heroBanner__content--inner small {
        font-size: 14px;
    }
    .py-100{
        padding: 50px 0
    }
}