@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&display=swap');

* p, h1, h2, h3, h4, h5, h6, ul{
	padding: 0;
	margin: 0;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.submenu {
    display: none;
    background: #111;
}

.submenu li a {
    padding-left: 0px;
    font-size: 14px;
}

.arrow {
    font-size: 18px;
}
@font-face {
	font-family: 'Daughter of Fortune';
	src: url('../fonts/Daughter of Fortune.ttf');}
body{
    background: url('im/main-bg.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}
.hprh p{text-align:center; text-transform: capitalize;}
.hprh p span{font-family: 'Daughter of Fortune'; font-size:35px;}
canvas{
	position: absolute;
	top: 0;
	z-index: 1;
	opacity: 0.4;
}
.site-wrapper{
	width: 100%;
	height: 100vh;
	position: relative;
	opacity: 1;
	z-index: 9;
}
.container-max {
  max-width: 1400px;
}
header{
	padding: 3vh 60px;
}

.ex-text {
  font-family: 'Daughter of Fortune';
  font-weight: bold;
padding-bottom: 10px; color:#fec724; letter-spacing:2px;
  font-size: 55px; text-align:center;

}
.top-button {
  padding-left: 40%;
}
.logo{
position: absolute;
  top: 0vh;
  left: 4%;
  right: 0;
  max-width: 160px;
  width: 100%;
  background-color: #121212;
  height: 145px;
}
.logo img{
	max-width: 160px;
	width: 100%;
	padding: 90px 20px 0;
}
.top-button button{
background-color: transparent;
  padding: 17px 23px;
  border: 0;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}
.top-button button:hover{
	cursor: url('im/cursor.png'), auto;
}
.ctg-img {
  max-width: 90%;
}
.cat-hoo .icon {
  position: absolute;

  top: -36px;

  right: 23%;

  border: solid;

  padding: 10px 18px;

  color: #000;

  border-radius: 50px;

  font-size: 20px;

}
.ctg-hover .icon:hover {
color: #ffc825;
}
.ctg-hover .category-mains h1:hover{
color: #fff;
  background-color: #ffc825;
}
.category-mains h1 {
position: absolute;
  bottom: 57px;
  right: 87px;
  text-transform: uppercase;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  background-color: #e72243;
  padding: 4px 14px;
}
.category-section{
	margin-top: 7vh;
}
.category-section .container{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}
.category-section .owl-theme .owl-dots .owl-dot{
	display: inline-block ;
	margin-top: 4vh !important;
}
.category-section .owl-stage-outer{
	margin-left: 1px;
}
.category-section .owl-dot:hover span{
	cursor: url('im/cursor.png'), auto;
}
.category-section .owl-dot.active span{
	background: #ffc825 !important;
}
.category-section .owl-dot:hover span{
	background: #ffc825 !important;
	cursor: url('im/cursor.png'), auto;
}
.category-main{
	text-align: center;
	border-right: solid 1px #fff;
	padding: 5vh 0;
}
.category-main h1{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 50px;
	text-transform: uppercase;
	transition: all 0.5s ease;
	cursor: url('im/cursor.png'), auto;
}
.category-main p{
	color: #585858;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 20px;
	padding: 3.5vh 0;
	transition: all 0.5s ease;
	cursor: url('im/cursor.png'), auto;
}
.category-main {
    cursor: url('im/cursor.png'), auto;
}
.category-main .cat-ho{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 20px;
	transition: all 0.5s ease;
	transform: skew(90deg);
	opacity: 0;
	cursor: url('im/cursor.png'), auto;
}
.category-main .cat-ho div{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: solid 1px #ffc825;
	color: #fff;
	transition: all 0.5s ease;
}
.category-main .cat-ho span{
	opacity: 0;
	transition: all 0.5s ease;
}
.category-main:hover .cat-ho span{
	opacity: 1;
}
.category-main:hover .cat-ho div{
	margin-right: 20px;
}
.category-main:hover .cat-ho{
	text-decoration: none;
	transform: skew(0deg);
	opacity: 1;
}
.category-main:hover{
	cursor: url('im/cursor.png'), auto;
}
.category-main:hover h1{
	color: #ffc825;
}
.category-main:hover p{
	color: #fff;
}
.category-main a:hover{
	text-decoration: none;
}
.copyright{
color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background: #121212;
  width: 32%;
  position: absolute;
  left: 27px; bottom:20px;
  padding: 13px;
  margin:0 auto;
}





.get-in-touch{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0);
	overflow-x: auto;
	visibility: hidden;
    opacity: 0;
}
.get-in-touch.show {
    opacity: 1;
    top: 0px;
    transition: all 0.5s ease-in-out;
    visibility: visible;
}
.get-in-touch {
    scrollbar-width: thin;
    scrollbar-color: #2A2A2A #151516
}
.get-in-touch::-webkit-scrollbar {
    width: 7px;
}
.get-in-touch::-webkit-scrollbar-track {
    background: #151516;
    border-radius: 20px;
}
.get-in-touch::-webkit-scrollbar-thumb {
    background-color: #2A2A2A;
    border-radius: 20px;
}
.form-group{
    position: relative;
    text-align: left;
}
.form-control{
	height: 50px;
	background-color: #000;
	color: #747474;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	border-radius: 0px;
	border: 0;
	border: solid 1px #ffc825;
}
.form-control:focus {
	color: #fff;
	background-color: #000;
	border-color: transparent;
	outline: 0;
	box-shadow: unset;
	border: solid 1px #ffc825;
}
.form-control::placeholder{
	opacity: 1;
	color: #747474;
}
.btn-primary{
	background-color: #ffc825;
	border: 0;
	color: #000;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	padding: 13px 30px;
	cursor: url('im/cursor.png'), auto !important;
}
.btn-primary:hover{
	background-color: #ffc825;
}
.get-heading{
	color: #fff;
	font-size: 25px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}
/*---------- Label-------*/
label{
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 200;

}
label svg {
	color: #ff1a1a;
	font-size: 8px !important;
	margin-left: 4px;
	position: relative;
	top: -6px;
}
p.error{
    position: absolute;
    top: 100%;
    z-index: 5;
    display: block;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #ff1a1a;
    border-radius: .25rem;
    right: 0;
}
.contact-detail p{
	color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding: 10px 0;
}
.contact-detail p svg{
	margin-right: 10px;
}
.get-close{
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 9;
	background-color: transparent;
	color: #fff;
	font-size: 25px;
	border: 0;
	cursor: url('im/cursor.png'), auto !important;
}



.leftmenu{
	position: absolute;
	left: -300px;
	top: 0;
	height: 100%;
	width: 300px;
	background-color: #000;
	z-index: 99;
	visibility: hidden;
}
.leftmenu.show{
	left: 0;
	visibility: visible;
}
.left-close{
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 9;
	background-color: transparent;
	color: #fff;
	font-size: 25px;
	border: 0;
	cursor: url('im/cursor.png'), auto !important;
}
.leftmenu ul{
	padding: 50px 20px;
}
.leftmenu ul li{
	list-style: none;
	padding: 2px 0;
}
.leftmenu ul li a{
	cursor: url('im/cursor.png'), auto !important;
	color: #fff;
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	transition: all 0.5s ease;
}
.leftmenu ul li a:hover{
	text-decoration: none;
	color: #ffc825;
}






 @media only screen and (max-width: 767px) {
 	header {
	    padding: 15px 0px;
	}
	.top-button button {
	    padding: 9px 13px;
	    font-size: 13px;
	}
	.logo {
	    max-width: 100px;
	    top: 15px;
	}
	.logo img {
	    max-width: 100px;
	    width: 100%;
	}
	.category-section {
	    margin-top: 11vh;
	}
	.category-main h1{
		font-size: 30px;
	}
	.category-main p{
		font-size: 15px;
	}
	.category-main{
		padding: 3vh 0;
	}
 }
@media only screen and (min-width: 1767px) {
    	.top-button {
  padding-left: 0% !important;
}
.category-section {
  margin-top: 20vh !important;
}
}

 @media only screen and (max-width: 550px) {
 	.leftmenu{
		left: -100%;
		width: 100%;
	}
	.copyright {

  width: 100% !important;
	    
	}
	body {
  margin: 0;
  overflow: hidden !important;
  background-image: url('im/main-bg.png');
  background-repeat: no-repeat;
background-size: contain;
  
}
.category-section {
    margin-top: 0vh;
  }
  .ex-text {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 30px;
}
.category-mains h1 {
  position: absolute;
  bottom: 57px;
  right: 49px;
  text-transform: uppercase;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  background-color: #e72243;
  padding: 4px 14px;
}
.logo img {
  padding: 16px 8px 0;
}
.logo {
    height: 60px;
}
.top-button {
  padding-left: 56%;
}
 }