
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@font-face {
     font-family: Domaine Sans Display; 
    src: url('assests/fonts/TestDomaineSansDisplay-Medium-BF66174d37eec1b.otf');
 } 





*{
    padding: 0;
    margin: 0;
    --primary-color: #EC182E;
    font-size: 12px;
}
body{
    font-family:  "Manrope", sans-serif;
}

p {
    font-size: 12px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 15px 0;
    text-align: center;
}

.main-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mb-5 {
    padding-bottom: 40px;
    padding-top: 20px;
}

.log-img {
    height: 80px;

}

section {
    margin-bottom: 20px;
    margin-top: 15px;
}

.get-info-bt{
    
    height: 58px;
    border-radius: 0.60rem !important;
    border: 1px solid var(--primary-color);
    color: #000000;
    font-family: 'Manrope';
    font-size: 17px;
    font-weight: 500;
    padding: 0px 30px;

}
.get-info-bt:hover{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.header-text-details h1{
    font-family: "Domaine Sans Display" !important;
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-color);
}
.header-text-details h3{
    font-size: 23px;
    font-weight: 700;
    color: #000000;

}
.header-text-details p{
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-top: 3%;
}
.main-bg-location{
    
    /*background-image: url("assests/images/loc-min-min.png");*/
    height: 100%;
    background-position: bottom 0px right -150px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -20px;
}


.map-img{
    position: relative;
}
.map-img-box{
   
    overflow: hidden;
    max-width: 1280px;
    display: block;
    width: 100%;
    position: relative;

}
.map-img-box img{
    width: 100%;
}


.location-name{
    font-size: 17px;
    font-weight: 400;
    background: #fff;
    border-radius: 0.25rem;
    padding: 4px 12px;
    /* border: 1px solid; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.location-name a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.germany-loc{
     position: absolute;
     top: 38%;
     left: 31%;
}
.germany-loc:hover::after{
    content: url('assests/images/germany.svg');
    zoom: 95%;
    position: absolute;
    top: -79px;
    left: 76px;
 }
.kosova-loc{
    position: absolute;
    top: 50%;
    right: 45%;
    z-index: 9;
}
.kosova-loc:hover::before{
    content: url('assests/images/kosova.svg');
    zoom: 95%;
    position: absolute;
    top: -65px;
    left: -130px;
 }
 .btn-outline-primary:focus {
    box-shadow: none !important;
}

.albania-loc{
    position: absolute;
    top: 61%;
    left: 37%;
}
.albania-loc:hover::after{
    content: url('assests/images/albania.svg');
    zoom: 95%;
    position: absolute;
    top: -102px;
    left: 60px;
    z-index:9;
 }

.dubai-loc{
    position: absolute;
    right: 33%;
    bottom: 6%;
}
.dubai-loc:hover::after{
    content: url('assests/images/dubai.svg');
    zoom: 95%;
    position: absolute;
    top: -95px;
    left: 98px;
 }


@media(min-width: 1450px){
    
    .wrap-box {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
}

.main-bg-location {
  
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: end;

}

}

@media(min-width: 1800px) and (max-width: 2100px){


.map-img-box{
   
    
    max-width: 66%;
   

}
}

@media(min-width: 2100px){


.map-img-box{
   
    
    max-width: 70%;
   

}
}


@media(max-width: 767px){

    .map-img-box img{
     height: 600px;
    object-fit: cover;   
    }
    .germany-loc {
        left: 14%;
    }

    .albania-loc {
        left: 31%;
    }

    .kosova-loc {
        right: 40%;
    }

    .dubai-loc {
        right: 22%;
    }
}

@media(max-width: 480px){
    .header-text-details h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }
    .container.mt-5.text-center.header-text-details {
        padding-left: 25px;
        padding-right: 25px;
    }
    .header-text-details p {
        margin-top: 30px;
    }



    .map-img-box img{
     height: 510px;  
    }
        .albania-loc {
        left: 8%;
        top: 66%;
    }
        .germany-loc {
     
        top: 28%;
    }
        .kosova-loc {
        right: 37%;
    }
    .dubai-loc {
        right: 31%;
        bottom: 11%;
    }
    .get-info-bt {
    height: 45px;
    padding: 0px 20px;
}
    

}