
body{
    font-family: 'Inter', sans-serif !important;
}
@font-face {
    font-family: 'UnifrakturCook'; /*  Name you'll use in your CSS */
    src: url('UnifrakturCook-Bold.ttf') format('truetype'); /*  Path to your TTF file */
    font-weight: normal; /* Adjust if your font has different weights */
    font-style: normal; /* Adjust if your font has different styles */
  }
@import url('https://fonts.cdnfonts.com/css/ica-rubrik-black');
@import url('https://fonts.cdnfonts.com/css/poppins');
.message {
    height: 14vh;
    background: white;
    width: 94%;
    padding-top: 2vh;
    left: 3%;
    top: 1vh;
    text-align: center;
    border-radius: 14px;
    position: relative;
}
.cbf{
    top: 5vh !important;
}
#selecttab {
    height: 20vh;
    background: white;
    width: 30vw;
    padding: 1vh;
    left: 3%;
    padding-top: 4vh;
    border-radius: 14px;
    position: relative;
}
.f1{
    border-radius: 12px; width: 14vw;    margin: 1vh; height: 30px; padding-left: 20px; border: none;
}
.search button {
    position: absolute;
    align-items: center;
    height: 19px;
    width: 20px;
    left: 124px;
    background-color: skyblue;
    border-radius: 50%;
    border: none;
    color: black;
    cursor: pointer;
}
.banner{
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.banner .slider {
    position: absolute;
    width: 127px;
    height: 180px;
    top: 30%;
    left: calc(51% - 100px);
    transform-style: preserve-3d;
    transform: perspective(1000px);
    animation: autoRun 100s linear infinite;
    z-index: 2;
}
.tt1{
    font-size: 24px;color: white;
}
@keyframes autoRun{
    from{
        transform: perspective(1000px) rotateX(-16deg) rotateY(0deg);
    }to{
        transform: perspective(1000px) rotateX(-16deg) rotateY(360deg);
    }
}
.banner .slider .item {
    position: absolute;
    background: rgba(255,254,255,0.3);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    BORDER-RADIUS: 5PX;
    PADDING-TOP: 20PX;
    inset: 0 0 0 0;
    transform: rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
        translateZ(400px);
}
.banner .slider .item img {
    width: 6VW;
    height: 14VH;
    object-fit: cover;
    PADDING-TOP: 4VH;
}
.head {
    position: absolute;
    height: 100px;
    width: 99vw;
    background-size: cover;
    background-position: center;
    z-index: 20;
}
nav {
    display: flex;
    padding-top: 38px;
    align-items: center;
    text-align: center;
}
  
.content {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 100vw;
    color: white;
    height: 100vh;
    position: relative;
}

.content h1{
    margin-top:0
}

.cursor-dot, .cursor-outline {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    pointer-events: none; /* Prevents interaction issues */
    transform: translate(-50%, -50%);
}

.cursor-dot {
    width: 10px;
    pointer-events: none;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}
.company {
    padding-top: 10vh;
    line-height: 1.5;
}
.company a {
    font-size: 30px;
    text-decoration: none;
    color: white;
    padding-left: 40vw;
    top: 11vh;
    position: relative;
}

.cursor-outline {
    pointer-events: none;
    width: 25px;
    height: 25px;
    border: 2px solid white;
    border-radius: 50%;
    background: transparent;
    transition: transform 0.1s ease-out;
}
.close-button {
    position: absolute;
    top: 25px;
    font-size: 20px;
    cursor: pointer;
    LEFT: 6.5VW;
    padding: 2px 10px 2px 10px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
}
.about-link {
    text-decoration: none;
    left: 4vw;
    color: white;
    padding: 2px 10px 2px 10px;
    font-size: 17px;
}
.about-link:hover{
    border: 1px solid white;
    padding: 2px 10px 2px 10px;
    border-radius: 20px;

}
.close-button:hover{
    border: 1px solid white;
    padding: 2px 10px 2px 10px;
    border-radius: 20px;
}
.cursor-dot {
    width: 10px;
    pointer-events: none;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}

.cursor-outline {
    pointer-events: none;
    width: 25px;
    height: 25px;
    border: 2px solid white;
    border-radius: 50%;
    background: transparent;
    transition: transform 0.1s ease-out;
}
.about-border {
    height: 33px;
    top: 4vh;
    position: fixed;
    left: 5vw;
}

.toggle-menu {
    display: none;
    cursor: pointer;
    position: relative;
    right: 0;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.p {
    position: fixed;
    padding-left: 8%;
    font-size: 14px;
    display: flex;
    right: 9%;
}
nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 19px;
}
.dropdown6 {
    height: 145px;
    width: 160px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 70px;
    display: none;
    text-align: center;
    padding-top: 10px;
    color: white;
    border-radius: 20px;
}
.dropdown6 ul {
    padding-top: 10px;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: left;
    color: white;
    line-height: 0px;
    cursor: pointer;
    font-size: 13px;
}
.dropdown6 ul li {
    font-size: small;
    text-align: left;
    padding-top: 0%;
}
.ac1, .ac2, .ac3, .ac4, .ac5 {
    width: 15vw;
}
.dropdown6 ul li a {
    color: white;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 0px;
    padding-top: 10px;
    left: 0px;
}
.dropdown {
    height: 158px;
    width: 294px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    display: none;
    top: 0;
    border-radius: 20px;
    left: -295px;
    color: white;
}
.dropdown6 ul {
    padding-top: 10px;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: left;
    color: white;
    line-height: 0px;
    cursor: pointer;
    font-size: 13px;
}
.dropdown6 ul h3 {
    font-size: 15px;
    text-align: center;
}
.dropdown11 {
    height: 257px;
    width: 200px;
   color: white;
    position: absolute;
    display: none;
    top: 0;
    border-radius: 20px;
    left: 161px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
   
}
.dropdown6 ul h3 {
    font-size: 15px;
    text-align: center;
}
.dropdown6 ul li {
    font-size: small;
    text-align: left;
    list-style-type: none;
    display: inline-block;
}
.dropdown1 {
    height: 160px;
    width: 180px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 161px;
    top: 5px;
    color: white;
    display: none;
    border-radius: 20px;
}
.dropdown1 ul {
 
    padding-right: 16px;

}
.dropdown2 {
    height: 117px;
    color: white;
    width: 176px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 2px;
    left: 161px;
    display: none;
    border-radius: 20px;
}
.dropdown2 ul li a {
    text-align: left;
  
}
.music {
    position: fixed;
    top: 90vh;
    left: 94vw;
    z-index: 1000;
}
.dropdown3 {
    height: 59px;
    width: 180px;
    top: 59px;
    color: white;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 161px;
    display: none;
    border-radius: 20px;
}
.dropdown4 {
    height: 145px;
    color: white;
    top: 50px;
    width: 160px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 161px;
    display: none;
    text-align: center;
    padding-top: 10px;
    border-radius: 20px;
}
.languageOPtion{
    color: rgba(233, 198, 82, 255)!important;
}
.button1 {
    position: relative;
    text-align: center;
    border-radius: 10px;
    align-items: center;
    background-color: rgba(233,198,82,255);
    padding: 4px 20px;
    height: 25px;
    top: 11px;
    left: 12px;
}
.button1 button {
    cursor: pointer;
}
.button1 button {
    position: relative;
    background-color: rgba(233,198,82,255);
    border: none;
    align-items: center;
    text-align: center;
}
.search {
    display: flex;
    align-items: center;
    position: relative;
    left: 14px;
}
.head nav img {
  
    max-width: 21vw;
    float: left;
    position: fixed;
}
.p input {
    position: relative;
    padding-top: 1%;
    border-radius: 18px;
    text-align: center;
    background: white;
    /* padding: 10px 60px; */
    display: flex;
    height: 22px;
    width: 125px;
    border: none;
    left: 20px;
}

.ac1:hover .dropdown{
    display: block;
}
.ac1:hover .dropdown11{
    display: block;
}
.ac2:hover .dropdown1{
    display: block;
}
.ac3:hover .dropdown2{
    display: block;
}
.ac4:hover .dropdown3{
    display: block;
}
.ac5:hover .dropdown4{
    display: block;
}
.search button:hover {
    color: white;
    transform: scale(1.3);
  }
  .container:hover .dropdown{
    display: block;
  }
  .container:hover .dropdown11{
    display: block;
  }
  .dropdown ul li a:hover{
    color: white;  
  }
  .dropdown11 ul li a:hover{
    color: white;  
  }
  .container2:hover .dropdown2{
    display: block;
    }
    .dropdown2 ul li a:hover{
        color: white;  
      }
      .container4:hover .dropdown6{
        display: block;
        }
        .dropdown6 ul li a:hover{
            color: white;
            }
            .dropdown4 ul li a:hover{
                color: white;  
              }
              nav ul li a:hover{
                color:rgba(220,161,44,255);
                transition: .3s;
            }              
            .button1:hover{
                transform:scale(1.2);
                cursor: pointer;
            }

            
            #cookies {
                z-index: 9;
                bottom: 0;
                position: relative;
                position: fixed;
                background-color: rgb(44, 26, 26);
                width: 100%;
                height: 30px;
                padding-top: 6px;
                text-align: center;
            }
            #cookies>#left {
                width: 70%;
                position: absolute;
                font-size: 9px;
                text-align: left;
                padding-top: 3px;
            }
            #cookies>#right {
                width: 100%;
                position: absolute;
                font-size: 12px;
                text-align: right;
            }
            #cookies>#right button {
                border-radius: 20px;
                border: none;
                height: 18px;
                width: 100px;
                font-size: 10px;
            }
            #cookies>#right button {
                border-radius: 20px;
                border: none;
                height: 18px;
                width: 100px;
                font-size: 10px;
            }
            .popup3button {
                cursor: pointer;
                height: 14px;
                width: 69px;
                left: 4px;
                border: none;
                background: none;
                font-size: 10px;
                color: #df9b43;
                position: relative;
                z-index: 10;
            }
 

.reach{
    padding-top: 20px;
}

.locationpng {
    height: 3vh;
    width: 2vw;
    position: relative;
}

.country150{
    padding-top: 10px;
}
.fsocialmedialogo img {
    height: 6vh;
    width: 3vw;
    top: 4vh;
    position: relative;
}
.textlight:hover{
  color: #fff;
  text-shadow: 0 0 10px #fff,
               0 0 20px #fff,
               0 0 40px #fff,
               0 0 80px #fff,
               0 0 120px #fff;
}

#page7 {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    font-size: 13px;
}
#page7>#footerl {
    padding-top: 8%;
    text-align: center;
    width: 30%;
    height: 100%;
}
.flogo {
    height: 280px;
    width: 300px;
}
#footerl h1 {
    font-family: 'Abhaya Libre', serif;
}
#page7>#footerl p {
    font-size: small;
    text-decoration: white;
}
.imgs img {
    padding-left: 10px;
    width: 50px;
    height: 38px;
}
.footer2 {
    padding-top: 5%;
    padding-left: 10%;
    text-align: left;
    width: 20%;
    height: 100%;
}
.footer2 ul a {
    color: white;
    text-decoration: none;
}
.footer3 {
    padding-top: 4%;
    padding-left: 8%;
    text-align: left;
}
.footer3 ul a {
    color: white;
    text-decoration: none;
}
#map {
    height: 42vh;
    width: 56vw;
    z-index: 1;
    top: 7vh;
}
.footer4 {
    padding-top: 20px;
    padding-left: 1%;
    padding-right: 10%;
    height: 21vw;
    animation: text 10s 1;
}
.footer4 form label {
    padding-left: 12px;
    color: white;
    font-size: 15px;
    display: flex;
    padding-top: 18px;
}
.footer4 input[type=text] {
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 10px 10px;
    width: 180px;
    top: 7px;
    height: 30px;
    position: relative;
}
.footer4 input[type=email] {
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 10px 10px;
    width: 180px;
    top: 7px;
    height: 30px;
    position: relative;
}
.footer4 form button {
    border-radius: 15px;
    background-color: rgba(233, 198, 82, 255);
    height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    left: 16vw;
    text-align: center;
    top: -3vh;
    border: none;
    position: relative;
}
canvas{
    display: block; /* Removes any default inline spacing */
    width: 100vw; 
    height: 100vh;
    position: relative;
    z-index: -1;
    overflow: hidden; /* Ensure no scrollbar appears */
  }
  #main {
    max-width: 100%;
    height: 700vh;
    overflow: hidden;
    position: absolute;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        z-index: 100000;
    background: transparent;
    justify-content: center;
    align-items: center;
}
.popup-content {
    border-radius: 29px;

    border-radius: 5px;
    width: 90%;
    height: 700px;
    display: flex;
    position: relative;
    border-radius: 29px; width: 66%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.close {
    position: absolute;
    top: 0px;
    color: white;
    right: 12px;
    font-size: 30px;
    cursor: pointer;
}
.popup-content #left {
    width: 50%;
    border-radius: 15px;
    height: 100%;
    background-color: rgba(166, 166, 166, .9);
}
.pop1{
    color: white;font-size: 43px;padding: 39px 50px;
}

.popup-content #right {
    border-radius: 15px;
    width: 50%;
    background-color: rgba(233, 198, 82, .7);
    height: 100%;
}
.popup-content #right label {
    font-size: .8rem !important;
}
.label-4 {
    width: 74px;
}
.label-5 {
    width: 74px;
    height: 30px !important;
}
input[type="radio"]:checked + label, input[type="radio"]:focus + label {
    background-color: rgba(233, 198, 82, 255);
}
.op {
    padding-left: 160px !important;
    padding-right: 168px !important;
    padding-top: 6px;
}

#main>#page6 {
    position: relative;
    height: 100vh;
    max-width: 100%;
    color: white;
    
}
#main>#page6>#row1 {
    padding-top: 40PX;
    height: 20%;
    width: 100%;
    padding-left: 2%;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
}
#main>#page6>#row1>#left {
    position: absolute;
    width: 100%;
    height: 10%;
    display: flex;
    color: rgba(233, 198, 82, 255);
    padding-top: 5px;
    z-index: 2;
}
.trustedby {
    position: relative;
    text-align: center;
    width: 100%;
}
#main>#page6>#row1>#right {
    width: 50%;
    height: 100%;
    position: relative;
}
#main>#page6>#row1>#right img {
    height: 70px;
    padding-left: 3%;
    top: 0%;
    z-index: -1;
}
#main>#page6>#row2 {
    height: 20%;
    width: 100%;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
}
#main>#page6>#row2>#left {
    padding-left: 6%;
    height: 100%;
    width: 60%;
    text-align: center;
    justify-content: space-around;
}
#main>#page6>#row2>#left img {
    padding-right: 31px;
    justify-content: space-between;
    text-align: center;
    height: 50px;
}
#main>#page6>#row2>#right {
    height: 100%;
    width: 100%;
    text-align: center;
    padding-left: 8%;
}
#main>#page6>#row2>#left img {
    padding-right: 31px;
    justify-content: space-between;
    text-align: center;
    height: 50px;
}
#main>#page6>#row2>#right {
    height: 100%;
    width: 100%;
    text-align: center;
    padding-left: 8%;
}
#main>#page6>#row2>#right img {
    justify-content: space-between;
    height: 70px;
    padding-left: 13%;
}
#main>#page6>#row2>#right img {
    justify-content: space-between;
    height: 70px;
    padding-left: 13%;
}
#main>#page6>#row3 {
    position: absolute;
    height: 20%;
    width: 100%;
    text-align: center;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
}
#main>#page6>#row3>#left {
    height: 100%;
    width: 50%;
    padding-left: 30px;
    text-align: left;
    justify-content: space-between;
}
#main>#page6>#row3>#left img {
    padding-right: 0px;
    height: 70px;
    padding-left: 100px;
}
#main>#page6>#row3>#left img {
    padding-right: 0px;
    height: 70px;
    padding-left: 100px;
}

#main>#page6>#row3>#right {
    padding-left: 8%;
    padding-right: 2%;
    height: 100%;
    width: 50%;
    justify-content: space-between;
    text-align: center;
}

#main>#page6>#row3>#right img {
    justify-content: space-between;
    padding-right: 70px;
    height: 70px;
}

#main>#page6>#row4>#left {
    padding-left: 2%;
    height: 100%;
    width: 40%;
    text-align: left;
}

#main>#page6>#row4>#right {
    padding-left: 63%;
    padding-right: 10%;
    height: 100%;
    width: 100%;
    margin-top: 0%;
    text-align: center;
}
#main>#page6>#row4>#right button {
    border-radius: 15px;
    background-color: rgba(233, 198, 82, 255);
    /* padding-top: 2px; */
    height: 30px;
    border: none;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.languageImg{
    height: 30px; 
    left: 92%;
    top: 25px;
}
.pop2{
    height: 29px;display: flex;padding-left: 38px;
}
.pop3{
    color: white;text-align: left;display: flex;padding-left: 39px;padding-top: 10px;font-size: 13px;padding-right: 34px;
}
.pop4{
    color: white;font-size: 20px; text-align: left;padding-left: 38px;
}

.pop5 {
    height: 76px;
    position: relative;
}
.pop6{
    left: 11px;height: 70px;position: relative;
}
.pop7{
    height: 70px;position: relative;left: 38px;
}
.pop8 {
    padding-top: 23px;
    text-align: center;
}
.pop9{
    padding-right: 30px;
}
.pop10{
    padding-left: 30px;
}
.pop11 {
    position: relative;
    text-align: center;
}
.pop12{
    text-align: center;color: white; padding-top: 20px; font-size: 40px; padding-left: 20px;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 15px;
    background-color: white;
    color: black;
    top: 2vh;
    left: 3%;
    text-align: center;
    width: 94%;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
}
.fbt{
    display: inline-block;
    padding: 10px 15px;
    background-color: white;
    color: black;
    top: 3vh;
    width: 94%;
    left: 3%;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    position: relative;
}
.cfb{
    border: 2px solid;
    padding: 1vh;
    top: 2vh;
    border-radius: 6px;
    position: relative;
}

@media (max-width: 768px){
    .dropdown {
        height: 114px;
        width: 197px;
        background: rgba(255, 254, 255, 0.5);
        box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(5px);
        position: absolute;
        display: none;
        top: 181px;
        border-radius: 20px;
        left: 67px;
        color: white;
    }
    .dropdown6 ul li a {
        color: white;
        display: block;
        text-decoration: none;
        font-size: 9px;
        line-height: 0px;
        padding-top: 3px;
        left: 0px;
    }
    .pop12{
        text-align: center;
        color: white;
        padding-top: 11px;
        font-size: 1.1rem;
        padding-left: 0px;
    }
    .f1 {
        border-radius: 12px;
        width: 20vw;
        height: 14px;
        padding-left: 5px;
        font-size: 9px;
        border: none;
    }
    .message {
        height: 6vh;
        background: white;
        width: 94%;
        padding-top: 2vh;
        left: 3%;
        top: 1vh;
        text-align: center;
        border-radius: 14px;
        position: relative;
    }
    .cfb:nth-of-type(5)::after {
        content: "";
        display: block;
        clear: both;
      }

    .cfb {
        border:none;
        padding: 1vh;
        top: 2vh;
        border-radius: 6px;
        position: relative;
    }
    .cbf{
        top: 2vh !important;
    }
    #selecttab {
        height: 20vh;
        background: white;
        width: 94%;
        font-size: .5rem;
        padding: 1vh;
        top: 4px;
        left: 2%;
        padding-top: 2vh;
        border-radius: 14px;
        position: relative;
    }
    .custom-file-upload {
        display: inline-block;
        padding: 3px 6px;
        background-color: white;
        color: black;
        top: 0vh;
        left: 3%;
        text-align: center;
        width: 94%;
        cursor: pointer;
        border-radius: 20px;
        position: relative;
    }
    .fbt {
        display: inline-block;
        padding: 2px 15px;
        background-color: white;
        color: black;
        top: 1vh;
        width: 94%;
        left: 3%;
        cursor: pointer;
        border: none;
        border-radius: 20px;
        position: relative;
    }
    .pop11{
        position: relative;
        top: -34px;
    }
    .pop7 {
        height: 32px;
        position: relative;
        left: 9px;
    }
    .pop9 {
        padding-right: 4px;
        height: 30px;
    }
    .popup-content {
        border-radius: 29px;
        width: 100%;
        border-radius: 5px;
        height: 438px;
        display: flex;
        position: relative;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    }.custom-file-upload {
        display: inline-block;
        padding: 4px 15px;
        background-color: white;
        color: black;
        top: 0vh;
        left: 3%;
        text-align: center;
        width: 94%;
        cursor: pointer;
        border-radius: 20px;
        position: relative;
    }.fbt {
        display: inline-block;
        padding: 2px 15px;
        background-color: white;
        color: black;
        top: 1vh;
        width: 94%;
        left: 3%;
        cursor: pointer;
        border: none;
        border-radius: 20px;
        position: relative;
    }
    .pop10 {
        padding-left: 30px;
        height: 30px;
    }
    .pop6{
        padding-left: 0px;
        left: 2px;
        height: 19px;
    }
    .pop5 {
        height: 43px;
        right: 0;
    }
    .pop8 {
        padding-top: 0px;
    }
    .pop4{
        color: white;
        font-size: .7rem;
        text-align: left;
        padding-left: 10px;
    }
    .pop3{
        color: white;
        text-align: left;
        display: flex
    ;
        padding-left: 9px;
        padding-top: 10px;
        font-size: .7rem;
        padding-right: 4px;
    }
    .pop1{
        color: white;
        font-size: 1rem;
        padding: 18px 10px;
    }
    .pop2{
        height: 14px;
        display: flex
    ;
        padding-left: 10px;
    }
    .languageImg{
    height: 30px;
    left: 76vw !important;
    top: 22px !important;
    position: fixed;
}
.ac1, .ac2, .ac3, .ac4, .ac5 {
    width: 40vw;
}
.dropdown6 ul li {
    font-size: small;
    width: 70vw;
    text-align: left;
    list-style-type: none;
    display: inline-block;
}
.dropdown1 {
    height: 125px;
    width: 140px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 135px;
    color: white;
    top: 8px;
    display: none;
    border-radius: 20px;
}
.dropdown2 {
    height: 93px;
    color: white;
    width: 130px;
    top: 20px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 137px;
    display: none;
    border-radius: 20px;
}
.dropdown3 {
    height: 39px;
    width: 86px;
    color: white;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 135px;
    display: none;
    top: 57px;
    border-radius: 14px;
}
.dropdown4 {
    height: 145px;
    color: white;
    width: 160px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 139px;
    top: 10px;
    display: none;
    text-align: center;
    padding-top: 10px;
    border-radius: 20px;
}
.dropdown11 {
    height: 180px;
    width: 127px;
    color: white;
    position: absolute;
    display: none;
    border-radius: 20px;
    left: 137px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}
.dropdown6 ul h3 {
    font-size: 11px;
    text-align: center;
}
.dropdown6 {
    height: 145px;
    width: 135px;
    background: rgba(255, 254, 255, 0.5);
    box-shadow: 20px 20px 50px rgba(0, 0, -1, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
    left: -18px;
    display: none;
    text-align: center;
    padding-top: 10px;
    color: white;
    border-radius: 20px;
}
.bimg {
    height: 2.3vh;
}
    #cookies>#right button {
        border-radius: 2px;
        border: none;
        height: 10px;
        width: 54px;
        font-size: 5px;
    }
    #cookies>#right {
        width: 99%;
        position: absolute;
        text-align: right;
    }
    .popup3button {
        cursor: pointer;
        height: 14px;
        width: 69px;
        left: -6px;
        border: none;
        background: none;
        font-size: 5px;
        color: #df9b43;
        position: relative;
        z-index: 10;
    }
    #cookies>#left {
        width: 70%;
        position: absolute;
        font-size: 3px;
        text-align: left;
        padding-top: 5px;
    }
    #cookies {
        z-index: 9;
        bottom: 0;
        overflow: hidden;
        position: relative;
        position: fixed;
        background-color: rgb(44, 26, 26);
        width: 100%;
        height: 28px;
        padding-top: 6px;
        text-align: center;
    }
    #page7 {
        position: relative;
        height: 100vh;
        width: 100vw;
        display: flex;
        flex-direction: column;
        font-size: 13px;
    }
    #page7>#footerl {
        padding-top: 8%;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .footer2 {
        padding-top: 5%;
        text-align: left;
        width: 100%;
        text-align: center;
        padding-left: 0;
        height: 100%;
    }
    .footer4 form button {
        border-radius: 15px;
        background-color: rgba(233, 198, 82, 255);
        height: 30px;
        padding-right: 15px;
        padding-left: 15px;
        left: 5vw;
        text-align: center;
        top: 1vh;
        border: none;
        position: relative;
    }
    .footer3 {
        padding-left: 6%;
        text-align: left;
        padding-top: 25%;
    }
    #map {
        height: 42vh;
        width: 90vw;
        z-index: 1;
        left: 5%;
        top: 7vh;
    }
    .tt1{
        font-size: 1REM;
    color: white;
    }
    .button1 button {
        position: relative;
        background: none;
        border: none;
        font-size: .5rem;
        align-items: center;
        text-align: center;
    }
    .button1 {
        position: relative;
        text-align: center;
        border-radius: 10px;
        align-items: center;
        background-color: rgba(233,198,82,255);
        padding: 0px 7px;
        height: 21px;
        width: 100%;
        top: 14px;
        left: 12px;
    }
    nav ul li {
        list-style-type: none;
        display: inline-block;
        padding: 10px 5px;
    }
    .p {
        position: fixed;
        padding-left: 8%;
        font-size: 14px;
        display: flex;
        right: 20vw;
    }
  
    .p input {
        position: relative;
        padding-top: 1%;
        border-radius: 18px;
        background: white;
        /* padding: 10px 60px; */
        display: flex;
        height: 18px;
        width: 60px;
        border: none;
        font-size: .5rem;
    }
    .search {
        display: flex;
        align-items: center;
        position: relative;
        left: 5px;
    }
    .company a {
        font-size: 1.5rem !important;
        text-decoration: none !important;
        color: white !important;
        padding-left: 21vw !important;
        top: 6vh !important;
        position: relative !important;
        text-align: center !important;
    }
    .company {
        padding-top: 10vh;
        font-size: 1rem;
        line-height: 2;
    }
    .search button {
        position: absolute;
        align-items: center;
        height: 15px;
        width: 17px;
        left: 63px;
        background-color: skyblue;
        border-radius: 50%;
        border: none;
        color: black;
        cursor: pointer;
    }
    .about-link {
        text-decoration: none;
        left: 4vw;
        color: white;
        padding: 2px 10px 2px 10px;
        font-size: .6rem;
    }
    
}
