@import url("https://fonts.google.com/specimen/Hind+Vadodara?query=vad");
@import url("https://www.myfonts.com/collections/cotoris-font-dharma-type");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: rgb(253, 253, 253);
}

/* Header */

.header {
    background-color: rgba(160, 49, 252, 1);
    box-shadow: 6px 6px 10px #222;
    font-family: "Hind Vadodara";
}

.header .navbar img {
    height: 40px;
    width: 80px;
    margin-left: 60px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

.header .navbar .navbar-toggler {
    background-color: transparent;
}

.header .navbar-collapse .navbar-nav .nav-item a {
    color: #fff;
    text-decoration: none;
    margin-right: 12px;
    font-size: 20px;
}

.header .navbar-collapse .navbar-nav .nav-item a:hover {
    color: #f9ab00;
}

.header .navbar-collapse .navbar-nav .nav-item .survey {
    background-color: #f9ab00;
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    font-size: 21px;
}

.header .navbar-collapse .navbar-nav .nav-item .survey:hover {
    border-bottom: 0;
    box-shadow: 1px 1px 7px #f9ab00;
    color: #fff;
}

@media(max-width:768px) {
    .header .navbar img {
        height: 40px;
        width: 80px;
        filter: drop-shadow(2px 2px 2px #a3a3a3);
        margin-left: 3px;
    }

    .header .navbar-collapse .navbar-nav .nav-item a:hover {
        border-bottom: 0;
    }
    
    .header .navbar-collapse .navbar-nav .nav-item .survey {
        margin-left: 0;
        text-align: center;
    }
    
    .header .navbar-collapse .navbar-nav .nav-item .survey:hover {
        box-shadow: 0px 0px 0px;
    }    
} 

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #4a4c70;
}

h1 {
    font-size: 35px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 27px;
    }
}

p {
    color: #000;
    font-size: 18px;
    font-family: Cotoris;
    padding: 0px 60px;
    text-align: left;
}

p a {
    color: blue;
}

ul li, ol li {
    font-size: 17px;
    font-family: Cotoris;
}

/* Footer */

.footer {
    margin-top: 65px;
    background-color: #333333;
    font-size: 13px;
}

.footer-container {
    padding: 20px 60px 0px 60px;
    font-family: "Hind Vadodara";
}

@media(max-width:768px) {
    .footer-container {
        padding: 15px 13px 5px 13px;
    }
}

.footer-cities {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom: 2px solid #fff;
}

.footer-city {
    margin-bottom: 10px;
}

@media(max-width:768px) {
    .footer-city {
        width: 100%;
    }
}

.footer-city span {
    font-size: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    color: #fff;
}

@media(max-width:768px) {
    .footer-city span {
        padding-bottom: 7px;
    }
} 

.footer-city ul {
    margin-top: 20px;
    list-style-type: none;
}

@media(max-width:768px) {
    .footer-city ul {
        margin-top: 15px;
    }
}

.footer-city li, .footer-city a {
    color: #fff;
    font-size: 17px;
    margin-bottom: 3px;
}

.footer-city li i {
    color: #fff;
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 0px 12px;
    padding-bottom: 20px;
}

@media(max-width:768px) {
    .footer-copyright {
        display: block;
    }
}

.copy span {
    color: #a9a9a9;
    font-size: 15px;
}

.copy ul li {
    list-style-type: none;
    font-size: 20px;
}

@media(max-width:768px) {
    .copy ul li {
        font-size: 15px;
    }
}

.icon {
    margin-top: 7px;
    margin-left: 0;
}

.icon a i {
    font-size: 20px;
}

@media(max-width:768px) {
    .icon a i {
        font-size: 15px;
    }
}

.icon .bxs-envelope:hover {
    color: #ff0000;
}

.icon .bxl-facebook:hover {
    color: #3b5998;
}

.icon .bxl-instagram:hover {
    color: #fb3958;
}

.icon .bxl-linkedin:hover {
    color: #0e76a8;
}

.icon .bxl-twitter:hover {
    color: #00acee;
}

.icon .bxl-youtube:hover {
    color: #ff0000;
}

@media(max-width:768px) {
    .icon .bxs-envelope:hover {
        color: #fff;
    }    
    .icon .bxl-facebook:hover {
        color: #fff;
    }
    
    .icon .bxl-instagram:hover {
        color: #fff;
    }
    
    .icon .bxl-linkedin:hover {
        color: #fff;
    }
    
    .icon .bxl-twitter:hover {
        color: #fff;
    }
    
    .icon .bxl-youtube:hover {
        color: #fff;
    }
}

/* Back to Top */

.to-top {
    background: #f9ab00;
    position: fixed;
    bottom: 16px;
    right:30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: rgba(160, 49, 252, 1);
}