*{
    scroll-behavior: smooth;
    font-family: 'Merriweather', serif;
    /* font-family: 'Nunito Sans', sans-serif; */

}
body{
    overflow-x: hidden;
}




.navtop{
    background-color: rgb(209, 55, 24);
}

 .btop button {
    position: relative;
    background-color: red;
    border-radius: 5px;
    padding: 20px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 77px;
    color: #fff;
    border: none;
    font-size: 20px;
    transition: all .3s ease-in-out;
    z-index: 1;
    overflow: hidden;
    left: 12px;
    width: 13.8rem;
}


.btop  button::before {
    content: "";
    background-color: #102039;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 700ms ease-in-out;
    display: inline-block;
  }
  
  .btop button:hover::before {
    width: 100%;
    background-color: #102039;
  }

.nav-link{
    color: black !important;
}


.right-top{
    margin-left: 30rem;
    font-size:1.5rem
}
.banner-top{
    background-color: #102039;
    height:11vh;
    width:80vw;
    margin-left:10rem
}

#carouselExampleIndicators{
    z-index: -1;
    position:relative;
    bottom: 6rem;
}
.bimg1{
    height:120vh
}
.banner-details p{
    font-size: 5vh;
}
.banner-details h1{
    width: 50vw;
    font-size: 10vh;
    font-weight: bolder;
}
.afdata p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: bolder;
}
.afdata-left{
    transition: 0.5s ease-in-out;
}
.afdata-left:hover{
    background-color: red !important;
    color: white;
}

.abtimg{
    height:85vh
}
.innerdetails-abt{
    background-color: red;
    height:20vh;
    width:30vw;
    position: absolute;
    bottom:0;
    color: white;
       
}
.abtposition{
    padding-left: 10em;
}
.abt-right h1{
    font-weight: bolder;
    color: #102039;
    font-size: 48px;   
}
.abt-right p{
    font-family: 'Nunito Sans', sans-serif;
    width:85%;
    font-size: 1.1rem;
}

.innerabout1{

}
.innerabout1 h5{
    width:15rem;
    padding-left: 1rem;
    font-weight: bolder;
}
.innerabout1 i{
    font-size: 3rem;
    color: red;
}
.qualityiconbox{
    height: 10rem;
    width: 10rem;
    background: white;
    margin-left: 1rem;
    padding: 2rem;
    border-radius: 10px;
    transition: .5s ease-in;
}
.qdetail{
    color: #102039;
}
#qicon{
    color: red;
}

.qualityiconbox:hover{

    background-color: red;
    box-shadow: -12px -27px 4px -4px rgb(245, 243, 243);

    #qicon{
        color: white;
    }
    .qdetail{
        color: white;
    }
    

}

.qualityiconbox i{
    font-size: 3rem;
}

.qualityimg{
    height: 69vh;
    width: 35vw;
}


.btop2 button {
    position: relative;
    background-color: red;
    border-radius: 5px;
    padding: 12px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 57px;
    color: #fff;
    border: none;
    font-size: 20px;
    transition: all .3s ease-in-out;
    z-index: 1;
    overflow: hidden;
    left: 0;
    width: 10.8rem;
}


.btop2  button::before {
    content: "";
    background-color: #102039;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 700ms ease-in-out;
    display: inline-block;
  }
  
  .btop2 button:hover::before {
    width: 100%;
    background-color: #102039;
  }

  .extop p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.2rem;
    width:40%;
    margin-left: 29rem;
  }

  .exbut{
    padding: 12px 25px;
    border: 1px solid;
    margin: 0px 10px;
    background-color: white;
    font-weight: bolder;
    
  }

  .exbut:hover{
   
    box-shadow: -20px -30px 4px -14px red;
    background-color: red;
    border:#fff 1px solid
  }

  .eximg{
    height:45vh;
    width:27vw;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    display: block;
  }

  .eximgmiddle{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .exbot{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 90%;
    left: 30%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #102039;
    font-weight: bolder;
  }

  .exhovr:hover .eximg {
    opacity: 0.5;
    /* filter: blur(); */
  }
  .exhovr:hover .eximgmiddle{
    opacity: 1; 
  }
  .exhovr:hover .exbot{
    opacity: 1; 
  }

  #awards{
    margin-top: 2rem;
  }
  .awardtit h1{
    width:70%
  }

  .booking-top {
    padding: 54px 0px 37px 12px;
    clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0 100%, 0 50%);
    background-color: red;
    width: 87%;
    margin-left: 3rem;

}


.bookform{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    width: 87%;
    margin-left: 3rem;
    height:30rem
}

.icon-position{
    position: relative;
}
.nameip{
    margin-left: 3rem;
}
.numip{

}
.awardipbox{
    padding: 0.5rem;
    padding-right: 1.2rem;
}

.nameip i{
    position: absolute;
    right: 19%;
    top: 56%;
    color: grey;
}
.numip i{
    position: absolute;
    right: 19%;
    top: 56%;
    color: grey;
}
.awmesg .amsg{
    margin-left: 3rem;
    margin-top: 2rem;
    border: 2px solid grey;
    width: 34.3rem;
    height: 6rem;
}


.btop3 button {
    position: relative;
    background-color: red;
    border-radius: 5px;
    padding: 12px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 58px;
    color: #fff;
    border: none;
    font-size: 20px;
    transition: all .3s ease-in-out;
    z-index: 1;
    overflow: hidden;
    left: 0px;
    width: 34.5rem;
    top: 1rem;
}


.btop3  button::before {
    content: "";
    background-color: #102039;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 700ms ease-in-out;
    display: inline-block;
  }
  
  .btop3 button:hover::before {
    width: 100%;
    background-color: #102039;
  }


 
/* hover eximg */




  /* media */
@media screen and (max-width: 1200px) {
    .navtop{
        visibility: hidden;
        height: 0 !important;
    }
    #carouselExampleIndicators{
        z-index: -1;
        position:relative;
        bottom: 4rem;
    }
    .banner-top{
        background-color: #102039;
        height:12vh;
        width:80vw;
        margin-left:10rem;
        visibility: hidden;
        
    }
    .btop button {
        visibility: hidden;
    }
    .banner-details{
        position: absolute;
        top:10rem !important;
        left:1rem !important
    }
    .bimg1{
        height:100vh
    }
    .banner-details p{
        font-size: 4vh;
    }
    .banner-details h1{
        width: 100vw;
        font-size: 6vh;
    }
    .afterbanner{
        margin-top: 7rem;
    }
    .innerdetails-abt{
        background-color: red;
        height:17vh;
        width:80vw;
        position: absolute;
        bottom:0;
        color: white;
           
    }
    .abtposition{
        padding-left: 0em;
    }
    .abt-right{
        padding-left: 2rem;
    }
    .abt-right h1{
        font-weight: bolder;
        color: #102039;
        font-size: 40px;   
    }
    .innerabout1{
        display: block !important;
    }

    .iiabout1{
        padding-left: 1.4rem;
        padding-bottom: 1.5rem;
    }
    .iiabout2{
        
    }
    .auther{
        width:25vw !important
    }

    #quality{
        height: 230vh !important;
        width:100vw
    }
    .qualityicon{
        overflow: auto;
    }
    .qualityinner{
        width: 90vw !important;
        margin-left: 6px;
        height: 135vh !important;
    }

    .qualityimg{
        height: 55vh;
        width: 82vw;
    }
    .qualityinner h5{
        padding-right: 1rem;
    font-size: 20px;
    }
    .btop2 button {
        position: relative;
        background-color: red;
        border-radius: 5px;
        padding: 12px;
        background-repeat: no-repeat;
        box-sizing: border-box;
        height: 49px;
        color: #fff;
        border: none;
        font-size: 20px;
        transition: all .3s ease-in-out;
        z-index: 1;
        overflow: hidden;
        left: 0;
        width: 10.8rem;
        bottom: 6px;
    }
    .extop p{
        font-family: 'Nunito Sans', sans-serif;
        font-size: 1.1rem;
        width:90%;
        margin-left: 1rem;
      }

      .eximg{
        height: 45vh;
        width: 85vw;
        opacity: 1;
        transition: .5s ease;
        backface-visibility: hidden;
        display: block;
        margin-left: -1rem;
        margin-bottom: 2rem;
      }

      .exbot{
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 85%;
        left: 30%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        color: #102039;
        font-weight: bolder;
      }

      .exbut{
        padding: 8px 6px;
        border: 1px solid;
        margin: 1px 3px;
        background-color: white;
        font-weight: bolder;
        transition: 1s ease-in-out;
      }
      .awardsimgs{

      }

      #awards{
        margin-top: 1rem;
      }
      .book{
        margin-left: -4.5rem;
    margin-top: 4rem;
      }

      .booking-top {
        padding: 43px 0px 11px 15px;
        clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0 100%, 0 50%);
        background-color: red;
        width: 100%;
        margin-left: 3rem;
    
    }
    
    .bookform{
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        width: 99%;
        margin-left: 3rem;
        height:85vh
    }
    
    .icon-position{
        position: relative;
    }
    .nameip{
        margin-left: 3rem;
    }
    .numip{
        margin-left: 3rem;
    }
    .awardipbox{
        padding: 0.5rem;
        padding-right: 1.2rem;
    }
    
    .nameip i{
        position: absolute;
        right: 26%;
        top: 56%;
        color: grey;
    }
    .numip i{
        position: absolute;
        right: 26%;
        top: 56%;
        color: grey;
    }
    .awmesg .amsg{
        margin-left: 3rem;
        margin-top: 2rem;
        border: 2px solid grey;
        width: 15.3rem;
        height: 5rem;
    }

    .btop3 button {
        position: relative;
        background-color: red;
        border-radius: 5px;
        padding: 12px;
        background-repeat: no-repeat;
        box-sizing: border-box;
        height: 58px;
        color: #fff;
        border: none;
        font-size: 20px;
        transition: all .3s ease-in-out;
        z-index: 1;
        overflow: hidden;
        left: 0px;
        width: 15.5rem;
        top: 2rem;
    }
    .awardtit h1{
        width:90%
      }

}
    
    