/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/


/* for 360 degree div */
.degree-image-container:hover {
    cursor: grabbing!important;
    animation: pulse 3s;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1.1);
    }
50% {
    transform: scale(1.1);
    }
}
.grabbing-degree .grabbing-degree:focus {
    cursor: -webkit-grabbing!important;
    cursor: grabbing!important;
}
.degree_rendering_margins {
    margin: 1rem 0rem 1rem 0rem;
}
/* end */

/* subscribe form custom css */
input[type="search"]:focus {
    background-color: transparent!important;
    color: azure;
}
/* Our Services page & background image */
.ourservices_main_bg_img {
    background-image: url('../images/our-services.jpeg');
}

#inner_pade.banner-slider {
    height: 33.5rem;
    /* width: 100%; */
    background-size: 100%;
    padding: 94px 0 0 0;
    position: relative;
    background-repeat: no-repeat;
}
#inner_pade.banner-slider::after {
    width: 40%;
    background: #6b6c70;
    /* position: absolute; */
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
}

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

.services_section_last {
    margin-bottom: 2rem;
}

/* end */

/* our services heading_s1 */

.heading_s1 h3 {
    text-align: center;
    color: #3d3d3c;
    font-weight: bold;
    font-size: 48px;
}
.heading_s1 p {
    text-align: justify;
    font-size: 20px;
    color: #0A0A0A;
}

/* end */

/* animation video heading */
.heading_s1_custom {
    margin-bottom: 5rem;
}
.heading_s1_custom h3 {
    text-align: center!important;
    font-size: 45px;
    color: #3d3d3c;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 40px;
}
.heading_s1_custom p {
    text-align: center!important;
    font-size: 21px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 40px;
    margin-top: -10px;
    line-height: 35px;
}
@media (max-width: 360px) {
    #inner_pade.banner-slider {
        height: 100%;
    }
}


/* order page background image */
.order_bg_img {
    background-image: url('../images/order-now.jpeg');
}

/* request forms  */
/* .request_form {
    margin-bottom: 5rem;
} */

.request_form h3 {
    color: #3d3d3c;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
}

.request_form p {
    color: #1b1b1b;
    font-size: 20px;
    margin: 0 0 30px 0;
    line-height: normal;
}

.form_main input {
    width: 100%;
    height: 70px;
    border: none;
    font-size: 17px;
    color: #626262;
    font-weight: 300;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    margin: 15px 0 10px;
}

.form_main textarea {
    width: 100%;
    min-height: 180px;
    border: none;
    font-size: 17px;
    color: #626262;
    font-weight: 300;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    margin: 15px 0 5px;
}

.field button {
    background: #313131;
    color: #e1e7d8;
    font-size: 20px;
    width: auto;
    float: left;
    text-align: center;
    height: 70px;
    border-radius: 100px;
    line-height: 50px;
    font-weight: 700;
    border: none;
    transition: ease all 0.1s;
    cursor: pointer;
    min-width: 225px;
    margin-top: 30px;
}
.text_align_center {
    text-align: center;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center_padding {
    padding: 150px 0 120px;
}

.margin_top_50 {
    margin-top: 50px;
}

.cont_info i {
    background: #fafba4;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #292929;
    font-size: 23px;
    border-radius: 100%;
    margin-right: 20px;
}

.cont_info span {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

section .cont_info span {
    color: #000;
}

.cont_info {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* end */

/* butons in services */
.read_bt_5rem {
    width: 10rem;
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* Gallery open */
#animated-thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    grid-gap: 2rem;
    margin-bottom: 5rem;
  }

#animated-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#animated-thumbnails p {
    text-align: center;
}

/* Gallery video */
.future-img {
    margin: 2rem 0rem 0rem 0rem!important;
    width: 83% !important;
    margin: auto !important;
    position: relative !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

.play-btn {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-player {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

video:focus {
    outline: none;
}

/* end */

/* main page custom gallery section */
.index_gallery_custom {
    margin-bottom: 2rem;
}

/* about us page */
.about_img_custom {
    padding-top: 8rem;
}

/* testing some changes */
/* .sometest {
    text-align: center;
} */
/* end test */

.index_aboutus_bg {
    background-image: url('../images/bg_4.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.techweuse_custom {
    color: #d0d0d0;
}
.techsection_custom {
    margin-bottom: 2rem;
    text-align: center;
}
.read_bt1_custom {
    margin: 0;
    position: relative;
    top: 15%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 575px){
    .image_1 {
        text-align: center;
    }
}

.image_1_custoom_rotation {
    transition: transform 0.2s ease-in-out; /* adds a smooth transition effect */
}
.image_1_custoom_rotation:hover {
    transform: rotate(10deg) scale(1.05); /* rotates and scales the div when the cursor hovers over it */
  }

/* our services main page img */
.service_img_custom_md {
    margin: 1rem 0 0 0;
}
.avr_custom_size {
    height: 25rem;
}
.render_avr_custom_size {
    height: 28rem;
}

/* terms and conditions hover */
/* .tm_checkbox_custom:hover a:hover {
    color: #857a5a!important;
} */


/* ********************************************** */
/* choose lang */
.chooseLang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .chooseLang div {
    height: 60px;
    position: relative;
    width: 70px;
  }
  .lang {
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 1rem;
    -webkit-transition: 0.76s;
    -o-transition: 0.76s;
    transition: 0.76s;
    width: 40px;
  }
  .en-lang {
    background-image: url('../images/flags/en_32px.png');
    background-repeat: no-repeat;
  }
  .open .en-lang {
    left: 4px;
    top: 25px;
    opacity: 1;
  }
  .hy-lang {
    background-image: url('../images/flags/hy_32px.png');
    background-repeat: no-repeat;
  }
  .open .hy-lang {
    left: 4px;
    top: 25px;
    opacity: 1;
  }
  .chooseLang .chosen {
    opacity: 1;
    z-index: 1;
  }

@media (max-width: 991px) {
    .chooseLang {
        margin: 0rem 0rem 1rem 0rem;
        justify-content: left;
    }
}