@font-face {
    font-family: 'Widock TRIAL';
    src: url('./fonts/widock-trial-bold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat arm';
    src: url('./fonts/Monsterrat-arm/Montserratarm-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat arm bold';
    src: url('./fonts/Monsterrat-arm/Montserratarm-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

#topdiv {
    width: 100%;
    height: 1380px;
    background-color: white;
}

#main {
    width: 100%;
    height: 686px;
    border-radius: 0 0 30px 30px;
    /*background-color: #145C58;*/
    background: linear-gradient(180deg, #017D9F 0%, #3AB1AA 100%);

}

#topmenu {
    width: 90%;
    margin-left: 5%;
    padding-top: 30px;
    z-index: 5;
}



.chevron {
    transition: transform 0.3s ease;
}

#pic1 {
    width: 698px;
    height: 1247px;
    top: -5px;
    position: absolute;
    z-index: 2;
}

#split {
    float: right;
    right: 30px;
}

#text1 {
    width: 100%;
    height: 164px;
    opacity: 1;
    font-weight: 700;
    font-size: 172px;
    color: rgba(255, 255, 255, 0.73);
    font-family: Widock TRIAL;
    z-index: 0;
    margin-top: 30px;
    text-align: center;
}

#text2 {
    width: 52%;
    height: 55px;
    opacity: 1;
    font-family: Montserrat arm;
    font-weight:lighter;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    top: 250px;
    left: 24%;
    border-radius: 12px;
    box-shadow: 11px 11px 11.5px 0px #00000040;
    background-color: #FFFFFF;
    padding-top: 15px;
    position: absolute;
}

#text3 {
    width: 100%;
    height: 176px;
    font-family: Widock TRIAL;
    font-weight: 700;
    font-size: 270px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
}

#formslide {
    width: 80%;
    height: 650px;
    top: 566px;
    left: 10%;
    opacity: 1;
    border-radius: 30px 30px 0 0;
    background-color: #F0F0F0;
    position: absolute;
    z-index: 3;


}

.txtstyle {
    width: 80%;
    height: 37px;
    top: 719px;
    left: 269px;
    opacity: 1;
    font-family: Montserrat arm bold;
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding-left: 10%;
}

.txtstyle_regular {
    height: 33px;
    opacity: 1;
    font-family: Montserrat arm;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 0;
    padding-left: 15px
}

/*------slideshow-------------------------------------------------------------------*/
.slideshow-container {
    width: 90%;
    height: 579px;
    opacity: 1;
    margin-left: 5%;
    margin-top: 35.5px;
    background-color: #E1E1E1;
    border: transparent;

}

.mySlides {
    display: none
}

.mySlides img {
    width: 100%;
    height: 579px;
}

.mySlides2 {
    display: none
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 9px;
    width: 21px;
    margin: 0 2px;
    background-color: rgba(255, 149, 0, 1);
    border-radius: 20.5px;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot2 {
    cursor: pointer;
    height: 9px;
    width: 21px;
    margin: 0 2px;
    background-color: rgba(255, 149, 0, 1);
    border-radius: 20.5px;
    display: inline-block;
    transition: background-color 0.6s ease;
}


.active,
.dot:hover {
    background-color: #717171;
}

.dot2:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.q {
    width: 89px;
    height: 172px;
    transform: rotate(20deg);
    opacity: 1;
    font-family: Montserrat arm;
    font-weight: 700;
    font-size: 177px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 149, 0, 1);

}

#questions {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.q_div {
    width: 80%;
    border-radius: 10px;
    /*border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
    /*box-shadow: 0px 0px 6px 0px #00000040;*/
    /*border: 1px solid #00000040;*/
    border: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
}

.q_div_1 {
    width: 2%;
    height: 84px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: linear-gradient(180deg, #32AAA8 0%, #0883A1 100%);
    box-shadow: 0px 0px 6px 0px #00000040;

}

.q_div_2 {
    width: 98%;
    min-height: 82.5px;
    font-family: Montserrat arm;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #00000040;
    box-shadow: 0px 0px 6px 0px #00000040;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #145C58;

}
.q_div_2 .panel{
    padding: 0 30px 0 30px;
    margin-left: 10px;
    font-style: normal;
    font-weight: lighter;
}

.sub {
    width: 100%;
    min-height: 82.5px;
    font-family: Montserrat arm;
    border: 1px solid #00000040;
    font-weight: 200;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
}

.q-p-div {
    border-bottom: 1px solid #00000040;
    min-height: 80px;
    font-family: Montserrat arm;
    font-weight: 300px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}

.q_div_3 {
    width: 45px;
    height: 45px;
    background: linear-gradient(180deg, #32AAA8 0%, #0883A1 100%);

    border-radius: 50%;
    color: white;
    font-size: 30px;
    font-family: "Montserrat arm", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
}

.accordion.active .q_div_3 {
    transform: rotate(270deg);
}

.accordion .q_div_3 {
    transition: transform 0.3s;
}

.q_div_4 {
    float: right;
    font-size: 30px;
    margin: 15px;
}

.accordion.active .q_div_4 {
    transform: rotate(45deg);
}

.accordion .q_div_4 {
    transition: transform 0.3s;
}


footer {
    margin-top: 40px;
    width: 100%;
    height: 316px;
    background-color: #132F45;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f_div {
    width: 30%;
    height: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
     color: #FFFFFF;
}

.f_div h2 {
    font-family: Montserrat arm bold;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 50px;
}

.f_div img {
    height: 35px;
    object-fit: contain;
    margin: 0 30px 30px 0;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/* ----------------------------------------------------------- */



#div1 {
    width: 80%;
    height: 52px;
    opacity: 1;
    top: 1224px;
    left: 10%;
    border-radius: 0 0 30px 30px;
    font-family: Montserrat arm;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background-color: #F0F0F0;
    position: absolute;
    padding: 20px 0% 0px 0%;
}

.div2 {
    width: 100%;
    height: 920px;
    opacity: 1;
    padding-top: 0px;
}

.price-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.dram-logo {
    width: 71px;
    height: 83px;
}

#pricediv {
    width: 256px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.pricestyle {
    width: 256px;
    font-size: 96px;
    color: rgba(58, 177, 170, 1);
    padding-left: 0px;
    height: 90px;
}

.steps-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step {
    width: 70%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-direction: row;
}


.circle {
    border: none;
    width: 100%;
    height: 77px;
    padding-top: 30px;
    z-index: 2;

    font-family: Montserrat arm;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    /* border-radius: 0 70px 70px 0;*/
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.line-text {
    width: 50%;
    color:#000000;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    flex: 1;
    position: relative;
    font-family: Montserrat arm;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;

}


.arrow-div-right {
    width: 60px;
    padding: 0px;
    font-size: 50px;
    left: -45px;
    top: 60px;
    z-index: 11;
    position: relative;
    text-align: center;

}

.arrow-div-left {
    width: 60px;
    height: 40px;
    padding: 0px;
    font-size: 50px;
    left: 45px;
    top: 60px;
    z-index: 11;
    position: relative;
    text-align: center;

}

.arrow {
    width: 60px;
    height: 40px;
    color: rgba(1, 125, 159, 1);
    font-weight: 100;
    padding: 0px;
    font-size: 40px;
    z-index: 11;
    text-align: center;
    transform: rotate(90deg);
}

.my-box-right {
    padding-left: 60px;
    text-align: left;
    padding-top: 30px;
    border: 2px solid rgba(1, 125, 159, 1);
    border-right: none;
    /* աջ մասը անտեսանելի է */
    border-top: none;
    border-radius: 70px 0 0 70px;
    text-align: left;
}

.my-box-left {
    padding-right: 60px;
    text-align: right;
    border: 2px solid rgba(1, 125, 159, 1);
    border-left: none;
    /* ձախ մասը անտեսանելի է */
    border-top: none;
    border-radius: 0 70px 70px 0;
     text-align: right;
}

.btn {
    width: 27%;
    height: 77px;
    /* background-color: #00c2b1;*/
    background: linear-gradient(90deg, #017D9F 0%, #3AB1AA 100%);

    color: white;
    padding: 15px;
    border: none;
    border-radius: 56.5px;
    cursor: pointer;
    margin-top: 50px;
    font-family: Montserrat arm;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

#div3 {
    width: 70%;
    height: 29px;
    padding: 50px 15% 0 15%;
    font-family: Montserrat arm;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}



.show {
    display: block;
}


.dropbtn {
    background-color: transparent;
    color: white;
    padding: 14px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
}

.dropbtn:hover {
    background-color: #efefef;
    color: #004b4b;
}

.dropbtn1 {
    width: 390px;
    background-color: #efefef;
    color: #004b4b;
    border-radius: 30px 30px 0 0;
    text-align: left;
    font-weight: bold;
    border: none;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #efefef;
    border-radius: 0 0 30px 30px;
    width: 350px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    border: none;
}

.dropdown-content.show {
    display: block;
}

.accordion {
    background-color: transparent;
    color: #004b4b;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.accordion:hover {
    background-color: #ddd;
    border-radius: 10px;
}

.accordion .chevron {
    transition: transform 0.3s;
}

.accordion.active .chevron {
    transform: rotate(90deg);
}

.panel {
    padding: 0 18px;
    background-color: transparent;
    display: none;
    overflow: hidden;
    border-left: 3px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
}

.panel div {
    padding: 6px 0;
}

#bankbanner {
    width: 100%;
    height: 240px;
    opacity: 1;
    background-color: #F0F0F0;
    margin-bottom: 80px;
}

.slideshow-container-banner {
    width: 100%;
    height: 200px;
    background-color: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;

}

#div4 {
    width: 100%;
    height: 580px;
    background-image: url("./pictures/Vector18.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    /*background-size: cover;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.content {
    width: 25%;
    height: 259px;
    background-color: #145C581A;
    border: 1px solid rgba(1, 125, 159, 1);

    opacity: 1;
    border-radius: 34px;
    margin: 2%;
    backdrop-filter: blur(25px);
    font-family: Montserrat arm;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;


}

.content div {
    padding: 40px;
}

@media screen and (max-width: 600px) {
    .txtstyle_regular {
        font-size: 8px;
        padding-left: 2px;
    }

    #topdiv {
        width: 100%;
        height: 590px;
    }

    #topmenu {
        width: 90%;
        margin-left: 4%;
        padding-top: 5px;
        margin-bottom: 20px;
    }

    .dropbtn {
        font-size: 10px;
        padding: 14px;

    }

    #dropbtn span {
        display: none;
    }

    .dropbtn1 {
        width: 340px;
        border-radius: 0px 30px 0 0;
    }

    .dropdown-content {
        width: 340px;
        padding: 0px;
    }

    #main {
        height: 300px;
        font-size: 6px;
    }

    #pic1 {
        width: 200px;
        height: 380px;
        top: 10px;
    }

    #text1 {
        width: 90%;
        height: 55px;
        font-weight: 700;
        font-size: 50px;
        left: 5%;
        top: 50px;
    }

    #text2 {
        width: 220px;
        height: 26px;
        top: 119px;
        left: 150px;
        font-size: 10px;
    }

    #text3 {
        width: 280px;
        height: 176px;
        top: 140px;
        left: 150px;
        font-size: 50px;
    }

    #formslide {
        width: 90%;
        height: 280px;
        top: 220px;
        left: 5%;
        font-size: 14px;
    }

    .txtstyle {
        width: 90%;
        height: 35px;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        padding-left: 5%;
    }

    .slideshow-container {
        height: 191px;
    }

    .mySlides img {
        height: 190px;
    }

    .dot {
        height: 3px;
        width: 7px;
    }

    #div1 {
        width: 90%;
        height: 61px;
        top: 517px;
        font-size: 10px;
        left: 5%;
        padding: 0px;
        padding-top: 10px;
    }

    .div2 {
        height: 600px;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    #div3 {
        display: none;
    }

    #bankbanner {
        height: 90px;
    }

    .slideshow-container-banner {
        height: 73px;
    }

    .dot2 {
        height: 3px;
        width: 7px;
    }

    #div4 {
        height: 700px;
        background-image: url(./pictures/Vector18mob.png);
        background-size: cover;
    }

    .content {
        width: 80%;
        height: 109px;
        margin: 2%;
        font-size: 12px;
    }

    .content div {
        padding: 15px;
    }

    .dram-logo {
        width: 35px;
        height: 41px;

    }

    #pricediv {
        width: 117px;
        height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .pricestyle {
        width: 111px;
        font-size: 40px;
        color: #27A097;
        padding-left: 0px;
        height: 44px;
    }

    .step {
        width: 90%;
    }

    .circle {
        border: none;
        width: 100%;
        height: 34px;
        font-size: 15px;
    }

    .line-text {
        color: #004f50;
        font-size: 7px;
        padding: 0px;
        text-align: center;
        flex: 1;
        position: relative;

        font-family: Montserrat arm;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .arrow-div-left {
        width: 40px;
        height: 20px;
        font-size: 30px;
        left: 15px;
        top: 40px;
        z-index: 11;
        position: relative;
        text-align: center;

    }

    .arrow-div-right {
        width: 40px;
        height: 20px;
        padding: 0px;
        font-size: 30px;
        left: -15px;
        top: 40px;
        z-index: 11;
        position: relative;
        text-align: center;

    }

    .arrow {
        width: 40px;
        height: 20px;
        color: rgba(1, 125, 159, 1);
        padding: 0px;
        font-size: 30px;
        z-index: 11;
        text-align: center;
        background-color: #145C5814;

    }


    .my-box-right {
        border: 2px solid rgba(1, 125, 159, 1);
        border-right: none;
        /* աջ մասը անտեսանելի է */
        border-top: none;
        border-radius: 70px 0 0 70px;
    }

    .my-box-left {
        border: 2px solid rgba(1, 125, 159, 1);
        border-left: none;
        /* ձախ մասը անտեսանելի է */
        border-top: none;
        border-radius: 0 70px 70px 0;
    }

    .btn {
        width: 60%;
        height: 47px;
        border-radius: 56.5px;
        margin-top: 30px;
        font-size: 14px;
        text-decoration: none;
    }
}