@import url('./bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

:root {
  --color-1: #732c7b;
  --color-2: #ff97d6;
  --color-3: #97190a;
  --color-4: #282c92;
  --color-5: #fcedff;
  --color-6: #230b26;

}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif;

}

a,
a:hover,
a:active,
a:focus,
a:focus-visible {
  text-decoration: none;
  color: inherit;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

label {
  color: #000;
}

.link {
  color: var(--bs-blue);
}

.bg-maroon {
  background-color: var(--color-3);
}
.bg-blue {
  background-color: var(--color-4);
}
.bg-theme-1 {
  background-color: var(--color-1);
}
.bg-magenta {
  background-color: var(--color-5);
}
.border-magenta{border: 1px solid var(--color-1);}
.wesbite-logo a {
  display: flex;
  align-items: center;
}

.wesbite-logo a .main-logo {
  height: 80px;
}

/* header */
.header-middle {
    /* border-top: 2px solid var(--color-1); */
    background: var(--color-5);
    background-image: url(../images/header-bg.png);
    background-size: 100% 100%;
}
.navbar  .dropdown-item:focus, .navbar  .dropdown-item:hover {
    background-color: #fcedff;
}
.navbar .dropdown-menu>.dropdown .dropdown-menu {
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
}
.text-red{
  color: var(--color-3);
}
.text-pink-2 {
  color: var(--color-1);
}
.text-pink {
  color: var(--color-2);
}
.text-blue {
  color: var(--color-4);
}
.button-style-3{border: 1px solid var(--color-2); }
.button-style-3:hover{border: 1px solid var(--color-2); background-color:var(--color-2); }
.header-middle-buttons {
  font-family: "Roboto Condensed", sans-serif;
}
.header-middle-buttons .button-style-2 {
    background: -webkit-linear-gradient(128deg, #ebcae6 -27%, #ebcae6 -18%, #732c7b 12%, #ebcae6 13%);
  color: var(--white);
  border: 0px solid #f46904;
  transition: all 0.5s ease-in;
}
 .button-style-2:hover {
  background:-webkit-linear-gradient(135deg, #ebcae6 -27%, #732c7b -100%, #ebcae6 87%, #ebcae6 0%);
}
.wesbite-logo a .logo-text {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 25px;
}
.heading-style-1 {
  margin-left: 15px;
}
.heading-style-1:before {
  content: '';
  position: absolute;
  width: 5px;
  background: var(--color-3);
  border-radius: 55px;
  left: -15px;
  top: 5px;
  bottom: 4px;
}
.Language {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
/* new and update */
#what-new-slider {
  height: 302px !important;
}
.news-update-block button.btn-arrow-sm {
  display: flex;
  background-color: var(--color-3);
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 14px;
  height: 25px;
  width: 25px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.what-new-single .date {
  border: 1px solid #ed7a2b75;
  padding: 5px 8px;
  border-radius: 7px;
  color: var(--theme-color-2);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
}

.what-new-single {
  border-bottom: 1px dashed rgba(3, 3, 3, 0.11);
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}

.what-new-single a {
  font-size: 15px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  position: relative;
}
.what-new-single:hover a {
  color: var(--color-3);
}
.new-icon-gif {
  width: 33px;
}
.arrow-circle {
  background: white;
  padding: 0px 10px;
  border-radius: 30px;
  color:var(--color-1);
}
.higlight {
  border: 1px solid var(--color-3);
  background: var(--white);
  padding: 5px 5px;
}
.news-heading {
  padding: 5px 10px;
  background: var(--color-3);
}
.news-ctrl {
  background-color: var(--color-3);
}
.shap-clip:before,
.shap-clip::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: var(--white);
}
.shap-clip:before {
  top: 0;
  left: 0;
  border: 50px solid transparent;
  border-right: 50px red;
  border-bottom: 50px red;
}
/* menu */
.nav-link {
  color: #fff;
  position: relative;
}
.nav-item:active .nav-link::before,
.nav-item:hover .nav-link::before,
.navbar-nav .nav-link.active::before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 10px;
  height: 4px;
  border-radius: 50px;
  background-color: var(--color-2);
  margin: auto;
  left: 0;
  right: 0;
}
/* slider */
.absolute-btn {
  position: absolute;
  top: 50%;
}

.custom_controls .prev-btn {
  left: 0;
  right: auto;
}

.custom_controls .next-btn {
  right: 0;
  left: auto;
}

.blurred-btn {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0.5rem;
  display: block;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  margin: 0 10px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}

.text-ellipsis a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
/* scroll style */
.scroll-style:hover::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.scroll-style:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bbbbbb;
}

.scroll-style:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scroll-style {
  overflow-y: hidden;
}

.scroll-style:hover {
  overflow-y: auto;
}
/* news list */
.ins-list {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.h-80vh {
  height: 75px;
}

ul.ins-list li a {
  background: var(--color-1);
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 7px;
  display: inline-block;
  color: #fff;
  transition: .4s ease-in;
}

ul.ins-list li:hover a {
 background: var(--color-3);
}
/* footer */
.active>.page-link, .page-link.active {
    background-color: var(--color-1);
    border-color: var(--color-1);
}
.page-link
{
  color: var(--color-1);
}
footer {
  -webkit-box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  -moz-box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-3);
}

/* inner page css */
.breadcrumb-styles::before {
  content: '';
  background-color: #0000008c;
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.breadcrumb-styles {
  height: 150px;
  overflow: hidden;
}

.breadcrumb-styles img {
  margin-top: -40px;
  height: 150%;
}

.breadcrumb-heading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.captcha-img img {
  height: 37px;
  width: 40%;
}

.contact-block span>i {
    border-radius: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secure-icon-block{height: 100%;}
.secure-icon-block::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
    box-shadow: -1px 0px 0px 0px #0000001a;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.secure-icon-block::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/secure-b.gif);
    background-size: cover;
    box-shadow: -2px 0px 0px 0px #0000001a;
    border-radius: 50px;
    background-color: #fff;
}
.login-img-block  {
    margin: auto;
    text-align: center;
}
/* responsive */
@media only screen and (min-width:320px) and (max-width:992px) {
  .dropdown-menu>.dropdown .dropdown-menu {
    position: initial;
    background: #ffe7d7;
    margin: 0px 15px;
  }
  .theme-wrapper{padding-left: 0px!important; padding-right: 0px!important;}
}

@media only screen and (min-width:764px) and (max-width:1024px) {
  .button-style-2 .fa {
    display: none;
  }

  a.button-style-2 {
    padding: 4px 10px;
    margin-top: 10px;
    font-size: 13px;
  }

  .wesbite-logo a .logo-text span {
    font-size: 100% !important;
  }
}

@media only screen and (min-width:320px) and (max-width:768px) {
  .news-update-block {
    margin-top: 20px;
  }

  .button-style-2 .fa {
    display: none;
  }

  a.button-style-2 {
    padding: 4px 10px;
    margin-top: 10px;
  }

  .wesbite-logo a .logo-text span {
    font-size: 100% !important;
  }
}
table td, table th {
    border: 1px solid #fcedff;
    border-color: #CC9966 !important;
}
table th {
    background-color: #732c7b !important;
    color: white !important;
    border-color: #CC9966 !important;
}
