/*

Theme Name: Initiatemedia

Author: Jaina

Description: Convert HTML to WordPress theme.

Version: 1.0

*/
html, body {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    background-color: #111111;
    color: #b6b6b6;
}
.main__logo {
    max-width: 280px;
    width: 100%;
}
img {
    max-width: 100%;
}
.menubtnwrp {
  padding: 18px 13.5px;
  cursor: pointer;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.habergr-menu {
    width: 24px;
    height: 20px;
    position: relative;
    padding: 9px 0;
    cursor: pointer;
}
.menu-line {
  width: 24px;
  height: 2px;
  -moz-transition: all .2s ease .0s;
  -webkit-transition: all .2s ease .0s;
  transition: all .2s ease .0s;
  background: #ffffff;
  display: block;
}


.menu-line:after, .menu-line:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  top: 0px;
  display: block;
  background: #ffffff;
  -moz-transition: all .2s ease .0s;
  -webkit-transition: all .2s ease .0s;
  transition: all .2s ease .0s;
}
.menu-line:before {
  top: inherit;
  bottom: 0px;
}
.header__menu {
  background-color: #111111;
  background-image: url("/wp-content/uploads/2023/07/icon-only-1.svg");
  position: fixed;
  top: 0;
  z-index: 101;
  max-width: 500px;
  left: -550px;
  transition: all .2s ease 0s;
  width: 100%;
  bottom: 0;
  overflow: auto;
  background-repeat: no-repeat;
  background-position: 190% bottom;
  background-size: 300px auto;
}
.header__menu.active {
    left: 0;
}
.header__menu nav {
    padding: 45px 60px;
}
.header__menu-li {
    padding: 10px 10px;
}
.header__menu-a {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
.headerMenuocntact {
  padding: 25px 60px;
  border-top: 1px solid rgba(255,255,255, 0.2);
  text-align: left;
}
.headerMenuocntact .contact_detials {
    display: block;
    text-align: left;
}
.headerMenuocntact .contact_detials {
    font-size: 1rem;
    font-weight: 400;
    padding-left: 0;
}
.contact_detials {
color: #ffffff;
    padding: 0 20px;
}
.headerMenuocntact .social__link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
}
.social__link {
    display: block;
    border-radius: 50%;
    background: #222;
    text-align: center;
    color: #ffffff;
    margin: 5px;
    text-decoration: none;
}
.menubtnwrp.active {
  background-color:#df137e;
  text-align: center;
}
.overflowHidden {
  overflow: hidden;
}
.menubtnwrp.active .menu-line{
    background: none;
}
.menubtnwrp.active .menu-line::before {
  transform: rotate(-45deg);
  bottom: 10px;
  right: -1px;
}
.menubtnwrp.active .menu-line::before {
  transform: rotate(-45deg);
  bottom: 10px;
  right: -1px;
}
.menubtnwrp.active .menu-line::after {
  transform: rotate(45deg);
  top: 8px;
  left: 1px;
}
.social__link:hover {
  background: #ee9f24;
  color: #ffffff;
}
.footer-wraper {
    background-color: #0a0a0a;
    padding-top: 50px;
    margin-top: 15px;
}
.social__link {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background: #222;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 1.25rem;
  margin: 5px;
  text-decoration: none;
}
.contact_detials {
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0 20px;
}
.contact_detials .fa {
  padding-right: 10px;
  color: #df137e;
}
.coprightwrp {
    padding: 15px;
    background: #000;
    text-align: center;
    margin-top: 40px;
}
.coprightwrp p {
    margin-bottom: 0;
}
.section__title h2{
    background: linear-gradient(to left, #DF137E 0%, #EE9F24 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section__title h2{
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: fit-content;
    font-size: 2.5rem;
}
.video-bg-wrp {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    padding: 102px 15px 15px;
}
.hero__titlewrp {
    text-align: center;
    z-index: 11;
    position: relative;
    font-weight: 700;
}
.hero__title-h1 {
    font-weight: 700;
    color: #ffffff;
	font-size: 4rem;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.video-background video {
    min-height: 100%;
    min-width: 100%;
}
.video-bg-wrp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.main_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 15px;
}
video{
    max-width: unset !important;
    width: unset !important;
}
.w20-col:first-child {
    border-left: none;
}
.w20-col{
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-right:none;
}
.w20-col:hover,.subSection__detailImg .elementor-widget-container::after{
    background: linear-gradient(135deg, rgba(238, 159, 36, 1) 0%, rgba(223, 19, 126, 1) 100%);
    color: #ffffff;
    text-decoration: none;
}
.main_header--inner {
  position: static;
  background-color: #111111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.opacity-text p{
    opacity: .7;
}
.cs-form_field {
    width: 100%;
    height: 55px;
    border: 2px solid rgba(255,255,255,0.3);
    background: #111111;
    border-radius: 6px;
    padding: 10px;
    color: #ffffff;
}
.cs-btn.btn {
    background: #df137e;
    color: #ffffff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}
.cs-btn.btn span{
    padding-right: 5px;
}
.subSection__detailImg .elementor-widget-container::after{
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    top: 40%;
    left: 40%;
    border-radius: 20px 20px;
   /* background: linear-gradient(135deg, rgba(238, 159, 36, 1) 0%, rgba(223, 19, 126, 1) 100%);
    color: #ffffff;
    text-decoration: none;*/
}
.subSection__detailImg img {
    border-radius: 20px !important;
    position: relative;
    z-index: 2;
}
.header__menu-ul li a{
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
}
.header__menu-ul li{
    padding: 10px 10px;
}
.header__menu-ul li a:hover {
    text-decoration: none;
    color: #df137e;
}
@media only screen and (min-width:1100px){
    .footer-wraper {
      background-image: url("/wp-content/uploads/2023/07/icon-only-1.svg"),  url("/wp-content/uploads/2023/07/icon-only-1.svg");
      background-repeat: no-repeat;
      background-position: -10px -110px, 100% 160px;
      background-size: 210px auto;
    }
}
@media only screen and (max-width: 575px){
    .main_header{
    	z-index: 10001;
    }
}