/*
Theme Name: SIMEC Entertainment Ltd (New)
Theme URI: #
Author: Mahadi Hasan Mahfuz
Author URI: mahadihasanmahfuz880@gmail.com
Description: Easy, Fast & Creative Blog
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
*/



/*==========Common Style Start===========*/

body{
    font-size: 16px;
	font-family: 'Kalpurush', sans-serif;
	background-color: #f6f7ff;
}

p{
    font-size: 16px;
    line-height: 2;
}


h1{
    font-size: 40px;
}

h2{
    font-size: 35px;
}

h3{
    font-size: 30px;
}

h4{
    font-size: 25px;
}

h5{
    font-size: 20px;
}

h6{
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
}

p{
    margin: 0;
    padding: 0;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
}

a:hover{
    color: #86bc42!important;
}

ul{
    list-style-type: none;
}

.for_text_justify{
  text-align: justify;
}

/*==========Common Style Start===========*/
.social {
    position: fixed;
    top: 30%;
    right: 3%;
    z-index: 999;
}
.social ul {
    list-style-type: none;
    padding: 0;
    transform: translatex(30px);
}
.social ul li {
    display: block;
    margin: 5px;
    width: 45px;
    text-align: left;
    padding: 5px;
    border-radius: 30px 0px 0px 30px;
    transition: all .5s;
}
.social ul li a {
    color: #27a149;
    text-decoration: none;
}
.custom_icon {
    max-height: 35px;
    border-radius: 5px;
}
/*==============Header Part Start===============*/

.entertainment_header_menu{
    box-shadow: inset 0px 0px 0px 5px #ffffff;
    background-color: #ffffffb3;
    padding: 10px;
    width: 180px;
    height: 180px;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}

.entertainment_header_menu .entertainment_header_logo img{
    max-width: 125px;
    max-height: auto;
    min-width: 100px;
    position: absolute;
    top: 60px;
    left: 50px;
}


.entertainment_header_menu .entertainment_header_logo, .entertainment_header_menu .nav_menu{
    display: none;
}


.slicknav_brand{
    height: auto;
}

.slick_logo{
    max-width: 120px;
    min-width: 80px;
    position: absolute;
    top: 30px;
    left: 27px;
}

.slicknav_btn{
    position: absolute;
    top: 110px;
    left: 60px;
    background-color: #2220;
}

.slicknav_menu .slicknav_icon-bar{
    background-color: #046abe;
    height: 3px;
    width: 25px;
    margin-top: 0.3em!important;
}

.slicknav_menu{
  background: none;
}

.slicknav_nav{
    background-color: #ffffffb3;
    box-shadow: 0px 0px 0px 5px #ffffff;
    width: 150px;
    position: absolute;
    top: 150px;
    right: -90px;
}


.slicknav_nav a{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px;
    margin: 10px 0px;
}

.slicknav_nav a:hover{
    background: #ffffff;
    color: #3a3a3a!important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


/*================Header Part End===============*/


/*==============Fornt Page Start================*/

.full_page_body{
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
}

/* .vr_img_box{
	box-shadow: 0px 0px 0px 2px #efefef;
	border-bottom: 5px solid #fff;
} */

.hide {
    display: none;
  }
  
  .show {
    display: block;
  }


.fornt_page_vr_part{
    width: 100%;
}

.fornt_page_vr_part .vr_img_part1 a-scene{
    width: 100%;
    height: 880px;
}
.vr_img_part1{
  position: relative;
}
.vr_img_part1 p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  color: #FF2323;
  background: linear-gradient(90deg, #22FFF2 0%, #F3F74D 31.5%, #00FFE0 59%, #23F2FF 94.5%);
  


  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 1s linear infinite;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.fornt_page_vr_part .vr_img_box .vr_img_part2{
    position: absolute;
    top: 20px;
    right: 20px;
}

.fornt_page_vr_part .vr_img_box .vr_img_part2 img{
    width: 100px;
}

/* .fornt_page_vr_part .vr_img_box:hover .vr_img_part2 img{
  display: none;
} */

.fornt_page_vr_part{
    position: relative;
}

.vr_ul_list{
    position: absolute;
    bottom: 6px;
    width: 100%;
    text-align: center;
}

.vr_ul_list ul{
    padding-left: 0rem;
    margin-bottom: .5rem;
    display: inline-block;
}

/* .vr_ul_list ul li{
    border: 1px solid #FFFFFF80;
    background: #00000080;
    border-radius: inherit;
    padding: 5px 30px;
	  margin: 0px 5px;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    color: #ffffff;
  
} */

/* .vr_ul_list ul li.active{
    position: relative;
	border: 1px solid rgba(255,255,255,0.7);
	background-color: rgba(0,0,0,0.5);
} */
/* .vr_ul_list ul li.active::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background-color: white;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */

/* .a-enter-vr-button{
	min-width: 65px!important;
	min-height: 45px!important;
	padding-right: 30px!important;
	padding-top: 20px!important;
	z-index: 99!important;
	background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20245.82%20141.73%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emask%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M175.56%2C111.37c-22.52%2C0-40.77-18.84-40.77-42.07S153%2C27.24%2C175.56%2C27.24s40.77%2C18.84%2C40.77%2C42.07S198.08%2C111.37%2C175.56%2C111.37ZM26.84%2C69.31c0-23.23%2C18.25-42.07%2C40.77-42.07s40.77%2C18.84%2C40.77%2C42.07-18.26%2C42.07-40.77%2C42.07S26.84%2C92.54%2C26.84%2C69.31ZM27.27%2C0C11.54%2C0%2C0%2C12.34%2C0%2C28.58V110.9c0%2C16.24%2C11.54%2C30.83%2C27.27%2C30.83H99.57c2.17%2C0%2C4.19-1.83%2C5.4-3.7L116.47%2C118a8%2C8%2C0%2C0%2C1%2C12.52-.18l11.51%2C20.34c1.2%2C1.86%2C3.22%2C3.61%2C5.39%2C3.61h72.29c15.74%2C0%2C27.63-14.6%2C27.63-30.83V28.58C245.82%2C12.34%2C233.93%2C0%2C218.19%2C0H27.27Z%22%2F%3E%3C%2Fsvg%3E) 50% 50%/70% 70% no-repeat !important;
} */


.fornt_model_part .heading_part {
    text-align: center;
    margin: 50px 0px;
}

.fornt_model_part .heading_part h5{
	color: #1b1161;
    font-size: 30px;
}


.homeSliderPost{
  background-color: white;
}


.fornt_model_part {
    padding: 0px 50px 60px 50px;
}




.fornt_model_part .modal_box_1, .fornt_model_part .modal_box_2{
    position: relative;
}

.fornt_model_part .modal_box_1 .model_hover_box,.fornt_model_part .modal_box_2 .model_hover_box{
    position: absolute;
    background-color: #0000009e;
    color: #fff;
    top:0;
    left: 0;
    padding: 1rem 1rem;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    animation-name: moveInRight;
    animation-duration: .9s;
    animation-play-state: paused; 
}

.fornt_model_part .modal_box_1:hover .model_hover_box,.fornt_model_part .modal_box_2:hover .model_hover_box{
    display: block;
    animation-play-state: running;
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }

}




/*==============Modal Start=============*/

.model_img_box img{
	border: 5px solid #fdfdfd;
	box-shadow: 0px 0px 5px 0px #c1c1c1;
  
}

.modal-header{
	border-bottom:none;
	padding: 10px 10px 0px 0px;
}

.modal-body{
	padding: 0rem 1rem;
}

.modal-dialog{
    max-width: 900px;
}

.modal_bg_color{
   background-color:#f7f7f7;
   background-image: url('./include/img/message-bg.png');
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   padding: 0px 0px 10px 0px;
}

.modal_popup_header h5{
    color: #4c4c4c;
}

.modal_main_popup_picture{
    background-color: #fff;
    padding: 5px;
    position: relative;
}

.modal_main_popup_picture p{
    background-color: #0000008c;
    padding: 10px 5px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    margin: 0px 5px;
    left: 0px;
}

.modal_popup_inner_picture{
    background-color: #fff;
    padding: 5px;
}
.modal_popup_inner_picture img{
  height: 260px;
  object-fit: cover;
}
.modal_main_popup_picture_last{
    background-color: #fff;
    padding: 5px;
}

.modal_popup_inner_content{
	width: 100%;
    height: 16.5rem;
    overflow: auto;
    padding: 15px;
    background-color: #e5e5e5;
}

/*==============Modal End=============*/



.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

@media (max-width:991.98px) {
  .padding {
      padding: 1.5rem
  }
}

@media (max-width:767.98px) {
  .padding {
      padding: 1rem
  }
}

.padding {
  padding: 5rem
}




/*=============Gallery Page Start===============*/

.etm_gallery_mySlides {
  display: none;
}

.etm_gallery_mySlides_show {
  display: block;
}

.etm_gallery_mySlides_hide {
  display: none !important;
}


.cursor {
  cursor: pointer;
}

ul.etm_gallary_clist{
	justify-content: space-between;
}

ul.etm_gallary_clist li .nav-link.active{
	background-color:#046abe;
}

ul.etm_gallary_clist li .nav-link{
	background-color:#ffffff;
	color:#383838;
	padding:.5rem 0.5rem;
	border-radius: 0;
}
ul.etm_gallary_clist li{
	margin: 5px 10px 0px 0px;
}

.etm_gallery_mySlides img{
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  width: 100%;
  height: 100%;
  margin: 0px 0px 20px 0px;
}

.gallery_select_img_div .etm_gallery_img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    margin: 0px 10px;
    border: 5px solid #fff;
}

/* Next & previous buttons */
.etm_gallery_prev,
.etm_gallery_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.etm_gallery_next {
  right: 35px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.etm_gallery_prev:hover,
.etm_gallery_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.etm_gallery_slider_img{
  display: grid;
  grid-template-columns: auto auto auto auto;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.etm_gallery_img{
  opacity: 0.6;
}

.active,
.etm_gallery_img:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*=============Gallery Page End===============*/


/*============about us page Start=============*/

.wp-block-media-text .wp-block-media-text__content{
  padding: 0px 20px 0px 0px;
}

.img_border img{
  border: 5px solid #fff;
}

/*=========================Fornt Page End===========================*/







/*==============Footer Start=================*/

.website_footer_body{
    background-color: #046abe;
    padding: .5rem 0rem 0rem 0rem;

}

.footer_first_box h6{
   color: #fff;
}

.footer_first_box span,.footer_second_box span{
    color: #fff;
	font-size: 16px;
}

.footer_first_box span,.footer_second_box{
    text-align: right;
}
.website_footer_body a{
    color: #fff;
}

.footer_bottom_content p{
    color: #fff;
    padding: 0rem 0rem 0rem 0rem;
	font-size: 15px;
}

.footer_bottom_content{
	border-top: 1px solid #ffffff8c;
}

.footer_bottom_contentfooter_bottom_content{
	    position: relative;
}

/******************  bottom to top **********************/
.scroll-to-top-right{
    text-align: right;
	position: absolute;
    display: inline-block;
    right: 50px;
    bottom: 0;
}
.scroll-to-top{
    background-color: #f9f9f980;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    border: 3px solid #fff;
}
.arrow-up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #ffffff;
  }



/******************  bottom to top End**********************/



/*============Preloader Start=============*/

/* #preloader{
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100vh;

} */

/* .preloader.hideDiv{
    display: none;
  } */




/*PRELOADER-CSS-START */

.preloader_main_body{
    margin: 0;
  }
  .preloader_bg{
    overflow: hidden;
    left: 0;
    transition: all 0.8s;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
  }

  
  body.loaded .preloader_bg{
    left:-100%;
  }




  .preloader_full_body_wrapper {
    position: relative;
    width: 1100px;
    height: 100vh;
    margin: 0 auto;
  }
  .preloader_text{
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    z-index: 111;
    transform: translate(-50%, -50%);
  }
  .preloader_text img {
    width: 200px;
    height: 110px;
    margin-bottom: 0rem;
  }
  .preloader_text h5{
      font-weight: bold;
      font-size: 25px;
  }
  .preloader_text p{
    color: #0065b7;
    font-size: 22px;
    font-weight: bold;
  }
  .conference-text{
      font-size: 40px;
  }
  .preloader_one {
    background: rgb(255 255 255);
    border: none;
    box-shadow: 0px 5px 20px 0px #c7c6c6;
    border-radius: 50%;
    box-sizing: content-box;
    height: 700px;
    width: 700px;
    position: absolute;
    z-index: 12;
    top: 14%;
    left: 18%;
    transform: translate(-50%, -50%);
    animation: circle-spin 1.6s ease infinite;
  }
  .preloader_two {
    background: rgb(255 255 255);
    border: none;
    box-shadow: 0px 5px 20px 0px #c7c6c6;
    border-radius: 50%;
    box-sizing: content-box;
    height: 1000px;
    width: 1000px;
    position: absolute;
    z-index: 11;
    top: -1%;
    left: 4%;
    transform: translate(-50%, -50%);
    animation: circle-spin 1.9s ease infinite;
  }
  .preloader_three {
    background: rgb(255 255 255);
    border: none;
    box-shadow: 0px 5px 20px 0px #c7c6c6;
    border-radius: 50%;
    box-sizing: content-box;
    height: 1300px;
    width: 1300px;
    position: absolute;
    z-index: 10;
    top: -15%;
    left: -11%;
    transform: translate(-50%, -50%);
    animation: circle-spin 2.2s ease infinite;
  }
/*   .preloader_four {
    background: rgb(255 255 255);
    border: none;
    box-shadow: 0px 5px 20px 0px #c7c6c6;
    border-radius: 50%;
    box-sizing: content-box;
    height: 1600px;
    width: 1600px;
    position: absolute;
    z-index: 0;
    top: -29%;
    left: -24%;
    transform: translate(-50%, -50%);
    animation: circle-spin 3.5s ease infinite;
  } */
  @keyframes circle-spin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  /* PRELOADER-CSS-END */
/* GOOGLE-MAP */
.map_section{
  padding: 3rem 0rem 4rem;
}
.map_iframe{
  border: 2px solid #d9dadb;
}
.location_title h4{
  text-align: center;
  padding: 1rem 0rem 2rem;
  font-size: 30px;
}
.google_map{
  background-image: url('./include/img/google-maps.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 700px;
  background-position: center;
  background-color: #f8f8f8;
}
.map_location{
  position: relative;
}
.location_one{
  position: absolute;
  right: 42%;
  margin-top: 21%;
}
.location_two{
  position: absolute;
  right: 50%;
  margin-top: 17%;
}
.location_three{
  position: absolute;
  right: 62%;
  margin-top: 13%;
}
.location_four{
  position: absolute;
  right: 38%;
  margin-top: 13%;
}
.location_one img, .location_two img, .location_three img, .location_four img {
  max-width: 45px;
  background-color: azure;;
}
.location_one h5, .location_two h5, .location_three h5, .location_four h5 {
  background-color: #f6f7ff;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 3px;
    margin-bottom: 0;
}

/* NEW-CSS-FOR-NEW-DESIGH */
.home_service_menu li ul{
  display: none;
}
.home_service_menu li a{
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Anek Bangla", serif;
}
.home_service_menu li ul.home_service_Childmenu a{
  font-size: 18px;
  color: #363434;
  font-weight: 500;
  font-family: "Anek Bangla", serif;
}
.vr_ul_list > .home_service_menu > li{
  position: relative;
  transition: all .35s ease-out;
  border: 1px solid #FFFFFF80;
  background: #00000080;
  border-radius: inherit;
  padding: 5px 30px;
  margin: 0px 5px;
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.vr_ul_list > .home_service_menu > li:hover{
  transform: translateY(-10px);
}
.home_service_menu li:hover ul.home_service_Childmenu{
    display: grid;
    position: absolute;
    bottom: 54%;
    left:0%;
    transform: translateY(-10px);
    width: 100%;
}
.home_service_menu li ul.home_service_Childmenu{
  background-color: white!important;
  padding: 15px;
  border-radius: 15px;
  transition: 0.8s ease-in;
}
.home_service_menu li ul.home_service_Childmenu:last-child {
  background-color: unset;
}
.home_service_menu li ul.home_service_Childmenu li{
  padding: 12px 0px;
  font-family: "Anek Bangla", serif;
}
.home_service_menu li ul.home_service_Childmenu li a{
  font-size: 18px;
  color: #363434;
  font-weight: 500;
  font-family: "Anek Bangla", serif;
}
.home_service_menu li ul.home_service_Childmenu li:hover{
  background: #00000080;
  border-radius: 15px;
  color: #86bc42;
  font-weight: 500;
}
.home_service_menu li ul.home_service_Childmenu li:hover:active{
  color: #86bc42;
}
.home_service_menu li ul.home_service_Childmenu{
  color: #363434;
}

/* CAFE AND Restora */
.shaluk_cafe{
  position: relative;
}
.shaluk_cafe::after{
  position: absolute;
  background-image: url(./include/img/cafe/burgar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: 418px;
  height: 500px;
  left: 0%;
  top: 40%;
  transform: translate(0%, -40%);
  z-index: -9;
}
.shaluk_cafe::before{
  position: absolute;
  background-image: url(./include/img/cafe/juce-bar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: 554px;
  height: 964px;
  right: 0%;
  top: 40%;
  transform: translate(0%, -40%);
  z-index: -9;
}
.cafe_heading_part{
  padding: 50px 0px 25px;
  position: relative;
}
.cafe_heading_part::after{
  position: absolute;
    background-image: url(./include/img/cafe/hot-wave.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    width: 1276px;
    height: 963px;
    right: -20%;
    top: 42%;
    transform: translate(-20%, -42%);
    z-index: -9;
}
.cafe_heading_part h5{
  color: #1783E9;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.cafe_image{
  padding: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 1rem;
}
/* SHAPLA-RESTORA */
.cafe_heading_part_second{
  margin-top: 50px;
  padding: 20px 0px 30px;
  position: relative;
}
.cafe_heading_part_second::after{
  position: absolute;
  background-image: url(./include/img/cafe/pizza.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: 802px;
  height: 802px;
  left: 34%;
  top: 55%;
  transform: translate(-34%, -55%);
  z-index: -9;
}
.cafe_heading_part_second h5{
  color: #1783E9;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.shapla_cafe{
  position: relative;
}
.shapla_cafe::after{
  position: absolute;
    background-image: url(./include/img/cafe/coke.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    width: 447px;
    height: 997px;
    left: 0%;
    bottom: -30%;
    transform: translate(0%, 30%);
    z-index: -9;
}
.custom_container_map{
  padding: 0% 11%;
}


/* ক্যাফে হাসনাহেনা */
.hasnahena_cafe_heading_part_second{
  margin-top: 50px;
  padding: 20px 0px 30px;
  position: relative;
}
.hasnahena_cafe_heading_part_second h5{
  color: #1783E9;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.hasnahena_cafe_heading_part_second::before{
  position: absolute;
  background-image: url(./include/img/cafe/frid_box.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: 777px;
  height: 802px;
  right: -20%;
  top: 55%;
  transform: translate(-20%, -55%);
  z-index: -9;
}
.hasnahena_cafe_heading_part_second::after{
  position: absolute;
  background-image: url(./include/img/cafe/cup.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: 800px;
  height: 900px;
  left: -75%;
  top: 0%;
  transform: translate(75%, -0%);
  z-index: -9;
}
/* সন্ধ্যা মালতী */
.sondhamaloti_cafe_heading_part_second{
  margin-top: 50px;
  padding: 20px 0px 30px;
  position: relative;
}
.sondhamaloti_cafe_heading_part_second h5{
  color: #1783E9;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.sondhamaloti_cafe_heading_part_second::before{
  position: absolute;
  background-image: url(./include/img/cafe/coffe.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: 131px;
  height: 152px;
  right: -10%;
  top: 0%;
  transform: translate(10%, -0%);
  z-index: -9;
}
.sondhamaloti_cafe_heading_part_second::after{
  position: absolute;
  background-image: url(./include/img/cafe/big-piza.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: 900px;
  height: 747px;
  left: -75%;
  top: 0%;
  transform: translate(75%, -0%);
  z-index: -9;
}
/* কিচেন */
.kichen_cafe_heading_part_second{
  margin-top: 50px;
  padding: 20px 0px 30px;
  position: relative;
}
.kichen_cafe_heading_part_second h5{
  color: #1783E9;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.kichen_cafe_heading_part_second::before{
  position: absolute;
  background-image: url(./include/img/cafe/head_cap.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: 109px;
  height: 104px;
  right: -10%;
  top: 0%;
  transform: translate(10%, -0%);
  z-index: -9;
}
.kichen_cafe_heading_part_second::after{
  position: absolute;
    background-image: url(./include/img/cafe/kichen.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    width: 481px;
    height: 1072px;
    left: -50%;
    top: 25%;
    transform: translate(75%, -25%);
    z-index: -9;
}
/* ফ্ল্যাগ কর্নার */
.flag_conner_heading_part_second{
  margin-top: 50px;
  padding: 20px 0px 30px;
  position: relative;
}
.flag_conner_heading_part_second h5{
  color: #1783E9;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.flag_conner_heading_part_second::after{
  position: absolute;
  background-image: url(./include/img/cafe/flag_color.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: 1324px;
  height: 759px;
  left: 34%;
  top: 55%;
  transform: translate(-34%, -55%);
  z-index: -9;
}
  /* =================== RESPONSIVE-DEVICE-START====================== */
  @media only screen and (max-width: 1399px){
    .preloader_one {
      height: 500px;
      width: 500px;
      position: absolute;
      z-index: 12;
      top: 12%;
      left: 27%;
    }
    .preloader_two {
      height: 800px;
      width: 800px;
      position: absolute;
      z-index: 11;
      top: -11%;
      left: 14%;
    }
    .preloader_three {
      height: 1050px;
      width: 1050px;
      position: absolute;
      z-index: 10;
      top: -27%;
      left: 2%;
    }
/*     .preloader_four {
      height: 1300px;
      width: 1300px;
      position: absolute;
      z-index: 0;
      left: -9%;
      top: -45%;
  } */
    .preloader_text p {
    font-size: 16px;
    }
    .preloader_text img{
      width: 170px;
      height: 85px;
      margin-bottom: 0rem;
    }
  .conference-text {
    font-size: 30px;
  }
  .preloader_text h5 {
    font-size: 18px;
  }
	  .location_one {
		  position: absolute;
		  right: 38%;
		  margin-top: 30%;
	  }
	  .location_two {
		  position: absolute;
		  right: 47%;
		  margin-top: 25%;
	  }
	  .location_three {
		  position: absolute;
		  right: 67%;
		  margin-top: 20%;
	  }
	  .location_four {
		  position: absolute;
		  right: 35%;
		  margin-top: 17%;
	  }
    .map_iframe iframe{
      height: 350PX;
    }
  }
  @media only screen and (max-width: 1299px){
    .preloader_one {
      height: 600px;
      width: 600px;
		top: 10%;
		left: 22%;
    }
    .preloader_two {
      height: 850px;
      width: 850px;
		top: -5%;
		left: 11%;
    }
    .preloader_three {
      height: 1050px;
      width: 1050px;
		top: -20%;
		left: 1%;
    }
/*     .preloader_four {
      display:none;
    } */
    }
	@media only screen and (max-width: 1099px) {
		.preloader_one{
			top: 10%;
			left: 23%;
		}
		.preloader_two{
			top: -5%;
			left: 11%;
		}
		.preloader_three{
			top: -20%;
			left: 2%;
		}
		.location_one {
			position: absolute;
			right: 38%;
			margin-top: 35%;
		}

	}
  @media only screen and (max-width: 992px) {
	  .social {
    right: 8%;
}
    .preloader_text p {
      font-size: 15px;
    }
    .preloader_text h5 {
      font-size: 20px;
    }
    .preloader_text img{
      width: 135px;
        height: 65px;
    }
    .conference-text {
      font-size: 25px;
    }
    .preloader_one {
      height: 500px;
      width: 500px;
		top: 18%;
		left: 21%;
    }
    .preloader_two {
      height: 700px;
      width: 700px;
		top: 5%;
		left: 12%;
    }
    .preloader_three {
      height: 850px;
      width: 850px;
		top: -5%;
		left: 5%;
    }
    .preloader_four {
      height: 1000px;
      width: 1000px;
      top: 0%;
      left: -10%;
    }
	  .location_one {
		  position: absolute;
		  right: 30%;
		  margin-top: 45%;
	  }
	  .location_two {
		  position: absolute;
		  right: 43%;
		  margin-top: 35%;
	  }
	  .google_map {
		  background-image: url(./include/img/google-maps.jpg);
		  background-size: cover;
		  background-repeat: no-repeat;
		  height: 570px;
		  background-position: center;
		  background-color: #f8f8f8;
	  }
  } 
@media only screen and (max-width: 850px) {
	.preloader_one{
		top: 15%;
		left: 16%;
	}
	.preloader_two{
		top: 0%;
		left: 7%;
	}
	.preloader_three{
		top: -10%;
		left: 0%;
	}
}


@media only screen and (max-width: 700px) {
	.preloader_one{
		top: 15%;
		left: 8%;
	}
	.preloader_two{
		top: 0%;
		left: -1%;
	}
	.preloader_three{
		display:none;
	}
}

  @media only screen and (max-width: 600px) {
	  .preloader_full_body_wrapper{
		  width:100%;
	  }
    .preloader_one {
    height: 40%;
    width: 70%;
    top: 26%;
    left: 15%;
  }
  .preloader_two {
	  height: 55%;
	  width: 100%;
	  top: 18%;
	  left: 0%;
  }

  .preloader_text p {
    font-size: 10px;
  }
  .preloader_text h5 {
    font-size: 10px;
  }
  .preloader_text img{
    width: 135px;
    height: 65px;
  }
  .conference-text {
    font-size: 15px;
  }
	  .google_map {
		  height: 285px;
	  }
	  .location_one h5, .location_two h5, .location_three h5, .location_four h5 {
		  font-size: 12px;
		  padding: 3px 5px;
	  }
	  .location_one {
		  position: absolute;
		  right: 22%;
		  margin-top: 45%;
	  }
  }
  /*======Ipad=======*/
@media only screen 
  and (device-width: 768px) 
  and (device-height: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  .preloader_one {
		  top: 23%;
		  left: 13%;
	  }
	  .preloader_two {
		  top: 13%;
		  left: 3.5%;
	  }
	  
	  .preloader_three {
		  top: 5%;
		  left: -4%;
	  }

}

@media only screen 
  and (device-width: 1024px) 
  and (device-height: 1366px)
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  .preloader_one {
		  top: 27%;
		  left: 19%;
	  }
	  .preloader_two {
		  top: 17%;
		  left: 8%;
	  }
	  
	  .preloader_three {
		  top: 10%;
		  left: -1%;
	  }
/* 	  .fornt_model_part{
		  min-height: calc(100vh - 820px);
	  } */
	  .fornt_page_vr_part .vr_img_part1 a-scene{
		  width: 100%;
		  height: 820px!important;
	  }

}

/*======Ipad=======*/

  /*============Preloader End=============*/










/* ================== Full Site Media Query Start=================== */



@media only screen and (max-width: 1399px) {
	p {
		font-size: 16px;
		line-height: 1.4;
	}
    .fornt_page_vr_part .vr_img_part1 a-scene {
        width: 100%;
        height: 600px;
    }
    .entertainment_header_menu{
        width: 165px;
        height: 165px;
    }

    .slick_logo {
        max-width: 120px;
		left: 20px;
    }
    .slicknav_btn{
      top: 100px;
      left: 55px;
    }
    .fornt_page_vr_part .vr_img_box .vr_img_part2 img{
        width:80px;
    }
    .home_service_menu li a {
      font-size: 15px;
  }
  .home_service_menu li ul.home_service_Childmenu a {
    font-size: 15px;
  }
  .vr_img_part1 p {
    font-size: 45px;
  }
  .cafe_heading_part::after {
    width: 1076px;
    height: 563px;
}
  .shaluk_cafe::after {
    width: 250px;
    height: 500px;
  }
  .shaluk_cafe::before {
    width: 297px;
    height: 566px;
  }
  .cafe_heading_part_second::after {
    width: 502px;
    height: 502px;
  }
  .shapla_cafe::after {
    width: 247px;
    height: 597px;
  }
  .hasnahena_cafe_heading_part_second::before {
    width: 500px;
    height: 502px;
    right: 0%;
  }
  .sondhamaloti_cafe_heading_part_second::before {
    width: 82px;
    height: 100px;
    right: 0;
  }
  .hasnahena_cafe_heading_part_second::after {
    width: 479px;
    height: 600px;
    left: -52%;
  }
  .sondhamaloti_cafe_heading_part_second::after {
    width: 360px;
    height: 450px;
    left: -33%;
  }
  .kichen_cafe_heading_part_second::before {
    width: 70px;
    height: 70px;
    right: 0%;
    top: 0%;
    transform: translate(0%, -0%);
  }
  .kichen_cafe_heading_part_second::after {
    width: 301px;
    height: 462px;
    left: -30%;
    top: 80%;
  }
  .flag_conner_heading_part_second::after {
    width: 1000px;
  }
  .map_section {
    padding: 1rem 0rem 4rem;
  }
  }

  @media only screen and (max-width: 991px){
    .fornt_page_vr_part .vr_img_part1 a-scene {
        width: 100%;
        height: 550px;
        
    }
      .modal_box_1{
        margin-bottom: 30px;
      }
    .fornt_page_vr_part .vr_img_box .vr_img_part2 img{
        width: 70px;
    }
	  .entertainment_header_menu{
		  width: 140px;
          height: 140px;
	  }
	  .slick_logo {
		  max-width: 100px;
	  }
	  .slicknav_btn {
		  top: 80px;
		  left: 43px;
	  }

  }

  @media only screen and (max-width: 768px){
    p {
        font-size: 14px;
        line-height: 1.5;
		letter-spacing: 1px;
    }
    h5 {
        font-size: 18px;
    }
    .fornt_page_vr_part .vr_img_part1 a-scene {
        width: 100%;
        height: 400px;
    }

 
    .website_footer_body{
        padding: 1rem 0rem 0rem 0rem;
        text-align: center;
    }
    .footer_second_box{
        text-align: center;
    }
    .modal_main_popup_picture p{
        position: relative;
        background-color: #000;
        margin: 0px;
    }
	  .modal_popup_inner_content{
		  height: auto;
	  }
	  ul.etm_gallary_clist{
		  justify-content:center;
	  }
	  .modal_popup_inner_content{
		  margin:10px 0px 10px 0px;
		  text-align:center;
	  }
	  .modal_popup_inner_content p{
		  display:inline-flex;
	  }
    .flag_conner_heading_part_second::after {
      width: 680px;
  }
  .cafe_heading_part h5, .cafe_heading_part_second h5, .hasnahena_cafe_heading_part_second h5,
  .hasnahena_cafe_heading_part_second h5, .sondhamaloti_cafe_heading_part_second h5, .kichen_cafe_heading_part_second h5,
  .flag_conner_heading_part_second h5{
    font-size: 28px;
  }
  .cafe_heading_part::after {
    width: 900px;
  }
  .vr_ul_list > .home_service_menu > li {
    padding: 4px 10px;
    margin: 0px 0px;
    z-index: 999;
  }
  .map_iframe iframe{
    height: 250PX;
  }
  .custom_container_map {
    padding: 0% 5%;
}
.home_service_menu li ul.home_service_Childmenu a {
  font-size: 12px;
}
.home_service_menu li ul.home_service_Childmenu li {
  padding: 5px 0px;
  font-family: "Anek Bangla", serif;
}
	  
}


  @media only screen and (max-width: 500px){

    h5 {
        font-size: 15px;
    }
    .slicknav_menu{
        padding: 0;
        background:none;
    }
    .entertainment_header_menu{
        width: 100%;
        height: 100%;
        position: relative;
        top: unset;
        left: unset;
        border-radius: unset;
    }
    .slick_logo,.slicknav_btn{
        position: relative;
        top: unset;
        left: unset;
    }
    .slicknav_btn{
        position: relative;
        top: unset;
        left: unset;
        margin: 20px 5px 6px;
    }
    .slicknav_nav{
        top: 80px;
        right: 15px;
    }
	  .etm_gallery_slider_img{
		  display: grid;
		  grid-template-columns: auto auto;
	  }
	  .etm_gallery_prev, .etm_gallery_next{
		      top: 42%;
	  }
	  .gallery_select_img_div .etm_gallery_img{
		  margin:0px;
	  }
	  .wp-block-media-text__content{
		  margin-top:5px;
	  }
	  
	  .scroll-to-top-right{
		  right: 10px;
		  bottom: 20px;
	  }
	  .scroll-to-top{
		  width: 35px;
		  height: 35px;
	  }
	  .arrow-up{
		  border-left: 7px solid transparent;
		  border-right: 7px solid transparent;
		  border-bottom: 15px solid #ffffff;
	  }
    .fornt_model_part {
      padding: 0px 15px 47px 15px;
  }
  .fornt_model_part .heading_part h5 {
    color: #1783E9;
    font-size: 26px;
  }
  .flag_conner_heading_part_second::after, .kichen_cafe_heading_part_second::before, .kichen_cafe_heading_part_second::after,
  .sondhamaloti_cafe_heading_part_second::before, .hasnahena_cafe_heading_part_second::before, .hasnahena_cafe_heading_part_second::after,
  .cafe_heading_part_second::after, .shapla_cafe::after, .shaluk_cafe::before, .cafe_heading_part::after, .shaluk_cafe::after, .sondhamaloti_cafe_heading_part_second::after {
   display: none;
}
  .vr_img_part1 p {
    font-size: 24px;
  }
  .vr_ul_list {
   position: inherit;
}
  .vr_ul_list > .home_service_menu > li {
    margin: 4px 0px;
  }
  .vr_ul_list ul {
    padding: 10px;
}
.cafe_heading_part {
  padding: 20px 0px 25px;
}
.vr_ul_list > .home_service_menu > li:hover {
  transform: translateY(-3px);
}
}

