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;
}

.hover-button:hover{
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transform: scale(1.02) translateY(-2px); 
}

/*----------------------------  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;
    justify-content: space-between;
}

.custom-button{
    background-color: #112E51;
    height: 30px;
    justify-content: center;
    display: flex;
    font-size: 15px;
}

.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); 
}

/*----------------------------  SLIDE SHOW    ----------------------------*/

.slideshow-container{
    height: 500px;
    background-image: url('assets/containers/mountain-black-backdrop.webp');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.slideshow-container::before{
    content: "";
    height: 500px;
    position: absolute;
    width: 100%;
    background: inherit;
    filter: blur(10px);
    z-index: -1;
}

.custom-slideshow{
    height: 500px;
}

.slide1img, .slide2img{
    height: 500px;
    z-index: 0;
}

.slide1button{  
    height: 120px;
    width: 525px;
    position: absolute;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    bottom: 0;
    left:0;
    z-index: 1;
}

.slide2button{
    height: 120px;
    width: 530px;
    position: absolute;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    top:5px;
    left: 15px;
    z-index: 1;
}

.slide1button:hover, .slide2button:hover {
    transform: scale(1.05) translateY(-5px); 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2); 
}

.slide1button-mobile,.slide2button-mobile{  
    display: none;
}

/*----------------------------  ABOUT US    ----------------------------*/

.about-us{
    background-color: white;
    height: 500px;
}

.about-us-body{
    margin: auto auto auto auto;
    width: 50%;
    text-align: center;
}

.about-us-header{
    font-size: 42px;
    font-family: "eurostar";
    text-shadow: -12px 12px 12 rgba(0, 0, 0, 0.1);
}

.about-us-text{
    font-size: 24px;
    font-family: 'dmsans-reg';
}

/*----------------------------  OUR PRODUCTS    ----------------------------*/

.our-products{
    background-image: url('assets/containers/our-products-container@2x.webp');
    height: 1000px;
    background-repeat: no-repeat;
    width: 100%;
}

.our-products-heading{
    font-family: 'eurostar';
    font-size: 42px;
    text-align: center;
    padding-top: 30px;
}

.our-products-body{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    margin-top: 50px;
}

.def-card, .dm-card{
    width:300px; 
    background-color: #C0DDD3;
}

.our-products-def-img, .our-products-dm-img{
    width: 280px;
    height: 420px;
}

.our-products-def-img:hover, .our-products-dm-img:hover{
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transform: scale(1.05) translateY(-5px); 
}

.learn-more:hover{
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transform: scale(1.05) translateY(-5px); 
}

.amazon-available{
    width: 280px;
    height: 60px;
    margin-top: 50px;
}

.amazon-available:hover{
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transform: scale(1.05) translateY(-5px); 
}

.mobile-products-carousel{
    display: none;
}

.our-products-mobile{
    display: none;
}

/*----------------------------  ENQUIRE NOW ----------------------------*/

.enquire{
    height: 300px;
}

.enquire-button{
    margin: auto auto auto auto;    
}

.enquire-now{
    width: 300px;
    height: 72px;
}

.enquire-now:hover{
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transform: scale(1.05) translateY(-5px); 
}

/*----------------------------  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   ----------------------------*/


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------            LAPTOP SMALL 1024PX                 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1024px) {

    /*----------------------------  HEADER  ----------------------------*/
    
    .header-container{
        height: 120px;
    }
    
    
    .logo {
        margin-left: 10px;
        height: 55px;
    }
    
    .nav-link{
        font-size: 15px;
    }
    
    .phone-number, .mail-id {
        height: 25px;
    }


    /*----------------------------  SLIDE SHOW    ----------------------------*/
    
    .slideshow-container{
        height: 400px;

    }
    
    .slideshow-container::before{
        height: 400px;
    }
    
    .custom-slideshow{
        height: 400px;
    }
    
    .slide1img, .slide2img{
        height: 400px;
    }
    
    .slide1button{  
        height: 100px;
        width: 400px;
    }
    
    .slide2button{
        height:100px;
        width: 400px;
        margin-left: 0;
    }





}



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------            TABLET                  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 769px) {


    /*----------------------------  SLIDE SHOW    ----------------------------*/
    
    .slideshow-container{
        height: 250px;

    }
    
    .slideshow-container::before{
        height: 250px;
    }
    
    .custom-slideshow{
        height: 250px;
    }
    
    .slide1img, .slide2img{
        height: 250px;
    }
    
    .slide1button{  
        height: 70px;
        width: 300px;
    }
    
    .slide2button{
        height: 70px;
        width: 300px;
        margin-left: 0;
    }

/*----------------------------  ABOUT US    ----------------------------*/

    
    .about-us{
        height: 500px;
    }
    
    .about-us-body{
        width: 80%;
        text-align: center;
    }
    
    .about-us-header{
        font-size: 38px;
    }
    
    .about-us-text{
        font-size: 18px;
    }

    /*----------------------------  OUR PRODUCTS    ----------------------------*/

    
    .our-products{
        height: 900px;
    }
    
    .our-products-heading{
        font-size: 38px;
        text-align: center;
    }
    
    .def-card, .dm-card{
        width: 250px; 
        background-color: #C0DDD3;
    }
    
    .our-products-def-img, .our-products-dm-img{
        width: 200px;
        height: 300px;
    }
    
    .our-products-def-img:hover, .our-products-dm-img:hover{
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        transform: scale(1.05) translateY(-5px); 
    }
    
    .learn-more:hover{
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        transform: scale(1.05) translateY(-5px); 
    }
    
    .amazon-available{
        width: 280px;
        height: 60px;
        margin-top: 50px;
    }
    
    .amazon-available:hover{
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        transform: scale(1.05) translateY(-5px); 
    }
    
    .mobile-products-carousel{
        display: none;
    }
    
    .our-products-mobile{
        display: none;
    }

    /*----------------------------  FOOTER  ----------------------------*/
    
    .footer{
        font-size: 15px;
        height: 360px;
    }

    .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;
        margin-left: 17px;

        /* 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;
    }
    


      

}

























/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------MOBILE PHONES-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@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;
    }

    /*----------------------------  SLIDE SHOW  ----------------------------*/

    .slideshow-container{
        height: auto;
    }

    .slideshow-container::before{
        height: 170px;
    }

    .custom-slideshow{
        height: 170px;
    }

    .slide1img, .slide2img{
        height: 170px;
    }
    
    .slide1button, .slide2button{
        display: none;
    }

    .slide1button-mobile,.slide2button-mobile{  
        display: block;
        height: 50px;
    }

    .slide1button-mobile{
        position: absolute;
        top: 0;
        left:0;
        z-index: 2;
    }

    .slide2button-mobile{
        position: absolute;
        top:5px;
        left: -10px;
        z-index: 2;
    }

    /*----------------------------  ABOUT US    ----------------------------*/
    
    .about-us{
        padding-left: 30px;
        height: 360px;
    }

    .about-us-body{
        width: 100%;
    }
    
    .about-us-header{
        font-size: 20px;

    }
    
    .about-us-text{
        font-size: 15px;   
    }

    /*----------------------------  OUR PRODUCTS    ----------------------------*/
    
    .our-products{
        height: 450px;
    }
    
    .our-products-heading{
        font-size: 20px;
        padding-top: 20px;
    }

    .our-products-dm-img, .our-products-def-img{
        height: 200px;
        width: 134px;
    }

    .our-products-body{
        margin-top: 40px;
    }

    .our-products-mobile{
        display: block;
    }

    .mobile-products-carousel{
        width: 200px;
        height: 300px;
        display: block;
    }

    .dm-card-mobile, .def-card-mobile{
        background-color: #C0DDD3;
    }

    .def-card, .dm-card{
        display: none;
    }

    .amazon-btn{
        display: none;
    }

    /*----------------------------      ENQUIRE     ----------------------------*/

    .enquire{
        height: 200px;
    }

    .enquire-now{
        width: 158px;
        height: 40px;
    }

    /*----------------------------  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;
        margin-left: 17px;
        /* 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) {

    .slideshow-container{
        height: auto;
    }

    .slideshow-container::before{
        height: 150px;
    }

    .custom-slideshow{
        height: 150px;
    }

    .slide1img, .slide2img{
        height: 150px;
    }

}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media screen and (max-width: 330px) {

    /*----------------------------  SLIDESHOW  ----------------------------*/
    .slideshow-container{
        height: auto;
    }

    .slideshow-container::before{
        height: 140px;
    }

    .custom-slideshow{
        height: 140px;
    }

    .slide1img, .slide2img{
        height: 140px;
    }

}
