

:root {
  --animate-duration: 2000ms;
  --animate-delay: 3s;
}

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

@font-face {
    font-family: 'Urdu Typesetting';
    src: url('../fonts/UrduTypesetting-Bold.woff2') format('woff2'),
        url('../fonts/UrduTypesetting-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body, html {
	height: 100%;
	font-family: 'Montserrat';
}

.wrapper{
    padding: 15px 0;
    background-color: #F2F4F4;
}

.tbl-curexg{
  background:#fff;
  box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
  margin-bottom: 15px;
  border-radius: .267rem;
  padding: 5px;
  height: 45vh;
  max-height: 45vh;
  margin: 0 10px;
}
.tbl-curexg thead tr{
  /*background: #fcc400;*/
  border-bottom: 1px solid #e9ecef;
}
.tbl-curexg thead tr th{
  color: #475F7B;
  letter-spacing: .5px;
  border-top: 0;
}
.tbl-curexg tbody tr td{
  padding: 0 8px;
  vertical-align: middle;
  border-top: 0;
  color: #3f4254;
}
.table-striped>tbody>tr:nth-of-type(odd){
  background-color:#f9f9f9
}

.right, .left{
  height: calc(100vh - 70px);
}
.video{
  height: 45vh;
  max-height: 45vh;
  margin: 0 10px;
  margin-top: 10px;
}
.video video{
  object-fit: fill;
  height: 45vh;
  max-height: 45vh;
  border-radius: .267rem;
}
.right .slider, .right .slider .carousel-inner{
  height: 45vh;
  max-height: 45vh;
}
.right .slider, .right .slider .carousel-inner img{
  object-fit: fill;
  height: 45vh;
  max-height: 45vh;
}
.right .slider .carousel-inner img{
    border-radius: .267rem;
}
.right .slider{
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    border-radius: .267rem;
    background: #fff;
    margin: 0 10px;
    margin-top: 10px;
}
.left .rates, .left .rates table{
  height: 45vh;
  max-height: 45vh;
}
.notice{
  height: 45vh;
  max-height: 45vh;
  background: #fff8dd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /*background-image: url(../images/bg-notice.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  border-radius: .267rem;
  box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
  margin-bottom: 10px;
  margin: 0 10px;
  border-left: 4px solid #FC8E06;
}
.notice img{
  height: 50vh;
  max-height: 50vh;
  object-fit: cover;
}
.notice .inner h5{
    color: #3f4254;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.notice .inner h5 i{
    color: #FC8E06;
}
.notice .inner p{ 
  color: #3f4254;
  /*background: #fff;*/
  /* border-color: rgba(47,82,154,.92); */
  /* padding: 20px; */
  transform: translateZ(0) scale(1);
  font-size: 18px;
}

.news-ticker{
  position: fixed;
  bottom: 0;
  /*background-image: url(../images/bg-ticker.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
  background: linear-gradient(to bottom,#FEBD3F,#FC8E06);
  border-top: 2px solid #fff;
}

.news-ticker marquee{
  padding: 10px 0;
}
.news {
  width: 160px
}
.news-scroll a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: rgb(207, 23, 23);
  border-radius: 50%;
  display: inline-block
}
.logout{
    position: absolute;
    bottom: 0;
    right: 15px;
    width: auto;
    color: #fff;
    z-index: 999;
    font-size: 30px; 
}

/*.urdu-font{*/
/*    font-family: 'Urdu Typesetting';*/
/*}*/



.main-wrapper{
    padding: 20px;
    background: linear-gradient(#eff7ff,#abe7ff);
    background-repeat: no-repeat;
    height: 100vh;
}

.fs-2{
    font-size: 2rem;
}
.flex-basis-50{
    flex-basis: 50%;
}
.flex-basis-100{
    flex-basis: 100%;
}

.item-card{
    background: #fff;
    border-radius: 5px;
    margin: 5px;
    padding: 20px 10px;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgb(7 71 103 / 10%);
}
.item-card img{
    height: 64px;
}

@media (min-width: 1600px){
    .left .notice .inner p{
        font-size: 20px;
    }
    .tbl-curexg tbody tr td, .tbl-curexg thead tr th{
        font-size: 20px;
    }
    .news-scroll a{
        font-size: 30px;
    }
    .right .slider .carousel-inner img{
        object-fit: fill;
    }
}

@media (min-width: 2000px){
    .notice .inner p{
        font-size: 35px;
    }
    .tbl-curexg tbody tr td, .tbl-curexg thead tr th{
        font-size: 35px;
    }
    .news-scroll a{
        font-size: 35px;
    }
    .notice{
        padding: 25px;
        border-left: 10px solid #FC8E06;
    }
}

@media (min-width: 3050px){
    .notice .inner p{
        font-size: 40px;
    }
    .tbl-curexg tbody tr td, .tbl-curexg thead tr th{
        font-size: 40px;
    }
    .news-scroll a{
        font-size: 40px;
    }
}

