body {
    padding: 0px;
    margin: 0px;
    display: block;

}

h3 {
    text-align: center;
    background-color: rgb(240, 157, 85);
    color: white;
    padding: 0px;
    margin: 0px;
}

.header_img {
    background-color: white;

}


.box img {
    /*background-image: url(https://static.wixstatic.com/media/4827f0_74d2a3808ce44fd6888b4ec3265e24e8f000.jpg/v1/fill/w_1920,h_1080,al_c,q_90/4827f0_74d2a3808ce44fd6888b4ec3265e24e8f000.jpg);**/
    width: 100%;
    height: 550px;
}

.box h1 {
    top: 40%;
    left: 20%;
    color: black;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 3rem;
}

span {
    color: red;
}

.box h4 {
    top: 55%;
    left: 20%;
    color: rgb(88, 9, 9);
    position: absolute;
    transform: translate(-50%, 50%);
    text-align: center;
    font-size: 3rem;
    font-size: 1rem;

}

.getin-tuch_btn_1 {

    top: 70%;
    left: 20%;
    background-color: white;
    color:  rgb(224, 110, 11);
    position: absolute;
    transform: translate(-50%, 50%);
   /* text-align: center;*/

    font-size: 1rem;
    border: none;
    /*height: 40px;
    width: 100px;*/
    border-radius: 6px;
}.button{
    
    
}a{
    text-decoration: none;
}

button:hover {
    
    height: 43px;
    width: 120px;
    
    background-color: white;
    color:  rgb(224, 110, 11);
}

nav {
    background-color: rgb(240, 204, 158);
    margin-top: 0px;
    padding: 0px;

}

.right {

    padding: 0;
    margin: 0;
}

/*.right_tital h1{
    text-align: center;
    margin-top: 50px;
    padding: 20px;
}*/
h1 {
    text-align: center;
    top: 50px;
    padding: 50px;
    font-size: 2rem;
    color: rgb(230, 122, 29);
}

.circleBase_circle {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    background-color: rgb(230, 162, 106);
    margin-left: 85px;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 20px;

}

.circleBase_circle img {
    height: 150px;
    width: 150px;
    margin-top: 22px;
    padding: 3px;
    border-radius: 50%;
    shape-outside: circle();
    clip-path: circle();
}

.img_block {
    display: inline-block;
}

.img_block h2 {
    padding-top: 15px;
    padding-left: 12px;
    text-align: center;
}

.flot {
    float: left;
    height: 400px;
    width: 500px;
    margin: 25px;
    margin-right: 7px;
    padding: 10px;
    background-color: rgb(240, 171, 44);
    border-radius: 15px;
}

.flot_titale h4 {
    margin: 20px;
    padding: 15px;
    color: white;
    font-size: 2rem;

}

.flot_titale span {
    color: red;
    font-size: 3rem;

    font-style: italic;

}

/*.flot_titale.btn_btn_1{
    border: 2px solid crimson;
}*/
.button {
    color: aqua;
}

.flot_1 img {
    float: left;
    margin-top: 18px;
    margin-right: 5px;
    padding: 10px;
}

p {
    /*text-align: center;*/
    margin-top: 35%;
    text-align: center;
    padding: 10px;
    color: #F38820;
    font-size: 2rem;
    text-transform: uppercase;

}

.box {
    margin-top: 20px;
    padding: 10px;
    display: flex;

}

.flex_box {
    border-radius: 7px;
    margin: 20px;
    padding: 10px;
    display: inline-block;
    border: 2px solid rgb(243, 242, 242);
}

.flex_box img {
    width: 250px;
    height: 250px;
    border-radius: 7px;
}

.flex_box span {
    color: orange;
    font-size: 2rem;
}

/*.container{
    max-width: 1320px;
    width: 100%;
    
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    justify-items: center;
}*/
section {
    background-image: url(https://www.doughandcream.com/wp-content/uploads/2022/12/video-min.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    height: 500px;
    width: 96%;
    margin-left: 20px;
    margin-top: 0;

}

.video_img {
    height: 500px;
    width: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.69) 0%, transparent 117.71%);
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    margin-top: 0;


}

.video_img img {
    height: 50px;
    width: 50px;
    margin-top: 9rem;

}

.video_img img:hover {
    height: 55px;
    width: 55px;
}

.box_title span {
    font-size: 50px;
    font-style: normal;
    text-align: center;
    color: white;
    margin-top: 10px;
}

.box_title h4 {
    color: white;
    text-align: center;
    font-size: 2rem;
}

.right p {
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

.right_2 p{
    margin-top: 10px;
    padding: 5px;
}.right_img img{
 display: inline-block;
 border-radius: 10px;
 height: 250px;
 width: 250px;
 margin: 7px;
}
.getin-tuch_btn{
    display: flex;
    justify-content: center;
}
.btn{
    display: inline-block;
  position: relative;
  width: auto;
  padding: 10px 20px;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border: 1px solid #F38820;
  border-radius: 8px;
  outline: 0;
  background: transparent;
  color: #F38820;
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 0;
  

}.btn:hover
/*.is-style-button-standard a:hover*/ {
  border-color: #F38820;
  background-color: hsl(30, 90%, 54%);
  color: #fff;
  text-decoration: none;
}footer{
    margin: 0;
    padding: 0;
    background-color: #F38820;;
}
.footer {
    
    display: flex;
    margin-top: 20px;
    padding: 5px;
    margin-left: 0px;

}

.footer_box li {
    list-style: none;
    font-size: 20px;
    margin: 8px;
    padding: 5px;
    color: #fff;
    display: flex;


}