@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}



/* custom scroll bar */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::selection {
    background: rgb(0, 123, 255, 0.3);
}

.content {
    max-width: 1250px;
    margin: auto;
    padding: 0 30px;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 2;
    padding: 25px 0;
    transition: all 0.3s ease;
}

.navbar.sticky {
    background: #1b1b1b;
    padding: 0px 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.navbar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #888;
}

.logo img {
    height: 80px;
}

.navbar .logo a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.navbar .menu-list {
    display: inline-flex;
}

.menu-list li {
    list-style: none;
}

.menu-list li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: #f9ab0400 solid 2px;
}

.menu-list li a img {
    padding-right: 5px;
}

.menu-list li a:hover {
    color: #f9ac04;
    border-bottom: #f9ab04 solid 2px;
}

.banner {
    background: url("../Image/area-top.jpg") no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.banner-1 {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-color: #00000098;
    padding-top: 250px;
}
.banner-side-1{
    padding-right: 500px ;
}
.banner-side-1 h1 {
    color: #fff;
    font-size: 40px;
    height: auto;
    font-weight: bold;
    line-height: 1;
    width: 200px;
    
    
}

.banner-side-1 h1 span {
    color: #f9ac04;
}

.banner-side-1 p {
    color: #fff;
    font-size: 15px;
}

.button-top {
    background-color: #04AA6D;
    border: none;
    border-radius: 10px;
    margin: 1%;

}

.buttonn{
    display: flex;
}
.button-top-1 a {
    background-color: #f9ac04;
    color: #000000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 50px;
    
}

.button-top-1 a:hover {
    background-color: #ffffff;
    color: #000000;
}

.button-top-2 {
    background-color: #181818;
    color: #ffffff;
    /* padding: 15px 32px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /* margin: 4px 2px; */
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 50px;
}

.button-top-2:hover {
    background-color: #ffffff;
    color: #000000;
}


.fbins{
    width: 200px;
    padding-bottom: 14px;
    margin-bottom: 0px;
    
}
.banner-side-2 .fbins {
    position: absolute;
    right: 0;
    bottom: 0;
   
}

.banner-side-2 .fbins a {
    color: orange;
    text-decoration: none;
    margin-right: 10px;
    
}

.banner-side-2 .fbins a:hover {
    box-shadow: 10px 7px 20px green;
    cursor:progress;
}

.total {
    background-color: #f9ab04;
    text-align: center;
   
    padding: 13px 15px 30px 15px;
   
}

.total h1 {
    font-size: 90px;
    border-bottom: #000000 solid 1px;
}

.icon {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.menu-list .cancel-btn {
    position: absolute;
    right: 30px;
    right: 0;
}

.ms {
    position: relative;
}

.ms1 {
    position: absolute;
    bottom: 0;
    right: 370px;
}

.about {
    margin-top: 150px;
    padding-bottom: 50px;
}

.about-img {
    position: relative;
}

.about-img img {
    height: 400px;
    z-index: 1;
}

.agl {
    height: 400px;
    width: 450px;
    border: 10px solid #f9ab04;
    position: absolute;
    top: 50px;
    right: -20px;
    z-index: -1;
}

.about-text {
    margin-left: 60px;
}

.about-text-underline {
    height: 2px;
    width: 150px;
    margin-top: 10px;
    background-color: #f9ab04;
}

.about-text h3 span a {
    color: #f9ab04;
    text-decoration: none;
}

.we-care {
    margin-top: 100px;
    margin-bottom: 100px;
}

.we-care .wecarevisitor h2 span {
    font-weight: 300;
}

.wecaremrg {
    margin-top: 100px;
    margin-bottom: 100px;
}

.carelist {
    padding-top: 30px;
    padding-bottom: 30px;
}

.carelist:hover {
    border: #f9ab04 solid 2px;
}

.carecommon {
    text-align: center;
}

.carep {
    font-size: 14px;
    margin-top: 10px;
}

.careicon {
    text-align: center;
    font-size: 50px;
    color: #f9ab04;
}

hr.solid {
    border: 1px solid #f9ab04;
    width: 110px;
    margin-left: 540px;
    margin-top: 15px;
}

.sub-img {
    background-image: url(../Image/sub-bg.webp);
    height: 150vh;
    background-size: cover;
    background-position: center;
    padding-top: 40px;
}

.sub-header {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.sub-item {
    /* background-color: #ffffff; */
    margin-top: 40px;
}

#London {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 20px;
}

#Paris {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sub-btn button {
    font-size: 18px;
    border: none;
    cursor: pointer;
    /* margin-bottom: 100px; */
}

.sub-btn .sub-btn-1 {
    padding: 10px 50px;
}

.sub-btn .sub-btn-2 {
    background-color: #f9ab04;
    padding: 10px 50px;
}

.price {
    margin: 0px 50px;
    padding: 50px 0px;
}

.price-1 {
    background-color: #ffffff;
    padding: 50px 0px;
}

.price-1 p span {
    font-weight: 900;
}

.price-1 .button {
    background-color: #f9ab04;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    border-radius: 80px;
    color: #f1f1f1;
}

.price-1 .button a {
    text-decoration: none;
    color: #000000;
    padding: 10px 50px;
}

.price-1 .button:hover {
    background-color: #1b1b1b;
    font-size: 16px;
    color: #f1f1f1;
}

.price-1 .button a:hover {
    color: white;
}

.price-1:hover {
    padding: 55px 0px;
}

.price-2 {
    background-color: #f9ab04;
    padding: 50px 0px;
}

.price-2 p span {
    font-weight: 900;
}

.price-2 .button {
    background-color: #1b1b1b;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    border-radius: 80px;
    color: #f1f1f1;
}

.price-2 .button a {
    text-decoration: none;
    color: white;
    padding: 10px 50px;
}

.price-2 .button:hover {
    background-color: #ffffff;
    font-size: 16px;
    color: #f1f1f1;
}

.price-2 .button a:hover {
    color: #000000;
}

.price-2:hover {
    padding: 55px 0px;
}

.price-3 {
    background-color: #f9ab04;
    padding: 50px 0px;
}

.price-3 p span {
    font-weight: 900;
}

.price-3 .button {
    background-color: #1b1b1b;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    border-radius: 80px;
    color: #f1f1f1;
}

.price-3 .button a {
    text-decoration: none;
    color: white;
    padding: 10px 50px;
}

.price-3 .button:hover {
    background-color: #ffffff;
    font-size: 16px;
    color: #f1f1f1;
}

.price-3 .button a:hover {
    color: #000000;
}

.price-3:hover {
    padding: 55px 0px;
}

.price:hover {
    margin: 0px 55px;
    padding: 55px 0px;
}

.price p span {
    font-weight: 900;
}

.price h1 span {
    font-size: 20px;
}

.price .button {
    background-color: #f9ab04;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    border-radius: 80px;
    color: #f1f1f1;
}

.price .button a {
    text-decoration: none;
    color: #000000;
}

.price .button:hover {
    background-color: #1b1b1b;
    font-size: 16px;
    color: #f1f1f1;
}

.price .button a:hover {
    color: white;
}

.meeting {
    padding: 100px 5px;
}

.meeting-underline {
    border: 1px solid #f9ab04;
    width: 110px;
    margin-top: 15px;
}

.meetingsty h2 {
    line-height: 0.5;
}

.meetingsty p span {
    font-style: italic;
}

.meeting-btn {
    background-color: #f9ab04;
    color: #f1f1f1;
    margin-left: 50px;
    height: 45px;
    border: none;
    border-radius: 30px;
}

.meeting-btn a {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
    padding: 15px 50px;
}

.meeting-btn:hover {
    background-color: #222;
}

.meeting-btn a:hover {
    color: #ffffff;
    font-weight: bolder;
}

.meeting-img img {
    height: 500px;
}

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 90px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact {
    margin-top: 100px;
    margin-bottom: 100px;
}

.map iframe {
    width: 600px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-text {
    text-align: center;
}

.contact-text h3 {
    color: #f9ab04;
}

.contact-text h3 span a {
    color: #000000;
    text-decoration: none;
}

.contact-btn {
    text-align: center;
    margin-top: 50px;
}

.contact-btn a {
    padding: 10px 30px;
    background-color: #f9ab04;
    color: #000000;
    text-decoration: none;
    border-radius: 30px;
}

.footer {
    background-color: #1b1b1b;
    padding-top: 100px;
    padding-bottom: 10px;
}

.footer .logo img {
    width: 150px;
}

.footer .logo p {
    color: #f1f1f1;
    font-size: 12px;
}

.footer .logo a {
    text-decoration: none;
    background-color: #f2f2f2;
    color: #000000;
    
}


.footer-hr {
    border: 1px solid #f9ab04;
    width: 110px;
}

.contact-f h1 {
    color: #f9ab04;
}

.contact-f h5 a {
    color: #f9ab04;
    text-decoration: none;
}

.contact-f h5 span {
    color: #ffffff;
}

.contact-f img {
    width: 90px;
}

.copy {
    color: #f1f1f1;
    margin-top: 10px;
}

.footer hr {
    margin-top: 20px;
}

@media (max-width: 1230px) {
    .content {
        padding: 0 60px;
    }
    .banner-side-1 h1 {
        font-size: 90px;
    }
}

@media (max-width: 1100px) {
    .content {
        padding: 0 40px;
    }
}

@media (max-width: 900px) {
    .content {
        padding: 0 30px;
        text-align: center;
    }
}

@media (max-width: 868px) {
    body.disabled {
        overflow: hidden;
    }
   
    .navbar{
        width: 100%;
        
    }
    .icon {
        display: block;
    }
    .icon.hide {
        display: none;
    }
    .navbar .menu-list {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 400px;
        left: -100%;
        top: 0;
        display: block;
        padding: 40px 0;
        text-align: center;
        background: #222;
        transition: left 0.3s ease;
    }
    .navbar.show .menu-list {
        left: 0;
        z-index: 4;
    }
    .navbar .menu-list li {
        margin-top: 45px;
    }
    .navbar .menu-list li a {
        font-size: 23px;
        margin-left: -100%;
        transition: margin-left 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .navbar.show .menu-list li a {
        margin-left: 0;
    }
}

@media (max-width: 580px) {

    
    html,body{
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
    }
    .navbar .logo a {
        font-size: 27px;
    }

    
    .logo img {
        height: 50px;
    }
    .banner-side-1 h1 {
        font-size: 45px;
    }
    .banner-1 {
        padding-top: 200px;
    }
    .banner-side-1 p {
        width: 300px;
    }
    .fbins {
        display: none;
    }
    
    .total h1 {
        font-size: 50px;
    }
    .ms {
        position: relative;
    }
    .ms1 {
        position: absolute;
        bottom: 0;
        right: 65px;
    }
    .about {
        margin-top: 100px;
        padding-bottom: 30px;
    }
    .about-img img {
        height: 200px;
        z-index: 1;
    }
    .about-img {
        position: relative;
    }
    .agl {
        height: 200px;
        width: 250px;
        border: 10px solid #f9ab04;
        position: absolute;
        top: 30px;
        right: -20px;
        z-index: -1;
    }
    .about-text {
        margin-left: 20px;
        margin-top: 50px;
    }
    .about-text p,
    .about-text h3,
    .about-text h1 {
        text-align: center;
    }
    .about-text-underline {
        margin: auto;
    }
    .wegrid {
        display: grid;
    }
    .wecaremrg {
        margin-bottom: 0;
    }
    hr.solid {
        border: 1px solid #f9ab04;
        width: 110px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    .price {
        margin: 0 1px;
    }
    .sub-img {
        height: auto;
    }
    .sub-btn-1,
    .sub-btn-2 {
        width: 300px;
    }
    .sub-img {
        padding-bottom: 50px;
    }
    .price-3 {
        margin-top: 10px;
    }
    .meetingsty h2 {
        line-height: 0;
        font-size: 20px;
    }
    .meeting-btn {
        margin-bottom: 5px;
    }
    .meeting-img img {
        height: 230px;
    }
    .close {
        color: white;
        position: absolute;
        top: 70px;
        right: 0;
        font-size: 35px;
        font-weight: bold;
    }
    .map iframe {
        width: 100%; /* Make responsive */
        height: 200px;
        max-width: 300px; /* Limit max width */
    }
    .contact-btn a {
        padding: 5px 20px;
        font-size: 14px;
    }
    .secondedit,.row{
        display: block;
        padding-bottom: 5px;
    }

    .wecarevisitor{
        text-align: center;
    }

    .footer .logo img{
        width: 80px;
    }

    .buttonn{
        display: flex;
        margin: auto;
    }
   .map{
    text-align: center;
   }
    .meeting-underline{
        border: 1px solid #f9ab04;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    }
    .footer hr{
        border: 1px solid #f9ab04;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    }
    .icon{
        font-size: 30px;
        margin-right: 16px;
    }
    .navbar {
        position: static;/* Keep it fixed at the top */
       background-color:  #000000 ;
        width: 100%;
        height: 90px;
        
        
    }
    
    .navbar .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: solid 1px #888;
    }
    .contact-btn a{
        font-size:15px;
    }

}










































