@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');

:root {
    --color1: #3BE100;
    --color2: #0996FF;
    --color3: #01458F;
    --color4: #5094FF;
    --color5: #E7E6E4;
    --color6: #FC4A68;
}

*{ 
    font-family: 'Roboto', sans-serif;
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

.td{
    text-decoration: none !important;
}

.header .navbar-nav .nav-item .nav-link {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 15px;
	white-space: nowrap;
}

.header .navbar-nav .nav-item .nav-link:hover {
    color: var(--color3);
    transition: color 0.3s ease;
}

.active .nav-link {
    color: var(--color3) !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.language-icon{
    cursor: pointer;
    width: 40px;
    vertical-align: center;
}

.language-icon:hover{
    transform: scale(1.1);
    transition:  transform 0.4s ease;
}


.slider .slider-arrow {
    color: dimgray;
    font-size: 30px;
    border: 1px solid white;
    border-radius: 7px;
    background-color: white;
    padding: 4px 7px;
}

.slider .slider-arrow:hover {
    border: 1px solid var(--color5);
    background-color: var(--color5);
    transition: all 0.5s;
}

.slider .carousel-control-prev,
.slider .carousel-control-next {
    opacity: 1 !important;
}

.slider .caption-box {
    color: white;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.521);
    width: 650px;
    position: absolute;
    letter-spacing: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider .carousel-indicators {
    bottom: 5%;
}

.slider .carousel-indicators li {
    border-radius: 50%;
    width: 13px !important;
    height: 12px !important;
    position: relative;
    margin: 0 8px !important;
    background-color: white;
    opacity: 1 !important;
    transition: all 0.3s;
}

.slider .carousel-indicators li.active {
    width: 50px !important;
    border-radius: 15% / 50%;
}

.profile-header {
    color: var(--color3);
}

.profile-text {
    color: dimgray;
    font-size: 16px;
    line-height: 1cm;
    text-align: center;
    letter-spacing: 0.8px;
}

.link {
    text-decoration: none;
    color: white;
}

.home-btn {
    background-color: var(--color2);
    border: 1px solor var(--color2);
    padding: 15px 20px;
}

.img-size {
    width: 300px;
    border-radius: 50%;

}

.myanmar {
    position: absolute;
    width: 300px;
    bottom: 0;
    left: 0;
    /* border: 10px solid white; */
    overflow: hidden;
    border-radius: 50%;

}

.japan {
    position: absolute;
    width: 300px;
    top: 4.98%;
    left: 36%;
    overflow: hidden;
    border-radius: 50%;

}

.singapore {
    position: absolute;
    width: 300px;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50%;

}

.myanmar:hover .img-size,
.japan:hover .img-size,
.singapore:hover .img-size {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
}

.job-header {
    color: white;
}

.job-text {
    color: white;
    font-style: italic;
    line-height: 0.8cm;
    font-size: 16px;
    letter-spacing: 0.7px;
    text-align: justify;
}

.job-body {
    background-color: var(--color2);
    color: white;
    padding: 15px 0px;
}

/* push up effect */

.job-box {
    position: relative;
    height: 100%;
    cursor: pointer;
}

.job-img {
    width: 100%;
    height: auto;
    position: relative;
}

.overlay {
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    left: 23%;
    width: 100%;
    height: 0;
    transition: .3s ease;
}

.job-box:hover .overlay {
    height: 66%;
}

.job-title{
    font-weight: normal !important;
}

.job-btn {
    background-color: var(--color2);
    border: 1px solor var(--color2);
    padding: 13px 20px;
}

.owl-carousel .nav-button {
    color: black !important;
    background-color: white;
    border: 1px solid white;
    border-radius: 3px;
    padding: 20px 10px;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 35% !important;
}

.owl-carousel .nav-button:hover {
    color: white !important;
    background-color: var(--color2);
    border: 1px solid var(--color2);
    transition: all 0.5s ease;
}

.owl-carousel .owl-prev {
    left: -20px;
}

.owl-carousel .owl-next {
    right: -20px;
}

.contact-ph {
    color: white;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact-btn {
    color: white;
    background-color: var(--color1);
    border: 1px solid var(--color1);
    padding: 12px 25px;
    font-weight: 500;
    border-radius: 50px;
    font-size: 16px;
}



.footer .footer-link {
    list-style-type: none;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
}

.footer .link-items {
    text-decoration: none;
    margin: 0px 30px;
    color: black;
}

.footer .link-items:hover {
    color: var(--color3);
    transition: color 0.4s ease;
}

.footer-icon {
    cursor: pointer;
}

.footer-icon:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

.dev-text {
    color: white;
    font-size: 18px;
}

/* overlay effect */

.home-gallery .image-box {
    position: relative;
    cursor: pointer;
}

.home-gallery .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.281);
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    transform: scale(0);
    transition: all .4s ease;
}

.home-gallery .image-box:hover .overlay {
    transform: scale(0.95);
}

.home-gallery .text {
    color: white;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.enquiry-form .form-control:focus{
    box-shadow: none !important;
}

/* gallery page */

.gallery .image-box {
    position: relative;
    cursor: pointer;
}

.gallery .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.281);
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    transform: scale(0);
    transition: all .4s ease;
}

.gallery .image-box:hover .overlay {
    transform: scale(0.95);
}

.gallery .text {
    color: white;
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* job categories page */

.j-title{
    font-size: 27px;
    font-weight: 500;
}

.job-categories .image-box {
    position: relative;
    cursor: pointer;
}

.job-categories .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.281);
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    transform: scale(0);
    transition: all .4s ease;
}

.job-categories .image-box:hover .overlay {
    transform: scale(0.95);
}

.job-categories .text {
    color: white;
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* company profile */

.nozomi-header {
    color: var(--color3);
}

.about-nozomi {
    color: dimgray;
    line-height: 1cm;
    text-align: justify;
    font-size: 17px;
    letter-spacing: 0.8px;
}

/* contact us */

.contact-header {
    color: var(--color3);
    font-weight: 500;
}

.address-icon {
    vertical-align: top;
    width: 25px;
    margin-right: 20px;
    margin-top: 5px;
}

.address-text {
    font-size: 17px;
    line-height: 1cm;
    color: dimgray;
}

.info-input {
    color: gray !important;
    font-size: 15px !important;
}

.submit-btn {
    color: white;
    background-color: var(--color2);
    border: 1px solor var(--color2);
    padding: 15px 30px;
}

.reset-btn {
    color: black;
    background-color: var(--color5);
    border: 1px solor var(--color5);
    padding: 15px 30px;
}


/* =============================================
page fade
*/

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.page {
    animation-name: fade;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

/* =========================================
 */

@media screen and (max-width : 1366px) {

    .img-size {
        width: 260px;
        border-radius: 50%;
    }

    .myanmar,
    .japan,
    .singapore {
        width: 260px;
    }

    .address-text {
        font-size: 16px;
    }

    .overlay {
        left: 17.5%;
    }

    .contact-ph{
        font-size: 20px;
    }

}

@media screen and (max-width : 1280px) {

    .header .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }
}

@media screen and (max-width : 1024px) {

    .overlay {
        left: 12%;
    }

    .slider .caption-box {
        font-size: 20px;
        width: 450px;
    }

    .header .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }

    .img-size {
        width: 220px;
        border-radius: 50%;
    }

    .myanmar,
    .japan,
    .singapore {
        width: 220px;
    }

    .contact-ph {
        font-size: 16px;
    }

    .job-body h4 {
        font-size: 18px;
    }

    .footer .footer-link {
        font-size: 15px;
    }

    .address-text {
        font-size: 13px;
    }
}

@media screen and (max-width : 991px){
    .w-medium-100{
        width: 100%;
    }
}

@media screen and (max-width : 920px) {
    .w-md-100 {
        width: 100%;
    }

    .header .navbar-nav .nav-item .nav-link {
        font-size: 17px;
    }

    .slider .slider-arrow {
        font-size: 30px;
        padding: 7px;
    }

    .profile-text {
        font-size: 17px;
        text-align: justify !important;
    }

    .img-size {
        width: 180px;
        border-radius: 50%;
    }

    .myanmar,
    .japan,
    .singapore {
        width: 180px;
    }

    .job-text {
        font-size: 20px;
        text-align: justify;
    }

    .contact-ph {
        font-size: 25px;
    }

    .owl-carousel .nav-button {
        font-size: 30px;
        top: 40% !important;
    }

    .overlay {
        left: 21%;
        font-size: 24px;
    }

    .job-body h4 {
        font-size: 25px;
    }

    .footer .footer-link {
        font-size: 20px;
        justify-content: space-between;
    }

    .footer .link-items {
        margin: 0px 5px;
    }

    .dev-text {
        font-size: 20px;
    }

    .about-nozomi {
        font-size: 19px;
    }

    .job-categories .fs-5 {
        font-size: 1rem !important;
    }

    .address-icon {
        width: 30px;
    }

    .address-text {
        font-size: 22px;
    }
}

@media screen and (max-width : 820px) {

    .footer .footer-link {
        font-size: 18px;
        justify-content: space-between;
    }

    .footer .link-items {
        margin: 0px 7px;
    }

    .dev-text {
        font-size: 18px;
    }
}

@media screen and (max-width : 768px) {

    .address-text {
        font-size: 20px;
    }

    .dev-text {
        font-size: 16px;
    }
}

@media screen and (max-width : 540px) {

    .header .me-3{
        margin-right: 0.5rem !important;
    }

    .language-icon{
        width: 30px;
    }

    .header .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }

    .slider .caption-box {
        font-size: 15px;
        width: 350px;
    }

    .slider .slider-arrow {
        font-size: 20px;
        padding: 5px;
        border-radius: 5px;
    }

    .slider .carousel-indicators li {
        width: 9px !important;
        height: 8px !important;
    }

    .slider .carousel-indicators {
        bottom: 1%;
    }

    .slider .carousel-indicators li.active {
        width: 30px !important;
    }

    .profile-text {
        font-size: 14px;
        line-height: 0.8cm;
    }

    .img-size {
        width: 145px;
        border-radius: 50%;
    }

    .myanmar,
    .japan,
    .singapore {
        width: 145px;
    }

    .job-text {
        font-size: 16px;
    }

    .contact-ph {
        font-size: 20px;
    }

    .owl-carousel .nav-button {
        font-size: 30px;
        top: 45% !important;
    }

    .owl-carousel .owl-prev {
        left: -7px;
    }

    .owl-carousel .owl-next {
        right: -7px;
    }

    .job-body h4 {
        font-size: 25px;
    }

    .overlay {
        left: 30%;
        font-size: 24px;
    }

    .job-box:hover .overlay {
        height: 57%;
    }

    .footer .footer-link {
        font-size: 13px;
        text-align: center;
    }

    .footer .link-items {
        margin: 0px;
    }

    .dev-text {
        font-size: 12px;
    }

    .mission {
        font-size: 23px;
    }

    .about-nozomi {
        font-size: 16px;
    }

    .mission-box {
        border-radius: 12px;
    }

    .focus-title,
    .management-title,
    .satisfy-title {
        font-size: 16px;
        padding: 15px 20px;
    }

    .handshake {
        width: 50px;
    }

    .mission-body {
        font-size: 12px;
        line-height: 0.7cm;
    }

    .job-categories .fs-5 {
        font-size: 1.25rem !important;
    }

    .address-icon {
        width: 30px;
    }

    .address-text {
        font-size: 18px;
    }
}

@media screen and (max-width : 420px) {

    .slider .caption-box {
        font-size: 11px;
        width: 250px;
    }

    .slider .slider-arrow {
        font-size: 16px;
        padding: 5px;
        border-radius: 5px;
    }

    .slider .carousel-indicators li {
        width: 9px !important;
        height: 8px !important;
        margin: 0px 2px;
    }

    .slider .carousel-indicators {
        bottom: 0;
    }

    .slider .carousel-indicators li.active {
        width: 30px !important;
    }

    .profile-text {
        font-size: 14px;
        line-height: 0.8cm;
    }

    .home-btn {
        font-size: 15px;
        padding: 13px 18px;
    }

    .img-size {
        width: 110px;
        border-radius: 50%;
    }

    .myanmar,
    .japan,
    .singapore {
        width: 110px;
    }

    .job-text {
        font-size: 16px;
    }

    .contact-ph {
        font-size: 20px;
    }

    .contact-btn {
        font-size: 18px;
        padding: 10px 20px;
    }

    .owl-carousel .nav-button {
        font-size: 30px;
        top: 35% !important;
    }

    .owl-carousel .owl-prev {
        left: -7px;
    }

    .owl-carousel .owl-next {
        right: -7px;
    }

    .job-body h4 {
        font-size: 25px;
    }

    .overlay {
        left: 25%;
        font-size: 24px;
    }

    .job-box:hover .overlay {
        height: 60%;
    }

    .footer .footer-link {
        font-size: 12px;
    }

    .dev-text {
        font-size: 13px;
    }

    .job-categories .fs-5 {
        font-size: 1.25rem !important;
    }

    .address-icon {
        width: 25px;
        margin-right: 10px;
    }

    .address-text {
        font-size: 14.5px;
    }
}

@media screen and (max-width : 395px) {

    .slider .caption-box {
        font-size: 10px;
        width: 250px;
    }

    .slider .slider-arrow {
        font-size: 16px;
        padding: 5px;
        border-radius: 5px;
    }

    .slider .carousel-indicators li {
        width: 9px !important;
        height: 8px !important;
        margin: 0px 4px !important;
    }

    .slider .carousel-indicators li.active {
        width: 30px !important;
    }

    .profile-text {
        font-size: 14px;
        line-height: 0.8cm;
    }

    .home-btn {
        font-size: 15px;
        padding: 13px 18px;
    }

    .img-size {
        width: 103px;
        border-radius: 50%;
    }

    .myanmar,
    .japan,
    .singapore {
        width: 103px;
    }

    .job-text {
        font-size: 16px;
    }

    .overlay {
        left: 22.5%;
        font-size: 24px;
    }

    .job-box:hover .overlay {
        height: 64%;
    }

    .footer .footer-link {
        font-size: 11.5px;
    }

    .dev-text {
        font-size: 13px;
    }

    .job-categories .fs-5 {
        font-size: 1.25rem !important;
    }

    .address-icon {
        width: 25px;
    }

    .address-text {
        font-size: 13.5px;
    }

    .submit-btn,
    .reset-btn {
        font-size: 15px;
        padding: 12px 25px;
    }
}

@media screen and (max-width : 380px) {

    .language-icon{
        width: 25px;
    }

    .header .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }

    .slider .caption-box {
        font-size: 10px;
        width: 250px;
    }

    .slider .slider-arrow {
        font-size: 16px;
        padding: 5px;
        border-radius: 5px;
    }

    .slider .carousel-indicators li {
        width: 7px !important;
        height: 6px !important;
        margin: 0px 4px !important;
    }

    .slider .carousel-indicators li.active {
        width: 25px !important;
    }

    .profile-text {
        font-size: 14px;
        line-height: 0.8cm;
    }

    .home-btn {
        font-size: 14px;
        padding: 11px 16px;
    }

    .img-size {
        width: 100px;
        border-radius: 50%;
    }

    .myanmar,
    .japan,
    .singapore {
        width: 100px;
    }

    .job-text {
        font-size: 15px;
    }

    .contact-ph {
        font-size: 18px;
    }

    .job-btn {
        font-size: 18px;
        padding: 11px 16px;
    }

    .owl-carousel .nav-button {
        font-size: 25px;
        top: 40% !important;
        padding: 17px 9px;
    }

    .overlay {
        left: 27%;
        font-size: 24px;
    }

    .job-box:hover .overlay {
        height: 60%;
    }

    .footer .footer-link {
        font-size: 10px;
    }

    .dev-text {
        font-size: 11px;
    }

    .about-nozomi {
        font-size: 15px;
    }

    .address-icon {
        width: 25px;
    }

    .address-text {
        font-size: 12.5px;
    }

    .submit-btn,
    .reset-btn {
        font-size: 14px;
        padding: 11px 20px;
    }
}

@media screen and (max-width : 360px) {

    .img-size {
        width: 95px;
        border-radius: 50%;
    }

    .myanmar,
    .japan,
    .singapore {
        width: 95px;
    }

    .job-text {
        font-size: 14px;
    }

    .contact-ph {
        font-size: 17px;
    }

    .overlay {
        left: 26.5%;
        font-size: 24px;
    }

    .job-box:hover .overlay {
        height: 60%;
    }

    .about-nozomi {
        font-size: 14px;
        line-height: 0.8cm;
    }

    .address-icon {
        width: 25px;
    }

    .address-text {
        font-size: 11.5px;
        line-height: 0.8cm;
    }

    .submit-btn,
    .reset-btn {
        font-size: 14px;
        padding: 11px 20px;
    }
}

@media screen and (max-width : 280px) {

    .header .navbar-nav .nav-item .nav-link {
        font-size: 11px;
    }

    .slider .caption-box {
        font-size: 7px;
        width: 180px;
    }

    .slider .slider-arrow {
        font-size: 10px;
        padding: 5px;
        border-radius: 3px;
    }

    .slider .carousel-indicators li {
        width: 5px !important;
        height: 5px !important;
        margin: 0px 3px !important;
    }

    .slider .carousel-indicators li.active {
        width: 20px !important;
    }

    .profile-text {
        font-size: 13px;
        line-height: 0.7cm;
    }

    .home-btn {
        font-size: 13px;
        padding: 9px 13px;
    }

    .img-size {
        width: 73px;
        border-radius: 50%;
    }

    .myanmar,
    .japan,
    .singapore {
        width: 73px;
    }

    .job-text {
        font-size: 14px;
    }

    .contact-icon {
        width: 40px;
    }

    .jobs .me-3 {
        margin-right: 10px !important;
    }

    .contact-ph {
        font-size: 15px;
    }

    .contact-btn {
        font-size: 15px;
        padding: 10px 20px;
    }

    .owl-carousel .nav-button {
        font-size: 20px;
        top: 38% !important;
        padding: 15px 7px;
    }
    .job-btn {
        font-size: 15px;
        padding: 11px 16px;
    }

    .overlay {
        left: 23.5%;
        font-size: 24px;
    }

    .job-box:hover .overlay {
        height: 64%;
    }
    .job-body h4 {
        font-size: 18px;
    }

    .footer .footer-link {
        font-size: 8px;
    }

    .dev-text {
        font-size: 9px;
    }

    .nozomi-header{
        font-size: 20px;
    }
    .about-nozomi {
        font-size: 13px;
    }
    .job-categories .fs-5 {
        font-size: 1.1rem !important;
    }

    .address-icon {
        width: 22px;
        margin-right: 5px;
    }

    .address-text {
        font-size: 9.2px;
        line-height: 0.6cm;
    }

    .info-input {
        font-size: 10px !important;
    }
    .enquiry-form .rounded-3 {
        border-radius: 5px !important;
    }

    .submit-btn,
    .reset-btn {
        font-size: 12px;
        padding: 9px 18px;
    }
}