@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "IvyMode-Regular";
  src: url("../fonts/IvyMode-Regular.woff2") format("woff2"), url("../fonts/IvyMode-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IvyMode-Bold";
  src: url("../fonts/IvyMode-Bold.woff2") format("woff2"), url("../fonts/IvyMode-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IvyMode-Light";
  src: url("../fonts/IvyMode-Light.woff2") format("woff2"), url("../fonts/IvyMode-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IvyMode-SemiBold";
  src: url("../fonts/IvyMode-SemiBold.woff2") format("woff2"), url("../fonts/IvyMode-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IvyMode-Thin";
  src: url("../fonts/IvyMode-Thin.woff2") format("woff2"), url("../fonts/IvyMode-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  background: #000 !important;
  font-family: "Manrope", sans-serif !important;
}

.d-grid-center {
  display: grid;
  place-items: center;
}

header {
  margin: 0;
  padding: 0px;
 
}

.mystyleup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #141414;
  animation: mymove 1s ease-in-out;
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
.main-navbar ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 33px 10px;
  text-transform: uppercase;
}
.main-navbar ul > li ul {
  max-width: 1380px;
  margin: 0 auto;
  position: absolute;
  display: none;
  padding-left: 0;
  left: 0;
  background: #141414;
  right: 0;
  width: 100%;
  z-index: 80;
  justify-content: space-between;
}
.main-navbar ul > li ul li {
  width: 33.3%;
}
.main-navbar ul > li ul li .img-box {
  width: 90px;
  height: 90px;
}
.main-navbar ul > li ul li .img-box img {
  width: 100%;
}
.main-navbar ul > li ul li a {
  padding: 20px 10px;
}
.main-navbar ul > li ul li a h3 {
  font-size: 18px;
  font-family: "IvyMode-Regular";
}
.main-navbar ul > li ul li a:hover {
  background: #333;
}
.main-navbar ul > li:last-child {
  margin-left: auto;
}
.main-navbar ul > li:hover ul {
  display: flex;
}

.top-logo {
	position: absolute;
	top: 28px;
	left: 50%;
	z-index: 888;
	transform: translateX(-50%);
	width: 200px;
}
.video-box {
  position: relative;
}
.video-box:after {
  position: absolute;
  content: "";
  position: absolute;
  z-index: 33;
  inset: 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 52%, rgb(0, 0, 0) 100%);
}
.video-box video {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-box .video-content-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13%;
  z-index: 44;
}

.video-box .video-content-box h1 {
  font-family: "IvyMode-Regular";
  color: #fff;
  font-size: 72px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .video-box .video-content-box h1 {
    font-size: 30px;
  }
}
.video-box .video-content-box p {
  margin-bottom: 55px;
  font-size: 18px;
  color: #ddd;
}

.vibtn a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
}
.vibtn a span {
  margin-right: 5px;
  transition: all 1s ease;
  color: #fff;
}
.vibtn a i {
  color: #ddd;
}
.vibtn a:hover span {
  margin-right: 15px;
  transition: all 1s ease;
  color: #fff;
}
.vibtn a:hover i {
  color: #fff;
}

.brand-logos .blogo {
  width: 115px;
}
.brand-logos .blogo img {
  filter: brightness(50%);
}
.brand-logos .blogo:hover img {
  filter: brightness(100%);
}
.brand-logos p {
  margin-top: 35px;
  text-align: center;
  color: #a1a1a1;
  font-size: 14px;
}

.text-block h2 {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  font-family: "IvyMode-Regular";
}
@media only screen and (max-width: 991.98px) {
  .text-block h2 {
    font-size: 30px;
  }
}
.text-block p {
  font-size: 16px;
  color: #aaa;
}
.text-block p span {
  color: #fff;
}

.bookbtn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  background: #ebc9a5;
  font-weight: 600;
  color: #333;
  padding: 10px 30px;
}
.bookbtn:hover {
  background: #fff;
}

.about-block, .brand-logos, .aw-box, .address-block {
  padding: 60px 0;
}

.person-block {
  background: url(../images/aw.jpeg) no-repeat center;
  background-size: cover;
}
.person-block .overlay {
  padding: 40px 50px;
  background: rgba(0, 0, 0, 0.8);
}

.aw-gold {
  width: 220px;
  margin: 0 auto;
}
.aw-gold > div {
  height: 150px;
  width: 150px;
  margin: 0 auto;
}
.aw-gold > div img {
  margin: auto;
}
.aw-gold p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.heading-text {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  font-family: "IvyMode-Regular";
}

.addimg1 {
  background: url(../images/add.jpg) no-repeat center;
  background-size: 100%;
  transition: all 1s ease;
}
.addimg1:hover {
  background-size: 110%;
  transition: all 1s ease;
}

.addimg2 {
  background: url(../images/add.jpg) no-repeat center;
  background-size: 100%;
  transition: all 1s ease;
}
.addimg2:hover {
  transition: all 1s ease;
  background-size: 110%;
}

.add-block .overlay {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.8);
}
.add-block .overlay h4 {
  color: #fff;
  font-size: 21px;
  font-family: "IvyMode-Regular";
}
.add-block .overlay p {
  color: #afafaf;
  font-size: 16px;
}

.add-links-block h5 {
  color: #fff;
  font-size: 16px;
  font-family: "IvyMode-Regular";
}
.add-links-block a {
  color: #a1a1a1;
  font-size: 14px;
}
.add-links-block a:hover {
  text-decoration: underline;
}

/**.s-icons {
  max-width: 130px;
}**/
.s-icons a {
  font-size: 28px;
}

.copy-text {
  color: #707070;
  text-align: center;
  font-size: 14px;
}

.rufus-heading-title h1 {
  font-family: "IvyMode-Regular";
  color: #fff;
  font-size: 72px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .rufus-heading-title h1 {
    font-size: 42px;
  }
}
.rufus-heading-title p {
  margin-bottom: 55px;
  font-size: 18px;
  color: #ddd;
}

.conform input[type=text], .conform input[type=email], .conform textarea, .conform input[type=tel] {
  background: #333;
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  width: 100%;
}
.conform textarea{
  height: 100px;
}
.conform button {
  background: #fff;
  color: #000;
  font-size: 14px;
  border: none;
  padding: 4px 10px;
}

.bookbtn {
  background: #ebc9a5;
  color: #333;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  width: 100%;
}
.bookbtn:hover {
  background: #fff;
  color: #333;
}

.ag-img {
  height: clamp(200px, 40vw, 400px);
}

.about-title-box h3 {
  font-family: "IvyMode-Regular";
  color: #fff;
  font-size: 21px;
}
.about-title-box p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.ctext-block p {
  font-size: 16px;
  color: #fff;
}

.winning-block h4 {
  color: #fff;
  font-size: 40px;
  font-family: "IvyMode-Regular";
}
.winning-block h5 {
  color: #fff;
  font-family: "IvyMode-Regular";
  font-size: 24px;
}
.winning-block p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.bg-blog {
  background: url(../images/add.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.bg-blog .overlay {
  min-height: 280px;
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.7);
}
.bg-blog .overlay h1 {
  margin: auto 0;
  font-size: 30px;
  font-family: "IvyMode-Regular";
  color: #fff;
}
a { text-decoration:none !important;}
.copy-text {
  color: #707070;
  text-align: center;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .video-box .video-content-box {
    left: 15px;
    right: 15px;
  }
  .video-box .video-content-box h1{
    margin-bottom: 0px;
  }
  .video-box .video-content-box p {
    margin-bottom: 0px;
  }

}

