:root {
    --main-color: #faa81b;
    --main-color2: #045a74;
}
@font-face {
    font-family: 'Sukar';
    src: url('../Sukar-Black.ttf') format('truetype');
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Sukar'
}
.clear{
    clear: both;
}
h1{
    font-size: 2rem;
}
h2{
    font-size: 1.5rem;
}
.navbar{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #8edcf6;
    width: 100%;
    position: relative;
    text-align: center;
    flex-wrap: wrap;
}
.navbar img{
    display: inline-block;
    margin: 0 30px;
}
.navbar .navbar-links{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: auto;
}
.navbar .navbar-links .nav-link{
    margin-left: 34px;
    margin-top: 0;
}
.navbar .navbar-links .nav-link a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.droplistLinks{
    display: none;
    z-index: 1000;
    list-style: none;
    padding: 0;
    position: fixed;
    box-shadow: 0 0 1px 2px #eaeaea;
    margin: 0 -10px;
    background: #fff;
    
}
.navbar .navbar-links .nav-link:hover .droplistLinks{
    display: block;
}
.droplistLinks li{
    padding: 5px 15px;
    border-bottom: 3px solid var(--main-color);
}
.droplistLinks li:last-of-type{
    border: 0;
}
.droplistLinks li:hover{
    background: #f2f2f2;
}
.droplistLinks li a{
    font-size: 14px !important;
}
.social-links i{
    height: 30px;
    width: 30px;
    border: 2px solid var(--main-color);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: var(--main-color);
    margin-left: 10px;
    cursor: pointer;
}

.social-links{
    margin:auto;
}

.carousel.main,
.carousel.tour{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 450px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;margin: 20px auto
}
.carousel.tour{
    height: 340px;
    background: var(--main-color);
}
.carousel.main .carousel-item,
.carousel.tour .carousel-item{
    visibility: hidden;
    width: 800px;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0px;
}
.carousel.tour .carousel-item{
    width: 300px;
    height: 300px;
    top: 44%;
    margin-top: -150px;
}
.virsual-tour .carousel-fixed-item{
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 100%;
}
.virsual-tour .carousel-fixed-item button{
    background: transparent;
    border: 0;
    font-size: 70px;
    color: #fff;
    cursor: pointer;
}
.virsual-tour .carousel-fixed-item button:nth-of-type(2){
    position: absolute;
    left: 20%;
}
.virsual-tour .carousel-fixed-item button:nth-of-type(1){
    position: absolute;
    right: 20%;
}
@media screen and (max-width: 768px){
    .virsual-tour .carousel-fixed-item button:nth-of-type(2){
        left: 0;
    }
    .virsual-tour .carousel-fixed-item button:nth-of-type(1){
        right: 0;
    }
}
.content{
    background: url("../../assets/upload_home/1.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.openDiv,
.photoDiv,
.indications,
.ads,
.youtubechannel,
.facebookPage,
.lastnews,.activities,
.honorary-board,
.virsual-tour,.contacts,footer{
    width: 90%;
    margin: 0 auto 80px;
}
.openDiv h1{
    text-align: center;
    margin-bottom: 0;
    color: var(--main-color2);
    font-weight: bold;
}
.openDiv h1 span{
    color: var(--main-color);
}
.openDiv p.maintitle{
    text-align: center;
    color: #676865;
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
}
.school-goals .card{
    text-align: center;
    background-color: #fff;
    border-radius: 25px;
    width: 32%;
    float: right;
    min-height: 490px;
}
.school-goals .card p,p{
    text-align: right;
}
.school-goals .card i{
    margin-top: 50px;
    font-size: 60px;
    color: #676865;
}
.school-goals .card h2{
    color: var(--main-color2);
    font-weight: bold;
}

.school-goals .card p{
    color: var(--main-color2);
    line-height: 1.4;
    font-size: 17px;
    width: 80%;
    margin: 0 auto 10px;
}
.school-goals .card:nth-of-type(2){
    margin: 0 1%;
}
.school-goals .card:nth-of-type(1) img,
.school-goals .card:nth-of-type(3) img{
    margin-top: 30px;
    border-radius: 50%;
}
.school-goals .card:nth-of-type(2) img{
    margin-top: 50px;
    border-radius: 50%;
}
.school-goals .card:nth-of-type(2) button {
    border: 2px solid var(--main-color);
    color: var(--main-color);
    border-radius: 25px;
    background-color: #fff;
    width: 150px;
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 20px;
}
.school-goals .card:nth-of-type(3) i {
    color: var(--main-color);
}
.school-goals .card:nth-of-type(1),
.school-goals .card:nth-of-type(3){
    margin-top: 60px;
}
.photoDiv{
    display: flex;
    justify-content: space-evenly;
    width: 80%;
}
.photoDiv .textDiv,
.photoDiv .secendDiv,.photoDiv .thirdDiv,.photoDiv .forthDiv{
    width: 24%;
}
.photoDiv .secendDiv{
    margin: 0 1%;
}
.photoDiv .thirdDiv{
    margin-left: 1%;
}
.photoDiv h1{
    color: var(--main-color2);
    font-weight: bold;
    margin: 0;
}
.photoDiv p{
    border-right: 5px solid var(--main-color);
    line-height: 1;
    padding-right: 10px;
    font-size: 15px;
    margin-bottom: 60px;
}
.photoDiv h1 span{
    color: var(--main-color);
}
.cardContent{
    position: relative;
}
.cardContent img{
    width: 100%;
    border-radius: 25px;
    height: 98%;
}
.photoDiv b{
    display: block;
    background: rgba(255,255,255,0.7);
    color: var(--main-color2);
    padding: 10px 0;
    margin-top: -4px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 5px;
    border-radius:  0 0 25px 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.photoDiv b a{
    text-decoration: none;
    color: var(--main-color);
}
.photoDiv b a i{
    margin-left: 10px;
}
.secendDiv,
.textDiv,
.thirdDiv,
.forthDiv{
    display: flex;
    flex-direction: column;
}
.secendDiv .cardContent{
    height: 66%;
}
.thirdDiv .tamhidy.cardContent{
    height: 30%;
}
.forthDiv .high.cardContent{
    height: 58%;
}
.images{
    display: flex;
    justify-content: space-evenly;
}
.primary b{
    bottom: 55px;
}
.secendDiv .cardContent::after{
    position: absolute;
    bottom: -80px;
    left: 100px;
}
.indications{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}
.indications .indication_card{
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    padding: 50px 10px;
    width: 100%;
    min-width: 370px;
}
.indications .indication_card img.ficon{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    color: var(--main-color);
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background-color: #eaeaea;
}
.indications .indication_card img.sicon{
    position: absolute;
    right: 20px;
    bottom: 10px;
    border: 0;
    color: var(--main-color);
    opacity: 0.5;
}
.indications .indication_card b{
    border-left: 5px solid var(--main-color);
    padding: 0 0 0 5px;
    font-size: 40px;
    color: var(--main-color2);
}
.indications .indication_card .indication_card_text{
    color: var(--main-color2);
    display: inline-block;
    margin-right: 10px;
    font-size: 23px;
    font-weight: bold;
}
.secendTest{
    font-weight: normal;
    display: inline-block;
    margin-top: 5px;
    font-size: 18px !important;
}
.rightDiv{
    margin-left: 30px;
}
.rightDiv .indication_card:nth-of-type(1){
    background: url(../../images/new_home/12/1.png);
    background-repeat: no-repeat;
    margin-bottom: 0;
    background-position: center center;
    background-size: contain;
    height: 40px;
}
.rightDiv .indication_card:nth-of-type(2),
.rightDiv .indication_card:nth-of-type(3){
    padding: 50px 0 !important;
    width: 420px;
}
.rightDiv .indication_card:nth-of-type(1) h1{
    margin: -17px;
    color: var(--main-color2);
}
@media screen and (max-width: 768px){
    .indications .indication_card{
        min-width: 250px;
        width: unset !important;
        padding: 30px !important;
    }
    .rightDiv .indication_card:nth-of-type(2), .rightDiv .indication_card:nth-of-type(3){padding: 30px !important;}
    .rightDiv{
        margin-left: 0 !important;
    }
}
.ads{
    display: flex;
    justify-content: space-evenly;
}
.adsHeader{
    color: var(--main-color2);
    text-align: center
}
.adsHeader span{
    color: var(--main-color);
}
.ad img{
    border-radius: 25px 25px 0 0
}
.ads .ad-content{
    background: #fff;
    border-top: 4px solid var(--main-color);
    margin-top: -4px;
    padding: 15px;
    border-radius: 0 0 25px 25px
}
.ad .adDate{
    border-bottom: 2px solid var(--main-color2);
    padding-bottom: 10px
}
.ad .adDate i{
    color: var(--main-color);
}
.ad h5{
    margin: 10px 0 0;
    color: var(--main-color2);
    font-size: 18px
}
.ad p{
    margin: 10px 0 ;
    color: #777;
    font-size: 14px;
    line-height: 1.4;
}
.btnCon{
    text-align: center
}
.ad .adBtn{
    width: 120px;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid var(--main-color);
    outline: none;
    text-align: center
}
.upDiv{
    display: flex;
    justify-content: space-evenly;
}
.textChannel{
    width: 60%
}
.textChannel h2{
    color: var(--main-color2);
    margin: 0
}
.textChannel h2 span{
    color: var(--main-color);
}
.textChannel p{
    border-right: 5px solid var(--main-color);
    line-height: 1.8;
    color: #676865;
    font-size: 16px;
    font-weight: 600;
    padding-right: 5px
}
.imgChannel{
    width: 40%;
}
.owl-prev,
.owl-next{
    position: absolute;
    right: -30px;
    top: 35%;
    font-size: 40px
}
.owl-next{
    left: -30px;
    right: unset;
}
.owl-next span,
.owl-prev span{
    font-size: 50px;
    color: var(--main-color2);
    font-weight: bold;
}

.campanyPage h2,
.newHead{
    color: var(--main-color2);
    text-align: center
}
.campanyPage h1 span{
    color: var(--main-color);
}
.lastnews{
    display: flex;
    justify-content: space-evenly;
}
.newHead{
    margin-bottom: -30px
}
.new{
    width: 23%
}
.new:nth-last-of-type(2),
.new:nth-last-of-type(3){
    margin: 55px 0 0;
}
.new:nth-last-of-type(1) img,
.new:nth-last-of-type(4) img{
    height: 100%;
}
.new:nth-last-of-type(2) img,
.new:nth-last-of-type(3) img{
    height: 100%;
}
.new img{
    border-radius: 20px
}
.new h3{
    margin: 0 0 10px;
    color: var(--main-color2);
    text-align: center
}
.new span{
    display: block;
    color: #676865;
    text-align: center;
    word-break: break-word;
}
.activities{
    display: flex;
    justify-content: space-around
}
.activities h1{
    color: var(--main-color2);
    margin: 0;
}
.activities img{
    border-radius: 20px
}
.activities h2{
    color: var(--main-color2);
    margin: 0
}
.activities h2 span{
    color: var(--main-color)
}
.activities p{
    margin: 10px 0 0;
    color: #676865;
    font-size: 13px;
    line-height: 1.5
}
.leftAct{
    width: 50%
}
.rightAct{
    display: flex;
    flex-direction: column;
    margin-left: 2%;
    width: 48%
}
.rightup{
    display: flex;
    margin-bottom: 13px
}
.rightup .img{
    width: 70%;
    height: 200px;
}
.rightup .text{
    width: 50%;
}
.honorary-board{
    display: flex;
    justify-content: space-evenly;
}
.honoraryHead{
    color: var(--main-color2);
    text-align: center
}
.honoraryHead span{
    color: var(--main-color)
}
.honorary-board img{
    border-radius: 50%
}
.honorary-board .images{
    display: flex;
    align-items: center;
    margin-top: 150px;
}

.carContent .carousel2 {
    width: 90%;
    height: 500px;
    position: relative;
    margin: auto;
  }
  
.carContent .carousel2 > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
.carContent .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
  }
  
.carContent .slide > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
.carContent .slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
  }
  
.carContent .carousel-button {
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    font-size: 4rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    border-radius: .25rem;
    padding: 0 .5rem;
    background-color: rgba(0, 0, 0, .1);
  }
  
.carContent .carousel-button:hover,
 .carContent  .carousel-button:focus {
    color: white;
    background-color: rgba(0, 0, 0, .2);
  }
  
.carContent .carousel-button:focus {
    outline: 1px solid black;
  }
  
.carContent .carousel-button.prev {
    left: 1rem;
  }
  
.carContent .carousel-button.next {
    right: 1rem;
  }
.teachers h2,
.students h2{
    position: absolute;
    top: 0;
    right: 80px;
    color: var(--main-color2);
}
.students h2{
    right: unset;
    left:  80px;
    color: var(--main-color)
}
.teachers,
.students{
    width: 50%;
    position: relative
}
.teachers .insideClass,
.students .insideClass{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
}
.teachers .one{
    text-align: left;
}
.teachers .three{
    text-align: left;
}
.students .one,
.teachers .one{
    margin-bottom: 20px
}
.three b{
    display: block;
    text-align: center;
    margin-top: 10px 
}
.students .two b,
.teachers .two b{
    display: block;
    margin: 10px 0 0 0
}
.teachers .two b{
    margin: 10px 60px 0 0;
}
.students .one b,
.teachers .one b{
    display: block;
    margin: 10px 50px 0 0
}
.teachers .one b{
    margin: 10px 0 0 50px
}
.teachers b{
    color: var(--main-color2);
    font-size: 20px;
}
.students b{
    color: var(--main-color);
    font-size: 20px;
}
.virsual-tour{
    background: var(--main-color);
    position: relative;
}
.virsual-tour h1{
    text-align: center;
    color: var(--main-color2);
}
.virsual-tour h1 span{
    color: var(--main-color);
}

.twoImages {
    display: flex;
    width: 95%;
    margin: 20px auto 0;
}
.twoImages div{
    width: 50%;
    text-align: center;
    box-shadow: 0 0 5px 5px #f9f9f9;
    padding: 0 20px;
}

.twoImages p{
    text-align: right;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
.twoImages div:first-of-type{
    margin-left: 2%;
}
.twoImages img,
.twoImages video{
    width: 100%;
    height: 413px;
}
.contacts{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 5px;
}
.mapouter,.contact{
    width:50%
}
.owl-next span, .owl-prev span{
    position: absolute;
}
.owl-next span{
    left: 30px;
}
.owl-prev span{
    right: 30px;
}
.mapouter label{
    display:block;
    text-align: right;
}
.mapouter .owl-stage-outer{
    margin-bottom: -40px;
}
.contact{
    border-right: 4px solid var(--main-color);
    text-align: right;
    padding-right: 10px;
}
.contact i{
    color: var(--main-color);
    width: 40px;
    text-align: center
}
.address{
    display: flex;
    margin-bottom: 20px
}
.addContent{
    margin-right: 20px
}
.address h4{
    margin: 0;
    color: var(--main-color2);
    font-size: 20px
}
.address p{
    margin: 0 ;
    color: #676865;
    line-height: 1.5
}

.contacts .social-links i{
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 13px
}
.contactHead{
    text-align: center;
    color: var(--main-color2);
}
.contactHead span{
    color: var(--main-color);
}
footer{
    border-top: 1px solid var(--main-color2);
    text-align: center;
    color: #676865
}
footer p{
    margin: 3px 0
}
.navbar .nav-btn{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
@media screen and (max-width: 500px){
    .ads,.upDiv,.lastnews,.activities,.contacts,.indications,.photoDiv{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ad,.textChannel,
    .imgChannel,.new,
    .rightAct,.leftAct,
    .photoDiv .textDiv, .photoDiv .secendDiv,
    .photoDiv .thirdDiv, .photoDiv .forthDiv{
        width: 100% !important;
        margin-bottom: 20px
    }
    .newHead{
        margin: 0
    }
    .students .one, .teachers .one {
        margin-bottom: 140px !important;
    }
    .teachers .two {
        margin-left: 5px;
    }
    .students .two {
        margin-right: 5px;
    }
    .teachers .three {
        right: 25%
    }
    .students .three {
        left: 25%
    }
    .honoraryHead{
        margin-bottom: 50px
    }
    .teachers h2, .students h2{
        top: -70px
    }
    .teachers h2{
        right: 50px
    }
    .students h2{
        left: 50px
    }
    .leftDiv .indication_card:nth-of-type(2) {
        margin-right: 0;
    }
    .indications .indication_card b{
        border: 0
    }
    .indication_card_text{
        display: block !important
    }
    .school-goals .card{
        width: 100%;
        margin-bottom: 10px
    }
    h1{
        font-size: 1.5rem !important
    }
    .secendDiv .cardContent::before {
        top: -100px;
        left: 50px;
    }
    
  .sec .carousel-button.prev {
    left: -70px !important;
  }
  
  .sec .carousel-button.next {
    right: -70px !important;
  }
}

@media screen and (max-width: 768px) {
    .secendDiv .cardContent::before {
        height: 80px;
        width: 80px;
        top: -80px;
    }
    .navbar .nav-btn{display: block;}
    .navbar-links.hidden{
        display: none;
    }
    .navbar{
        flex-direction: column;
        background-color: var(--main-color2);
        width: 100%;
    }
    .navbar-links li{
        border-bottom: 1px solid var(--main-color2);
        padding-bottom: 5px ;
    }
    .navbar-links a{
        color: var(--main-color) !important;
    }
    .navbar .navbar-links .nav-link:hover a:after{
        content: '';
        height: 3px;
        width: 20px;
        background: var(--main-color);
        display: block;
        transition: 0;
    }
    .navbar .navbar-links{
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
    .mapouter iframe{
        width: 300px;
    }
    .honorary-board .images{
        display: none;
    }
    .teachers .insideClass,
    .students .insideClass{
        flex-direction: column;
        margin-top: -70px;
    }
    .honorary-board .one img{
        width: 160px;
        height: 160px;
    }
    .carousel2{
        height: 700px;
    }
    .campanyPages{
        flex-wrap: wrap;
    }
    .campanyPages .campanyPage iframe{
        width: 94% !important;
    }
    .campanyPage .fb-page.fb_iframe_widget iframe{
        width: 94% !important;
    }
    .campanyPage{
        width: 92% !important;
    }
    
}
#seetingsBtn{
    position: fixed;
    z-index: 1000;
    left: 3px;
    border: 0;
    padding: 10px;
    box-shadow: 0 0 5px 3px #eaeaea;
    background: #fff;
    top: 180px;
}
#seetingsBtn i{
    color: var(--main-color);
}
#settings{
    margin-top: 40px;
    box-shadow: 0 0 5px 1px #eaeaea;
    transition: 1s ease-in-out;
    position: fixed;
    width: 100px;
    background-color: #fff;
    z-index: 1000;
    padding: 20px;
    left: -140px;
    top: 190px;
}
#settings p{
    font-size: 14px;
    margin: 0 0 5px ;
}
#settings.active{
    left: 0;
}
.color{
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%
}

.color.red{
    background-color: #f00;
}
.color.green{
    background-color: #080;
}
.color.yellow{
    background-color: #ff0;
}
.color.blue{
    background-color: #00f;
}
.color.red2{
    background-color: #CD201F;
}
.color.bloog{
    background-color: #F57D00;
}
.color.fisha{
    background-color: #FF0084;
}
.color.hacker{
    background-color: #FF6600;
}

.color.quara{
    background-color: #B92B27;
}
.color.whats{
    background-color: #25D366;
}
.color.skype{
    background-color: #00AFF0;
}
.color.flicker{
    background-color: #FF0084;
}

.sec .carousel {
    width: 50vw;
    height: 50vh;
    margin:auto;
    position: relative;
  }
  
  .sec .carousel > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sec .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
  }
  
  .sec .slide > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  
  .sec  .slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
  }
  
  .sec  .carousel-button {
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    font-size: 4rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    border-radius: .25rem;
    padding: 0 .5rem;
    background-color: rgba(0, 0, 0, .1);
  }
  
  .sec .carousel-button:hover,
  .sec  .carousel-button:focus {
    color: white;
    background-color: rgba(0, 0, 0, .2);
  }
  
  .sec .carousel-button:focus {
    outline: 1px solid black;
  }
  
  .sec .carousel-button.prev {
    left: 2rem;
  }
  
  .sec .carousel-button.next {
    right: 2rem;
  }
  .sec .slide p{
      position: absolute;
      bottom: 118px;
      padding: 10px 0;
      width: 100%;
  }
  .sec .slide h1{
    text-align: center;
    position: absolute;
    background: rgba(255,255,255,0.5);
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    opacity: 0;
    transition: 2s ease;
  }
  .sec .slide:hover h1{
      opacity: 1;
  }
  
  .owl-carousel .owl-item img{
      height: 200px;
  }
  .owl-carousel .owl-item h3{
      display: block;
      text-align: center;
      color: var(--main-color);
  }
  .carouselTour img{
      width: 300px;
      height: 200px;
  }
  
  .slider {
     width: 650px;
    text-align: center;
    overflow: hidden;
    margin: auto;
    background: var(--main-color);
    padding: 15px 20px 15px 18px;
}

.slides {
  display: flex;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  margin-right: 50px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.slides > div:target {
/*   transform: scale(0.8); */
}
.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}
.slider img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  

  height: 100%;
}

.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
}
.headNewPa{
    width: 100%;
    height: 100px;
    overflow-y: auto;
    overflow-wrap: break-word;
}
.campanyPage .fb-page.fb_iframe_widget iframe{
    width: 518px;
    height: 560px !important;
    margin: 22px;
    border-radius: 2%;
    border-width: 1px !important;
    border-color: #e6f3f8 !important;
}
.honoraryHeadI{
    color: var(--main-color);
    margin-right: 35px;
}
.techStd:first-of-type{
    width: 90%;
    margin: auto;
    background-image: linear-gradient(to right, #4285f4 , #fff);
    padding: 10px 35px;
}
.stdT{
    background-image: linear-gradient(to left, #4285f4, #fff ) !important;
    
}
.techStd .owl-nav button{
    position: absolute;
    left: 9px;
    color: #045a74;
}
.techStd .owl-nav .owl-prev{
    right: -3px;
    left: unset;
}
.techStd  .item span{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.5);
    padding: 4px 0;
}
.gallery {
  width: 100%;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 350px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.gallery-item {
  height: 150px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 150px;
  z-index: 0;
}

.gallery-item-1 {
  left: 15%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-item-2,
.gallery-item-4 {
  height: 200px;
  opacity: 1;
  width: 200px;
  z-index: 1;
}

.gallery-item-2 {
  left: 30%;
  transform: translateX(-50%);
}

.gallery-item-3 {
  height: 300px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  z-index: 2;
}

.gallery-item-4 {
  left: 70%;
  transform: translateX(-50%);
}

.gallery-item-5 {
  left: 85%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 12px;
  text-transform: capitalize;
  color :#fff;
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: -10px;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-previous:hover::before {
  left: -18px;
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-next::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  padding: 2px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-next:hover::before {
  right: -18px;
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}
.Newestcards {width: 50%;margin: auto;}
.Newestcards .card{
    margin: 0 10px;
    box-shadow: 5px 5px 0 rgba(0,0,0,7%);
    padding: 10px;
    margin-bottom: 20px;
}
.Newestcards .card:nth-of-type(2){
    margin: 0 10px 20px;
}
.Newestcards .card p{
    overflow-y: auto;
    width: 100%;
}
.Newestcards .card-title h1{
    text-align: center;
    margin:0
}
.Newestcards .card img{
    /*width: 100%;*/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.insta iframe{
    width: 500px !important;
}
.campanyPage{
    width: 30%;
}
.campanyPage article{
    height: 50px !important;
}
.twitter-tweet.twitter-tweet-rendered{
    margin-top: 40px !important;
    height: 560px;
    overflow-y: auto;
}
artical{
    height: 30px !important;
}
.readmore{
    text-decoration: none;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 5px 7px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 10px;
}
.iframes{
    display:flex;
    justify-content:space-evenly;
    width:90%;
    margin:auto;
}
.iframeContent{
    background: #e8e8e8;
    padding: 10px;
    border-radius: 26px;
    flex-grow: 1;
    width: 33%;
}
.iframeContent:nth-of-type(2){
    margin: 0 10px;
}
.iframeContent h2{
    margin: 0;
    text-align: center;
    color: var(--main-color);
}
.instaiframe iframe{
    height: 90% !important;
}
.css-1dt8cb{
    height: 270px !important;
}
@media screen and (max-width: 768px){
    .iframes{
        flex-wrap: wrap;
    }
    .iframeContent{
        width: 100%;
    }
    .iframeContent:nth-of-type(2){
        margin: 10px 0;
    }
    .contact{
        width: 100%;
    }
}

/*.es-widget-header-container {
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px){
.es-widget-details-container[data-v-390ab66c], .es-widget-header-container[data-v-390ab66c] {
    flex-direction: row-reverse !important;
}
    
}

.es-widget-details-container[data-v-390ab66c],
.es-widget-header-container[data-v-390ab66c] {
    flex-direction: row-reverse !important;
}*/