@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Armenian:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Armenian:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&family=Space+Grotesk:wght@300..700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Audiowide);
body{
    margin: 0;
    font-family: "Noto Sans Armenian", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
    font-variation-settings:"wdth" 100;
}

*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.mr-10{
  margin-right: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-50{
  margin-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pl-20{
  padding-left: 20px;
}
.p0{
    padding: 0;
}
.m0{
    margin: 0;
}
.pr-20{
  padding-right: 20px;
}
.pr-50{
  padding-right: 50px;
}
.pl-50{
  padding-left: 50px;
}
li{
    list-style: none;
}
.d-fl{
    display: flex;
}
.jc-c{
    justify-content: center;
}
.jc-s-b{
  justify-content: space-between;
}
.jc-f-s{
  justify-content:flex-start;
}
.jc-f-e{
  justify-content:flex-end;
}
.f-w-w{
  flex-wrap: wrap;
}
.ai-c{
    align-items: center;
}
.ai-f-e{
    align-items: flex-end;
}
.pa{
    position: absolute;
}
.pr{
    position: relative;
}
.w-100{

    width: 100%;
}
.w-90{

    width: 90%;
}
.w-70{

    width: 70%;
}
.w-60{

    width: 60%;
}

.w-80{

    width: 80%;
}
.w-50{

    width: 50%;
}
.w-45{

    width: 45%;
}
.w-48{

    width: 48%;
}
.w-49{

    width: 49%;
}
.w-40{

    width: 40%;
}
.w-17{

    width: 17%;
}
.w-21{
    width: 21%;
}
.mt-100{
  margin-top: 100px;
}
.mt-200{
    margin-top: 200px;
}
.zi-1{
    z-index: 1;
}
.zi-10{
    z-index: 10;
}
.mw-1800{
    max-width: 1800px;
}
.mnw-700{
    min-width: 700px;
}
/* header{

} */
.header-block{
    position: fixed;
    width: 100%;
    padding: 15px 40px 0 40px;
    z-index: 15;
    top: 0;
    max-width: 1800px;
    background-color:rgba(44, 0, 80, 0.52);
}
.logo-img{
    /* width:58.21px;
    height:56px; */
    width: 205px;
    height: 64px;
}
.logo-text{
    width: 137px;
}
video {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /* filter: grayscale(1); */
    z-index: 1;
}
.home-baner{
    height: 650px;
    width: 100%;
    position: absolute;
    top:0;
}
.gradient-img{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(to top, rgba(42, 33, 115, 1), rgba(42, 33, 115, 0),rgba(42, 33, 115, 1)); */
    
    background: radial-gradient(rgba(42, 33, 115, 0),rgba(42, 33, 115, 0.7), rgba(42, 33, 115, 1));
}
.menu-list{
    display: flex;
}
.menu-list a{
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin-right: 20px;
}
.menu-list-buttons{
    display: flex;
    align-items: center;
}
.submenu{
    position: absolute;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.6s;
    height: 0;
    /* top:-500px */
    top:30px
}
.mob-submenu{
    padding-top: 10px;
    display: none;
    transition-duration: 0.6s;
  
}
.submenu>ul{
    box-shadow: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(113, 0, 211, 0.3);
    background-color: white;
    width: max-content;
    border-radius: 8px;
    padding: 20px;

}
.mob-submenu>ul{
    box-shadow: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(113, 0, 211, 0.3);
    width: max-content;
    border-radius: 8px;
    padding: 20px;

}
.submenu a{
    color: rgba(39, 0, 71, 1) !important;
    transition-duration: 0.6s;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}
.mob-submenu a{
    color: white;
    transition-duration: 0.6s;
    font-weight: 400;
    font-size: 25px !important;
    line-height: 2 !important;
}
.submenu a:hover{
    color:#433a89 !important;
}
.mnarr{
    display: inline-block;
    width: 20px;
    height: 22px;
    background-image: url(../img/menu-arr.svg);
    transform: rotate(180deg);
    margin-left: 6px;
    transition-duration: 0.4s;
}
.menu-list>li:hover .submenu{
    opacity: 1;
    visibility: visible;
    height: 235px;
    /* top:30px */
}
.mnarr.rotate {
  transform: rotate(360deg);
}
/* .mbmin>li:hover .mob-submenu{
    display: block;
} */
/* .menu-list>li:hover .mnarr{
    transform: rotate(360deg);
} */
.btn-contact{
    outline: none;
    border: 2px solid white;
    background-color: transparent;
    border-radius: 32px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans Armenian", sans-serif;
    padding: 10px 56px;
    margin-right: 10px;
    cursor: pointer;
    transition-duration: 0.6s;
}
.btn-contact:hover{
    background-color: rgba(209, 199, 255, 1);
    border: 2px solid rgba(39, 0, 71, 1);
    color: rgba(39, 0, 71, 1);
}
.btn-bible{
     outline: none;
     border: none;
    /* border: 1px solid rgba(39, 0, 71, 1); */
    background-color: transparent;
    border-radius: 32px;
    color: rgba(39, 0, 71, 1);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans Armenian", sans-serif;
    padding: 7px 32px;
    background-image:  linear-gradient(to right, rgba(255, 230, 43, 1), rgba(255, 168, 28, 1));
    /* background: radial-gradient(rgba(255, 168, 28, 1),rgba(255, 230, 43, 1)); */
    cursor: pointer;
    transition-duration: 0.6s;
    /* width: 250px; */
}
.btn-404{
     outline: none;
     border: none;
    /* border: 1px solid rgba(39, 0, 71, 1); */
    background-color: transparent;
    border-radius: 32px;
    color: rgba(39, 0, 71, 1);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans Armenian", sans-serif;
    padding: 11px 32px;
    background-image:  linear-gradient(to right, rgba(255, 230, 43, 1), rgba(255, 168, 28, 1));
    /* background: radial-gradient(rgba(255, 168, 28, 1),rgba(255, 230, 43, 1)); */
    cursor: pointer;
    transition-duration: 0.6s;
    margin-top: 50px;
    margin-bottom: 100px;
    /* width: 250px; */
}
.bible-img{
    display: inline-block;
    width: 32px;
    height: 32px;
    transition-duration: 0.6s;
    background-image: url(../img/bible-icon.svg);
}
.btn-bible:hover{
    background: radial-gradient(rgba(66, 0, 123, 1),rgba(159, 48, 255, 1));
    /* background:rgba(255, 168, 28, 1); */
    /* background: radial-gradient(rgba(255, 230, 43, 1), rgba(255, 168, 28, 1)); */
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
    color: white;
    /* border: 1px solid rgba(255, 255, 255, 1); */
}
.btn-bible:hover .bible-img{
    background-image: url(../img/bible-icon-white.svg);
}
.home-namer-texts{
    position: absolute;
    width: 100%;
    padding: 20px 40px 70px 40px;
    display: flex;
    justify-content: space-between;
    left: 0;
    bottom: 0;
    z-index: 11;
}
h1{
    /* font-family: Montserrat arm; */
    font-weight: 500;
    font-style: Medium;
    font-size: 72px;
    /* leading-trim: none; */
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color:white;
    margin-bottom: 0;

}
.church-desc{
    color:white;

    font-weight:300;

    font-size: 20px;

    line-height: 140%;
    letter-spacing: 0%;

}
.btn-donate{
     outline: none;
    /* border: 1px solid rgba(39, 0, 71, 1); */
    background-color: transparent;
    border-radius: 32px;
    color: rgba(39, 0, 71, 1);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans Armenian", sans-serif;
    padding: 12px 32px;
    background-image:  linear-gradient(to right, rgba(255, 230, 43, 1), rgba(255, 168, 28, 1));
    /* background: radial-gradient(rgba(255, 168, 28, 1),rgba(255, 230, 43, 1)); */
    cursor: pointer;
    transition-duration: 0.6s;
    border: none;
    /* width: 250px; */
}
.btn-donate:hover{
    /* background:rgba(255, 168, 28, 1); */
    background: radial-gradient(rgba(66, 0, 123, 1),rgba(159, 48, 255, 1));
    /* background: radial-gradient(rgba(255, 230, 43, 1), rgba(255, 168, 28, 1)); */
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
    color: white;
    border: 1px solid rgba(255, 255, 255, 1);
}
.btn-more-about{
    outline: none;
    border: none;
    background-color: transparent;
    border-radius: 32px;
    color: rgba(39, 0, 71, 1);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans Armenian", sans-serif;
    padding: 12px 32px;
    /* background-image:  linear-gradient(to right, rgba(255, 230, 43, 1), rgba(255, 168, 28, 1)); */
    background: radial-gradient(rgba(255, 168, 28, 1),rgba(255, 230, 43, 1));
    cursor: pointer;
    transition-duration: 0.6s;
    
    /* width: 250px; */
}
.btn-more-about:hover{
    background:rgba(255, 168, 28, 1);
    /* background: radial-gradient(rgba(255, 230, 43, 1), rgba(255, 168, 28, 1)); */
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
    color: white;
}
.left-border-content{
    /* border-left: 3px solid white; */
    /* padding-left: 20px; */
    max-height: 200px;
    width: 70% !important;
}
 /* .left-border{
    border-left: 3px solid white;
    position: absolute;
    height: 100%;
    display: inline-block;
    left: 0;
    top: 10px;
}  */
/* .bible-slider{
   
} */
.bible-slider p{
    word-break: break-all;
    color: white;
}
.home-bible-text{
    font-weight: 400;

    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;

}
.home-bible-number{
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 230, 43, 1) !important;
    line-height: 140%;
    letter-spacing: 0%;

}
.bible-365-header{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: white;

}
.slick-dots{
    display: flex !important;

}
.slick-dots li button:before{
    color: transparent !important;
    opacity: 1 !important;
    background-color: white;
    content: '' !important;
    width: 8px !important;
    height: 8px !important;
     border-radius: 4px;
}
.slick-dots .slick-active button:before{
    /* width: 24px !important; */
   
    background-color: white;
    width: 24px !important;
    height: 8px !important;
    /* border-radius: 4px; */
    /* background-image: url(../img/slider-line.svg); */
}
.slick-slide{
    padding-left: 20px;
    border-left: 3px solid white;
}
.last-service-icon{
    background-image: url(../img/last-service-icon.svg);
    width: 81px;
    height: 56px;
    display: inline-block;
    margin-top: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}
.short-sermon-icon{
    background-image: url(../img/sermon-icon.svg);
    width: 65px;
    height: 53px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    
}
.short-sermon-item>img{
    border-radius: 16px;
}
.home-diapason{
    position: relative;
}
.sec-title{
    font-weight: 400;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(39, 0, 71, 1);
    margin-bottom:0;
}
.sec-title-word{
 
    font-weight: 700;
    font-style: Bold;
    color: rgba(113, 0, 211, 1);

}
.r-sec-title{
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
    /* text-align: center; */
    color: rgba(39, 0, 71, 1);
    margin-bottom:0;
}
.sec-subtitle{
   
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color:rgba(39, 0, 71, 1)

}
.r-sec-subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
 
    color:rgba(39, 0, 71, 1)

}
.rf-text{
    overflow-y: scroll;
    height: 700px;
}
.term-subtitle{
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0%;
  
    color:rgba(39, 0, 71, 1)
}
.sec-subtitle a{
    color:rgba(39, 0, 71, 1)
}
.rfixed{


   
    position: sticky;
    top: 0;          /* Фиксируется при достижении верха экрана */
    height: 100vh;   /* Чтобы картинка была видна на весь экран */
    overflow: hidden;
}
.home-content{
    border-radius: 32px;
    background-color: white;
    margin-top: -120px;
    margin-bottom: -70px;
    z-index: 11;
    position: relative;
}
.about-content{
    border-radius: 32px;
    background-color: white;
    margin-top: -70px;
    margin-bottom: -70px;
    z-index: 11;
    position: relative;
    padding-top: 50px;
}
.video-content{
    border-radius: 32px;
    background-color: white;
    margin-top: -70px;
    margin-bottom: -70px;
    z-index: 11;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.date-text{
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    color:rgba(113, 0, 211, 1);
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

}
.youtub-arr-bg{
    background: radial-gradient(rgba(66, 0, 123, 1), rgba(159, 48, 255, 1));
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.6s;
    opacity: 1;
    /* transition: background-color 0.6s, box-shadow 0.6s; */
}
.youtub-arr-bg img{
    margin-left: 4px;
     pointer-events: none;
}
.youtub-arr-bg:hover{
    opacity: 0.7;
    /* background:rgba(66, 0, 123, 1); */
    box-shadow: 0 3px 6px rgba(0,0,0,0.16); 
}

.live-content{
    width: 70%;
    max-width: 1500px;
    min-width: 800px;
    margin-top: 50px;
}
.live-title{
    font-weight: 700;
    /* font-style: Bold; */
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(39, 0, 71, 1);
    word-break: break-all;
}
.live-subtitel{
  
    font-weight: 500;
    /* font-style: Medium; */
    font-size: 16px;

    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(39, 0, 71, 1);
}
.more-live-btn{
    background-color: transparent;
    border-radius: 32px;
    outline: none;
    border: 2px solid rgba(173, 154, 255, 0.4);
    padding: 16px 48px;
    color: rgba(39, 0, 71, 1);
    font-size: 16px;
    font-weight: 600;
    transition-duration: 0.6s;
}
.more-live-btn:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background-color: rgba(39, 0, 71, 1);
    color: white;
}
.about-home{
    background-image: url(../img/about-bg.png);
    background-size: 150% 100%;
    background-position: left top;
    padding: 50px;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-color: rgba(242, 239, 255, 1);
}
.about-img2{
    height: 200px;
}

.white-frame1{
    box-shadow: -29px -22px 22px -12px rgba(42, 33, 115, 0.15);
    background-color: white;
    padding: 2px 2px 30px 2px;
    width: max-content;
    transform: rotate(-5.6deg);
    margin-top: -100px;
    transition-duration: 0.6s;
}
.white-frame1:hover{
    transform: rotate(0deg);
}
.white-frame2{
    box-shadow: -29px -22px 22px -12px rgba(42, 33, 115, 0.15);
    background-color: white;
    padding: 2px 2px 30px 2px;
    width: max-content;
    transform: rotate(-16.37deg);
    margin-top: 0px;
    margin-left: 100px;
    transition-duration: 0.6s;
}
.white-frame2:hover{
    transform: rotate(0deg);
}
.white-frame3{
    box-shadow: -29px -22px 22px -12px rgba(42, 33, 115, 0.15);
    background-color: white;
    padding: 2px 2px 30px 2px;
    width: max-content;
    transform: rotate(6.78deg);
    margin-top: 50px;
    margin-left: 100px;
    position: absolute;
    right: -50px;
    top: 200px;
    z-index: 3;
    transition-duration: 0.6s;
}
.white-frame3:hover{
    transform: rotate(0deg);
}
.ab-hm{
    width: 50px;
    height: 50px;
    margin-left: -20px;
}
.fm-text{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color:rgba(66, 0, 123, 1);
}
.live-more{
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    font-family: "Noto Sans Armenian", sans-serif;
    color:rgba(141, 39, 229, 1);
}
.short-sermon-item{
    background-color: rgba(209, 199, 255, 1);
    box-shadow:  0px 2px 40px -10px rgba(173, 154, 255, 0.4);
    border-radius: 24px;
    width: 23%;
    max-width: 250px;
    position: relative;
    transition-duration: 0.6s;
}
.short-modal-content .short-sermon-item{
    width: 230px;
}
.sh-sermon-description{
    position: absolute;
    width: 90%;
    left:5%;
    bottom: 10px;
    padding: 15px;
    background-color: rgba(242, 239, 255, 1);
    border-radius: 16px;
    color: rgba(42, 33, 115, 1);
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    min-height: 101.81px;
}
.sh-sermon-description p{
    margin: 0;
}
.comma{
    background-image: url(../img/comma.svg);
    width: 25px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    margin-bottom: 5px;
}
.go-short-sermon-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(rgba(66, 0, 123, 1), rgba(159, 48, 255, 1));
    width: 0;
    height: 0;
    border-radius: 50%;
    margin-top: 10px;
    transition-duration: 0.6s;
}
.go-short-sermon-icon img{
    display: none;
}
.short-sermon-item:hover {
   box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
.short-sermon-item:hover .go-short-sermon-icon{
    width: 40px;
    height: 40px;
}
.short-sermon-item:hover .go-short-sermon-icon img{
    display: inline-block;
}
.map-section-icon{
    background-image: url(../img/map-section-icon.svg);
    display: inline-block;
    width: 81px;
    height: 58px;
    /* background-color: rgba(214, 190, 255, 1); */
    border-radius: 20px;
   
    /* background-position: center; */
    background-size: contain;
    background-repeat: no-repeat;
}
.map-text{

    font-weight: 400;
    margin-top: 0;
    font-size: 20px;
    color: rgba(39, 0, 71, 1);
    line-height: 130%;
   

}
.map-plus-minus{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/plus.svg);
    cursor: pointer;
    transition: transform 0.3s ease; /* Скорость вращения */
}

/* .plus-btn {
    display: inline-block; 
    transition: transform 0.3s ease; 
    cursor: pointer;
} */

/* Класс, который добавляет JQuery */
.map-plus-minus.rotated-minus {
    transform: rotate(180deg); /* Угол поворота (например, 45 или 180) */
    background-image: url(../img/minus.svg);
}

/* .map-minus{
    display: none;
} */
.map-more-content{
    display: none;
    padding-bottom: 7px;
}
.map-list{
    border-radius: 16px;
    padding-left: 10px;
}
.map-country{
    color: rgba(39, 0, 71, 1);
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
}
.active-map{
    background-color: rgba(242, 239, 255, 1);
}
.active-map .map-country{
    color: rgba(39, 0, 71, 1);
}
#map_zoom{
    display: none;
}
.stt-name{
    color:rgba(113, 0, 211, 1);
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
}
.map-list{
    height: 45px;
}
.map-more-content p{ 
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color:rgba(39, 0, 71, 1);
}
.footer{
    position: relative;
    padding: 50px 0 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    /* background-color: rgba(66, 0, 123, 1); */
    margin-top: 50px;
    background-image: url(../img/footer.png);
    background-size: cover;
}
/* .ft-back{
    position: absolute;
    z-index: 0;
    background-image: url(../img/about-bg.png);
    background-size: 150% 150%;
    background-position: left top -100px;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1;
} */
.footer ul{
    padding: 0;
}
.ft-desc{
    font-weight: 500;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 140%;
    padding-right: 20px;
   
}
.ft-data{
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 15px;
    line-height: 180%;
}
.ft-sec-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: rgba(255, 255, 255, 1);
    margin-top: 0px;
}
.ft-line{
    width: 70%;
    border-top: 2px solid white;
    margin-top: 70px;
}
.ft-dev{
    width: 50%;
    color: rgba(255, 255, 255, 1);

    font-weight: 500;

    font-size: 16px;

    line-height: 120%;
    padding-top: 20px;
    padding-bottom: 20px;

}
.footer .w-21{
    padding-left: 20px;
}
.hd-menu-icon{
    display: none;
}
.soc-icon>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    /* background-image: url(../img/fb.svg); */
    margin-right: 10px;
}
.soc-icon:nth-child(1)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/fb.svg);
}
.soc-icon:nth-child(2)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/tg.svg);
}

.soc-icon:nth-child(3)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/inst.svg);
}
.soc-icon:nth-child(4)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/youtub.svg);
}

 .soc-icon-purpl>span{
    display: inline-block;
    width: 40px;
    height: 40px;

    margin-right: 10px;
}
.soc-icon-purpl:nth-child(1)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/public/img/fb-purpl.svg);
}
.soc-icon-purpl:nth-child(2)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/public/img/tg-purpl.svg);
}
.soc-icon-purpl:nth-child(3)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/public/img/inst-purpl.svg);
}
.soc-icon-purpl:nth-child(4)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/public/img/youtub-purpl.svg);
}


 .soc-icon-purpl-dark>span{
    display: inline-block;
    width: 40px;
    height: 40px;

    margin-right: 10px;
}
.soc-icon-purpl-dark:nth-child(1)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/public/img/fb-purpl-dark.svg);
}
.soc-icon-purpl-dark:nth-child(2)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/public/img/tg-purpl-dark.svg);
}
.soc-icon-purpl-dark:nth-child(3)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/public/img/inst-purpl-dark.svg);
}
.soc-icon-purpl-dark:nth-child(4)>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/public/img/youtub-purpl-dark.svg);
}
.mobile-menu{
    display: none;
}
.mob-frame3{
    display: none;
}
.about-baner{
    height: max-content;
    background-image: url(../img/about-bg.png);
    background-size: 150% 150%;
    background-color: rgba(242, 239, 255, 1);
    padding-bottom: 100px;
    z-index: 5;
}
.bible-baner{
    height: max-content;
    background-image: url(../img/bible-bg.svg);
    background-size: cover;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    
}
.baner-404 {
    height: max-content;
    background-image: url(../img/about-bg.png);
    background-size: 100% 100%;
    background-color: rgba(242, 239, 255, 1);
    padding-bottom: 50px;
    border-radius:  0 0 32px 32px;
    position: relative;
    padding-top: 150px;
    z-index: 9;
}
.header-404{
   
    font-size: 96px;

    line-height: 120%;
    text-align: center;
    color: rgba(39, 0, 71, 1);

}
.sub-404{
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: rgba(66, 0, 123, 1);
}
.text-404{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: rgba(39, 0, 71, 1);
    margin: 0;
}
.terms-baner{
  
    height: max-content;
    background-image: url(../img/bible-bg.svg);
    background-size: cover;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    padding-top: 150px;
}
.about-title{
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: rgba(113, 0, 211, 1);
    margin-top: 160px;
}
.about-big-img{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.about-big-img img{
    border-radius: 24px;
}
.rafi-block{
    
    background-image: url(../img/about-bg-rotate.png);
    background-size: 150% 150%;
    background-color: rgba(242, 239, 255, 1);
    display: flex;
    justify-content: center;
    padding: 100px 40px;
}

.white-frame4 {
    box-shadow: -29px -22px 22px -12px rgba(42, 33, 115, 0.15);
    background-color: white;
    padding: 2px 2px 30px 2px;
    width: max-content;
    transform: rotate(-13.54deg);
    /* margin-top: -100px; */
    transition-duration: 0.6s;
}
.white-frame5 {
    box-shadow: -29px -22px 22px -12px rgba(42, 33, 115, 0.15);
    background-color: white;
    padding: 2px 2px 30px 2px;
    width: max-content;
    transform: rotate(-5.61deg);
    /* margin-top: -100px; */
    transition-duration: 0.6s;
}
.white-frame6 {
    box-shadow: -29px -22px 22px -12px rgba(42, 33, 115, 0.15);
    background-color: white;
    padding: 2px 2px 30px 2px;
    width: max-content;
    transform: rotate(9.21deg);
    /* margin-top: -100px; */
    transition-duration: 0.6s;
}
.white-frame7 {
    box-shadow: -29px -22px 22px -12px rgba(42, 33, 115, 0.15);
    background-color: rgba(247, 247, 247, 1);
    padding: 2px 2px 30px 2px;
    width: max-content;
    transform: rotate(-5.61deg);
    /* margin-top: -100px; */
    transition-duration: 0.6s;
    margin-top: 200px;
    z-index: 10;
    position: relative;
}
.white-frame8 {
    box-shadow: -29px -22px 22px -12px rgba(42, 33, 115, 0.15);
    background-color: rgba(247, 247, 247, 1);
    padding: 2px 2px 30px 2px;
    width: max-content;
    transform: rotate(6.65deg);
    /* margin-top: -100px; */
    transition-duration: 0.6s;
    height: max-content;
    position: relative;
}

.white-frame9 {
    box-shadow: -29px -22px 22px -12px rgba(42, 33, 115, 0.15);
    background-color: rgba(247, 247, 247, 1);
    padding: 2px 2px 30px 2px;
    width: max-content;
    transform: rotate(-5.78deg);
    margin-top: 200px;
    transition-duration: 0.6s;
    height: max-content;
    position: relative;
}
.rafi-about-images{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    min-width: 750px;
}
.white-frame5 p{
 
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: rgba(113, 0, 211, 1);
    line-height: 130%;
    margin: 15px 0 0 0;
    text-align: center;
    text-transform: capitalize;

}
.about-block1{
    display: flex;
    justify-content: center;
}
.about-block1 .about-title{
    text-align: left;
    margin-top: 0;
}
.about-block1 .sec-title{
    text-align: left;
    margin-top: 0;
}
.about-block1 .sec-subtitle{
    text-align: left;
}
.about-block1{
    padding-top: 50px;
}
.team-block{
    display: flex;
    justify-content: center;
}
.item-img-team{
    position: relative;
    background-color: rgba(209, 199, 255, 1);
    box-shadow: 0px 2px 40px -10px rgba(173, 154, 255, 0.4);
    border-radius: 24px;
    min-height: 280px;
     display: flex;
    align-items: flex-end;
    /*
    height: 100%; */
}
.team-block .short-sermon-item{
    background-color:transparent;
    box-shadow:none;
    border-radius:0;
}
.item-img-team img{
    position: relative;
    z-index: 0;
    border-radius: 0 0 24px 24px;

}
.item-back{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background-image: linear-gradient(to top,rgba(209, 199, 255, 1),rgba(255, 255, 255, 0));
    border-radius: 0 0 24px 24px;
}
/* .slick-track{
    
    -webkit-transform: translate3d(0, 0, 0) !important;
    width: max-content !important;
} */
/* .slick-track{
    display: block;
    float: left;
} */
 .vocation-title{

    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color:rgba(42, 33, 115, 1);
    margin-bottom: 5px;
 }
 .vocation-sub{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: rgba(42, 33, 115, 1);
    margin-top: 0;
 }
.sermon-page-icon{
    background-image: url(../img/about-page.svg);
    width: 82px;
    height: 56px;
    display: inline-block;
}
.sermon-page-icon{
    margin-top: 200px;
}
.last-video{
    width: 100%;
    border-radius: 32px;
    padding: 24px;
    background-color: rgba(246, 244, 255, 1);
}
.latest{
    background-color: rgba(113, 0, 211, 1);
    border-radius: 32px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    color: white;
    display: inline-block;
    margin-right: 10px;
}
.latest-date{
    color: rgba(113, 0, 211, 1);
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: center;

}
.last-serm-title{
   
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: rgba(39, 0, 71, 1);
    margin: 15px 0 0 0;
}
.last-serm-desc{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: rgba(39, 0, 71, 1);

    margin: 10px 0 0 0;
}
.video-content .live-content{
    flex-wrap: wrap;
    margin-top: 0;
}
.video-big-title{
   
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;

    color: rgba(39, 0, 71, 1);
}
.video-content .live-content>div{
    margin-top: 50px;
}
.bible-inp {
    /* outline: none; */
    /* border: none; */
    height: 53px;
    border-radius: 32px;
    background-color: white;
    min-width: 300px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: rgba(39, 0, 71, 0.7);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.bible-block{
    padding-top: 200px;
    overflow-x: hidden;
    position: relative;
}
.books-list, .chapter-list{
    position: absolute;
    width: 100%;
    padding-top: 5px;
    display: none;
}
.books-list>div, .chapter-list>div{
    background-color: white;
    border-radius: 16px;
    padding: 20px 5px 20px 20px;
    height: 360px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.books-list>div>div, .chapter-list>div>div{
 overflow-y: scroll;
 height: 100%;
}
.books-list>div>div::-webkit-scrollbar, .chapter-list>div>div::-webkit-scrollbar {
  width: 6px;
  margin-top: 10px;
}

/* Track */
.books-list>div>div::-webkit-scrollbar-track, .chapter-list>div>div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.books-list>div>div::-webkit-scrollbar-thumb, .chapter-list>div>div::-webkit-scrollbar-thumb {
  background: rgba(113, 0, 211, 1);
  border-radius: 10px;
}


.book-list, .chapters-list{
    position: absolute;
    width: 100%;
    /* padding-top: 5px; */
    /* display: none; */
    background-color: white;
    padding: 20px 10px 20px 20px;
    z-index: 16;
    top: 95px;
    /* left: 0; */
    left: -100%;
}
.book-list>div, .chapters-list>div{
    background-color: white;
    border-radius: 16px;
    padding: 20px 5px 20px 20px;
    height: max-content;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}
.book-list>div>div, .chapters-list>div>div{
 overflow-y: scroll;
 height: 100%;
}
.book-list>div>div::-webkit-scrollbar, .chapters-list>div>div::-webkit-scrollbar {
  width: 6px;
  margin-top: 10px;
}

/* Track */
.book-list>div>div::-webkit-scrollbar-track, .chapters-list>div>div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.book-list>div>div::-webkit-scrollbar-thumb, .chapters-list>div>div::-webkit-scrollbar-thumb {
  background: rgba(113, 0, 211, 1);
  border-radius: 10px;
}



.slick-slider{
    margin-top: 20px;
}
.arr-bible{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/arr-bible.svg);
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer;
}
/* .bible-inp option {
  background-color: rgba(242, 239, 255, 1);
  color: rgba(39, 0, 71, 1);


} */
.bible-list-item{
    border-radius: 24px;
    padding: 10px;
    background-color: white;
    margin: 10px;
 
}
.bible-list-item>div:nth-child(1){
    overflow-y: auto;
    height: 500px;
    padding: 20px 50px 20px 20px;
    margin-bottom: 30px;
}
/* width */
.bible-list-item>div:nth-child(1)::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.bible-list-item>div:nth-child(1)::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.bible-list-item>div:nth-child(1)::-webkit-scrollbar-thumb {
  background: rgba(113, 0, 211, 1);
  border-radius: 10px;
}
.short-modal{
    background-color: rgba(39, 0, 71, 0.5);
    position: fixed;
    z-index: 20;
    display: none;
    justify-content: center;
    padding-top: 150px;
    width: 100%;
    height: 100vh;
    top: 0;
}
.short-modal-content{
    background-color: white;
    border-radius: 16px;
    min-width:700px;
    width: 80%;
    position: relative;
    padding: 20px;
}
.modal-close{
    background-image: url(../img/Close-purpl.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top:20px;
    cursor: pointer;
}
.md-share-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color:rgba(39, 0, 71, 1);
}
.short-modal-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color:rgba(113, 0, 211, 1);
    margin-top: 0;
}
.short-modal-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
   color: rgba(39, 0, 71, 1);
}
.short-modal-vorce-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: rgba(39, 0, 71, 1);
}
.short-modal-vorce{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: rgba(113, 0, 211, 1);
}
.all-sermons .short-sermon-item{
    margin-top: 20px;
}
.words-of-God{
    width: 80%;
    background-color: white;
    border-radius: 32px;
    padding: 30px 100px 50px 100px;
}
.word-item{
    background-color: rgba(236, 232, 255, 1);
    border-radius: 16px;
    padding: 32px 80px;
    margin-top: 20px;
}
.word-number{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 168, 28, 1);
}
.priyer-form-content{
    width: 80%;
    display: flex;
}
.pray-inp{
    background-color: rgba(247, 247, 247, 1);
    border: 1px solid rgba(209, 199, 255, 1);
    border-radius: 32px;
    outline: none;
    height: 52px;
    width: 100%;
}
.prayer-label{
   
    font-weight: 500;
    padding-left: 5px;
    font-size: 14px;
    line-height: 150%;
    color: rgba(39, 0, 71, 1);

}
.pray-inp-area{
    height: 150px;
    background-color: rgba(247, 247, 247, 1);
    border: 1px solid rgba(209, 199, 255, 1);
    border-radius: 32px;
    outline: none;
 
    width: 100%;
}
.modal-text-content{
    padding-bottom: 70px;
}
.ch-title{
    width: max-content;
    background-color: rgba(255, 229, 188, 1);
    color: rgba(39, 0, 71, 1);
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    display: flex;
    padding: 8px 24px;
    border-radius: 32px;
}
.vc{
    color: rgba(39, 0, 71, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;

   margin:  7px 0;
}
.b-arrows>span:nth-child(1){
    background-image: url(../img/arow-bible-left.png);
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    cursor: pointer;
}
.b-arrows>span:nth-child(2){
    background-image: url(../img/bible-play.svg);
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.b-arrows>span:nth-child(3){
    background-image: url(../img/arow-bible-right.png);
    display: inline-block;
    width: 36px;
    height: 36px;
     cursor: pointer;
}
.b-arrows{
    margin-top: 30px;
}
.terms-title{
    /* text-align: center; */
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    color: rgba(113, 0, 211, 1);

}
.terms-h5{
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: rgba(39, 0, 71, 1);
}
.terms-p1{

    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
    color: rgba(39, 0, 71, 1);

}
.terms-h55{

    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: rgba(39, 0, 71, 1);

}
.terms-p2{

    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: rgba(39, 0, 71, 1);

}

.pg-prev{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: url(../img/page-prev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
}
.pg-next{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: url(../img/page-next.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.active-page{
    background: radial-gradient(rgba(66, 0, 123, 1),rgba(159, 48, 255, 1));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    
    border-radius: 50%;
    margin-right: 5px;
}
.page-n{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(113, 0, 211, 1);
    border-radius: 50%;
    margin-right: 5px;
}
.page-nn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(113, 0, 211, 0.3);
    border-radius: 50%;
    margin-right: 5px;
}
.pagination{
    margin-top: 50px;
}
.pagination a{
    /* color: rgba(113, 0, 211, 1); */
    font-weight: 600;
    font-size: 16px;
    
}
.page-n a{
    color: rgba(113, 0, 211, 1);
}
.page-nn a{
    color: rgba(39, 0, 71, 1);
}
.active-page a{
    color: white;
}
.page-dots{
    color: rgba(113, 0, 211, 1);
    margin-right: 5px;
    font-weight: 600;
    font-size: 20px;
}
.scrollNow{
    overflow-y: clip !important;
    height: max-content !important;
}

.contact_us{
    height: max-content;
    background-image: url(../img/about-bg.png);
    background-size: 150% 150%;
    background-color: rgba(242, 239, 255, 1);
    /* padding-bottom: 100px; */
    display: flex;
    justify-content: center;
    /* padding-top: 200px; */
    padding: 200px 40px 100px 40px;
}
.contacts-content{
    border-radius: 32px;
    background-color: white;
    margin-top: -70px;
    margin-bottom: -70px;
    z-index: 11;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}
.contacts-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(39, 0, 71, 1);
}

.contact-article{
   
    font-weight: 400;
    color: rgba(39, 0, 71, 1);
    font-size: 14px;
    line-height: 130%;


}
.contacts-content .sec-title{
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
}
.chkbtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid rgba(66, 0, 123, 1);
    margin-right: 10px;
}
.chkcenter{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;

    background-image: url(../img/priv-check.svg);
    
}
.fm-priv-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(39, 0, 71, 1);
    margin-top: 10px;
}
.desc-none{
    display: none;
}

.rafi-end{
    background-image: url(../img/rafi-text-bg.svg);
    border-radius: 24px;
    padding: 20px;
}



/*loading*/



body {
  margin: 0;
}
.container {
    height: 100vh;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    position: fixed;
    width:100%;
    top:0
}

.loading {
  display: flex;
  flex-direction: row;
}
.loading__letter {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: "Audiowide";
    color: #433a89;
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.loading__letter:nth-child(2) {
  animation-delay: .1s;	
}
.loading__letter:nth-child(3) {
  animation-delay: .2s;
}
.loading__letter:nth-child(4) {
  animation-delay: .3s;	
}
.loading__letter:nth-child(5) {
  animation-delay: .4s;
}
.loading__letter:nth-child(6) {
  animation-delay: .5s;	
}
.loading__letter:nth-child(7) {
  animation-delay: .6s;
}
.loading__letter:nth-child(8) {
  animation-delay: .8s;
}
.loading__letter:nth-child(9) {
  animation-delay: 1s;
}
.loading__letter:nth-child(10) {
  animation-delay: 1.2s;
}
.loading__letter:nth-child(11) {
  animation-delay: 1.3s;
}
.loading__letter:nth-child(12) {
  animation-delay: 1.4s;
}
.loading__letter:nth-child(13) {
  animation-delay: 1.5s;
}
.loading__letter:nth-child(14) {
  animation-delay: 1.6s;
}
.loading__letter:nth-child(15) {
  animation-delay: 1.7s;
}
.loading__letter:nth-child(16) {
  animation-delay: 1.8s;
}
.loading__letter:nth-child(17) {
  animation-delay: 1.9s;
}
.tg-not{
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    z-index: 14;
    top:300px;
    left: -100%;
}
.not-content{
    max-width: 400px;
    width: 95%;
    border-radius: 8px;
    border: 1px solid rgba(236, 232, 255, 1);
    backdrop-filter: blur(13.021574974060059px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 12px 0px rgba(127, 98, 255, 0.2);
    padding: 20px;
    
}
.not-content h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color:rgba(39, 0, 71, 1);
    word-break: break-all;
}
.not-content p{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: rgba(39, 0, 71, 1);
    word-break: break-all;
}

.tg-btn-img{
    display: inline-block;
    width: 32px;
    height: 32px;
    transition-duration: 0.6s;
    background-image: url(../img/tg-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.tg-close{
    display: inline-block;
    width: 15px;
    height: 15px;
    top:20px;
    right: 20px;
    background-image: url(../img/tg-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
}
.btn-tg-scs{
     outline: none;
     border: none;
    /* border: 1px solid rgba(39, 0, 71, 1); */
    background-color: transparent;
    border-radius: 32px;
    color: rgba(39, 0, 71, 1);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans Armenian", sans-serif;
    padding: 7px 32px;
    background-image:  linear-gradient(to right, rgba(255, 230, 43, 1), rgba(255, 168, 28, 1));
    /* background: radial-gradient(rgba(255, 168, 28, 1),rgba(255, 230, 43, 1)); */
    cursor: pointer;
    transition-duration: 0.6s;
    /* width: 250px; */
}


@keyframes bounce {
  0% {
    transform: translateY(0px)
  }
  40% {
    transform: translateY(-40px);
  }
  80%,
  100% {
    transform: translateY(0px);
  }
}


@media (max-width: 700px) {
  .loading__letter {
    font-size: 10px;
  }
  .loading__letter svg{
      width: 20px;
      height: 20px;
  }
}

@media (max-width: 340px) {
  .loading__letter {
    font-size:8px;
  }
}

/*loading end*/

@media screen and (max-width: 1200px){

    .contacts-content .priyer-form-content{
        width: 90%;
    }
    /* .white-frame7 img, .white-frame8 img{
        width: 200px;
    } */
    .about-block1 .w-70{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .about-block1 .w-80{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 1100px) {
    .btn-bible>span:nth-child(1){
        display: none;
    }
    .btn-contact{
        padding: 10px 23px;
    }
    h1{
        font-size: 50px;

    }
    .live-title{
        font-size: 25px;
    }
    .about-home .w-80{
        width: 95%;
    }
    .w-70{
        width: 90%;
    }
    .sec-title{
        font-size: 42px;
    }
    .white-frame1 img,.white-frame2 img,.white-frame3 img{
        width: 200px;
    }
    .ft-line{
        width: 90%;
    }
    .w-17:nth-child(3){
        padding-left: 20px;
    }

}
@media screen and (max-width: 992px) {
    .btn-contact{
        display: none;
    }
    /* .menu-list{
        display: none;
        position: absolute;
    } */
    .hd-menu-icon{
        display: flex;
        padding: 0 0 0 20px;
    }
    .menu-icon{
        display: inline-block;
        background-image: url(../img/menu-icon.svg);
        /* width: 29px;
        height: 25px; */
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;

    }
    h1{
        font-size: 40px;
    }
    .home-namer-texts{
        flex-direction: column;
        /* align-items: center; */
    }
    .home-namer-texts>.w-50{
        width: 80%;
    }
    .home-namer-texts>div:nth-child(2){
        justify-content: flex-start;
    }
    .home-baner{
        height: 750px;
    }
    .church-desc{
        font-size: 16px;
    }
    .btn-donate{
        font-size: 14px;
        padding: 12px 25px;

    }
    header .logo-text{
        display: none;
    }
    .live-content{
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .live-content>div:nth-child(2){
        margin-top: 50px;
    }
    .more-live-btn{
        margin-top: 50px;
    }
    .live-content .w-49{
        width: 100%;
    }
        .sec-title{
        font-size: 24px;
    }
    .about-home .w-80 {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .about-home-texts .white-frame3{
        display: none;
    }
    .mob-frame3{
        display: flex;
        position: relative;
        height: 350px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .white-frame3{
        position: absolute;
        left: calc(50% - 214px);
        top: 0;
    }
    .white-frame2 {
        margin-left: 20px;
    }
    .short-sermon-item{
        width: 50%;
        max-width: 300px;
    }
    .map-block .w-70{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .map-block>div>div{
        flex-direction: column;
        /* align-items: center; */
    }
    .map-block .w-50{
        width: 100%;
    }
    .map-lists{
        display: none;
    }
    .footer-blocks{
        flex-direction: column;

    }
    .footer-blocks>div{
        width: 100%;
    }
    .sahorts .w-70{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .live-content{
        min-width: 300px;
    }
    .w-17:nth-child(3) {
        padding-left: 0;
    }
    .footer .w-21 {
        padding-left: 0;
     
    }
    .about-home{
        padding: 50px 0;
    }
    .mb-fd-c{
        flex-direction: column;
    }

    .ft-dev{
        width: 100%;
    }
    .ft-dev:nth-child(2){
        padding-top: 0;
        margin-top: 0;
    }
    .ft-dev:nth-child(1){
        padding-bottom: 0;
    }
    .mobile-menu{
        display: block;
        height: 100%;
        width: 100%;
        /* background-color: rgba(66, 0, 123, 1); */
        top: 0;
        position: fixed;
        z-index: 20;
        right: -100%;
        background-image: url(../img/Header-open-back.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .close-menu{
        display: inline-block;
        width: 30px;
        height: 30px;
        /* position: absolute; */
        /* right: -40px; */
        /* top: 20px; */
        background-image: url(../img/close.svg);
        background-size: 16px;
        background-repeat: no-repeat;
        border-radius: 50%;
        border: 0.5px solid white;
        background-position: center;
        cursor: pointer;
    }
    .mobile-menu>.d-fl{
        padding: 25px 40px;
        z-index: 21;
        position: relative;
    }
    .mobile-menu ul{
        z-index: 2;
        /* display: block; */
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
        /* align-items: left; */
        /* justify-content: center; */
        height: calc(100% - 225px);
        padding-left: 20px;
    }
    .mobile-menu ul a{
        font-weight: 400;
        font-size: 30px;
        line-height: 100%;
        vertical-align: middle;
        color: white;
        line-height: 1.7;
    }
    .menu-list{
        display: none;
    }
    /* .menu-list{
        position: fixed;
        flex-direction: column;
        width: 100%;
        background-color: rgba(66, 0, 123, 1);
        top: -16px;
        right: 0;
        height: 100%;
    }

    .menu-list>li{
        display: inline-block;
        z-index: 1;
    }
        */
    .mob-menu-bg {
        display: block !important;
        width: 100%;
        height: 100vh;
        position: absolute !important;
        z-index: 1 !important;
        background-image: url(../img/about-bg.png);
        opacity: 0.1;
        background-size: 150% 150%;
        background-position: center;
        top: 0;
    }
    .mob-menu-line{
        width: 100%;
        padding: 20px 40px;
        border-top: 2px solid white;
        display: flex;
        justify-content: center;
        z-index: 2;
        position: relative;
    }
    .white-frame4 img{
        width: 180px;
    }
    .white-frame5 img{
        width: 180px;
    }
    .white-frame6 img{
        width: 180px;
    }
    .rafi-about-images{
        min-width: auto;
    }
    .rafi-block{
        overflow-x: hidden;
        overflow-y: auto;
    }
    .about-block1 .about-title{
        text-align: center;
    }
    .about-block1 .sec-title{
        text-align: center;
    }
    .about-block1 .sec-subtitle{
        text-align: center;
    }
    #about-block1>div{
        flex-direction: column;
    }

    .about-block1 .w-70{
        /* width: 100%; */
        /* margin-left: 40px;
        padding-right: 40px; */
    }
    .about-block1 .w-70 .w-50{
        width: 100%;
    }
    .about-block1 .w-70 .w-50>div{
        justify-content: center;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .about-block1 .w-80{
        /* width: 100%; */
        /* margin-left: 40px;
        padding-right: 40px; */
    }
    .about-block1 .w-80 .w-50{
        width: 100%;
    }
    .about-block1 .w-80 .w-50>div{
        justify-content: center;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #about-block2>div{
        flex-direction: column-reverse;
    }
    .about-title{
        font-size: 18px;
    }
    #about-block2 .pl-50{
        padding-left: 0;
    }
    .last-video {
        flex-direction: column;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .last-video .w-50{
        width: 100%;
    }
    .last-video .pl-50{
        padding-left: 0;
    }
    .last-video .w-50:nth-child(2){
        margin-top: 20px;
    }
    .video-content .w-70{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .last-serm-title {
        font-size: 24px;
    }
    .video-big-title{
        font-size: 32px;
        margin: 0;
    }
    /* .video-more-mobile-left{
        justify-content: flex-start;
    }
    .live-content{
        text-align: left !important;
    } */
     .short-modal-content>.d-fl{
        flex-direction: column;
     }
     .short-modal-content{
        width: 100%;
        min-width: 90%;
     }
     .modal-img-to-center{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
     }
     .short-modal{
        padding-top: 80px;
     }
     .modal-all-texts{
        padding: 0;
     }
     .words-of-God{
        width: 100%;
        padding: 30px 40px 50px 40px;
     }
     .priyer-form-content{
        flex-direction: column;
        width: 100%;
        padding: 0 40px;
     }
     .priyer-form-content .w-50{
        width: 100%;
     }
     .priyer-form-content .w-50>div,.priyer-form-content  .w-50>form>div{
        flex-direction: column;
     }
     .priyer-form-content .w-45{
        width: 100%;
     }
     .priyer-form-content .btn-donate{
        width: max-content;
        min-width: 150px;
     }
     .priyer-form-content .jc-f-e{
        align-items: flex-end;
     }
     .mob-100{
        width: 100%;
     }
     .all-sermons .short-sermon-item{
        width: 100%;
        max-width: 400px;
    }
     .bible-block{
        padding-top: 100px;
    }
    .mnarr{
        width: 20px;
        height: 20px;
    }
    /* .wp-global{
        height: 377px !important;
    } */

    .b-arrows{
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 15;
        justify-content: space-between;
        padding: 20px 42px;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    }
    .desc-none{
        display: flex;
    }
    .none-992{
        display: none;
    }
    .mob-enb{
        display: flex;
        justify-content: flex-end;
    }
    .terms-title {
        font-size: 28px;
    }
    .term-subtitle{
        font-size: 16px;
    }
    .terms-p1{
        font-size: 15px;
    }
    .terms-h5{
        font-size: 22px;

    }
    .rafi-wraper{
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .logo-img{
        width: 160px;
        height: 50px;
    }
    .home-namer-texts>.w-50{
        width: 95%;
    }
    .left-border-content{
        width: 95% !important;
    }
    .header-block{
        padding: 0px 10px 0 10px;
    }
    .home-namer-texts{
        padding: 20px 10px 70px 10px;
    }

    .live-content{

        padding-left: 10px;
        padding-right: 10px;
    }
    .live-title {
        font-size: 18px;
    }
    .about-home .w-80 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
     .white-frame3{
   
        left: calc(50% - 70px);
        top: 0;
    }
    .white-frame2 {
        margin-left: -20px;
    }
    .map-block .w-70{

        padding-left: 10px;
        padding-right: 10px;
    }
    .sahorts .w-70{
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobile-menu>.d-fl{
        padding: 25px 10px;
    }
    .mobile-menu ul a{
        font-size: 22px;
    }
    .about-big-img {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .about-content{
        padding-top: 10px;
    }
    .white-frame4 img{
        width: 150px;
    }
    .white-frame5 img{
        width: 150px;
    }
    .white-frame6 img{
        width: 150px;
    }
    .about-title{
        margin-top: 150px;
    }
    .about-block1 .w-70{
   
        margin-left: 10px;
        padding-right: 10px;
    }
    .white-frame7 img{
        width: 180px;
    }
    .white-frame8 img{
        width: 180px;
    }
    .rafi-block{
        padding: 100px 10px;
    }
    .rafi-block .w-70{
        width: 100%;
        margin-left: 10px;
        padding-right: 10px;
    }
    .sermon-page-icon{
        margin-top: 150px;
    }
    .video-content .w-70 {
  
        padding-left: 10px;
        padding-right: 10px;
    }
    .sec-subtitle{
        font-size: 14px;
    }
    .words-of-God{
        width: 100%;
        padding: 15px 10px 15px 10px;
     }
      .priyer-form-content{
        padding: 0 10px;
     }
    /* .about-block1 .w-70 .w-50{
        width: 100%;
    } */
     .word-item{
        padding: 16px 24px;
     }
     .all-sermons{
        flex-direction: column;
        align-items: center;
     }
    .all-sermons .short-sermon-item{
     
        max-width: 300px;
    }
    .bible-list-item>div:nth-child(1) {
        padding: 0;
    }
    /* .bible-block{
        padding-top: 20px;
    } */
     .bible-inp{
        min-width: 150px;
     }
     .bible-block .mnw-700{
        min-width: 300px;
        width: 92%;
     }
     .mob-submenu a{
        font-size: 18px !important;
        
    }
    .b-arrows{
        padding: 20px 22px;
    }
    .book-list, .chapters-list{
        top: 78px;
    }

    .header-404{
   
        font-size: 64px
    }
    .sub-404{

        font-size: 24px;
    }
    .text-404{

        font-size: 14px;
    }
    .btn-404{
        font-size: 16px;
    }
    .contacts-content .sec-title{
        font-size: 24px;
    }
    .contacts-text{
        font-size: 14px;
    }
    .contact-article{
        font-size: 12px;
    }
    .contact_us{
        padding: 200px 10px 100px 10px;
    }
   .terms-baner{
        padding-top: 100px;
    }
}
/* @media screen and (max-width: 650px) {
    .wp-global {
        height: 290px !important;
    }
}
@media screen and (max-width: 550px) {
    .wp-global {
        height: 250px !important;
    }
}
@media screen and (max-width: 450px) {
    .wp-global {
        height: 190px !important;
    }
} */