.clr-white {color: white}
.clr-black {color:black}
.bg-black {background-color: #6B8A7A}
.list-style-none {list-style-type: none;}
.margin-end{margin-block-end: 0px;}
.margin-start{margin-block-start:0px; }
.position-relative{position: relative;}
.position-absolute{position: absolute;}
.text-decoration-none {text-decoration: none;}
.line-height-1 {line-height: 1.5;}


/*////////////////header///////////////*/
.header {
    padding: 15px 0;
    background-color: rgb(0 0 0 / 24%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
}
 .logo-main img {
    width: 50px;
}
 .logo-main p {
    font-size: x-large;
    font-weight: 600;
    color: white;
}

 .phone {
    background: rgb(0 0 0 / 10%);
    padding: 3px 8px 3px 9px;
    border-radius: 4px;
}
 #open, #close {
    color: white;
}
 .phone-navbar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: black;
}
 .phone-navbar ul a li {
	user-select: none;
}
 .phone-navbar ul a li:hover {
	background-color: orange;
}


 .phone {display: none;}
 .desktop {display: flex;}

@media only screen and (max-width: 1025px) {
	
	
	.desktop {display: none !important;}
	.phone {display: block !important;}
	
}
/*/////////////////hero////////////////*/
.hero {
    background-color: black;
}

.hero-btn{
    background-color: #666daa;
    padding: 15px 30px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    border-radius: 50px;
    outline: none;
    border: none;
    transition: 0.3s;
}
.hero-btn:hover{
    color:black;
    transition: 0.3s;
    
}
.hero-img img{
	width: 351px;
    height: 350px;
    object-fit: contain;
}

@media only screen and (max-width: 900px){
  .hero-main{
    flex-direction: column !important;
   }
   .hero-content , .hero-img{
    width: 100% !important;
   }
  
}

/*////////////about/////////////////*/

.about {
    background-color: #000000e0;
}
.about-btn{
    background-color: #666daa;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    border-radius: 50px;
    outline: none;
    border: none;
    transition: 0.3s;
}
.about-btn:hover{
    color:black;
    transition: 0.3s;
    
}
.about-img img{
    height: 270px;
    object-fit: contain;
    width: 350px;
}


@media screen and (max-width: 900px){
   .main-about{
    flex-direction: column;
   }
   .about-content , .about-img{
    width: 100% !important;
   }
   .footer-content {
    flex: none;
   }
  
}
@media screen and (max-width: 450px){
    .footer-link{
       flex-direction: column;
    }
}
/*//////////////////listing/////////////*/
.listing {
    background-color: black;
    background-image: url(../images/games.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media screen and (max-width: 900px){
   .flex-column-md{
    flex-direction: column;
   }
   .w-100-md{
    width: 100% !important;
   }
   .footer-content {
    flex: none;
   }
  
}
@media screen and (max-width: 450px){
    .footer-link{
       flex-direction: column;
    }
}
.game-wrapper{
    border: 2px solid white;
    cursor: pointer;
}
.game-wrapper img{
    border-radius: 10px;
}
.game{
    padding:30px;
}
.game-wrapper h2{
    font-weight: 700;
    font-size: large;
}
.list-btn{
     padding: 16px 30px;
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    outline: none;
    border-radius: 50px;
    border: none;
    cursor: pointer;

}

.game-wrapper:hover .list-btn{
    background-color: #666daa;
    color: white;
    transition: 0.5s;
}
@media only screen and (max-width: 950px) {
   
    .flex-wrap-w {
       flex-wrap: wrap;
    }
    .game-wrapper{
        width: 45% !important;
    }
    .w-100-md{
        width: 100% !important;
    }
     
    
}
@media only screen and (max-width: 750px){
    .game-wrapper , .listing-img{
        width: 70% !important;
    }
}
@media only screen and (max-width: 550px){
    .game-wrapper , .listing-img{
        width: 100% !important;
    }
}

/*/////////////contact////////////*/
.contact {
    background-color: black;
}
.main-contact{
    
    margin: 40px auto;
    padding: 20px 30px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    position: relative;
}
.send-btn{
    background-color: #fff;
    padding: 13px;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50px;
    outline: none;
    border: none;
    transition: 0.3s;
}
.send-btn:hover{
    opacity: 0.6;
    transition: 0.3s;
    
}
.input-text{
    outline: none;
    border-bottom: 1px solid white;
    border-right: none;
    border-left: none;
    border-top: none;
    padding: 20px 10px;
    color: white;
    background-color: transparent;

}
@media screen and (max-width: 1050px){
   .main{
    flex-direction: column;
   }
   .main-contact , .img{
    width: 100% !important;
   }
   
}
@media screen and (max-width: 450px){
    .contact-img{
        width: 100% !important;
    }
}
/*////////////////iframe///////////////////*/
.iframe {
	background-color: black;
}
.iframe-link iframe {
	width: 80%;
    display: flex
;
    margin: auto;
    min-height: 500px;
    border: none;
    outline: none;
}
/*//////////////////footer////////////*/
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer {
    background-color: black;
}
.footer-content {
    flex: 0 1 971px;
}

.nav__item a:hover{
    color:#666daa;
    transition: 0.3s;
    cursor: pointer;
    
}

@media only screen and (max-width: 900px){
   .mian-footer{
    flex-direction: column;
   }
   
   .footer-content {
    flex: none;
   }
  
}
@media only screen and (max-width: 450px){
    .footer-link{
       flex-direction: column;
    }
}
