*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}
/* ------------------------------------------------------- sec-top BS ----- */
.sec-top{
    padding-block: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
    padding-left: 50px;
}
.sec-top-one{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1%;
    text-decoration: none;
}
.sec-top-one img{
    width: 40px;
}
.sec-top-one span{
    min-width: 200px;
    font-size: x-large;
    font-weight: bold;
    color: #070f34;
    text-shadow: #47474777 2px 1px 2px;
    
}
.sec-top-one span:hover{
    background-image: linear-gradient(
	to right,
	#070f34 20%,#e5d78c 43%,#070f34 45%, #ccb959 51%,#070f34 55%, #070f34 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: glow .5s linear;
}
@keyframes glow {
    to {
      background-position: 200% center;
    }
}
.sec-top-two{
    flex: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.drop-down-select{
    width: 200px;
    padding-block: 10px;
    padding-inline: 18px;
    border-radius: 18px 0 0 18px;
    color: #000000;
    font-size: medium;
    border-style: none;
    background-color: #f5f5f5;
}
.sec-top-two input{
    width: 25vw;
    padding-block: 10px;
    padding-left: 18px;
    padding-right: 10vw;
    font-size: medium;
    background-color: #f5f5f5;
    border-style: none;
    border-left: 1px solid #00000034;
}
.sec-top-two input:focus{
    outline: none !important;
}
.search-btn{
    padding-inline: 18px;
    padding-block: 10px;
    background: linear-gradient(30deg, #070f34, #060f2c);
    color: #ffffff;
    border-radius: 0 18px 18px 0;
    font-size: medium;
    transition: 0.6s ease;
    cursor: pointer;
}
.search-btn:hover{
    background: linear-gradient(30deg, #5c6875, #3f4750);
}
.sec-top-three{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-top-three ul li{
    list-style-type: none;
    font-size: small;
}
/* ---------------------------------------------------- Navigation SS BS --- */
.ss-nav-main{
    display: none;
 }
 /* ---------------------------------------------------- Navigation BS --- */
 .nav{
     padding-inline: 50px;
     padding-block: 10px;
     display:flex;
     flex-wrap: wrap;
     position:relative;
     background-color:#eed34c;
 }
 .nav-scroll{
    position: sticky;
    top:0;
    z-index: 100;
    transition: 0.6s ease;
 }
 .nav-one-ul li{
     list-style-type: none;
     display: inline-block;
     font-weight: bold;
     color: #5c6875;
     transition: .5s ease;
 }
 .nav-one-ul :not(:first-child){
     margin-left: 25px;
 }
 .nav-one-ul li a{
     text-decoration: none; 
 }
 .nav-one-ul li:hover{
    color: #060f2c;
    border-bottom: 1px solid #060f2c;
    
 }
 .nav-two-ul li{
    list-style-type: none;
    display: inline-block;
    color: #000000;
 }
 .nav-two-ul :not(:first-child){
    margin-left: 25px;
 }
 .nav-two-ul li a{
    text-decoration: none;
    color: #5c6875;
 }
 /*#border-btn{
    width: 200px;
    text-align: center;
     background: #0c0c0e;
     color: #ffffff;
     padding-inline: 20px;
     padding-block: 10px;
     border-radius: 15px 15px 0 0;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }*/
 .nav-main{
     flex: 60%;
 }
 .nav-icons{
     flex: 20%;
     text-align: right;
     font-size: large;
 }
 /* ------------------------------------- lazy all ---------------------- */
 .lazyOne, .lazyTwo, .lazyThree{
    transform: translateX(-50%);
    opacity: 0;
 }
 /* ------------------------------------------------ page-two-sec-one BS --- */
.page-two-sec-one{
    height: 34.3vw;
    background-color:#070f34b4;
    padding-inline: 20px;
   background-image: url(Img-box/bgt4.jpg);
   background-size: cover;
   background-blend-mode:color;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #ffffff;
    position: relative;
    animation: backgroundScroll 10s ease-in-out alternate-reverse infinite;
}
@keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -180px 0px;}
    }
.page-two-sec-one img{
    position: absolute;
    left: 20px;
    bottom: 0;
    width: auto;
    height: 34vw;
}
.pts-one-child{
    position: absolute;
    right: 20px;
    top: 6vw;
}
.pts-one-child h2{
   font-size: 5vw;
}
.pts-one-child p{
    margin-top: 1vw;
    font-size: 1.2vw;
    color: #eed34c;
}
.pts-one-child a{
    display: inline-block;
    margin-top: 2vw;
   text-decoration: none;
   color: #ffffff;
   border: 1px solid #ffffff;
   padding-inline: 10px;
   padding-block: 18px;
   font-size: 1vw;
   background: linear-gradient(30deg, #5c6875, #3f4750);
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   transition: 0.6s ease;
}
.pts-one-child a:hover{
    background: linear-gradient(30deg, #070f34, #060f2c);
    border: 1px solid #060f2c;
}
/* ------------------------------------------------ page-two-sec-two BS --- */
.header-txt-main{
    font-size: 3vw;
    color: #070f34;
    margin-left: 4px;
    }
    .header-txt-second{
    font-size: 1.4vw;
    color: #5c6875;
    margin-left: 4px;
    }
    .header-wrap-one{
    margin-top: 80px;
    padding-block: 50px;
    background-image: url(Img-box/hithree.jpg);
    background-size: cover;
    background-attachment: fixed;
  
     }
     .txt-style-one{
        background-image: url(Img-box/imgSeven.jpg);
        background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vw;
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
     }
.page-two-sec-two{
   margin-block: 100px;
   padding-inline: 92px;
}
.sec-two-row{
    display: flex;
    flex-wrap: wrap;
}
.sec-two-column{
    flex: 25%;
    max-width: 25%;
    padding: 0 8px;
}
.sec-two-column-card{
    margin-top: 16px;
    vertical-align: middle;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: gold;
    transition: 0.6s ease;
    border-radius: 20px;
}
.card-status{
position: absolute;
background-color: gold;
right: 15px;
top: -10%;
font-size: .8vw;
padding-block: 5px;
padding-inline: 10px;
font-weight: bold;
transition: 0.6s ease;
}
.sec-two-column-card:hover{
    scale: 1.02;
    box-shadow: rgba(10, 10, 10, 0.35) 0px 5px 15px;
    padding: 1px;
}
.sec-two-column-card:hover .card-status{
    border-radius: 20px;
}
.target-up-btn{
    position: fixed;
    background-color: #eed34c;
    font-weight: bolder;
    text-decoration: none;
    color: #000000;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 30;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom:50px;
    right: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: 0.6s ease;
    opacity: 0;
}
.target-up-btn:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sec-two-column-card img{
    width: inherit;
    border-radius: 20px 20px 0 0;
}
.card-text-box{
    position: relative;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
}
.card-header-one{
    display: inline-block;
    font-size: 1vw;
    color: #5c6875;
    margin-bottom: 1vw;
    text-transform: uppercase;
}
.card-text-box h4{
    color: #000000;
    font-size: 1.5vw;
}
.card-text-box hr{
    margin-top: 1vw;
}
.card-text-box h5{
    margin-top: 1vw;
    font-size: 1vw;
    color: #5c6875;
}
.ratings{
    color: gold;
    float: right;
    font-size: 1.1vw;
}

/* ------------------------------------------- page-two-sec-three BS --- */
.page-two-sec-three{
    margin-top: 80px;
    padding-inline: 50px;
  background: linear-gradient(30deg, #070f34, #060f2c);
    overflow: hidden;
}
.page-two-sec-three h2{
    padding-block: 50px;
    color: #ffffff;
    font-size: 8vw;
    font-weight: bolder;
    transform: translateX(50%);
    opacity: 0;
  /*  background-image: url(Img-box/goldTwo.jpg);
    background-repeat: repeat;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.sml-txt{
    font-size: 4vw;
    color: #5c6875;
}
/* ---------------------------------------------------- footer BS --- */
.footer{
    background: linear-gradient(30deg, #070f34, #060f2c);
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(241, 235, 235, 0.068) 0px 2px 4px 0px inset;
}
.footer span{
    position: relative;
    color: #ffffff;
    font-size: 14px;
 }

@media screen and (max-width: 894px) {
    /* -- --------------------------------------------------sec-top  SS-- */
    .sec-top{
        display: none;
     }
    /* ---------------------------------------------------- Navigation SS --- */
 .nav{
    display: none;
 }
 .ss-nav-main{
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #5c6875;
    position: absolute;
    top: 0;
    z-index: 30;
    padding-left: 25px;
  }
  .ss-nav-main #links{
    display: none;
  }
  .ss-nav-main a{
    color: #ffffff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .links-class a{
    color: #ffffff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .links-class ul li{
    list-style-type: none;
  }
  .ss-nav-main a.icon{
    background: #5c6875;
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
  }
 /* ------------------------------------------------ page-two-sec-one SS --- */
 
.page-two-sec-one{
    margin-top: 48px;
    /*height: 34.3vw;*/
}
.pts-one-child p{
    font-size: 1.5vw;
}
.pts-one-child a{
   padding-block: 12px;
   font-size: 1.5vw;
}
.pts-one-child a:hover{
    background: linear-gradient(30deg, #070f34, #060f2c);
    border: 1px solid #060f2c;
}
    /* ------------------------------------------ page-two-sec-two SS --- */
    .header-txt-main{
        font-size: 3.5vw;
        }
        .header-txt-second{
            font-size: 1.6vw;
        }
    .page-two-sec-two{
        padding-inline: 20px;
     }
     .sec-two-row{
         display: flex;
         flex-wrap: wrap;
     }
     .sec-two-column{
         flex: 50%;
         max-width: 50%;
     }
     .card-status{
     top: -12%;
     font-size: 1.5vw;
     }
     .card-header-one{
         font-size: 1.5vw;
     }
     .card-text-box h4{
         font-size: 3vw;
     }
     .card-text-box h5{
         font-size: 1.5vw;
     }
     .ratings{
         font-size: 1.5vw;
     }
     
}


 /* ----------------------------------------- screen 568  -----------*/
 @media screen and (max-width: 568px) {
    /* --------------------------------------- page-two-sec-one VS --- */
.page-two-sec-one{
    height: 50vw;
}
.pts-one-child{
    max-width: 50%;
}
.pts-one-child h2{
   font-size: 6vw;
}
.pts-one-child p{
    font-size: 2.5vw;
}
.pts-one-child a{
   padding-inline: 8px;
   padding-block: 10px;
   font-size: 2.5vw;
}

/* ------------------------------------------ page-two-sec-two VS --- */

    .header-txt-main{
        font-size: 4.5vw;
        }
        .header-txt-second{
            font-size: 3vw;
        }
 .sec-two-column{
     flex: 100%;
     max-width: 100%;
 }
 .card-status{
 top: -15%;
 font-size: 3vw;
 }
 .card-header-one{
     font-size: 3vw;
 }
 .card-text-box h4{
     font-size: 4.5vw;
 }
 .card-text-box h5{
     font-size: 3vw;
 }
 .ratings{
     font-size: 3vw;
 }

 }

 /* -------------------------------------------------- screen 568  -----------*/
 @media screen and (max-width: 568px) {
 /* ---------------------------------------------------- footer VS --- */
.wrap-three img{
    width: 80px;
    top: -4vw;
 }
 .footer span{
     font-size: 11px;
  }
 
 
}
