@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    font-family: 'Titillium Web', sans-serif;
    
}

section{
    margin: 50px 0;
}

.fa-phone{
    color: #1778F2;
    font-size: 22px;
    border: 2px solid #1778F2;
    border-radius: 30px;
    padding: 8px;
    margin-right: 10px;
}
.header{
    padding-top: 30px;
}

.media .fa-facebook{
    color: #1778F2;
    font-size: 25px;
    border: 2px solid #1778F2;
    border-radius: 30px;
    padding: 5px;
    margin-right: 10px;
}

.media .fa-youtube{
    color: #CD201F;
    /* color: #1778F2; */
    font-size: 25px;
    border: 2px solid #CD201F;
    border-radius: 30px;
    padding: 5px;
    margin-right: 10px;
}

.media .fa-instagram{
    color: #E4405F;
    /* color: #1778F2; */
    font-size: 25px;
    border: 2px solid #E4405F;
    border-radius: 30px;
    padding: 5px;
    margin-right: 10px;
}

.media .fa-linkedin{
    color: #0072b1;
    font-size: 25px;
    border: 2px solid #0072b1;
    border-radius: 30px;
    padding: 5px;
    margin-right: 10px;
}

.media .fa-whatsapp{
    color: #25D366;
    font-size: 25px;
    border: 2px solid #25D366;
    border-radius: 30px;
    padding: 5px;
    margin-right: 10px;
}
.mediaFooter .fa-whatsapp{
    color: #25D366;
    font-size: 20px !important;
    border: 2px solid #25D366;
    border-radius: 30px;
    padding: 8px;
    margin-right: 10px;
}

.mainabanner h1{
    font-size: 60px;
    font-weight: 900 !important;
    color: #000;
    /* background-color: white; */
    text-shadow: -3px -2px 0 #fff, 3px -2px 0 #fff, -3px 2px 0 #fff, 3px 2px 0 #fff;
}
.mainabanner{
    position: absolute;
    z-index: 99;
    /* top: 307px; */
    bottom: 75px;
    left: 135px;
}
.mobilecall{
    display: none !important;
}
.deskcall{
    display: block !important;
}


.contact_details a{
    text-decoration: none;
}
.marks{
    display: flex;
    align-items: center;
    justify-content: center;
}
.marks img{
    padding: 5px;
}
a{
    text-decoration: none !important;
}

.banner2{
    overflow: hidden;
}
.Symphony{
    padding: 70px;
}

.banner3{
    background-color: #3d4196;
    padding: 25px 0;
    margin-top: -80px;
    position: relative;
    z-index: -1;
}


.banner3 span{
    color: #d89768;
    font-weight: bold;
}
.banner3 p{
    color: #fff;
}
.banner3 h1{
    color: #fff;
    font-weight: bolder;
}

.embarkingpoints{
    background-color: #262626;
    padding: 25px;
}

.banner4 .card{
    padding: 20px;
    margin-bottom: 10px;
    height: 230px;
    display: flex;
    align-items: start;
    justify-content: center;
}
.banner4 h1{
    margin-bottom: 20px;
}
.banner4 .card h6{
    color: #e78322;
    font-weight: bold;
}

.banner5 {
    background-image: url(../Images/img2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.banner5 .pillars{
    background-color: #3d4196;
    padding: 35px;
}
.pillars p span{
    color: #ffc000;
}
.pillars p{
    color: #fff;
}
.banner6 h1{
    font-weight: bolder;
    font-size: 40px;
}
.footer{
    margin: 20px 0 0 0;
    background-color: #282828;
    padding: 40px 0;
}

.mediaFooter i{
    color: #fff;
    /* color: #1778F2; */
    font-size: 22px;
    border: 1px solid #fffF;
    border-radius: 30px;
    padding: 5px;
    margin-right: 10px;
}
.copyright a{
    border: none;
    text-decoration: none;
}
.copyright p{
    font-size: 20px;
}
.deskcall{
    background-color: #ffc000;
    padding: 10px;
    width: 450px;
    color: #000;
    font-weight: bold;
    border-radius:10px;
    font-size: 20px;
}

.deskcall:hover{
    background-color: #000 !important;
    box-shadow: #282828;
    filter: drop-shadow(5px);
    padding: 10px;
    width: 450px;
    color: #ffc000;
    font-weight: bold;
    font-size: 20px;
}
.img1{
    height: 540px;
}

@media screen and (max-width:500px) {
    section {
        margin: 15px 0;
    }
    .logo{
        width: 140px;
    }
    .media{
        display: none;
    }
    .mainabanner h1 {
        font-size: 20px;
    }
    .mainabanner {
        position: relative;
        z-index: 99;
        top: -50px;
        bottom: 50px;
        left: 0;
    }
    .Symphony {
        padding: 0px;
    }
    .banner3 {
        background-color: #3d4196;
        padding: 25px 0;
        margin-top: 0px;
        position: relative;
        z-index: -1;
    }
    .banner4 .card {
        height: auto;
    }
    .banner6 h1 {
        font-weight: bolder;
        font-size: 20px;
    }
    .copyright p{
        font-size: 12px;
    }
    .fa-phone {
        color: #1778F2;
        font-size: 10px;
        border: 2px solid #1778F2;
        border-radius: 30px;
        padding: 8px;
        margin-right: 10px;
    }
    .contact_details label{
        font-size: 10px;
    }
    .contact_details {
        position: absolute;
        left: 198px;
        width: 186px;
        top: 27px;
    }
    
    .mobilecall{
        display: block !important;
        text-align: center !important;
    }
    .mobilecall a{
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: bold;
        width: 100px;
    }
    .deskcall{
        display: none !important;
    }
    .img1{
        height: auto;
    }
    
}