@font-face {
    font-family: Poppins2 ;
    src: url(./font/poppins.semibold.ttf);
}

@font-face {
    font-family: Poppins1 ;
    src: url(./font/poppins.extralight.ttf);
}

@font-face {
    font-family: roboto;
    src: url(./font/roboto-400.ttf);
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "poppins";
}
html, body{
    height: 100%;
    width: 100%;
}

#contact_container{
    background-color: #F9F9F9;
    margin-bottom: 0rem;
}

#contact_content{
    /* background-color: aqua; */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    height: auto;
    padding: 2rem 0;

}

#contact_main{
    width: 100%;
    height: 100%;
    /* background-color: black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 4rem;
}

#top{
width: 100%;
height: auto;
padding: 0 1rem;
}

#top > p{
    font-size: 1.5rem;
    color: #147EFB;
    font-family: poppins2;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-weight: bolder;
}

#top > h3{
font-size: 1.8rem;
}

#topIcon{
width: 100%;
height: 200px;
display: flex;
height: auto;
justify-content: start;
gap: 8rem;
padding: 0 1rem;

}

#footer{
    width: 100%;
    height: 10rem;
    background-color: #2D2E32;
    position: relative;
    bottom: 0%;
    padding: 0 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footMsg{
width: 70rem;
height: 100px;
display: flex;
align-items: center;
padding: 0 .5rem;
justify-content: space-between;
font-size: 1.5rem;
}

#footMsg > p{
    font-size: 1.5rem;
    font-family: poppins2;
    color: #ffff;
}

#footMsg > span > a{
    color: #ffff;
    font-size: 1.9rem;
    padding-left: 2rem;
}

.contact_icon{
    /* background-color: #2D2E32; */
    display: flex;
    gap: 1rem;
}

#iconL{
    background-color: #ffff;
    font-size: 1.9rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #147EFB;
}

#iconR > h3{
    font-size: 1.3rem;
    font-weight: 900;
    font-family: poppins2;
}

#iconR > p, a{
    font-family: poppins1;
    font-weight: 900;
    color: #2d2e32d0;
    font-size: 1.2rem;
}


@media screen and (max-width:900px){
    #contact_container{
        padding: 0 2rem 2rem;
        margin-bottom: 0rem;
    }


    #contact_main{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        gap: 2.5rem;
    }

    #top{
        width: 100%;
        height: auto;
        padding: 0 1rem;
        text-align: center;
        }
        
        #top > p{
            font-size: 1.5rem;
            color: #147EFB;
            font-family: poppins2;
            padding-bottom: 1rem;
            text-transform: uppercase;
            font-weight: bolder;
        }
        
        #top > h3{
        font-size: 1.8rem;
        }
        
        #topIcon{
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 4rem;
        padding: 0 1rem;
        
        }

        .contact_icon{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            gap: 1rem;
        }
        
        #iconL{
            background-color: #ffff;
            font-size: 1.9rem;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: space-around;
            color: #147EFB;
        }
        
        #iconR > h3{
            font-size: 1.3rem;
            font-weight: 900;
            font-family: poppins2;
        }
        
        #iconR > p, a{
            font-family: poppins1;
            font-weight: 900;
            color: #2d2e32d0;
            font-size: 1.2rem;
        }
        #footer{
            width: 100%;
            height: 10rem;
            background-color: #2D2E32;
            position: relative;
            bottom: 0%;
            padding: 0 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        #footMsg > p{
            font-size: 1.2rem;
            font-family: poppins2;
            color: #ffff;
        }
        
        #footMsg > span > a{
            color: #ffff;
            font-size: 1.5rem;
            padding-left: 2rem;
        }
        
}

@media screen and (max-width: 650px){
    #footMsg > p{
        font-size: 1rem;
        font-family: poppins2;
        color: #ffff;
    }
    
    #footMsg > span > a{
        color: #ffff;
        font-size: 1.2rem;
        padding-left: 2rem;
    }
}

@media screen and (max-width: 570px){
    #footMsg > p{
        font-size: 1rem;
        font-family: poppins2;
        color: #ffff;
    }
    
    #footMsg > span > a{
        color: #ffff;
        font-size: 1.2rem;
        padding-left: 0rem;
    }
    #footMsg > span > a:nth-child(2){
        color: #ffff;
        font-size: 1.2rem;
        padding-left: 0rem;
        padding: 0 2rem;
    }

    #footMsg{
        width: 70rem;
        height: 100px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0 .5rem;
        justify-content: center;
        font-size: 1.5rem;
        }
}

@media screen and (max-width: 468px){

        #top > p{
            font-size: 1rem;
            color: #147EFB;
            font-family: poppins2;
            padding-bottom: 1rem;
            text-transform: uppercase;
            font-weight: bolder;
        }
        
        #top > h3{
        font-size: 1.3rem;
        }

        #footMsg > span > a{
            color: #ffff;
            font-size: 1.2rem;
            padding-left: 0rem;
        }
        #footMsg > span > a:nth-child(2){
            color: #ffff;
            font-size: 1.2rem;
            padding-left: 0rem;
            padding: 0 2rem;
        }
    
        #footMsg{
            width: 70rem;
            height: 100px;
            display: flex;
            align-items: center;
            flex-direction: column;
            padding: 0rem;
            justify-content: space-around;
            font-size: 1.5rem;
            }

            #footer{
                width: 100%;
                height: 8rem;
                background-color: #2D2E32;
                position: relative;
                bottom: 0%;
                padding: 0 1.5rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        
            #topIcon{
                width: 100%;
                height: 200px;
                display: flex;
                flex-direction: column;
                align-items: center;
                height: auto;
                gap: 4rem;
                padding: 0 1rem;
                
                }
        
                .contact_icon{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    gap: 1rem;
                }
                
                #iconL{
                    background-color: #ffff;
                    font-size: 1.9rem;
                    width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                    text-align: center;
                    display: flex;
                    align-items: center;
                    justify-content: space-around;
                    color: #147EFB;
                }
                
                #iconR > h3{
                    font-size: 1rem;
                    font-weight: 900;
                    padding-bottom: .3rem;
                    font-family: poppins2;
                }
                
                #iconR > p, a{
                    font-family: poppins1;
                    font-weight: 900;
                    color: #2d2e32d0;
                    font-size: 1.1rem;
                }
}