html{
    scroll-behavior: smooth;
}

/*----------------------------  UNIVERSAL TEXT FORMATTING   ----------------------------*/

/*eurostar*/
@font-face {
    font-family: 'eurostar';
    src: url('assets/fonts/eurostar.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*dmsans-reg*/
@font-face {
    font-family: 'dmsans-reg';
    src: url('assets/fonts/dmsans-reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*dmsans-bold*/
@font-face {
    font-family: 'dmsans-bold';
    src: url('assets/fonts/dmsans-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*dmsans-bold-italic*/
@font-face {
    font-family: 'dmsans-bold-italic';
    src: url('assets/fonts/dmsans-bold-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*dmsans-italic*/
@font-face {
    font-family: 'dmsans-italic';
    src: url('assets/fonts/dmsans-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*dmsans-medium*/
@font-face {
    font-family: 'dmsans-medium';
    src: url('assets/fonts/dmsans-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*dmsans-medium-italic*/
@font-face {
    font-family: 'dmsans-medium-italic';
    src: url('assets/fonts/dmsans-medium-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.highlight-red {
    color:#ED1C24;
    font-weight: bold;
}

.textbold{
    font-weight: bold;
}

.emptywhitepostheader{
    height: 160px;
}

.emptywhite{
    height: 40px;
}

/*----------------------------  HEADER  ----------------------------*/

.header-container{
    background-color: #becdd0;
    height: 120px;
    box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.custom-navbar{
    background-color: #becdd0;
    padding-top: 15px;
    z-index: 1000;
}

.navbar-nav a:hover{
    color: #138B86;
}

.logo {
    margin-left: 10px;
    height: 65px;
}

.hover-logo:hover{
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transform: scale(1.03) translateY(-2px);
}

.nav-links{
    margin: 0 auto;
}

.nav-link{
    font-size: 18px;
    color: black;
    font-family: 'dmsans-bold'
}

.nav-item{
    margin: 0 15px
}

.button-container{
    display: flex;
    flex-direction: column;
}

.phone-number, .mail-id {
    height: 30px;
    transition: height 0.3s ease-in-out; /* Adds smooth transition */
}

.phone-number:hover, .mail-id:hover {  
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transform: scale(1.02) translateY(-2px); 
}
/*---------------------------- COMING SOON -------------------------*/

.coming-soon{
    height: 900px;
    font-size: 50px;
    display: flex;
    justify-content: center;
}

.coming-soon-content{
    margin-top: 200px;
}


/*----------------------------  FOOTER  ----------------------------*/

.footer{
    background-color: #becdd0;
    font-size: 14px;
    height: 250px;
    width: 100%;
}

.footer-contents{ 
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.footer-contents-mobile{ 
    display: none;
}

.info-other-mobile{
    display: none;
}

.devinfo-mobile{
    display: none;
}

.linkedin{
    height: 65px;
    width: 65px;
}

.amazon-logo{
    height: 32px;
    margin-left: 40px;
    width: 95px;
}

.whatsapp-green{
    height: 65px;
    width: 65px;
}

.whitefox{
    margin-left: 40px;
    width: 83px;
}

/*----------------------------  SUB-FOOTER  ----------------------------*/

.sub-footer {
    background-color: #3B6BA3;
    height: 30px;
}

.credits{
    color: #E4E4E4;
    font-size: 18px;
    text-align: center;
}






/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*----------------------------  MEDIA QUERIES   ----------------------------*/



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 576px){

    .emptywhitepostheader{
        height: 105px;
    }
    
    .emptywhite{
        height: 40px;
    }

    /*----------------------------  HEADER  ----------------------------*/
   
    .header-container{
        height: 75px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    }
    
    .custom-navbar{
        background-color: #becdd0;
        width: 100%;
    }
    
    .logo{
        margin-left: 20px;
        height: 40px;
    }
    
    .hamburger{
        margin-right: 20px;
    }
    
    .nav-link{
        font-size: 15px;
    }
    
    .phone-number, .mail-id{
        height: 25px;
        justify-content: left;
    }

    /*----------------------------  FOOTER  ----------------------------*/


    




















    /*----------------------------  FOOTER  ----------------------------*/
    
    .footer{
        font-size: 11px;
        height: 290px;
    }

    .footer-contents{
        display: none;
    }

    .footer-contents-mobile{ 
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .info-other-mobile{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    
    .linkedin{
        height: 40px;
        width: 40px;
    }
    
    .amazon-logo{
        height: 23px;
        margin-top: 10px;
        width: 55px;

        /* ratio is 2:5*/
    }
    
    .whatsapp-green{
        height: 35px;
        width: 35px;
        margin-left: 10px;
    }
    
    .whitefox{
        margin-left: 10px;
        width: 50px;
        margin-top: -5px;
    }

    .devinfo-mobile{
        display: block;
        margin-top: -8px;
        margin-left: -8px;
    }
    
    /*----------------------------  SUB-FOOTER  ----------------------------*/
    
    .sub-footer {
        background-color: #3B6BA3;
        height: 20px;
    }
    
    .credits{
        color: #E4E4E4;
        font-size: 13px;
        text-align: center;
    }



}



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 376px) {

    
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media screen and (max-width: 330px) {

    
}

