:root{
    --glassColor:#547b8d2c;
    --boxShadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
/* ---------------------------------------------------- Common --------  */
.title_top{
    color: rgb(247, 6, 6);
    font-size: 1.2vw;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}
.header3{
    font-size: 3.6vw;
    margin-top: 2px;
    color: #13539d;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
    margin: 0;
    padding: 0;
}
.paragraph{
    font-size: 1.2vw;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transition: 1s ease;
}
/* ---------------------------------------------------- section one --------  */
.dhc_sec_one{
   height: 30vw;
   background: url(images/heroImageTwo.avif);
   background-size:cover;
   background-attachment: fixed;
   background-color: #13539d59;
   background-blend-mode: overlay;
   box-shadow: var(--boxShadow);
}
.sec_one_header{
    height: 30vw;
    position: absolute;
    width: 100%;
   text-align: center;
}
.sec_one_header h1{
    font-size: 7vw;
    padding: 40px 0 0 0;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 5px rgba(0,0,0,.5);
    color: #d9d9d9;
    transition: 1s ease;
}
.sec_one_header hr{
    margin-top: -4vw;
    width: 200px;
}
.sec_one_header h3{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #ffffff;
    text-shadow: 3px 1px 3px #0000009c;
    font-size: 3vw;
    margin-top: 0px;
}
/* ---------------------------------------------------- section two --------  */
.dhc_sec_two{
    margin-top: 100px;
    padding-inline: 50px;
}
.sec_two_header{
    text-align: center;
    margin-bottom: 30px;
}
.stwo_body1{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
    gap: 2%;
}
.stwo_body_card1{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s ease;
    padding: 2vw;
    }
    .stwo_body_card1:hover{
        background-color: #88b7e0;
    }
    .stwo_body_card1:hover .card-title{
        color: #ffffff;
    }
    .card1_part1{
        flex: 100%;
        text-align: center;
    }
    .card1_part1 img{
        height: 15vw;
        width: 16vw;
        margin-bottom: 1vw;
        border-radius: 15px;
        box-shadow: var(--boxShadow);
    }
    .card1_part2{
        flex: 100%;
        margin-left: 0.5vw;
        text-align: left;
    }
    .card-title{
        color: #13539d;
        font-weight: bold;
        font-size: 1.4vw;
    }
    .stars{
        color: goldenrod;
        font-size: 1.4vw;
    }
    .card_para{
        padding: 0;
        margin: 0;
        font-size: 1.2vw;
    }
/* ------------------------------------- section five --------------- */

.dhc_sec_five{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-inline: 50px;
}
.sec_five_header{
    flex: 100%;
    text-align: center;
    margin-bottom: 30px;
}

/* --------------------------------------------------- section three -----  */
.dhc_sec_three{
    background: linear-gradient(60deg, hsl(210, 100%, 24%) 80%, #488bd6);
    padding: 50px;
    box-shadow: var(--boxShadow);
}
.sec_three_text{
    display: grid;
    grid-template-columns: auto auto;
    gap: 4%;
    align-items: center;
}
.hiddenTitleBig{
    font-size: 6vw;
    margin: 0;
    padding-inline: 0;
    padding-block: 50px;
    color: #ffffffe1;
    line-height: 0.9;
}
.hiddenTitle{
    display: none;
}
.dhc_sec_three p{
    font-size: 1.2vw;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #ffffff;
}
.dhc_sec_three p a{
    font-weight: bold;
    color: #ffffff;
}
@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-160px * 12));
    }
  }
  .slider {
    background: white;
    padding-top: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider::before, .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 150px;
    position: absolute;
    width: 180px;
    z-index: 1;
  }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide-track {
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(160px * 14);
  }
  .slider .slide {
    height: 100px;
    width: 250px;
  }
  .slide img{
    width: 160px;
  }

/* ---------------------------------------------------- screen 1900 --------  */
@media screen and (min-width: 1900px){
    .dhc_sec_one{
        height: 30vw;
     }
     .sec_one_flex{
        height: 30vw;
     }

}
/* ---------------------------------------------------- screen 751 px --------  */
@media screen and (max-width: 751px){

    /* -------------------------------------------- Common 751--------  */
.title_top{font-size: 2.6vw;}
.header3{font-size: 4.6vw;}
.paragraph{font-size: 2.5vw;}
/* ---------------------------------------------------- section one 751------  */
.dhc_sec_one{
   height: 35vw;
   background-attachment: unset;
}
.sec_one_header{
    height: 35vw;
}
.sec_one_header h1{
    padding: 8vw 0 0 0;
}
.sec_one_header h3{
    font-size: 3.6vw;
    margin-top: -1px;
}
/* ----------------------------------------------- section two 751--------  */
.dhc_sec_two{
    margin-top: 70px;
    padding-inline: 20px;
}
.stwo_body1{
    grid-template-columns: auto auto;
}
.stwo_body_card1{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px;
    padding: 3vw;
    }
    .card1_part1 img{
        height: 20vw;
        width: 21vw;
        box-shadow: none;
    }
    .card-title{
        font-size: 2.6vw;
    }
    .stars{
         font-size: 2.4vw;
    }
    .card_para{
        font-size: 2.2vw;
    }
/* ------------------------------------- section five 751------------ */
.dhc_sec_five{
    margin-top: 150px;
    padding-inline: 20px;
}

/* ---------------------------------------------- section three 751-----  */
.dhc_sec_three{
    background-attachment: unset;
    padding: 20px;
    box-shadow: unset;
}
.sec_three_text{
    grid-template-columns: auto;
    gap: unset;
    align-items: center;
}
.hiddenTitleBig{
    display: none;
}
.hiddenTitle{
    display: block;
    font-size: 6vw;
    margin: 0;
    padding-inline: 0;
    padding-top: 50px;
    color: #ffffffe1;
    text-align: center;
}
.dhc_sec_three p{
    font-size: 2.5vw;
}
}
@media screen and (max-width: 500px){
    /* --------------------------------------------- Common 500--------  */
    .title_top{
       font-size: 4.6vw;
   }
   .header3{
       font-size: 8vw;
   }
   .paragraph{
       font-size: 4.6vw;
    }
/* ---------------------------------------------------- section one 500------  */
.dhc_sec_one{
    height: 70vw;
 }
 .sec_one_header{
     height: 70vw;
 }
 .sec_one_header h1{
    font-size: 10vw;
     padding: 10vw 0 0 0;
 }
 .sec_one_header h3{
     font-size: 4.6vw;
 }
/* ----------------------------------------------- section two 500--------  */
.dhc_sec_two{
    margin-top: 60px;
}
.stwo_body_card1{
    box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 3px;
    }
    .stwo_body_card1:hover{
        background-color: unset;
    }
    .stwo_body_card1:hover .card-title{
        color: #13539d;
    }
    .card-title{
        font-size: 4vw;
    }
    .stars{
         font-size: 4vw;
    }
    .card_para{
        font-size: 3.2vw;
    }
/* ------------------------------------- section five 500------------ */
.dhc_sec_five{
    margin-top: 100px;
}

/* ---------------------------------------------- section three 500-----  */
.sec_three_text{
    grid-template-columns: auto;
    gap: unset;
    align-items: center;
}
.hiddenTitle{
    font-size: 8vw;
    padding-top: 60px;
}
.dhc_sec_three p{
    font-size: 4vw;
}

}