﻿
@font-face {
    font-family: 'MyFont';
    src: url('../Fonts/Cambo-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'PersianFont';
    src: url('../Fonts/IRANSansWeb Medium Regular.ttf') format('opentype'),url('../Fonts/IRANSans-Medium.eot');
}
body {
    margin: 0px;
    background: rgb(94, 88, 181);
    overflow-x: hidden;
}
.mainDiv {
    /*background-color: #5a4cb0;*/
    width: 55%;
    margin: auto;
    margin-top: 115px;
    border-radius: 40px;
    font-family: 'PersianFont';
}

.getInfoDiv {
    width: 100%;
    display: inline-block;
}
    .getInfoDiv .getInfo-SubDiv {
        height: 390px;
        background-color: #ffffffc2;
        border-bottom-right-radius: 40px;
        border-top-right-radius: 40px;
        border-top-left-radius: 140px;
        text-align:center;
        padding-top:12%;
    }
   
h2, h3 {
    font-family: 'PersianFont';
}
.getInfo-SubDiv h2, h3 {
    color: #626262;
}
.getInfo-SubDiv h2 {
   font-size:1.4rem;
   font-weight:bold;
}
.getInfo-SubDiv h3 {
    font-size: .85rem;
    font-style: italic;
}
.myTextBox::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.myTextBox {
    text-align: right;
    width: 80%;
    padding: 8px 20px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 30px;
    box-sizing: border-box;
    border: 1px solid gray;
    font-family: 'PersianFont';
    font-size:.75rem;
}
    .myTextBox:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
    .myTextBox::-moz-placeholder {
        color: #9b9b9b;
        opacity: 1;
    }

    .myTextBox:-ms-input-placeholder {
        color: #9b9b9b;
        opacity: 1;
    }

    .myTextBox::-ms-input-placeholder {
        color: #9b9b9b;
        opacity: 1;
    }

.myTextBox::placeholder {
    color: #9b9b9b;
    opacity: 1;
}
.mySubmit {
    background-color: #5c4db1;
    border-radius: 30px;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.5s ease;
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #5c4db1;
    color: white;
    font-family: 'PersianFont';
    padding: 8px 20px;
}
.blueBTN {
    background-color: #01ccd7;
    border: 1px solid #01ccd7;
    padding: .4rem .9rem;
    border-radius: 50px;
    font-size: .9rem;
    color: white;
}

    .blueBTN:hover {
        transform: scale(1.1);
        transition-duration: .5s;
    }
.frstMain {
    padding: 1% !important;
    margin-top: 3%;
    width: 98%;
    direction: rtl;
    text-align: right;
    color: white;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .getInfo-SubDiv h2 {
        font-size: .8rem;
        font-weight: bold;
    }

    .getInfo-SubDiv h3 {
        font-size: .75rem;
    }

    .mySubmit {
        font-size: .9rem;
    }
    .getInfoDiv{
        width:100%;
    }
    .picDiv{
        display:none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .getInfo-SubDiv h2 {
        font-size: .95rem;
        font-weight: bold;
    }

    .getInfo-SubDiv h3 {
        font-size: .85rem;
    }
    .mySubmit {
        font-size: .9rem;
    }
   
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .getInfo-SubDiv h2 {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .getInfo-SubDiv h3 {
        font-size: 1rem;
        direction:rtl;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}
@media only screen and (min-height: 900px) {
    .picDiv img{
        height:430px;
    }
    .getInfoDiv .getInfo-SubDiv{
        height:490px;
    }
    .mainDiv{
        margin-top:160px;
    }
    .frstMain {
        margin-top: 9%;
    }
}
@media only screen and (min-height: 1000px) {
   
} 
