/*-------------------------FONTS----------------------------*/
@font-face {
    font-family: 'mick1';
    src: url('/assets/fonts/ArgentumSans-Light.ttf');
    }
@font-face {
    font-family: 'mick2';
    src: url('/asset/fonts/Lora-Regular.ttf');
    }





/*-----------------MOBILE PHONE PORTRAIT AND LANDSCAPE---------------------*/
/*@media only screen and (min-device-width : 377px) and (max-device-width : 666px)*/
@media only screen and (min-width : 415px)

    
    {
    /*-------------------------MAIN----------------------------*/

    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html{
        scroll-behavior: smooth;
    }
    .sect1 {
        display: none;
        visibility: hidden
    }
    .sect1mob {
        display: none;
        visibility: hidden
    }
/*
    #about {
        scroll-margin-top: 120px;
    }
    #services {
        scroll-margin-top: 185px;
    }
    #contact {
        scroll-margin-top: 100px;
    }
*/

    html{
        width: 100%;
        color: red;
    }
    .content {
        width: 110%;
    }
    .banner{
        width: 110%;
        height: 77vh;
        background: url(C:/micksProjects/appliancecure/asset/img/AC07.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
/*-------------------------NAVBAR----------------------------*/
    .fa-bars {
        padding-right: 30px;
    }
    
/*-----------------------------SECTION 1-------------------------------------*/
    .sect1 img {
        max-width: 100%;
        height: auto;
    }

/*--------------------SECTION 1 END----------------------*/




}































/*-------------------------MAIN----------------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

#about {
    scroll-margin-top: 100px;
  }
#services {
    scroll-margin-top: 100px;
}
#contact {
    scroll-margin-top: 100px;
}

.sect1mob {
    display: none;
}

/*-------------------------MAIN END----------------------------*/

/*-------------------------NAVBAR----------------------------*/
.navbar{
    position: fixed;
    z-index: 5;
    width: 100%;
    background: #3A5199;
    padding: 25px 0;
    transition: all 0.3s ease;
}
.navbar .sticky{
    background: #3A5199;
    padding: 10px 0;
}
.navbar .content{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.navbar .menu-list{
    display: inline-flex;
}
.menu-list li {
    list-style: none;
}
.menu-list li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    font-family: 'mick1';
    transition: all 0.3s ease;
}
.menu-list li a:hover{
    color: #D5D6D2;
}
.content{
    max-width: 1250px;
    margin: auto;
    padding: 0px 30px;
    color: red;
}
.navbar .logo a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'mick1';
}
.banner{
    height: 77vh;
    background: url(C:/micksProjects/appliancecure/asset/img/AC07.jpg) no-repeat;
    background-size: cover;
    background-position:center ;
    background-attachment: fixed;
}
.about{
    padding: 40px 0;
}
.about .title{
    font-size: 35px;
    font-weight: 700px;
    font-family: 'mick1';
}
.about p{
    padding-top: 30px;
    text-align: justify;
    font-family: 'mick2';
}
.icon {
    color: #D5D6D2;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.cancel-btn{
    position: absolute;
    right: 30px;
    top: 20px;
    color: #3A5199;
}

/*-----------------------------SECTION 1-------------------------------------*/

.sect1 {
    /*border: 1px solid blue;*/
    display: flex;

    
}

.sect1 .box {
    /*border: 1px solid red;*/
    background: #D5D6D2;
    width: 100%;
    
    margin: 10px;
    color: #3A5199;
    transition: all 0.5s ease;
}

.sect1 .box img{
    width: 100%;
    height: 30vh;

}
.sect1 .box h3{
    position: relative;
    
    font-family: "mick1";
    text-align: center;
    padding-top: 10px;
}

.sect1 .box p{
    font-family: "mick2";
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 5px;

}
.sect1 .box img{

}


/*--------------------SECTION 1 END----------------------*/


/*-----------------------------SECTION 2-------------------------------------*/
.sect2 {
    margin-top: 100px;
    color: #3A5199;
}
.sect2 h1{
    font-family: "mick1";
    text-align: center;
    
}
.sect2 p{
    font-family: "mick2";
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    
}
.sect2 {
    
}

/*--------------------SECTION 2 END----------------------*/

/*-----------------------------SECTION 3-------------------------------------*/
.sect3 {
    margin-top: 100px;
    color: #3A5199;
}
.sect3 h1{
    font-family: "mick1";
    text-align: center;
}
.sect3 p{
    font-family: "mick2";
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.s3_r1 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    
}
.s3_r1 img{
    width: 15%;
    margin-left: 25px;
    margin-right: 25px;
}

.s3_r2 {
    
}
.sect3 a {
    text-decoration: none;
    color: #3A5199;
    font-weight: 700;

}

/*--------------------SECTION 3 END----------------------*/

/*-----------------------------SECTION (CONTACT) 4-------------------------------------*/
.sect4 {
    margin-top: 100px;
    color: #3A5199;
}
.sect4 h1{
    font-family: "mick1";
    text-align: center;
}
.sect4 p{
    font-family: "mick2";
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}


.s4_r1 {
    margin-top: 50px;
    justify-content: center;
    font-size: 44px;
    text-align: center;
    
}

.s4_r1 label {
    font-size: 12px;
}
.s4_r1 a{
    text-decoration: none;
    color: #3A5199;
}

.s4_r1 .fas .far {
    text-align: center;
    
}
.s4_r1 i:hover {
    cursor: pointer;
    
    color: #2F2E33;
}

/*--------------------SECTION 4 (CONTACT) END----------------------*/

/*--------------------PRELOADER----------------------*/

#preloader {
    background: #3A5199;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    
}

.loader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.loader h1 {
    position: relative;
    font-size: 52px;
    font-family: "mick1";
    color: #FFFFFF;
    text-align: center;
    top: 50%;
}


.loader.hidden {
    animation: fadeOut 4s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}










/*-------------------------------------RESPONSIVE NAVBAR------------------------------------------*/

@media (max-width:1024px) {
    body.disabledscroll {
        overflow: hidden;
    }
    .icon{
        display: block;
    }
    .icon.hide{
        display: none;
    }
    .navbar .menu-list{
        position: fixed;
        top: 0;
        left: -100%;
        height: 150vh;
        width: 100%;
        max-width: 400px;
        background: #d5d6d2e5;
        display: block;
        padding: 40px 0;
        text-align: center;
        transition: all 0.3s ease;
        
    }
    .navbar .menu-list.active{
        left: 0%;
    }
    .navbar .menu-list li {
        margin-top: 45px;
    }
    .navbar .menu-list li a{
        font-size: 23px;
        color: #3A5199;
        font-weight: 700;
    }
    .content{
        max-width: 1250px;
        margin: auto;
        padding: 0px 30px;
        color: blue;
    }
}


/*-------------------------------------MOBILE------------------------------------------*/



