@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    display: flex;
    justify-content: center;
}

.container {
     margin-left:auto;
    margin-right:auto;
    height:auto; 
    width:auto;
   
}

.header {
   margin-left: 10%;
   margin-right: 10%;
}

.address {
    background-color: #ff9a66;
}
img {
    width: 100%;
    height: 100%;
}

.margin-top200{
    margin-top: 200px;
}

.profile{
    width: 300px;
    height: 300px;
    background-image: url(../img/Contact\ 1.jpg);
}
.contact{
    display: flex;
    margin-top: 30px;
    /* flex-direction: column; */
}

.contact-detail{
    background-image: url(../img/Contact\ 2.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Firefox */
    width: -moz-calc(100% - 300px);
/* WebKit */
width: -webkit-calc(100% - 300px);
/* Opera */
width: -o-calc(100% - 300px);
/* Standard */
width: calc(100% - 300px);
    
    height: 300px;
    color: #e97132;

    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.contact-detail #info{
    margin-left: 70px;
}

.info-1,.info-2,.info-3{
    margin: 5px 0px;
}
.contact .profile-pic{
    border-radius: 50%;
}
.contact-header p{
    font-size: 70px;
    color: #e97132;
    margin-bottom: 0px;
}

.footer{
    text-align: left;
    background-color: #EDEDED;
    color:#000;
    font-size: 12px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.footer-title{
    font-size: 30px;
    color:#e97132;
}

@media only screen and (max-width: 1950px) {

    .contact-detail{
         font-size: 40px; 
    }
}

@media only screen and (max-width: 1700px) {

    .contact-detail{
        font-size: 30px; 
   }
}

@media only screen and (max-width: 1400px) {

    .container{
        width: 99%;
    }

    .margin-top200{
        margin-top: 20px;
    }

    .profile{
        width: 200px;
        height: 200px;
    }

   
    .contact-detail{
        width: 100%;
        height: 100%;
        padding: 36px;
    }
    
}

@media only screen and  (max-width: 900px) {

    .contact-detail{
        font-size: 22px; 
         padding: 50px; 
   }

   .contact-header{
    text-align: center;
   }
}

@media only screen and  (max-width: 770px) {
  .contact{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 
    .contact-detail{
        font-size: 18px; 
        align-items: center;
        padding: 36px;
    }

    .contact-header{
        text-align: center;
       }
}


@media only screen and  (max-width: 450px) {
    .contact-detail{
        font-size: 14px; 
        align-items: center;
        padding: 36px;
    }

    .contact-header{
        text-align: center;
       }
}

@media only screen and  (max-width: 400px) {
    .contact-detail{
        font-size: 11px; 
        align-items: center;
        padding: 36px;
    }

    .contact-header{
        text-align: center;
       }
}



