    body {
    font-family: 'Times New Roman', Times, serif;
}

header {
    font-family: 'Times New Roman', Times, serif;
}

.imagelogo {
    height: 60px;
    width: auto;
    vertical-align: middle;
}


.imagebgmaldives {    
    background-image: url(../imgs/immgs/maldives.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.imagebgSchengen {
    background-image: url(../imgs/immgs/Schengencountries.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.imagebguk {
    background-image: url(../imgs/immgs/uk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.imagebguaes {
    background-image: url(../imgs/immgs/uae.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.imagebgCanada {
    background-image: url(../imgs/immgs/Canada.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.imagebgusa{
    background-image: url(../imgs/immgs/usa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.travelimg {
    background-image: url(../imgs/immgs/map.avif);
    background-repeat: no-repeat; 
    background-size: cover;

}

.travelimg2 {
    background-image: url(../imgs/immgs/map1.avif);
    background-repeat: no-repeat; 
    background-size: cover;

}


/* REMOVE this */
.curved-bottom {
  position: relative;
}
.curved-bottom::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 100px;
  background: white;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
