 /* common code */
    /* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

    /* -------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                            HEADER
       -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
       .hlog{
        border: 1px solid #fff;
        border-radius: 5px;padding: 2px;
       }
    /* ===================================================================================================================================================================
                                                                            RATIINGS
         =================================================================================================================================================================== */
       .rating-group {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
      }
  
      .rating-label {
        /* width: 150px; */
        font-weight: bold;
      }
  
      .stars {
        display: flex;margin-left: 20px;
      }
  
      .star {
        font-size: 24px;
        cursor: pointer;
        color: #ccc;
        transition: color 0.2s;
      }
  
      .star.selected {
        color: #ffc107;
      }
      div#customer-ratings {
        margin: 1% 4.5% 0% 5%;
        background-color: antiquewhite;
    }
    .rate-group {
        margin: 1% 5% 1% 5%;
        display: flex;
        justify-content: space-between;
    }
    /* ===================================================================================================================================================================
                                                                            CSS RESET
       =================================================================================================================================================================== */
    html{
        /* font-family:sans-serif; */
        -ms-text-size-adjust:100%;
        -webkit-text-size-adjust:100%
    }
    article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
        display:block
    }
    audio,canvas,progress,video{
        display:inline-block;
        vertical-align:baseline
    }
    audio:not([controls]){
        display:none;
        height:0}[hidden],template{display:none}a{background-color:transparent}
        a:active,a:hover{outline:0}
        abbr[title]{border-bottom:1px dotted}
        b,strong{
            font-weight:bold}
        dfn{font-style:italic}
        h1{font-size:2em;margin:.67em 0}
        mark{background:#ff0;color:#000}
        small{font-size:80%}
        sub,sup{font-size:75%;
            line-height:0;
            position:relative;
            vertical-align:baseline
        }
        sup{top:-0.5em}
        sub{bottom:-0.25em}
        img{border:0}
        svg:not(:root){overflow:hidden}
        figure{margin:1em 40px}
        hr{box-sizing:content-box;height:0}
        pre{overflow:auto}
        code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
        button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
        button{overflow:visible}
        button,select{text-transform:none}
        button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
        button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
        input{line-height:normal}
        input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
        legend{border:0;padding:0}
        textarea{overflow:auto}
        optgroup{font-weight:bold}
        table{border-collapse:collapse;border-spacing:0}
        td,th{padding:0}   
    /*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
    
    /*
     * What follows is the result of much research on cross-browser styling.
     * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
     * Kroc Camen, and the H5BP dev community and team.
     */
    /* ==========================================================================
       Base styles: opinionated defaults
       ========================================================================== */
    html, button, input, select, textarea { color: #222; }
    html { font-size: 1em; line-height: 1.4; }
    
    ::-moz-selection { background: #e7e7e7; color: #000; text-shadow: none; outline: 0; }
    ::selection { background: #e7e7e7; color: #000; text-shadow: none; }
    /* Misc defaults */
    hr { display: block; height: 1px; border: 0; border-top: 1px solid #000; padding: 0; }
    audio, canvas, img, video { vertical-align: middle; }
    fieldset { border: 0; margin: 0; padding: 0;}
    textarea { resize: vertical;}
    /* body {-webkit-font-smoothing:subpixel-antialiased;} */
    /* ==========================================================================
       Browser Upgrade
       ========================================================================== */
    .browserupgrade { margin:0; background: #e8e8e8; color: #000; padding: 0.2em; text-transform: uppercase; text-align: center;}
    .browserupgrade a {color: #b81424;}
    
    
    
    
    /* ==========================================================================
       Author's custom styles
       ========================================================================== */
    /* body{font-size:16px; background-color:#fff;} */
    
    h1, h2, h3, h4 {margin:0; font-size: 1em;;}
    h5, h6{margin:0; font-size: 1em;;}
    p{line-height:1.5em;  font-size:0.88em; margin: 0; letter-spacing: 0.02em;}
    a {text-decoration:none; outline:0; outline-color: rgba(0, 0, 0, 0);}
    ul {list-style:none; padding:0; margin:0;}
    img {max-width:100%; height:auto;width: 100%;}
    input, textarea, button, select {
        box-sizing:border-box;
         border: none; 
         outline: 0; 
         outline-color: rgba(0, 0, 0, 0);}
    textarea, input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], input[type="reset"], button {
        -webkit-appearance: none; 
        -moz-appearance: none; 
        border: 0; 
        appearance:none; 
        -webkit-border-radius:0; 
        border:none; 
        border-radius: 0; 
        background-color: transparent;
    }
    select > option {padding: 0;
        background-color: #fff;
        -moz-padding:0;}
    ::-webkit-input-placeholder {color: inherit;}
    :-moz-placeholder {color: inherit;}
    ::-moz-placeholder {color: inherit;}
    :-ms-input-placeholder {color: inherit;}
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
    /* Firefox */
    input[type=number] {-moz-appearance: textfield;}
        /* ==========================================================================
                                      text colors related
           ========================================================================== */
        /* normal */
        body, html { 
            background-size: cover;
            overflow-x: hidden;
            background-attachment:scroll;
            background-repeat: no-repeat;
        color:#000;
        font-size:16px; background-color:#fff;
        margin:0;
        -webkit-font-smoothing:subpixel-antialiased;
    

        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-weight: 400;
        font-style: normal;
    

    }
   @font-face {
    font-family: "poppins-light";
    src: url(../css/Poppins-Light.ttf);
   }
   @font-face {
    font-family: "poppins-bold";
    src: url(../css/Poppins-Bold.ttf);
   }
   @font-face {
    font-family: "poppins-italic";
    src: url(../css/Poppins-Italic.ttf);
   }

   /* ======== hover ======== */

   .head-list > ul > li > a:hover, .foot-list > ul > li > a:hover, .contacts > ul > li > a:hover{
    color: #df1010;
}

/* ========= header ========= */

header{
    position: fixed ;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
}
.main-head{
    display: flex;
    width: 100%;
    background-color: #fff;
}
.head-logo{
    width: 30%;
    padding-left: 3%;
}
.logo{
    transition: 1s;
    width: 50%;
}
.head-list{
    width: 70%;
    align-content: center;
    padding-left: 51%;
}
.head-list > ul{
    display: flex;
}
.head-list > ul > li{
    padding-left: 10%;
}
.head-list > ul > li > a{
    color: #000;
}
.head.shead .logo{
    width: 40%;
    transition: 1s;
}


/* ============ banner ========== */

.banner-vid{
    margin: 0 auto;
    width: 100%;
    /* height: 80vh; */

}
.banner-vid > video{
    min-width: 100%;
    min-height: 80vh;

}
.banner-txt{
    width: 100%;
    position: absolute;
    top: 45%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.banner-txt-abt{
    color: #000000;
    width: 100%;
    position: absolute;
    top: 45%;
    margin: 0 auto;
    text-align: center;
}
.banner-txt > h3{
    width: 80%;
    font-size: 50px;
    text-align: center ;
    margin: 0 auto;
    font-family: "poppins-bold";
}
.banner-txt-abt > h3{
    width: 80%;
    font-size: 50px;
    text-align: center ;
    margin: 0 auto;
    font-family: "poppins-bold";
}

/* ======== content ======== */

.anechoic{
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 2%;
}
.anech-1{
    width: 50%;
}
.anechoic-img{
    width: 100%;
}
.anechoic-txt{
    padding-left: 2%;
    padding-top: 3%;
    width: 50%;
}
.anechoic-txt > h3{
    font-size: 26px;
    width: 90%;
}
.anechoic-txt > p{
    font-size: 18px;
    color: #a3a3a3;
    width: 90%;
}

/* ======== footer ======== */

footer{
    width: 100%;
    background-color: #673de5;
    padding-bottom: 2%;
    /* margin-top: 2%; */
}
.footer{
    display: flex;
    width: 80%;
    margin: 0 auto;
}
.foot-list{
    padding-left: 5%;
    padding-top: 2%;
    width: 20%;
}
.foot-list > ul{
    padding-top: 2%;
}
.foot-list > ul > li{
    padding-top: 3%;
}
.foot-list:last-child > ul > li  img{
    width: 9%;
}
.foot-list > h4{
    font-size: 22px;
    color: #000;
}
.foot-list > ul > li > a{
    color: #fff;
}
footer > p{
    text-align: center;
    padding-top: 2%;
}

/* ======== about page ======== */

.abt-img{
    padding-top: 4%;
}
.abt-txt{
    width: 90%;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 18px;
    color: #a3a3a3;
    font-family: "poppins-light";
    font-weight: 600;
}

/* ======== contact page ======== */

.cont-main{
    background-color: #f3f3f3;
}
.cont-first{
    display: flex;
    padding-top: 4%;
    width: 90%;
    margin: 0 auto;
}
.first-para{
    align-content: center;
}
.first-para > h3{
    width: 65%;
    font-size: 50px;
    line-height: 52px;
}
.first-para{
    width: 50%;
}
.first-para > p{
    width: 80%;
    padding-top: 3%;
    font-size: 16px;
}
.first-image{
    width: 50%;
}
.contact-head{
    padding-top: 3%;
    font-size: 60px;
    text-align: center ;
}
.cont-body{
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
}
.contacts{
    width: 25%;
    align-items: center;
    padding-top: 8%;
}
.contacts > h3{
    font-size: 30px;
}
.contacts > ul > li > a, .address > a{
    color: #000;
}
.address{
    width: 25%;
    align-items: center;
    padding-top: 8%;
}
.address > h3{
    font-size: 30px;
}
.address > p{
    width: 50%;
}
.address-img{
    width: 50%;
}
.add-img{
    width: 80%;
}


/* ======== blog ======== */

.card-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
    gap: 20px;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}
.blogs{
    padding-top: 5%;
    padding-bottom: 2%;
    background-color: #f3f3f3;
}
.blogs h2{  
    font-size: 50px;
    text-align: center;
}
.card {
    font-size: 12px;
    color: #000;
    margin-top: 10px;
    background-color: #fff;
    padding: 15px;
    transition: transform 0.3s ease;
}
.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.card h3{
    font-size: 20px;
}
.card p{
    font-size: 15px;
}