/*
Template Name: Cricket Club
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************contact****************/
.center_contact {
    background-image: url(../image/cricket-Gallery.avif);
    background-position: center center;
    background-size: cover;
}

.contact_1ril span{
	border:1px solid var(--border_light); 
	width:70px;
	height:70px;
	line-height:70px; 
 }
/*********************contact_end****************/


@media screen and (max-width : 767px){
.contact_1l {
	text-align:center;
 }
.contact_1lil{
	margin-top:10px; 
 }
.form-check{
	text-align:left; 
 }
.contact_1r{
	margin-top:15px; 
 }
.contact_1r h3{
	text-align:center;
 }
.contact_1r h4{
	text-align:center;
 }
.contact_1r ul{
	text-align:center;
 }
.contact_1ril {
	margin-top:8px;
	margin-bottom:8px; 
 }
 }

@media (min-width:576px) and (max-width:767px) {

 }
@media (min-width:768px) and (max-width:991px) {
.social_tag li{
	margin-top:3px;
	margin-bottom:3px; 
 }
 }

@media (min-width:992px) and (max-width:1200px) {
.social_tag li{
	margin-top:3px;
	margin-bottom:3px; 
 }
 }

/* =============Contact page========= */
.contact-body{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}
.contact-info{
    margin: 2rem 0;
    text-align: center;
    padding: 2rem 0;
}
.contact-info span{
    display: block;
}
.contact-info div{
    margin: 0.8rem 0;
    padding: 1rem;
}
.contact-info span .fas{
    font-size: 2rem;
    padding-bottom: 0.9rem;
    color: #ffbe07;
}
.contact-info div span:nth-child(2){
    font-weight: 500;
    font-size: 1.1rem;
}
.contact-info .text{
    padding-top: 0.4rem;
}

.contact-footer{
    padding: 2rem 0;
    background: #000;
}
.contact-footer h3{
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}
.social-links{
    display: flex;
    justify-content: center;
}
.social-links a{
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem;
    transition: all 0.4s ease;
}
.social-links a:hover{
    color: #ffbe07;
    border-color: #ffbe07;
}

@media screen and (min-width: 768px){
    .contact-bg .text{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-info{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px){
    .contact-bg .text{
        width: 50%;
    }
   
}

/* @media screen and (min-width: 1200px){
    .contact-info{
        grid-template-columns: repeat(4, 1fr);
    }
} */


