@font-face {
    font-family: 'atmosphere_script_typefaceRg';
    src: url('../fonts/fontsfree-net-atmosphere-regular-webfont.eot');
    src: url('../fonts/fontsfree-net-atmosphere-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontsfree-net-atmosphere-regular-webfont.woff2') format('woff2'),
         url('../fonts/fontsfree-net-atmosphere-regular-webfont.woff') format('woff'),
         url('../fonts/fontsfree-net-atmosphere-regular-webfont.ttf') format('truetype'),
         url('../fonts/fontsfree-net-atmosphere-regular-webfont.svg#atmosphere_script_typefaceRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
}
.country-name {
    bottom: 15px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.carousel-control-prev,
.carousel-control-next {
    height: 60px;
}
.main .logo.cursive {
    font-family: 'Grand Hotel',cursive;
    font-size: 82px;
}

.main .logo {
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 300;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgb(0 0 0 / 33%);
    margin-top: 150px;
    z-index: 3;
}
.main .content {
    position: relative;
    z-index: 4;
}
.main .motto {
    min-height: 140px;
}
.main .motto, .main .subscribe .info-text {
    font-size: 28px;
    color: #FFFFFF;
    text-shadow: 0 1px 4px rgb(0 0 0 / 33%);
    text-align: center;
    margin-top: 50px;
}
.footer{
    position: relative;
    bottom: 20px;
    right: 0px;
    width: 100%;
    color: #AAAAAA;
    z-index: 4;
    text-align: right;
    margin-top: 50px;
}
@media (min-width:991px){
    .main .subscribe .form-group{
        width: 190px;
    }
    .footer{
        position: fixed;
        bottom: 20px;
    }
}
.netclues_logo img {
    width: 200px;
    height: auto;
}
.netclues_map {
    text-align: center;
    margin-top: -70px;
}
.amazed,
.country-logo {
    display: flex;
    justify-content: center;
    align-items: start;
    cursor: pointer;
    margin-bottom: 10px;
}
.amazed h2,
.country-logo h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.amazed h2{
    text-decoration: underline;
   	margin-bottom: 25px;
}

.country-id {
    text-align: center;
    list-style-type: none;
    flex: 0 0 10%;
}

.owl-pagination{
    position: absolute;
    bottom: 56px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.owl-page .slideTitle img{
	display: table;
    margin: 0 auto;
}
.owl-page .slideTitle{
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.slide h3 {
    display: none;
}
#home-carousel .owl-page {
    flex: 0 0 5%;
}
.map_logo {
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
}

.amazed-text {
    color: #fff;
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    max-width: 250px;
}
.amazed-text h5 {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.down-arrow {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.landing-down,
.landing-left,
.landing-right {
    fill: #fff;
}
.line {
    background-color: #fff;
    width: 100%;
    height: 1px;
}
.carousel-caption.landing-country {
    top: 0;
    left: 0;
    transform: none;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    margin: auto;
}
.county-names {
    position: relative;
    width: 100%;
    max-width: 380px;
}
.county-names h5 {
    font-family: 'atmosphere_script_typefaceRg';
    font-size: 50px;
}
.carousel-control-prev{
    left: 0px;
}
.carousel-control-next{
    right: 0px;  
}
.carousel-item img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.netclues_logo img {
    width: 200px;
    height: auto;
}
.netclues_map img {
    width: auto;
    height: auto;
}
.visit-netclues a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    margin-left: 12px;
    letter-spacing: 3px;

}
.visit-netclues {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}

.carousel-inner,
.carousel-item {
    height: 100vh;
}
.netclues_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    position: relative;
    z-index: 99;
}


@media (max-width:1450px){
/*    .carousel-control-prev {
        left: 25px;
    }
    .carousel-control-next {
        right: 25px;
    }*/
}

@media (max-width:1366px){
    .netclues_map img{
        width: 530px;
    }
    .netclues_map{
        margin-top: -50px;
    }
    .carousel-control-prev, .carousel-control-next{
        height: 65px;
    }

}

@media (max-width:1024px){
    .country-id{
        flex: 0 0 18%;
    }
}

@media (max-width:767px){
    .country-id{
        flex: 0 0 25% !important;
    }
    .netclues_map img {
        width: 360px;
    }
    .netclues_map{
        margin-top: -30px;
    }
    .owl-page {
        flex: 0 0 25%;
    }
    .country-name{
        bottom: 15px;
    }
    .country-logo h2{
        font-size: 13px;
        margin-top: 15px;
    }
    .county-names h5{
        font-size: 30px;
    }
    .visit-netclues a{
        font-size: 12px;
        margin-top: 2px;
    }
    .carousel-control-prev, .carousel-control-next{
        height: 40px;
    }
    .down-arrow {
        margin-bottom: 10px;
    }
    .county-names{
        margin: 20px;
        max-width: 315px;
    }
    .netclues_logo{
        padding-top: 10px;
    }
}  

@media only screen and (max-height:420px) {
    .amazed-text{
        display: none;
    }
    .netclues_map img {
        width: 420px;
    }
    .netclues_map{
        margin-top: -35px;
    }
    .netclues_logo{
        padding-top: 20px;
    }
    .country-id {
        flex: 0 0 18%;
    }
}
