@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

:root{
    --color:#171717;
    --red:#fa0202;
    --white:white;
}
.header{
    width:100%;
    height:70vh;
    position: relative;
}
.header img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.contact-topic{
    position: absolute;
    top:40%;
    left:40%;
}
.contact-topic h1{
    color: white;
    font-size:60px;
}
.location{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    height:100%;
    margin-top:70px;
}
.location-1{
    width:47%;
    height: auto;

}
.location-1 .info{
    margin-bottom:60px;
}
.location-1 h4{
    color:rgb(54, 52, 52);
    font-weight: bold;
}
.info a{
    text-decoration: none;
    color: rgb(74, 72, 72);
    font-family: 'Poppins', sans-serif;
    font-size:17px;
}
.info i{
    color: var(--red);
    font-size:20px;
}


.split input{
    width:44%;
    padding:6px;
    margin-bottom:20px;
    background-color: rgb(245,245,245);
    border: none;

}
input{
    width:90%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
}
textarea{
    width:90%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
    
}


.submit-button {
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 0;
    color:white;
    background-color:var(--color);
    /* border:.5px solid white; */
    z-index: 1;
    transition: color 0.5s;
    text-align: center;
    position: relative;
    margin-top:10px;
    margin-right:10px;
    border-radius:0px;
    font-size:18PX;

}
.submit-button:hover {
    color:var(--red);
   
    
}

iframe{
    margin-top: 30px;
}












@media screen and (max-width:320px){
   

    
.header{
    width:100%;
    height:50vh;
    position: relative;
}
.header img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.contact-topic{
    position: absolute;
    top:36%;
    left:18%;
}
.contact-topic h1{
    color: white;
    font-size:45px;
}
.location{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    width:100%;
    height:100%;
    margin-top:40px;
}
.location-1{
    width:100%;
    height: auto;

}
.location-1 .info{
    margin-bottom:20px;
}
.location-1 h4{
    color:rgb(54, 52, 52);
    font-weight: bold;
}
.info a{
    text-decoration: none;
    color: rgb(74, 72, 72);
    font-family: 'Poppins', sans-serif;
    font-size:17px;
    font-weight:400;
}
.info i{
    color: var(--red);
    font-size:20px;
}


.split input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color: rgb(245,245,245);
    border: none;

}
input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
}
textarea{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
    
}


.submit-button {
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 0;
    color:white;
    background-color:var(--color);
    /* border:.5px solid white; */
    z-index: 1;
    transition: color 0.5s;
    text-align: center;
    position: relative;
    margin-top:10px;
    margin-right:10px;
    border-radius:0px;
    font-size:18PX;

}
.submit-button:hover {
    color:var(--red);
   
    
}

iframe{
    margin-top: 30px;
}







}

@media screen and (min-width:321px) and (max-width:375px){

    
.header{
    width:100%;
    height:50vh;
    position: relative;
}
.header img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.contact-topic{
    position: absolute;
    top:35%;
    left:25%;
}
.contact-topic h1{
    color: white;
    font-size:45px;
}
.location{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    width:100%;
    height:100%;
    margin-top:40px;
}
.location-1{
    width:100%;
    height: auto;

}
.location-1 .info{
    margin-bottom:20px;
}
.location-1 h4{
    color:rgb(54, 52, 52);
    font-weight: bold;
}
.info a{
    text-decoration: none;
    color: rgb(74, 72, 72);
    font-family: 'Poppins', sans-serif;
    font-size:17px;
    font-weight:400;
}
.info i{
    color: var(--red);
    font-size:20px;
}


.split input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color: rgb(245,245,245);
    border: none;

}
input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
}
textarea{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
    
}


.submit-button {
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 0;
    color:white;
    background-color:var(--color);
    /* border:.5px solid white; */
    z-index: 1;
    transition: color 0.5s;
    text-align: center;
    position: relative;
    margin-top:10px;
    margin-right:10px;
    border-radius:0px;
    font-size:18PX;

}
.submit-button:hover {
    color:var(--red);
   
    
}

iframe{
    margin-top: 30px;
}

}

@media screen and (min-width:376px) and (max-width:425px){

      
.header{
    width:100%;
    height:50vh;
    position: relative;
}
.header img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.contact-topic{
    position: absolute;
    top:35%;
    left:25%;
}
.contact-topic h1{
    color: white;
    font-size:45px;
}
.location{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    width:100%;
    height:100%;
    margin-top:40px;
}
.location-1{
    width:100%;
    height: auto;

}
.location-1 .info{
    margin-bottom:20px;
}
.location-1 h4{
    color:rgb(54, 52, 52);
    font-weight: bold;
}
.info a{
    text-decoration: none;
    color: rgb(74, 72, 72);
    font-family: 'Poppins', sans-serif;
    font-size:17px;
    font-weight:400;
}
.info i{
    color: var(--red);
    font-size:20px;
}


.split input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color: rgb(245,245,245);
    border: none;

}
input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
}
textarea{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
    
}


.submit-button {
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 0;
    color:white;
    background-color:var(--color);
    /* border:.5px solid white; */
    z-index: 1;
    transition: color 0.5s;
    text-align: center;
    position: relative;
    margin-top:10px;
    margin-right:10px;
    border-radius:0px;
    font-size:18PX;

}
.submit-button:hover {
    color:var(--red);
   
    
}

iframe{
    margin-top: 30px;
}






}

@media screen and (min-width:426px) and (max-width:600px){


    
.header{
    width:100%;
    height:50vh;
    position: relative;
}
.header img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.contact-topic{
    position: absolute;
    top:35%;
    left:30%;
}
.contact-topic h1{
    color: white;
    font-size:55px;
}
.location{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    width:100%;
    height:100%;
    margin-top:40px;
}
.location-1{
    width:100%;
    height: auto;

}
.location-1 .info{
    margin-bottom:20px;
}
.location-1 h4{
    color:rgb(54, 52, 52);
    font-weight: bold;
}
.info a{
    text-decoration: none;
    color: rgb(74, 72, 72);
    font-family: 'Poppins', sans-serif;
    font-size:17px;
    font-weight:400;
}
.info i{
    color: var(--red);
    font-size:20px;
}


.split input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color: rgb(245,245,245);
    border: none;

}
input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
}
textarea{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
    
}


.submit-button {
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 0;
    color:white;
    background-color:var(--color);
    /* border:.5px solid white; */
    z-index: 1;
    transition: color 0.5s;
    text-align: center;
    position: relative;
    margin-top:10px;
    margin-right:10px;
    border-radius:0px;
    font-size:18PX;

}
.submit-button:hover {
    color:var(--red);
   
    
}

iframe{
    margin-top: 30px;
}






}

@media screen and (min-width:601px) and (max-width:768px){

   
    
.header{
    width:100%;
    height:50vh;
    position: relative;
}
.header img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.contact-topic{
    position: absolute;
    top:35%;
    left:35%;
}
.contact-topic h1{
    color: white;
    font-size:55px;
}
.location{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    width:100%;
    height:100%;
    margin-top:40px;
}
.location-1{
    width:47%;
    height: auto;

}
.location-1 .info{
    margin-bottom:40px;
}
.location-1 h4{
    color:rgb(54, 52, 52);
    font-weight: bold;
}
.info a{
    text-decoration: none;
    color: rgb(74, 72, 72);
    font-family: 'Poppins', sans-serif;
    font-size:17px;
    font-weight:400;
}
.info i{
    color: var(--red);
    font-size:20px;
}


.split input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color: rgb(245,245,245);
    border: none;

}
input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
}
textarea{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
    
}


.submit-button {
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 0;
    color:white;
    background-color:var(--color);
    /* border:.5px solid white; */
    z-index: 1;
    transition: color 0.5s;
    text-align: center;
    position: relative;
    margin-top:10px;
    margin-right:10px;
    border-radius:0px;
    font-size:18PX;

}
.submit-button:hover {
    color:var(--red);
   
    
}

iframe{
    margin-top: 30px;
}



}

@media screen and (min-width:769px) and (max-width:900px){

       
.header{
    width:100%;
    height:50vh;
    position: relative;
}
.header img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.contact-topic{
    position: absolute;
    top:40%;
    left:35%;
}
.contact-topic h1{
    color: white;
    font-size:55px;
}
.location{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    width:100%;
    height:100%;
    margin-top:40px;
}
.location-1{
    width:47%;
    height: auto;

}
.location-1 .info{
    margin-bottom:40px;
}
.location-1 h4{
    color:rgb(54, 52, 52);
    font-weight: bold;
}
.info a{
    text-decoration: none;
    color: rgb(74, 72, 72);
    font-family: 'Poppins', sans-serif;
    font-size:17px;
    font-weight:400;
}
.info i{
    color: var(--red);
    font-size:20px;
}


.split input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color: rgb(245,245,245);
    border: none;

}
input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
}
textarea{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
    
}


.submit-button {
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 0;
    color:white;
    background-color:var(--color);
    /* border:.5px solid white; */
    z-index: 1;
    transition: color 0.5s;
    text-align: center;
    position: relative;
    margin-top:10px;
    margin-right:10px;
    border-radius:0px;
    font-size:18PX;

}
.submit-button:hover {
    color:var(--red);
   
    
}

iframe{
    margin-top: 30px;
}



}

@media screen and (min-width:901px) and (max-width:992px){

   
       
.header{
    width:100%;
    height:50vh;
    position: relative;
}
.header img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.contact-topic{
    position: absolute;
    top:40%;
    left:35%;
}
.contact-topic h1{
    color: white;
    font-size:55px;
}
.location{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    width:100%;
    height:100%;
    margin-top:40px;
}
.location-1{
    width:47%;
    height: auto;

}
.location-1 .info{
    margin-bottom:40px;
}
.location-1 h4{
    color:rgb(54, 52, 52);
    font-weight: bold;
}
.info a{
    text-decoration: none;
    color: rgb(74, 72, 72);
    font-family: 'Poppins', sans-serif;
    font-size:17px;
    font-weight:400;
}
.info i{
    color: var(--red);
    font-size:20px;
}


.split input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color: rgb(245,245,245);
    border: none;

}
input{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
}
textarea{
    width:100%;
    padding:6px;
    margin-bottom:20px;
    background-color:rgb(245,245,245);
    border:none;
    
}


.submit-button {
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 0;
    color:white;
    background-color:var(--color);
    /* border:.5px solid white; */
    z-index: 1;
    transition: color 0.5s;
    text-align: center;
    position: relative;
    margin-top:10px;
    margin-right:10px;
    border-radius:0px;
    font-size:18PX;

}
.submit-button:hover {
    color:var(--red);
   
    
}

iframe{
    margin-top: 30px;
}






}