*{margin: 0px;padding: 0px;}
@font-face {
    font-family:DidotMedium;
    src: url(didot/fonts/DidotMedium.ttf);
  }
  body{font-family: DidotMedium;font-size: 30px;}
.container-fluid{padding: 0px;height: 580px;}
.full-width {
    width: 100%;
    position: relative;
    height: 680px;
  }
  #contnet{height: 680px;width: 100%;position: absolute;display: flex;    top: 0;}
   .text_1{height: 680px;width: 37.33%; }
        .top {height: 414px;width: 100%; }
          .heading_large{height: 153px;width: 100%;}
       
          .heading_small{    height: 40px;width: 100%; }
          .heading_small p {
            font-size: 16px;
            /* font-weight: 700; */
            text-align: center;
        }
        .heading_medium h3 {
            text-align: center;
            color: black;
            font-size: 23px;
        }
          .heading_medium{height: 166px;width: 100%; }
        .bottom{height: 166px;width: 100%;}

   .text_2{height: 100%;width: 43.33%;background: pink;}
   .text_3{height: 100%;
    width: 19.33%;background: pink;}

h1 { font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;font-style: normal; font-variant: normal; font-weight: 700;  } h3 { font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif; font-size: 17.5px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 25px; } pre { font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

h2 { font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif; font-style: normal; font-variant: normal; font-weight: 700; }/* ******************************************************************* */

    html, body {
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #360202;;
    }


    .bottom-left {
      position: absolute;
      bottom: 18px;
      left: 16px;
    }
    
    .top-left {
      position: absolute;
      top: 8px;
      left: 16px;
    }
    
    .top-right {
      position: absolute;
      top: 8px;
      right: 16px;
    }
    
    .bottom-right {
      position: absolute;
      bottom: 8px;
      right: 16px;
    }
    
    .centered {
      position: absolute;
      top: 50%;
      left: 55%;
      transform: translate(-50%, -50%);
    }

    .heading_large h2 {text-align: center;
      position: relative;
      top: 31px;
      height: 71px;
      font-size: 85px;
      color: #360202;
      left: 18px;}
      p {
        font-size: 16px;
        /* font-weight: 700; */
        text-align: center;
    }
    h3 {
      text-align: center;
      color: #360202;;;
      font-size: 23px;
  }
  img.one_img {
    margin: -13px 0 0 -10px;
}
.peragraph span{font-size: 13px;    margin: 0px 0 0px 23px;}
.text_heading {
  margin: 0 0px -22px 24px;
}
/*.images_text img {*/
/*  height: 511px;*/
/*  width: 295px;*/
/*  margin: -16px -121px 0px 1px;*/
/*}*/
/*.images_text img {*/
/*    height: 630px;*/
/*    width: 322px;*/
/*    margin: -56px -149px 0px 1px;*/
/*    object-fit: fill;*/
/*    background-size: 100%;*/
/*}*/
.images_text img {
    height: 100vh;
    width: 24vw;
    margin: -2px -149px 0px 1px;
    object-fit: fill;
    background-size: 100%;
}
.centered.text_color {
  position: absolute;
  top: 55%;
  left:62%;
  transform: translate(-50%, -50%);
}
.frem_border img {
  height: 236px;
}
/* .frem_border{background-image: url(images/Untitled_Artwork-11.png);
  background-repeat: no-repeat;
} */
.rotate_img{height: 200px;width: 200px;position: absolute;}
.gjh img {
  height: 192px;
  width: 282px;
  position: absolute;
  top: 16px;
  background-repeat: no-repeat;
  left: 11px;
}

@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  50% { transform: translateX(-5px) }
  75% { transform: translateX(5px) }
  100% { transform: translateX(0) }
 }
 .gjh{
  animation: horizontal-shaking  1s infinite;
}

/*@media only screen and (max-width: 1024px) {*/
/*.images_text img {*/
/*    height: 566px;*/
/*    width: 322px;*/
/*    margin: -18px -83px 0px 1px;*/
/*    object-fit: fill;*/
/*    background-size: 100%;*/
/*}*/
/*}*/


/* div{
    display: flex;
    justify-content: center;
}

html, body
{
    height: 100%;
    width:100%;
    margin:0;
    padding:0;
} */

html, body
{
    height: 100%;
    margin:0;
    padding:0;
}

div {
    position:relative;
    height: 100%;
    width:100%;
}

div img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.pulse {
    display: block;
    animation: pulse 1.3s infinite;
  }

  @keyframes magnified{
    0%{
    transform: scale(1.2,1.2);
    }
    70%{
    transform: scale(1.2,1.2);
    }
    100%{
    transform: scale(1,1);
    }
    }


    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); } 
     }