/* Google font */
@import url('https://fonts.googleapis.com/css?family=Lato|Taviraj&display=swap');

/* ===  Header area ===*/

.navbar{
    background-color: white;
}

.navbar-toggler{
    background-color: white;

}

.navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link{
    color: #4285F4;
    font-size: 28px;
    font-family: 'Taviraj',sans-serif;
}

.navbar-light .navbar-nav .nav-item .active{
    color: #FFC416;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .nav-link:hover{
    color: #FFC416;
}



 
/* ===  Banner area ===*/

.quote {
    padding-top: 100px;
}
.banner-quote{
    font-size: 28px;
    font-weight: bold;
    font-family: 'Taviraj',sans-serif;
    color: #4285F4;
}

.banner-quote-by a {
    font-family: 'Lato',sans-serif;
    color: #7195BD;
    text-decoration: none;
    font-size: 16px;
}
.dashboard-img{
    animation-name: dashboard;
    animation-duration: 3s;  
    animation-fill-mode: forwards;
}

@keyframes dashboard {
  from{
    transform: scale(1);
  }
  to{
    transform: scale(1.1);
  }
}
/* === Intro Section ===*/

.intro-section{
    padding-top: 45px;
}


.intro-paragraph > h2{
    padding: 10px 10px;
    font-size: 36px;
    font-family: 'Taviraj',sans-serif;
    font-weight: bold;
    color:#4285F4;
}

.intro-paragraph > p {
    padding: 10px;
    font-size: 18px;
    font-family: 'Lato',sans-serif;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
}

/* === button style ===*/
.z-btn , .contact-me-btn {
    padding: 10px;
    background-color: #4285F4 ;
    color:  white ;
    font-size: 16px;
    font-family: 'Taviraj', sans-serif;
    border-radius: 20px;
}
.z-btn a{
    color: inherit;
    text-decoration: inherit;
}
.z-btn:hover ,.contact-me-btn:hover {
    padding: 10px;
    background-color: #F58410 ;
    color: white;
    font-size: 16px;
    font-family: 'Taviraj', sans-serif;
    border-radius: 20px;
    transform: scale(1.1);
}
/* === Services Section ===*/

.services-section {
    padding-top: 70px;

}
.card{
    border: 2px solid #4285F4;
    margin: 25px;
    border-radius:50px;
}
.card:hover {
    border: 2px solid #D0B44E;
    margin: 25px;
    border-radius: 50px;
    -webkit-box-shadow: 1px 1px 5px 1px  #F58410;
    -moz-box-shadow: 1px 1px 5px 1px  #F58410;
    box-shadow: 1px 1px 5px 1px #F58410;
   
}
.services-section > h1{
    font-size: 48px;
    font-family: 'Taviraj',sans-serif;
    font-weight: bold;
    color: #4285F4;
    }

.card-title{
    font-size: 36px;
    font-weight: bold;
    font-family: 'Taviraj',sans-serif;
    color: #4285F4;
}

.card-text{
    font-size: 18px;
    font-family: 'Lato',sans-serif;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.card-img-top {
    background-color: white;
    height: 150px; width: 150px;
    border-radius: 100%;
    margin: auto;
}

.list-group-item {
    font-size: 16px;
    font-family: 'Lato',sans-serif;
    font-weight: bold;
    color: #A1A585;
    text-align: center;
}

/* === About me Section ===*/

.about-me-section{
     margin: 5%;
}
.about-me-row{
    border: 1px solid #7195BD;
    -webkit-box-shadow: 0px 0px 22px -3px  #7195BD;
    -moz-box-shadow: 0px 0px 22px -3px  #7195BD;
    box-shadow: 0px 0px 22px -3px #7195BD; 
}

.about-me-section > h2{
    margin: 20px;
    padding: 20px;
    font-size: 48px;
    font-family: 'Taviraj',sans-serif;
    font-weight: bold;
    color: #4285F4;
}
.about-me-col .about-me{
    padding-top: 30px;
    text-align: center;
}

.about-me-col .about-me > h3 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
    color: #4285F4;  
}
.my-img {
    vertical-align: center;
    margin-top: 25px;
    padding: 3%;
    
}
.my-img-img{
    border-radius: 75%;
}

.about-me-section h3{
    padding-bottom: 15px;
}

.about-me > p {
    font-size: 16px;
    font-family: 'Lato',sans-serif;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.about-me-socials .fa {
    justify-content: center;
    font-size: 28px;
    padding: 25px;
    color: #4285F4;
}

.about-me-socials .fa:hover{
    color: #FFC416;
    font-size: 28px;
    text-shadow: 2px 2px #4285F4;
    transform: scale(1.3);
}

/* === Contact me Section ===*/


.contact-section {
    padding-top: 20px;
}

.contact-section > h3 {
    padding: 10px 10px;
    font-size: 36px;
    font-family: 'Taviraj',sans-serif;
    font-weight: bold;
    color: #4285F4;
}

.contact-section h3 > span {
   color:#FFC416; 
   font-style:italic;
}
.contact-me-btn , .contact-me-btn:hover {
    font-size: 32px;
    height: 70px ; width: 240px;
}
.modal-content,.form-control {
    background-color: white;
    border: solid 1px #4285F4;
}
.modal-title {
    font-size: 36px;
    font-family: 'Taviraj',sans-serif;
    font-weight: bold;
    color: #4285F4;
    text-align: center;
}
.md-form > h3{
    font-size: 36px;
    font-family: 'Taviraj',sans-serif;
    font-weight: bold;
    color: #4285F4;
    text-align: center;
}
.md-form >label,.md-form >input {
    font-size: 16px;
    font-family: 'Lato',sans-serif;
    color: rgba(0, 0, 0, 0.8);
}

#form-options {
    font-size: 24px;
    font-family: 'Taviraj',sans-serif;
    color: #4285F4;
}

.f-btn {
    font-size: 24px;
    height: 50px ; width: 200px;
    background-color: #FFC416;
    color: #4285F4;
    border: solid 1px #D0B44E;
}
.f-btn:hover {
    font-weight: bold;
    font-size: 26px;
    height: 60px ; width: 210px;
    background-color: #4285F4;
    color: #FFC416;
    border: solid 1px #D0B44E;
}
.modal-footer {
    padding: 5px;
}
/* === footer Section ===*/

.footer-section {
    margin-top: 50px;
    padding-top: 22px;
    background-color: rgba(255, 197, 22, 0.44);
}
.footer-header{
    padding: 10px 10px;
    font-size: 36px;
    font-family: 'Taviraj',sans-serif;
    font-weight: bold;
    color: #4285F4;
    text-align: center;
}

.footer-info {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
    color: rgb(0, 0, 0);
    text-align: center;
}

.copyrights{
    padding: 25px;
}

/* ===  ======  ======  ======  ======  ======  ======  ======  ======  ======  ======  ======  ======  ===*/
/* ===  ======  ======  ======  ======  ====== Services Page  ======  ======  ======  ======  ======  ===*/

/*=== Service Title ===*/


.banner-quote-2{
    padding-top: 50px;
}
.service-title h2{
    margin: 20px;
    padding: 20px;
    font-size: 48px;
    font-family: 'Taviraj',sans-serif;
    font-weight: bold;
    color: #4285F4;
    text-align: center;
}

.service-description h3 {
    padding-top: 40px;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Taviraj',sans-serif;
    color: #4285F4;
}

.service-description p {
    padding: 10px;
    font-size: 18px;
    font-family: 'Lato',sans-serif;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
}


.service-card-2 {
    border-radius: 0px;
}
.service-card-2:hover {
    border-radius: 0px;
}

.ga-service-section, 
.gtm-service-section,
.z-analytics-section {
    margin: 40px auto;
    padding: 50px 10px;

}

.gtm-service-section{
    background-color: rgba(255, 197, 22, 0.44);
}


.separator {
    margin-top: 100px;
    height: 200px;;
}

.separator .banner-quote {
    font-size: 48px;
    padding-top: 60px;
    color: #F58410;
}


/*=== Media Queries ===*/

/* Medium devices (tablets, less than 992px)*/
@media only screen and (max-width: 991.98px) {
    .quote , .banner-quote-2{
        padding-top:20px;
    }

    .my-img-img {
        margin: 10px 90px;
    }
    .z-img {
        margin: 10px 50px;
    }
    .footer-header {
        font-size: 32px;
    }
    .footer-socials .about-me-socials .fa {
        padding: 5px;
    }
    .card-title{
        font-size: 24px;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media only screen and (max-width: 767.98px) {
     .quote{
        padding-top: 50px;
    }
    .banner-quote-2{
        padding-top: 5px;
    }
    .intro-paragraph > h2 ,
    .card-title ,
    .about-me-section > h2{
        font-size: 28px;
    }
    .intro-paragraph > p,
    .about-me > p ,
    .service-description p{
        font-size: 18px;
    }
    .services-section > h1,
    .separator .banner-quote {
        font-size: 32px;
    }
    .about-me-col .about-me > h3 ,
    .contact-section > h3 ,
    .service-description h3{
        font-size: 24px;
    }

    .intro-paragraph > h2,
    .intro-paragraph > p ,
    .service-description p ,
    .service-description h3{
        text-align: center;
    }

    .about-me-socials .fa {
        padding: 18px;
    }
    .footer-header {
        font-size: 24px;
    }

    .footer-socials .about-me-socials .fa {
        padding: 5px;
    }
    .contact-me-btn, .contact-me-btn:hover{
        height: 60px; width: 200px;
        padding: 0px;
        line-height: initial;
    }
    .modal-title{
        font-size: 24px;
    }
    .service-title h2{
        font-size: 28px;
        margin: auto;
    }

    .f-btn{
        width: 110px;
    }
    .my-img-img {
        margin: 10px 0px;
    }
    .z-img {
        margin: 10px 0px;
    }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media only screen and (max-width: 575.98px) {
    .quote{
        padding-top: 50px;
    }
    .banner-quote-2{
        padding-top: 5px;
    }
    .intro-paragraph > h2 ,
    .card-title ,
    .about-me-section > h2{
        font-size: 28px;
    }
    .intro-paragraph > p,
    .about-me > p ,
    .service-description p{
        font-size: 18px;
    }
    .services-section > h1,
    .separator .banner-quote {
        font-size: 32px;
    }
    .about-me-col .about-me > h3 ,
    .contact-section > h3 ,
    .service-description h3{
        font-size: 24px;
    }
    .intro-paragraph > h2,
    .intro-paragraph > p ,
    .service-description p ,
    .service-description h3 {
        text-align: center;
    }

    .about-me-socials .fa {
        padding: 18px;
    }
    .footer-header {
        font-size: 24px;
    }
    .footer-socials .about-me-socials .fa {
        padding: 5px;
    }
    .contact-me-btn, .contact-me-btn:hover{
        height: 60px; width: 200px;
        padding: 0px;
        line-height: initial;
    }
    .modal-title{
        font-size: 24px;
    }
    .service-title h2{
        font-size: 28px;
        margin: auto;
    }

    .f-btn{
        width: 110px;
    }
    .my-img-img {
        margin: 10px 0px;
    }
    .z-img {
        margin: 10px 0px;
    }
}
